/* icons (icomoon -> use https://icomoon.io/app and import selection.json to modify the font) */
@font-face {
    font-family: 'vedes';
    src: url(../Fonts/Ecommerce/vedes.eot?in0hp0);
    src: url(../Fonts/Ecommerce/vedes.eot?in0hp0#iefix) format('embedded-opentype'),
         url(../Fonts/Ecommerce/vedes.ttf?in0hp0) format('truetype'),
         url(../Fonts/Ecommerce/vedes.woff?in0hp0) format('woff'),
         url(../Fonts/Ecommerce/vedes.svg?in0hp0#vedes) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='vedes-icon-'], [class*=' vedes-icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vedes' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vedes-icon-close:before {
    content: '\e90a';
}

.vedes-icon-play:before {
    content: '\f04b';
}

.vedes-icon-chevron-left:before {
    content: '\f053';
}

.vedes-icon-chevron-right:before {
    content: '\f054';
}

.vedes-icon-angle-left:before {
    content: '\f104';
}

.vedes-icon-angle-right:before {
    content: '\f105';
}

.vedes-icon-basket:before {
    content: '\e900';
}

.vedes-icon-search:before {
    content: '\e901';
}

.vedes-icon-takeHome:before {
    content: '\e902';
}

.vedes-icon-clock:before {
    content: '\e903';
}

.vedes-icon-reserve:before {
    content: '\e904';
}

.vedes-icon-sendHome:before {
    content: '\e905';
}

.vedes-icon-wishlist:before {
    content: '\e906';
}

.vedes-icon-location:before {
    content: '\e907';
}

.vedes-icon-phone:before {
    content: '\e908';
}

.vedes-icon-login:before {
    content: '\e909';
}



/* general */
html {
    min-width: 320px;
    min-height: 100%;
}

body {
    color: #333333;
    background: none;
    font-family: 'Open Sans', sans-serif;
}

* {
    outline: none !important;
}

.contentWidth {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.input-group-addon > img {
    max-width: none;
}

ul,
ul.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-inline > li {
    padding: 0;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 34px;
}

hr {
    border-color: #bec8c8;
}

.bold {
    font-weight: bold;
}

.sub {
    font-size: 12px !important;
    color: #bec8c8;
}

.text-strikethrough {
    text-decoration: line-through;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.whiteBox {
    background-color: #ffffff;
    padding: 15px;
}

.whiteBoxWithGreyBorder {
    background-color: #ffffff;
    border: 1px solid #bec8c8;
}

.buttonDiv {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.buttonDiv .btn:first-child {
    float: left;
}

.buttonDiv .btn:last-child {
    float: right;
}

.backButton {
    font-size: 24px;
    padding: 6px 20px;
}

.imageButton {
    max-width: 100%;
    padding: 0;
    border: none;
}

.btn,
.form-control,
.form-control ~ .select2 .select2-selection,
.round {
    border-radius: 4px;
}

.btn-hollow {
    background-color: transparent;
    border: 1px solid #0069b4;
    color: #0069b4 !important;
}

.btn-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.btn.bg-blue .badge {
    min-width: 18px;
    line-height: 18px;
    padding: 0;
    border-radius: 9px;
    background-color: #ffffff;
}

.btn.bg-blue i {
    color: #ffffff;
}

.btn .badge {
    margin-left: 10px;
}

.btn-success,
.btn-danger {
    color: #ffffff !important;
}

.dropdown-toggle, .has-dropDown {
    position: relative;
    cursor: pointer;
}

.page-header {
    border-bottom: none;
}

.headline {
    height: 40px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#pageContent {
    min-height: 60vh;
}


.orderSubheadline {
    display: block;
    padding-left: 15px;
    margin-top: 30px;
    font-weight: bold;
    color: #0069b4;
    text-transform: uppercase;
}



/* nav tabs */
.nav-tabs {
    border-bottom: 1px solid #0069b4;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-tabs li:first-of-type {
    margin-left: 20px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #0069b4;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0069b4;
    border-color: #0069b4;
    border-bottom-color: transparent;
    border-radius: 0;
}

.nav > li > span {
    display: inline-block;
    padding: 10px 15px 5px 15px;
    color: #bec8c8;
    background-color: #eeeeee;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs > li.active > span,
.nav-tabs > li.active > span:hover,
.nav-tabs > li.active > span:focus {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bec8c8;
    border-bottom: 1px solid #ffffff;
}



/* footer stays at the bottom of screen */
#wrapper {
    position: relative;
    min-height: 100vh;
}



/* link and button hover and focus */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.btn,
.btn:hover,
.btn:focus {
    color: inherit;
}



/* table styles */
.table {
    background-color: #ffffff;
}

.table:not(.noMiddleAlign) > thead > tr > th,
.table:not(.noMiddleAlign) > tbody > tr > th,
.table:not(.noMiddleAlign) > tfoot > tr > th,
.table:not(.noMiddleAlign) > thead > tr > td,
.table:not(.noMiddleAlign) > tbody > tr > td,
.table:not(.noMiddleAlign) > tfoot > tr > td {
    vertical-align: middle;
}

.table.round > *:last-child,
.table.round > *:last-child > tr:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table.round > *:last-child > tr:last-of-type > td:first-child {
    border-bottom-left-radius: 8px;
}

.table.round > *:last-child > tr:last-of-type > td:last-of-type {
    border-bottom-right-radius: 8px;
}

div > table:last-child {
    margin-bottom: 0;
}

.table-striped.twoRows > tbody > tr:nth-of-type(even) > td {
    border-top: none;
}

.table-striped.twoRows > tbody > tr.grey {
    background-color: #faf9f9;
}

.table-striped.twoRows > tbody > tr.white {
    background-color: #ffffff;
}



/* placeholders */
/* WebKit browsers */
.uppercasePlaceholder::-webkit-input-placeholder {
    text-transform: uppercase;
    opacity: 0.5;
}

/* Mozilla Firefox 19+ */
.uppercasePlaceholder::-moz-placeholder {
    text-transform: uppercase;
    opacity: 0.5;
}

/* Mozilla Firefox 4 to 18 */
.uppercasePlaceholder:-moz-placeholder {
    text-transform: uppercase;
    opacity: 0.5;
}

/* Internet Explorer 10+ */
.uppercasePlaceholder:-ms-input-placeholder {
    text-transform: uppercase;
    opacity: 0.5;
}



/* modal styles */
.loadModal {
    cursor: pointer;
}

.modal-header .header img {
    margin-top: -5px;
}

.modalHeader {
    display: inline-block;
    margin: 5px 0;
}



/* loader styles */
#loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) url(../Images/loader.gif) 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading #loader {
    display: block;
}



/* linkable image button */
.linkableImageButton {
    width: 100%;
    border: none;
    background-color: inherit;
}



/* navbar styles */
.navbar-default {
    border-radius: 0;
    border: none;
}

.mobile-navbar {
    position: relative;
    padding: 5px 15px;
}

.mobile-navbar form {
    width: 100%;
    padding-left: 60px;
    padding-right: 55px;
    display: inline-block;
}

.mobile-navbar .btn-profile {
    position: absolute;
    right: 20px;
    top: 5px;
    height: 35px;
    display: inline-block;
}

.mobile-navbar .navbar-toggle {
    position: absolute;
    left: 20px;
    display: inline-block;
    margin: 0;
    height: 35px;
    border-color: #0069b4;
}

.mobile-navbar .group-with-button {
    max-width: 100%;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:not(.collapsed) {
    background-color: #dddddd;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-image: none !important;
    background-color: #0069b4;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #0069b4 none !important;
    color: #ffffff !important;
}

.navbar-nav .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #bec8c8;
}



/* no double padding with col-md */
[class*='col-'] > [class*='col-']:first-child {
    padding-left: 0;
}

[class*='col-'] > [class*='col-']:last-child {
    padding-right: 0;
}



/* button in a group (input or dropdown) */
.group-with-button {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 430px;
}

.group-with-button > * {
    float: left;
}

.group-with-button > *,
.group-with-button > input,
.group-with-button > button,
.group-with-button > .dropdown > button {
    border-radius: 4px;
}

.group-with-button .btn {
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0 4px 4px 0;
}

.group-with-button.group-with-button-left {
    border-radius: 4px 0 0 4px;
}

.group-with-button input {
    width: 100%;
    height: 35px;
    padding-right: 45px;
    border: none;
    box-shadow: none !important;
    outline: none !important;
}

.group-with-button input:disabled {
    background-color: #ffffff;
    cursor: text;
}



/* flatpickr */
.flatpickr.input-group .form-control[readonly] {
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}



/* select2 */
.select2 {
    width: 100% !important;
}

.select2-container .select2-selection {
    height: 34px;
}

.select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection .select2-selection__arrow {
    height: 32px;
}

.input-group > .select2:not(:nth-child(2)) .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .select2:not(last-of-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.imageGallery-wrapper {
    position: relative;
    display: inline-block;
}

.imageGallery-videoOverlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}



/* VEDES colors for font, background and border (normal and hovered) */
.primaryFont,
.primaryFont:hover,
.primaryFont:focus {
    color: #0069b4 !important;
}

.bg-white,
.bg-white:hover,
.bg-white:focus {
    background-color: #ffffff !important;
}

.bg-darkBlue,
.bg-darkBlue:hover,
.bg-darkBlue:focus {
    background-color: #1e2878 !important;
    color: #ffffff !important;
}

.bg-blue,
.bg-blue:hover,
.bg-blue:focus {
    background-color: #0069b4 !important;
    color: #ffffff !important;
}

.bg-lightBlue,
.bg-lightBlue:hover,
.bg-lightBlue:focus {
    background-color: #5ac8f0 !important;
    color: #ffffff !important;
}

.bg-green,
.bg-green:hover,
.bg-green:focus {
    background-color: #96c31e !important;
    color: #ffffff !important;
}

.bg-yellow,
.bg-yellow:hover,
.bg-yellow:focus {
    background-color: #ffd700 !important;
    color: #ffffff !important;
}

.bg-orange,
.bg-orange:hover,
.bg-orange:focus {
    background-color: #e64b0a !important;
    color: #ffffff !important;
}

.bg-grey,
.bg-grey:hover,
.bg-grey:focus  {
    background-color: #bec8c8 !important;
    color: #ffffff !important;
}

.color-blue {
    color: #0069b4 !important;
}

.color-grey {
    color: #bec8c8 !important;
}

.color-yellow {
    color: #e8ae0c !important;
}

.color-green {
    color: #008a00 !important;
}

.color-red {
    color: #d41217 !important;
}



/* side bar */
.sideBarSection {
    border: 1px solid #bec8c8;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sideBarHeadline {
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #bec8c8;
}

.sideBarList li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bec8c8;
    padding: 10px 10px;
    cursor: pointer;
}

.sideBarList li:last-of-type {
    border-bottom: none;
}

.sideBarList li a button {
    padding: 0;
}

.sideBarList li ul {
    padding-left: 10px;
}

.sideBarList li ul li:last-of-type {
    padding-bottom: 0;
}

.sideBarList li input[type='radio'] {
    display: none;
}

#sideBarRetailerLogo {
    display: block;
    margin: 0 auto;
}



/* basket price table */
.basketPrice {
    position: relative;
    display: inline-block;
    width: 100%;
}

.basketPriceTable {
    float: right;
    margin-top: 20px;

    line-height: 1.7em;
    font-size: 16px;
}

.basketPriceTable tr > td:last-of-type {
    text-align: right;
}

.basketPriceTable tr:last-of-type > td {
    vertical-align: bottom;
}

.basketPriceTable tr:last-of-type > td:last-of-type {
    font-size: 24px;
    width: 155px;
}

.basketPriceTable tr hr {
    margin: 5px 0;
}



/* Layouts/Backend.html & Layouts/Login.html */
.backendContent {
    margin-bottom: 50px;
}

.backendContent h4:not(:first-of-type) {
    margin-top: 50px;
}

.noAccessContent {
    margin-top: 150px;
}



/* Layouts/Error.html */
#errorBody {
    margin: 20px 0;
}

#errorPagePanel {
    padding: 15px;
}

#errorPagePanel #backButtons {
    margin-top: 20px;
}



/* Layouts/LeftSideBar.html */
#leftSideBar,
#collapsibleLeftSideBar {
    float: left;
    width: 300px;
}

#mainContent,
#collapsibleMainContent {
    float: right;
    width: calc(100% - 320px);
}



/* Layouts/Modal.html */
.modal-content {
    background-color: #f3f3f3;
}

.modal-header {
    border-bottom: none;
}

.modal-header .header {
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.modal-footer {
    border-top: none;
}



/* Layouts/Tab.html */
#tabNavigation {
    margin-bottom: -1px;
}

#tabContent h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0069b4;
    font-weight: bold;
    text-transform: uppercase;
}



/* Partials/Address/Show.html */
.addressBlock {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.addressBlock .headline {
    padding: 0;
    font-size: 16px;
}

.addressBlock > div > span {
    display: inline-block;
    width: 50%;
    max-width: 250px;
}

.addressBlock > div > span:first-of-type  {
    max-width: 220px;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: bold;
}



/* Partials/Layouts/Footer.html */
#footer {
    width: 100%;
    padding-top: 20px;
    margin-top: 40px;
    background: #0069b4 url(../Images/Ecommerce/footer.png) repeat-x;
}

.footerContent {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

#footer .contentWidth {
    margin-top: 30px;
}

.footerSection {
    text-align: left;
    color: #ffffff;
    max-width: 300px;
    margin: auto;
}

.footerSection h4 {
  font-weight: bold;
}

#footer ul.tickList li:not(:last-of-type) {
    padding-bottom: 12px;
}

#footer ul.tickList li:before {
    margin-right: 5px;
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../Images/Ecommerce/tick.png);
    background-size: contain;
}

#footer #payment ul li {
    font-size: 11px;
    height: 60px;
    padding: 5px;
    width: 30%;
    margin: 3px 6px 3px 0;
    background-color: #ffffff;
    color: #000000;
}

#footer #payment ul li:nth-of-type(3n) {
    margin-right: 0;
}

#footer #payment ul li > div {
    display: table;
    height: 100%;
    width: 100%;
}

#footer #payment ul li > div > div {
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

#footer #payment img {
    max-height: 40px;
    width: 100%;
}

.mdjSiegel {
    margin-top: 50px;
    max-width: 150px;
}

#footerBottom {
    text-align: center;
    color: #ffffff;
    background-color: #404040;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footerBottom .loadModal {
    text-decoration: underline;
}



/* Partials/Layouts/Header.html */
#header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffd700;
    text-align: center;
}

#header .contentWidth {
    display: flex;
    align-items: center;
    width: 100%;
}

#subsidiaryOpeningHours {
    display: inline-block;
}

#subsidiaryOpeningHours .dropdown-menu {
    width: 320px;
}

#subsidiaryOpeningHours .dropdown-menu table tr:first-of-type td {
    border-top: none !important;
}

.headerLogoContainer {
    float: left;
    display: inline-block;
    width: 20%;
    text-align: center;
}

#subsidiaryLogoBox {
    display: inline-block;
}

#subsidiaryLogoBox a {
    display: inline-block;
    padding: 15px;
}

#subsidiaryLogoBox img {
    max-width: 100%;
    max-height: 60px;
}

#logoBox {
    display: inline-block;
}

#logoBox img {
    max-height: 90px;
}

.headerContent {
    float: left;
    width: 60%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.headerContentFull {
  width: 80%;
}

.headerContent a {
    color: #0069b4;
}

.headerContent a:hover,
.headerContent a:focus {
    color: #0069b4;
}

.headerSecondaryItem {
    position: relative;
    display: inline-block;
}

.headerContentLeft .headerSecondaryItem {
    margin-right: 10px;
    color: #333333;
}

.headerSecondaryItem i {
    vertical-align: middle;
}

.headerContentRight .btn {
    margin-left: 5px;
}

.headerContentLeft .btn {
    margin-right: 5px;
}

.headerSecondary .headerContentLeft,
.headerSecondary .headerContentRight {
    padding-bottom: 20px;
}

.headerContentRight .headerSecondaryItem {
    margin-left: 10px;
}

.headerContentRight span.has-dropDown {
    display: inline-block;
}

.inputWithNote {
    position: relative;
}

.searchBar {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inputWithNote .note {
    position: absolute;
    right: 50px;
    top: 11px;
    color: #bec8c8;
    font-size: 10px;
}

#breadcrumb {
    min-height: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 20px;
    box-shadow: none;
    border-bottom: 1px solid #bec8c8;
}

#breadcrumb .btn:hover,
#breadcrumb .btn:focus {
    color: #ffffff;
    background-color: #0069b4;
}

#breadcrumb .btn-is-active {
    color: #ffffff;
    background-color: #0069b4;
}

#breadcrumb .has-dropDown {
    position: relative;
}

.dropdown-menu {
    border: 1px solid #0069b4;
    margin-top: 10px;
}

.dropdown-menu-align-right {
    right: 0;
    left: auto;
}

.mainMenuDropdown {
    width: 752px;
    left: -50px;
    padding: 0;
}

.dropdown-menu .group-with-button input {
    border: 1px solid #bec8c8;
}

.dropdown-menu .group-with-button .btn {
    border: none;
}

.mainMenuDropdownSmall {
    width: 300px;
    padding: 15px;
}

.dropdown-menu::before {
    content: ' ';
    position: absolute;
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0069b4 transparent;
}

.dropdown-menu.dropdown-menu-align-right::before {
    right: 10px;
    left: auto;
}

.dropdown-menu::after {
    content: ' ';
    position: absolute;
    left: 11px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
}

.dropdown-menu.dropdown-menu-align-right::after {
    right: 11px;
    left: auto;
}

.dropdown-menu > li .btn-link {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    text-align: left;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li .btn-link:hover, .dropdown-menu > li .btn-link:focus {
    color: #262626;
    text-decoration: none;
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.mainMenuDropdown::before {
    left: 65px;
}

.mainMenuDropdown::after {
    left: 66px;
}

.mainMenuDropdown .squareList {
    margin-bottom: 0;
}

.mainMenuDropdown .squareListBox {
    float: left;
    height: 150px;
    width: 150px;
    padding: 25px;
}

.mainMenuDropdown .squareListBox button {
    background: none !important;
    color: #000000 !important;
}

.mainMenuDropdown a {
    color: #0069b4;
}

.mainMenuDropdown .showMoreLink {
    float: right;
    margin: 0 25px 25px 0;
}

.desktopNavbar {
    display: inline-block;
    margin-left: 20%;
    width: 60%;
}

.desktopNavbar ul.list-inline {
    padding-left: 10px;
}

.desktopNavbarFull {
    width: 80%;
}



/* Partials/Layouts/CookieHint.html */
#ch {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    margin: 10px;
    padding: 10px;
    width: 300px;
    background: white;
    border: 1px solid #000000;
}

#closeCh {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 20px;
}

#ch .loadModal {
    text-decoration: underline;
}



/* Partials/Ecommerce/CategoriesDropdown.html */
.categoriesDropdown {
    position: relative;
    width: 100%;
    font-size: 10px;
}

.categoriesDropdown a, .categoriesDropdown a:hover, .categoriesDropdown a:focus {
    color: #000000;
}

.categoriesDropdownLeft {
    width: 40%;
    float: left;
    height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #f6fdff;
    border-radius: 4px 0 0 4px;
}

.categoriesDropdownLeft, .categoriesDropdownRight {
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.categoriesDropdownLeft::-webkit-scrollbar,
.categoriesDropdownRight::-webkit-scrollbar {
    display: none;
}

.categoriesDropdownLeft img {
    height: 20px;
    margin-top: 4px;
    float: left;
}

.categoriesDropdownLeft ul {
    display: none;
}

.categoriesDropdownLeft li {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    vertical-align: middle;
}

.categoriesDropdownLeft li:hover,
.categoriesDropdownLeft li:focus,
.categoriesDropdownLeft li.is-hovered {
    background-color: #ffd700;
    color: #000000;
}

.categoriesDropdownLeft li::before {
    display: none;
    content: ' ';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 10px;
    border-color: transparent transparent transparent #ffd700;
}

.categoriesDropdownLeft li:hover::before,
.categoriesDropdownLeft li:focus::before,
.categoriesDropdownLeft li.is-hovered::before {
    display: block;
}

.categoriesDropdownLeft li a {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoriesDropdownRight {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 60%;
    float: left;
    height: 400px;
    margin-left: -10px;
    border-left: 1px solid #bec8c8;
    background-color: #ffffff;
    color: #0069b4;
}

.categoriesDropdownRight li a {
    padding: 5px 20px 5px 5px;
    color: #0069b4;
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoriesDropdownRight li a:hover,
.categoriesDropdownRight li a:focus {
    background-color: #bec8c8;
}



/* Partials/Backend/LinkableImage/SlotSizeSelector.html */
.slotSizeSelector {
    position: absolute;
    right: 110px;
    top: 6px;
    z-index: 2;
}

.slotSizeSelector .select2 {
    width: 40px !important;
    margin-top: -2px;
}

.slotSizeSelector .select2-container .select2-selection {
    height: 22px;
}

.slotSizeSelector .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 20px;
}

.slotSizeSelector .select2-container--default .select2-selection .select2-selection__arrow {
    height: 20px;
}

.slotSizeSelector .select2-results__option {
    padding: 0 6px;
}



/* Partials/Backend/DisplayContentVisibility.html */
.standardList {
    list-style: inherit;
    list-style-type: inherit;
    padding-left: 20px;
}



/* Partials/Backend/Navigation.html */
.administrationSelection {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
}

.administrationSelection div,
.administrationSelection h4 {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.administrationSelection .selectionContainer {
    min-width: 300px;
}

.administrationSelection .select2 {
    min-width: 300px;
    width: auto !important;
}



/* Partials/Basket/Product.html */
.basketProductImage {
    float: left;
    padding: 10px;
    border: 1px solid #bec8c8;
}

.basketProductImage img {
    max-width: 100px;
}

.basketProductInformation {
    margin-left: 140px;
}

.productAmountAndRemove {
    display: inline-block;
}

.productAmountAndRemove > * {
    float: right;
}

.removeProduct {
    width: 40px;
    height: 40px;
    background: none;
}



/* Partials/Ecommerce/Retailer/RetailerSearch.html */
.retailerSearch {
    position: relative;
}

#retailerSearchRadii a.active {
    font-weight: bold;
    color: #0069b4;
}

#retailerMap {
    height: 400px;
    width: 100%;
}

.retailerLoadingOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 200px;
    background-color:rgba(255, 255, 255, 0.7);
    z-index: 1000;
    text-align: center;
}

.retailerLoading .retailerLoadingOverlay {
    display: block;
}

.findRetailer header {
    padding: 20px 20px 5px 20px;
    line-height: 35px;
    background-color: #eef5f8;
}

.findRetailerHeadline {
    display: inline-block;
    margin-right: 20px;
    vertical-align: text-bottom;
}

.findRetailerAutoLocation {
    margin-right: 20px;
}

.findRetailer header .group-with-button {
    width: auto;
    min-width: 350px;
}

.findRetailer section {
    border: 1px solid #bec8c8;
}

.singleRetailer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.singleRetailer:first-of-type {
    margin-top: 20px;
}

.singleRetailerInner {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bec8c8;
}

.singleRetailer:last-of-type .singleRetailerInner {
    border-bottom: none;
}

.singleRetailerLogo {
    display: inline-block;
    width: 40%;
    float: left;
}

.singleRetailerLogo h4 {
    font-weight: bold;
    color: #0069b4;
    margin-top: 20px;
}

.singleRetailerLogo img {
    max-height: 150px;
}

.singleRetailerLogo .singleRetailerGeburtstagsClubIcon {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100px;
}

.singleRetailerLogo .distance {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #0069b4;
}

.singleRetailerInfo {
    display: inline-block;
    width: 60%;
    float: left;
    padding-left: 10px;
}

.singleRetailerAddress,
.singleRetailerOpeningHours {
    display: inline-block;
    width: 50%;
    float: left;
}

.singleRetailerInfo > h5 {
    margin-top: 0;
}

.singleRetailerOpeningHours {
  padding-left: 10px;
}

.singleRetailerOpeningHours h5 {
    margin-top: 0;
    text-transform: uppercase;
}

.singleRetailerActions {
    display: table;
    height: 100%;
    min-height: 160px;
}

.singleRetailerAction {
    width: 25%;
    display: table-cell;
    height: 100%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    color: #0069b4;
    text-transform: uppercase;
}

.singleRetailerAction a {
    display: inline-block;
}

.singleRetailerAction img {
    max-height: 50px;
}

.singleRetailerAction img.singleRetailerGeburtstagsClubIcon {
    max-height: 70px;
}

.singleRetailerAction span {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

#retailerMap .retailerMapInfoWindow {
    max-width: 200px;
}

#retailerMap .singleRetailerLogo {
    width: 100%;
}

#retailerMap .singleRetailerLogo img {
    max-height: 40px;
}

#retailerMap .distance {
    display: none;
}

#retailerMap .singleRetailerLogo h4 {
    font-size: 14px;
}

#retailerMap .singleRetailerInfo {
    width: 100%;
    padding-left: 0;
}

#retailerMap .singleRetailerAddress {
    width: 100%;
}

#retailerMap .singleRetailerOpeningHours {
    display: none;
}

#retailerMap .singleRetailerInfo > h5 {
    display: none;
}



/* Partials/ProductDetail/Product.html */
#productDetails h1 {
    font-size: 24px;
}

.productDetailsLogos {
    width: 100%;
    text-align: right;
}

.productDetailsLogos img {
    padding: 5px;
    max-height: 100px;
}

.productSharing {
    margin-top: 30px;
    padding: 20px;
}

#productInformation {
    border-bottom: 1px solid #bec8c8;
}

.productDetailTabs {
    margin-top: 20px;
}

.productDetailTabs .tab-content {
    padding: 20px 10px 10px;
}

.productDetailTabs table {
    margin-top: 20px;
}

.productImageSlider {
    text-align: center;
}

.productImageSlider > div {
    display: none;
}

.productImageSlider > div:first-of-type {
    display: block;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    line-height: 40px;
    vertical-align: middle;
    color: transparent;
    cursor: pointer;
    border: none;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    z-index: 2000;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:before, .slick-next:before {
    display: inline-block;
    font-family: 'vedes';
    font-size: 24px;
    line-height: 40px;
    color: #0069b4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productGallery a {
    display: inline-block;
}

.productGallery .largeImage {
    position: relative;
    width: 100%;
    border: 1px solid #bec8c8;
    border-radius: 4px;
    text-align: center;
}

.productGallery .largeImage img {
    margin: 0 auto;
    padding: 20px;
}

.productGalleryThumbnails {
    display: inline-block;
    margin-top: 10px;
    margin-left: -5px;
}

.productGalleryThumbnails a {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #bec8c8;
    border-radius: 4px;
    text-align: center;
}

.productGalleryThumbnails img {
    max-height: 90px;
    max-width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#productPrice,
#moreDetails,
#addProduct {
    margin-top: 30px;
}

#productPrice .formattedPrice  {
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
}

.warningHeader {
    color: #e64b0a;
}

#availabilityInformation {
    margin-top: 20px;
    margin-bottom: 20px;
}

.availabilityInformationCollectContainer {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.availabilityInformationCollect {
    float: left;
    margin-bottom: 5px;
    padding-right: 10px;
    width: 100%;
}

.availabilityInformationCollectInner {
    float: left;
    padding-bottom: 5px;
}

.availabilityInformationCollectInner > strong {
    display: inline-block;
    margin-right: 10px;
    color: #0069b4;
}

.reservationAvailability {
    display: inline-block;
}

#availabilityInformation span {
    display: inline-block;
    vertical-align: text-bottom;
}

#availabilityInformation .loadModal {
    text-decoration: underline;
    cursor: pointer;
}

#addProduct > button {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
}

.productNotAvailable {
    margin-top: 20px;
}

.productNotAvailable img {
    float: left;
    width: 100px;
}

.productNotAvailable p {
    padding-left: 120px;
    vertical-align: middle;
}

.storeInformation {
    padding: 10px;
    color: #0069b4;
}

.localOffer {
    position: relative;
    margin-bottom: 20px;
    height: 150px;
    background-color: #eef5f8;
    text-align: center;
}

.localOfferIcon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #b4d6ea;
    font-size: 94px;
    z-index: 0;
}

.localOfferIcon i {
    vertical-align: middle;
}

.localOfferContent {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.localOffer span {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    font-size: 20px;
}

.localOffer strong {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.storeInformationContentLogo {
    width: 60%;
}

.storeInformationMap {
    height: 250px;
}

.storeInformationContent {
    padding: 20px;
    background-color: #f8f8f9;
    font-size: 16px;
    color: #0069b4 !important;
}

.storeInformationContent h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.storeInformationContent td {
    vertical-align: top;
    color: #0069b4 !important;
}

.storeInformationContent tr td:first-of-type {
    padding-right: 10px;
    text-transform: uppercase;
}



/* Partials/BasketTable.html */
.basketTable {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.basketShippingInformation {
    position: absolute;
    bottom: 0;
    max-width: 800px;
    padding: 0;
}

.basketTable .headline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #bec8c8;
    border-radius: 0;
}

.basketTable .productRow {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #bec8c8;
}

.basketTable .productRow:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.basketTable .productRow > div {
    font-size: 20px;
}

.basketTable .sub {
    color: #8c8c8c;
}

.basketTableAmountAndPrices {
    text-align: center;
}

.basketTableAmountAndPrices .row > div > span {
    display: inline-block;
    line-height: 30px;
}

.basketTableAmountAndPrices .formattedPrice {
    font-size: 30px;
    font-weight: bold;
}

.basketTableAmountAndPrices .removeProduct {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -22px;
}

.basketSubsidiaryInfo {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #bec8c8;
}

.basketSubsidiaryInfo .basketSubsidiaryInfoSection {
    float: left;
}

.basketSubsidiaryInfo .basketSubsidiaryInfoSection:first-of-type {
    border-right: 1px solid #bec8c8;
    margin-right: 20px;
    padding-right: 20px;
}



/* Partials/ProductCount.html */
.productAmount > * {
    font-size: 20px;
    line-height: 40px;
}

.productAmount label {
    float: left;
    margin-right: 15px;
}

.productAmount .input-group,
.productAmount .input-group input {
    height: 40px;
}

.productAmount input.countAmount {
    width: 60px;
}

.reduceAmount,
.raiseAmount {
    width: 30px;
    border: none;
}

.raiseAmount i,
.reduceAmount i {
    vertical-align: middle;
}



/* Partials/SearchResult.html */
.searchResult {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

.searchResultWishlistIcon {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #bec8c8;
    font-size: 20px;
}

.searchResultWishlistIcon img {
    height: 25px;
}

.searchResultSpecialPriceIcon {
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d41217;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px 0;
}

.searchResultBrand {
    height: 20px;
    padding: 0 10px;
    color: #bec8c8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResultInformation {
    padding: 0 10px;
}

.searchResultPrices {
    text-align: center;
    font-size: 30px;
}

.searchResultPrices .formattedPrice {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.searchResultImage img {
    padding: 10px;
    max-height: 100%;
}

.searchResultInformationTitle {
    padding: 10px;
    color: #0069b4;
}

.searchResultAvailability {
    padding: 10px;
}

.searchResultAvailability img {
    height: 12px;
}

.searchResultAvailability > div {
    margin-bottom: 5px;
}



/* Partials/Ecommerce/ProductDetail/ProductPrice.html */
.formattedPriceInner {
    position: relative;
    display: inline-block;
}

.formattedPrice.text-strikethrough .formattedPriceInner::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000000;
}

.formattedPriceIntegers {
    display: inline-block;
}

.formattedPriceDecimals {
    display: inline-block;
    padding-left: 2px;
    font-size: 50%;
    vertical-align: super;
}



/* Partials/SideBarList/Filters.html */
#sideBarFilter {
}

#searchFilter {
    padding: 10px;
}

.additionalSearchFilter {
    margin-top: 20px;
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #bec8c8;
}

.additionalSearchFilter .sideBarList li {
    border-bottom: none;
}

.additionalSearchFilter .sideBarList li input[type='radio'] {
    display: inline-block !important;
    margin-right: 10px;
}

.additionalSearchFilter .sideBarSection {
    border: none;
    padding: 0;
    overflow: inherit;
}

.additionalSearchFilter .sideBarSection:last-of-type {
    margin-bottom: 0;
}

.additionalSearchFilter .sideBarHeadline {
    color: #0069b4;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    border-bottom: none;
}

.additionalSearchFilter .sideBarList li {
    padding: 5px 0;
}



/* Partials/SideBarList/SideBarList.html */
.sideBarListSelected {
    position: relative;
}

.sideBarListSelected .sideBarList li {
    display: block;
    width: 100%;
    border: 0;
    background: none;
    padding: 10px 15px;
}

.sideBarListSelected .sideBarClose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.sideBarListSelected a:first-of-type {
    color: #0069b4;
}

.arrowImage {
    width: 39px;
    height: 39px;
    padding: 10px;
}

.sideBarCollapseButton {
    margin-top: 10px;
    left: 10px;
    position: fixed;
    z-index: 10;
    transition: all .4s ease 0s;
    cursor: pointer;
}

.sideBarCollapseButton.active {
    left: 180px;
}

.loadAll {
    cursor: pointer;
    padding: 10px 10px;
}

.loadAll span {
    color: #0069b4;
}

.loadAll .loader {
    float: right;
    width: 20px;
}



/* Partials/SearchSlider.html */
.sliderDiv {
    margin-left: 5px;
    margin-right: 5px;
}

.sliderDiv label {
    margin-bottom: 0;
    display: block;
}

.search-slider .slider-itself {
    display: inline-block;
    width: 100%;
}

.selected-minValue {
    float: left;
}

.selected-maxValue {
    float: right;
}

.search-slider input {
    display: none;
}



/* Partials/SquareList.html */
.squareListHeadline {
    text-transform: uppercase;
    margin-top: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #bec8c8;
}

.squareListHeadline:not(:first-of-type) {
    margin-top: 50px;
}

.squareList {
    margin-bottom: 40px;
}

.squareListBox {
    padding: 10px;
}

.squareListBox a {
    display: block;
    height: 100%;
    font-size: 20px;
    border: 1px solid #bec8c8;
    border-radius: 2px;
    text-align: center;
}

.squareList.filled .squareListBox a {
    border: none;
}

.squareListBox button {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    background: none;
}

.squareListBox button > * {
    max-width: 70%;
    max-height: 70%;
    margin: 0 auto;
}

.squareList.filled button > img {
    max-width: 100%;
    max-height: 100%;
}

.squareListBox button span {
    display: block;
    word-wrap: break-word;
}



/* Partials/Slider.html */
.carousel {
    margin-bottom: 30px;
}

.carousel img {
    width: 100%;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control {
    width: 100px;
    background: none !important;
}



/* Templates/Backend/* */
.flatpickrSubmit {
    margin-top: 25px;
}



/* Templates/Backend/ContentPages/Index.html */
.activeForColumn > div:not(:last-child) {
    margin-bottom: 10px;
}



/* Templates/Backend/Modals/*.html */
.backendModalForm {
    text-align: center;
}

.backendModalForm button {
    width: 100%;
}



/* Templates/Backend/Modals/SentOrder.html */
#errorMessageContainer {
    color: #ff0000;
    margin: 20px 0;
}

.select-input-group select {
    margin-bottom: 5px;
}



/* Templates/Backend/Retailer/Information/Index.html */
#additionalDomains li:not(:last-of-type) {
    padding-bottom: 10px;
}



/* Templates/Frontend/Address/AddressForm.html */
#addressForm .form-group {
    max-width: 715px;
}

#addressForm .form-group .control-label {
    text-align: left;
}

#addressForm .has-error .form-control {
    background-color: #fca2a2;
}

#toggleDeliveryAddress {
    margin: 20px 5px 20px 0;
}



/* Partials/Ecommerce/Address/Address.html */
.addressSection {
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
}



/* Templates/Frontend/Basket/Index.html */
#updateBasketProductCount {
    display: none;
}



/* Templates/Frontend/Modals/CallEmployee.html */
#sendSms {
    margin: 20px auto 0 auto;
}



/* Templates/Frontend/Modals/ChooseSubsidiary.html */
#chooseSubsidiaryList li {
    margin-bottom: 10px;
}



/* Templates/Frontend/Modals/Faq.html */
.faqBox {
    margin-bottom: 15px;
}

.faqQuestionContainer {
    padding: 10px 15px;
    margin-bottom: 5px;
}

.faqQuestion {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.collapseFaq.collapsed {
    background: url(../Images/arrow_down_grey.png) center right no-repeat;
}

.collapseFaq {
    cursor: pointer;
    background: url(../Images/arrow_left_grey.png) center right no-repeat;
}

.faqAnswer {
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.faqImage {
    margin-top: 10px;
}



/* Templates/Frontend/Modals/ShowServiceExplanation.html */
.modalServiceExplanation:not(:last-of-type) {
    margin-bottom: 30px;
}

.modalServiceExplanation img {
    margin-top: -6px;
}



/* Templates/Backend/Retailer/OrderManagement/Index.html */
div.tableLoadingContainer > img {
    display: block;
    margin: 0 auto;
}

#orderTable tr.active > * {
    background-color: #9bd5ff;
}

a.orderDetailsLink {
    cursor: pointer;
    color: #0069b4;
}

.orderTableActions {
    width: 100%;
}

div.dataTables_length, div.dataTables_info {
    display: inline-block;
}

div.dataTables_filter {
    display: inline-block;
    float: right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #979797;
    background-color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}



/* Templates/Backend/Retailer/OrderManagement/ShowOrderManagement.html */
.positionDetails {
    margin-bottom: 20px;
}



/* Templates/Backend/Retailer/Password/Index.html */
.popoverInfoIcon {
    margin-top: -4px;
}



/* Templates/Backend/Retailer/SubsidiaryInformation/Index.html */
.showLogo {
    margin-top: 20px;
}

.shippingServiceTable {
    margin-bottom: 0;
}



/* Templates/Backend/VedesAdministration/CustomizedPages/Index.html */
.customizedPagesList li {
    margin-bottom: 5px;
}

.customizedPagesList li:last-of-type {
    margin-bottom: 20px;
}



/* Templates/Backend/VedesAdministration/GoogleFeed/Index.html */
#triggerFeedSubmit {
    margin-top: 25px;
}



/* Templates/Backend/VedesAdministration/Landingpage/Edit.html */
#landingPageForm .ageRange input {
    width: 40%;
}

#landingPageForm .ageRange span {
    line-height: 34px;
}

#shopperButtonsTab label {
    margin-bottom: 0;
}



/* Templates/Backend/VedesAdministration/Media/Index.html */
#mediaTable {
    width: auto;
}

#mediaTable tbody td:not(:first-of-type) {
    text-align: right;
}



/* Templates/Backend/VedesAdministration/Retailer/Index.html */
#retailerDropdown,
#retailerDropdown ~ .select2 {
    font-size: 16px;
    margin-top: 5px;
}

.googleFeedInformationSubmit {
    margin-top: 25px;
}



/* Templates/Frontend/Payment/Choose.html */
.paymentInformation {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #0069b4;
    font-weight: bold;
}

#paymentOptions {
    margin: 20px 0;
}

.paymentOption {
    padding: 15px;
    border: 1px solid #bec8c8;
}

.paymentOption form {
    max-width: 600px;
}

.paymentOption:not(:last-of-type) {
    border-bottom: none;
}

.paymentOption .paymentOptionContent {
    width: 100%;
    padding-left: 25px;
}

.paymentOption input[type='radio'] {
    position: absolute;
    display: none;
}

.paymentOption .radioDiv {
    float: left;
    position: relative;
    border: 3px solid #efefef;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    transition: border 250ms linear;
}

.paymentOption .radioDiv::before {
    content: '';
    position: absolute;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    transition: background 250ms linear;
}

.paymentOption input[type='radio']:checked ~ .radioDiv {
    border-color: #0069b4;
}

.paymentOption input[type='radio']:checked ~ .radioDiv::before {
    background-color: #0069b4;
}

.paymentOption label[for^='payment_'] {
    margin-bottom: 0;
    width: 100%;
}

.paymentOption input[type='radio']:checked ~ .paymentOptionContent .paymentContent {
    display: block;
}

.paymentDescription {
    float: left;
    margin-left: 15px;
}

.paymentImage {
    width: 100px;
    margin: 5px 0 0 15px;
}

.paymentContent {
    display: none;
    margin: 10px 0 0 15px;
}

#sbtAndRecallInformation {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paymentOption label[for='payment_payInStore'] .paymentImage {
    display: none;
}



/* styles for Inwebs.PaymentPayone/Partials/Adapters/PayolutionPrivacyDeclaration.html */
.privacyDeclaration a {
    color: #337ab7;
    text-decoration: underline;
}



/* styles for Inwebs.PaymentPayone/Templates/Adapters/PayolutionInstallment.html */
#installmentsList > li,
.installmentsInfo > li {
    padding-left: 10px;
}

#installmentsList input[type='radio'] {
    margin-right: 5px;
}

a.payolutionDownloadCreditInformation {
    color: #337ab7;
    text-decoration: underline;
}



/* styles for Inwebs.PaymentPayone */
.errorOutput {
    margin: 10px 0;
    color: #ff0000;
}



/* Templates/Error/500.html */
#errorMessageBox {
    margin-top: 50px;
}

#toggleErrorMessage {
    padding-left: 15px;
}

#toggleErrorMessage.collapsed {
    background: url(../Images/more_grey.png) center left no-repeat;
}

#toggleErrorMessage {
    cursor: pointer;
    background: url(../Images/less_grey.png) center left no-repeat;
}



/* Templates/Frontend/Product/Show.html */
.breadcrumb {
    padding: 0 15px;
    background: none;
    color: #bec8c8;
}



/* Templates/Frontend/Payment/Confirm.html */
#printBonContent {
    font-size: 20px;
}

#printBonContent h3 {
    font-size: 30px;
}

#printBonContent p {
    margin: 20px auto;
}

.confirmThanks {
    font-size: 16px;
    margin-bottom: 20px;
}

.confirmThanks:not(:first-of-type) {
    margin-top: 50px;
}

#orderConfirmation .basketTable:not(:first-of-type) {
    margin-top: 0;
}

.confirmServiceInformation {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #0069b4;
    font-weight: bold;
}

#confirmPaymentType {
    margin-top: 40px;
}



/* Templates/Frontend/Search/Search.html */
#serviceExplanation {
    display: none;
    width: 100%;
    table-layout: fixed;
    padding: 10px 15px;
    margin-bottom: 8px;
}

#serviceExplanation li {
    display: table-cell;
    width: 100%;
    text-align: center;
}

#serviceExplanation li:first-of-type {
    width: 15px;
}

#serviceExplanation li img {
    height: 15px;
    margin-top: -5px;
}

#pagination {
    display: none;
}

#pagination .pagination {
    margin-top: 0;
}

#pagination .pagination > li > a,
#pagination .pagination > li > span {
    min-width: 56px;
}

#pagination .pagination > li:not(.disabled) > a,
#pagination .pagination > li:not(.disabled) > span {
    color: #0069b4 !important;
}

#pagination .pagination > li.active > a,
#pagination .pagination > li.active > span {
    z-index: 4;
    background-color: #0069b4;
    color: #ffffff !important;
}



/* Templates/Frontend/Search/Suggest.html */
.suggestList {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #bec8c8;
    border-radius: 6px;
    background-color: #ffffff;
    z-index: 100;
    overflow: hidden;
}

.suggestListWithNoResults {
    width: 100%;
}

.minLengthNote {
    display: none;
}

.suggestList .leftColumn {
    float: left;
    width: 300px;
}

.suggestList .rightColumn {
    float: left;
    width: 400px;
    border-left: 1px solid #bec8c8;
}

.suggestHeadline {
    padding: 2px 5px;
}

.suggestList li {
    padding: 2px 5px;
}

.suggestList li a {
    display: inline-block;
    width: 100%;
}

.suggestHeadline {
    display: block;
    background-color: #bec8c8;
    color: #ffffff;
}

.suggestList li:hover {
    background-color: #efefef;
    cursor: pointer;
}

.suggestList ul li:not(:last-of-type) {
    border-bottom: 1px solid #bec8c8;
}

.suggestProduct {
    position: relative;
}

.suggestProductMainImage {
    float: left;
    width: 70px;
    height: 70px;
}

.suggestProductMainImage img {
    max-width: 70px;
    max-height: 70px;
}

.suggestProductDetails {
    padding-left: 80px;
    width: 100%;
}

/* Templates/Frontend/Start/Home.html */
.teaser img {
    width: 100%;
    margin-bottom: 30px;
}



/* Templates/Frontend/Start/LandingPage.html */
#landingPage {
    max-width: 1000px;
    margin: 0 auto;
}

#landingPage #teaserDiv img {
    margin-bottom: 0;
}

#landingPage .rowEntry {
    max-width: 100%;
    float: left;
    padding: 5px;
}

#landingPage .squareListBox {
    padding: 5px;
}

#landingPage .squareListBox button {
    background: none !important;
    color: #000000 !important;
}

#landingPage .legalLine {
    font-size: 10px;
    display: inline-block;
    width: 100%;
}

#shopperButtonsDiv {
    display: inline-block;
}



/* Templates/Frontend/Start/ScreenSaver.html */
#screenSaverContent {
    margin: 2% 4%;
}

#screenSaverClaim {
    margin: 0 auto 2% auto;
}

#screenSaverVedesLogo {
    max-width: 50%;
}

#screenSaverRetailerLogo {
    margin-top: 30%;
}

#videoAndEntryContent {
    float: left;
}

#screenSaverBtn {
    width: 100%;
    font-size: 70px;
    padding: 15px;
}



/* Templates/Frontend/Start/ScreenSaver.html */
#staticPage {
    margin-top: 60px;
}

#staticPage > *:first-child {
    margin-top: 0;
}



/* Templates/Frontend/Login/Login.html  */
.loginSection {
    padding: 20px;
    background-color: #f1f1f1;
}

.loginSectionHeadline {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #0069b4;
}

.loginSection .buttonDiv .btn {
    padding-left: 0;
    padding-right: 0;
}

.loginSection .input-group-addon:first-child {
    background-color: #0069b4;
    color: #fff;
    border: none;
}



/* Templates/Frontend/User/MyAccount.html  */
.myAccountContent {
    padding-top: 10px;
    margin-top: 20px;
    background-color: #f1f1f1;
}

.myAccountContent .tab-content {
    background-color: #fff;
}

.myAccountContent .tab-content .tab-pane {
    padding: 20px;
}

.myAccountContent .myAccountContentHeadline {
    padding-left: 20px;
    margin-bottom: 20px;
}

.myAccountContent .form-group {
    max-width: 715px;
}

.myAccountHeader {
    display: inline-block;
    width: 100%;
}

.myAccountHeader h1 {
    float: left;
    margin-top: 10px;
}

.myAccountLogoutLink {
    float: right;
}

.myAccountContent #addressForm .form-group .control-label {
    text-align: right;
}



/* Templates/Frontend/Ownership/MyOrders  */
.myOrders {
    padding: 10px;
}

.myOrders .myAccountContentHeadline {
    padding-left: 0;
}

.myOrders .orderDetails {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.myOrders .singleOrder {
    margin-bottom: 5px;
}



/* Responsive scaling of elements */
@media (min-width: 992px) {
    .modal-dialog.flipCatalogue,
    .modal-dialog.contentPage {
        width: 840px;
    }

    .contactDetails {
        border: 1px solid #bec8c8;
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog.flipCatalogue,
    .modal-dialog.contentPage {
        width: 1140px;
    }
}

@media (min-width: 1300px) {
    .headerLogoContainer {
        width: 15%;
    }

    .headerContent, .desktopNavbar {
        width: 70%;
    }

    .headerContentFull, .desktopNavbarFull {
        width: 85%;
    }

    .desktopNavbar {
        margin-left: 15%;
    }
}

@media (min-width: 1500px) {
    .modal-dialog.flipCatalogue,
    .modal-dialog.contentPage {
        width: 1440px;
    }
}

@media (max-width: 1199px) {
    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverBtn {
        font-size: 58px;
    }

    .desktopNavbar {
        margin-left: 0;
        width: 100%;
    }

    .desktopNavbar ul.list-inline {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    /* Partials/ProductDetail/Product.html */
    .productDetailsLogos {
        margin-top: 20px;
        text-align: left;
    }



    /* Partials/Layouts/Header.html */
    .inputWithNote .note {
        display: none;
    }

    .suggestList .leftColumn {
        width: 230px;
    }

    .suggestList .rightColumn {
        width: 330px;
    }

    .group-with-button input {
        border: 1px solid #0069b4 !important;
    }

    .headerPrimary {
        padding-top: 0;
    }



    /* Templates/Backend/VedesAdministration/Retailer/Index.html */
    .googleFeedInformationSubmit {
        margin-top: 0;
    }



    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverBtn {
        font-size: 44px;
    }



    /* LeftSideBar Layout */
    #leftSideBar {
        float: none;
        width: 100%;
    }

    #mainContent {
        margin-top: 0;
        float: none;
        width: 100%;
    }

    #collapsibleLeftSideBar {
        width: 150px;
        background-color: #ffffff;
    }

    #collapsibleMainContent {
        width: calc(100% - 160px);
    }



    /* ProductDetail */
    .backButton {
        margin-bottom: 20px;
    }



    /* BasketTable */
    .basketShippingInformation {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .basketTableAmountAndPrices {
        text-align: right;
        padding-right: 40px;
    }

    .basketTableAmountAndPrices .row > div:not(:first-of-type) {
        margin-top: 15px;
    }

    .productAmountAndRemove {
        margin-top: 0;
    }

    .basketTableText {
        display: inline-block !important;
    }

    .basketTableAmountAndPrices .formattedPrice {
        font-size: 20px;
    }



    /* Partials/Address/Show.html */
    .addressBlock {
        border: 1px solid #bec8c8;
    }
}

@media (max-width: 767px) {
    /* Partials/Layouts/Header.html */
    .headerPrimary {
        margin: 0;
    }

    .suggestList {
        width: 100%;
    }

    .suggestList .leftColumn,
    .suggestList .rightColumn {
        width: 100%;
        border: none;
    }

    #basketIcon {
        position: relative;
    }

    #basketIcon .badge {
        position: absolute;
        top: -10px;
        right: -10px;
    }

    #logoBox img, #subsidiaryLogoBox img {
        max-height: 60px;
    }

    #subsidiaryLogoBox a {
        padding: 10px 5px;
    }

    .headerContentFull {
        padding-right: 0;
    }

    .headerContentFull .headerContentRight {
        padding-right: 0;
    }

    .headerContentFull #basketIcon .badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    #breadcrumb .dropdown-menu::before,
    #breadcrumb .dropdown-menu::after {
        display: none;
    }

    .locate-per-address {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .locate-per-address .group-with-button {
        max-width: 100%;
    }

    /* Partials/ProductDetail/Product.html */
    #productDetails.visible-xs {
        padding-left: 0;
    }

    .reservationAvailability {
        width: 100%;
    }



    /* Templates/Backend/* */
    .flatpickrSubmit {
        margin-top: 0;
    }



    /* Templates/Frontend/Start/Home.html */
    #homeClaim {
        margin-bottom: 20px;
    }

    #searchOptions a {
        margin-bottom: 15px;
    }



    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverVedesLogo,
    #screenSaverRetailerLogo {
        height: 100px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    #screenSaverVedesLogo {
        float: left;
    }

    #screenSaverRetailerLogo {
        float: right;
    }

    #videoAndEntryContent h1 {
        margin-top: 10px;
    }

    #screenSaverBtn {
        font-size: 30px;
    }



    /* LeftSideBar Layout */
    #collapsibleLeftSideBar {
        position: absolute;
        margin-left: -180px;
        transition: all .4s ease 0s;
        z-index: 10;
    }

    #collapsibleLeftSideBar.active {
        margin-left: 0;
    }

    #collapsibleMainContent {
        float: none;
        width: 100%;
    }



    /* ButtonDiv (xs-col-12 for all children) */
    .buttonDiv .btn {
        width: 100%;
        position: relative;
        min-height: 1px;
        margin-bottom: 15px;
        float: left !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .buttonDiv .btn:last-child {
        margin-bottom: 0;
    }

    .form-horizontal .form-group div[class^='col-'] ~ div[class^='col-'] {
        margin-top: 10px;
    }

    .findRetailerAutoLocation {
        margin-right: 0;
        width: 100%;
    }

    .findRetailer header .group-with-button {
        min-width: 100%;
    }

    .singleRetailerLogo, .singleRetailerInfo {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .singleRetailerLogo .distance {
        margin-top: 0;
    }

    .singleRetailerInfo {
        margin-top: 10px;
    }

    .singleRetailerAddress,
    .singleRetailerOpeningHours {
        width: 100%;
        padding: 0;
    }

    .myAccountTabs .tab-content .tab-pane {
        padding: 0;
    }

    .paymentOption form {
        max-width: 100%;
    }
}

@media (max-width: 550px) {

    #subsidiaryOpeningHours .dropdown-menu {
        left: -70px;
    }

    #subsidiaryOpeningHours .dropdown-menu::before {
        left: 80px;
    }

    #subsidiaryOpeningHours .dropdown-menu::after {
        left: 81px;
    }

    /* Basket */
    .basketPriceTable {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #searchResults > div {
        width: 100%;
    }

    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverVedesLogo,
    #screenSaverRetailerLogo {
        height: 80px;
    }

    /* ProductDetail */
    #addProduct button {
        width: 100%;
    }

    /* ButtonDiv */
    .buttonDiv .btn {
        font-size: 18px;
    }

    .headerPrimary > div {
        padding-left: 0;
        padding-right: 0;
    }

    .headerContentLeft .btn,
    .headerContentRight .btn {
        margin-right: 0;
        margin-left: 0;
    }

    #logoBox img, #subsidiaryLogoBox img {
        max-height: 50px;
    }
}

@media (max-width: 450px) {
    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverVedesLogo,
    #screenSaverRetailerLogo {
        height: 60px;
        margin-bottom: 10px;
    }

    #screenSaverBtn {
        font-size: 20px;
    }



    /* ProductDetail */
    #addProduct button {
        font-size: 14px;
    }



    /* ButtonDiv */
    .buttonDiv .btn {
        font-size: 14px;
    }



    /* Partials/Address/Show.html */
    .addressBlock .headline {
        padding: 0;
        font-size: 16px;
    }

    .addressBlock > div > span {
        width: 100%;
    }

    .addressBlock > div > span:last-of-type {
        margin-bottom: 5px;
    }
}

@media (max-width: 400px) {
    .headerPrimary > div {
        width: 100% !important;
    }

    .headerContentLeft {
        margin-bottom: 5px;
        text-align: center;
    }

    .headerContentLeft .btn,
    .headerContentRight .btn {
        margin-right: 5px;
    }

    .headerContentRight {
        text-align: center;
    }

    /* Partials/BasketPriceTable.html */
    .basketPriceTable tr:last-of-type > td:last-of-type {
        font-size: 18px;
        width: 125px;
    }



    /* Templates/Frontend/Start/ScreenSaver.html */
    #screenSaverVedesLogo,
    #screenSaverRetailerLogo {
        height: 50px;
    }



    /* button */
    #printBonButton {
        font-size: 12px;
    }

    #subsidiaryOpeningHours .dropdown-menu {
        width: 250px;
    }

    #subsidiaryOpeningHours .dropdown-menu::before {
        left: 80px;
    }

    #subsidiaryOpeningHours .dropdown-menu::after {
        left: 81px;
    }
}
