/* fonts */
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    src: url(../Fonts/OpenSans/Regular.eot); /* IE9 compatibility mode */
    src: url(../Fonts/OpenSans/Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../Fonts/OpenSans/Regular.woff2) format('woff2'), /* super modern Browsers */
         url(../Fonts/OpenSans/Regular.woff) format('woff'), /* modern Browsers */
         url(../Fonts/OpenSans/Regular.ttf) format('truetype'), /* Safari, Android, iOS */
         url(../Fonts/OpenSans/Regular.svg#OpenSans) format('svg'); /* legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: italic;
    src: url(../Fonts/OpenSans/Italic.eot); /* IE9 compatibility mode */
    src: url(../Fonts/OpenSans/Italic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../Fonts/OpenSans/Italic.woff2) format('woff2'), /* super modern Browsers */
         url(../Fonts/OpenSans/Italic.woff) format('woff'), /* modern Browsers */
         url(../Fonts/OpenSans/Italic.ttf) format('truetype'), /* Safari, Android, iOS */
         url(../Fonts/OpenSans/Italic.svg#OpenSans) format('svg'); /* legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    src: url(../Fonts/OpenSans/Bold.eot); /* IE9 compatibility mode */
    src: url(../Fonts/OpenSans/Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../Fonts/OpenSans/Bold.woff2) format('woff2'), /* super modern Browsers */
         url(../Fonts/OpenSans/Bold.woff) format('woff'), /* modern Browsers */
         url(../Fonts/OpenSans/Bold.ttf) format('truetype'), /* Safari, Android, iOS */
         url(../Fonts/OpenSans/Bold.svg#OpenSans) format('svg'); /* legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;
    src: url(../Fonts/OpenSans/BoldItalic.eot); /* IE9 compatibility mode */
    src: url(../Fonts/OpenSans/BoldItalic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../Fonts/OpenSans/BoldItalic.woff2) format('woff2'), /* super modern Browsers */
         url(../Fonts/OpenSans/BoldItalic.woff) format('woff'), /* modern Browsers */
         url(../Fonts/OpenSans/BoldItalic.ttf) format('truetype'), /* Safari, Android, iOS */
         url(../Fonts/OpenSans/BoldItalic.svg#OpenSans) format('svg'); /* legacy iOS */
}



/* icons (icomoon -> use https://icomoon.io/app and import selection.json to modify the font) */
@font-face {
    font-family: 'vedes-icons';
    font-weight: normal;
    font-style: normal;
    src: url(../Fonts/Icons/vedes-icons.eot); /* IE9 compatibility mode */
    src: url(../Fonts/Icons/vedes-icons.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../Fonts/Icons/vedes-icons.woff2) format('woff2'), /* super modern Browsers */
         url(../Fonts/Icons/vedes-icons.woff) format('woff'), /* modern Browsers */
         url(../Fonts/Icons/vedes-icons.ttf) format('truetype'), /* Safari, Android, iOS */
         url(../Fonts/Icons/vedes-icons.svg#vedes-icons) format('svg'); /* legacy iOS */
}

[class^='vedes-icon-'],
[class*=' vedes-icon-'] {
    font-family: 'vedes-icons' !important; /* use !important to prevent issues with browser extensions that change fonts */
    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-angle-top::before {
    content: '\f106';
}

.vedes-icon-angle-bottom::before {
    content: '\f107';
}

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

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

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

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

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

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

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

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

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

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

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

.vedes-icon-coupon::before {
    content: '\e90c';
}



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

html.blueBackground {
    background: linear-gradient(#5ac8f0, #ffffff 110%);
}

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: #333333;
}

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

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.underline {
    text-decoration: underline;
}

.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-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-success,
.btn-danger {
    color: #ffffff !important;
}

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

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

.headline {
    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;
}



/* maintenance */
#maintenancePanel {
    width: 500px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #0069b4;
    overflow: scroll;
}



/* nav tabs */
.nav-tabs {
    border-bottom: none;
}

.nav > li:not(:last-of-type) {
    margin-right: 5px;
}

.nav > li > span {
    display: inline-block;
    padding: 10px 15px 5px 15px;
    color: #333333;
    background-color: #eeeeee;
    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: none;
}

.tab-content {
    padding: 15px;
}

.tab-content.round {
    border-top-left-radius: 0;
}



/* 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;
}

.btn:active:not([class*='bg-']),
.btn.active:not([class*='bg-']) {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* 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;
}



/* shopping list styles */
.addToShoppingList {
    cursor: pointer;
}



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

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

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



/* loader styles */
.loaderOverlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.loader {
    position: relative;
    z-index: 1001;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.loaderOverlay .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #0069b4;
}

.loader:before {
    z-index: 1;
    animation-name: loader;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.loader:after {
    border: 10px solid #bec8c8;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



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



/* 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: 34px;
    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: 34px;
    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--single .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;
}



/* video.js */
.video-js {
    font-size: 10px;
    color: #ffffff;
}

.video-js .vjs-big-play-button {
    font-size: 30px;
    line-height: 45px;
    height: 45px;
    width: 90px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -22.5px;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    background-color: #9bd5ff;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
    background-color: #0069b4;
}

.video-js .vjs-slider {
    background-color: #1b9fff;
    background-color: rgba(27, 159, 255, 0.5);
}

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
    background: #ffffff;
}

.video-js .vjs-load-progress {
    background: #9bd5ff;
    background: rgba(27, 159, 255, 0.5);
}

.video-js .vjs-load-progress div {
    background: #ffffff;
    background: rgba(27, 159, 255, 0.75);
}



/* some font colors */
.color-blue {
    color: #0069b4 !important;
}

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

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

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

.color-bodyDefault {
    color: #333333 !important;
}



/* VEDES colors */
.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;
}



/* 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;
}



/* square list style image */
#productDescription ul li::before,
#seoHomeText ul li::before,
#seoLandingPageText ul li::before,
#contentPageMainContent ul li::before {
    content: '\2022';
    color: #0069b4;
    display: inline-block;
    margin-right: 5px;
}



/* 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 {
    position: relative;
    padding: 15px;
}

#errorInfoBox {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #eeeeee;
    font-size: 10px;
}



/* Layouts/Menu.html */
#menuLayout {
    float: left;
    width: 300px;
}

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

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

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

.menuLayoutList li a button {
    padding: 0;
}

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

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

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

#mainContent {
    float: left;
    width: calc(100% - 320px);
    margin-left: 20px;
    margin-top: 60px;
}



/* 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 */
#tabLayout h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0069b4;
    font-weight: bold;
    text-transform: uppercase;
}



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

.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;
    color: #ffffff;
}

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

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

.footerSection {
    text-align: left;
    max-width: 350px;
    margin: auto;
}

.footerSection h4 {
    font-weight: bold;
}

#footer #social {
    margin-top: 50px;
}

#footer #social img {
    max-width: 35px;
}

#footer #social a:not(last-of-type) {
    margin-right: 5px;
}

#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: 195px;
}

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

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



/* Partials/Layouts/Header.html */
#header {
    padding: 20px 0;
    background-color: #0069b4;
    color: #ffffff;
}

#header > div {
    display: flex;
    align-items: center;
}

#primaryLogoContainer {
    width: 200px;
    margin-right: 20px;
}

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

#subsidiaryLogoBox {
    padding: 10px;
}

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

#leftContent {
    width: 350px;
}

#rightContent {
    margin-left: auto;
}

#leftContent > ul > li,
#rightContent > ul > li {
    height: 34px;
    line-height: 32px;
    margin-top: 15px;
}

#leftContent > ul > li:first-child,
#rightContent > ul > li:first-child {
    margin-top: 0;
}

#claimLogo {
    margin-top: -10px;
}

#marketplaceLinks > li:not(:last-of-type) {
    margin-right: 5px;
}

#marketplaceLinks .caret {
    margin-left: 0;
}

.inputWithNote {
    position: relative;
}

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

.searchBar {
    position: relative;
    margin-bottom: -5px;
}

.searchBarInput::placeholder {
    text-transform: uppercase;
    opacity: 0.5;
}

.searchBarButton,
.searchBarButton:hover,
.searchBarButton:focus {
    background-color: #cbd4d9;
    color: #0069b4;
}

.marketplaceSwitch {
    display: flex;
    align-items: center;
    height: 54px;
}

.marketplaceSwitch > * {
    width: 100px;
    height: 100%;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    text-align: center;
}

.marketplaceSwitch > *.active,
.marketplaceSwitch > *:hover,
.marketplaceSwitch > *:focus {
    background-color: #ffffff;
}

.marketplaceSwitch > * .image {
    display: inline;
}

.marketplaceSwitch > * img {
    max-height: 100%;
}

.marketplaceSwitch > * .text {
    display: none;
}

.marketplaceSwitch > *:not(:last-child) {
    margin-right: 10px;
}

#userButtons,
#basketButton {
    margin-left: auto;
}

#userButtons {
    display: flex;
}

#userButtons > * {
    width: calc((100% - 10px) / 2);
}

#userButtons > * a {
    width: 100%;
}

#userButtons .btn {
    border: 1px solid #ffffff;
}

#userButtons > *:not(:last-child) {
    margin-right: 10px;
}

#wishlistButton .btn-text {
    display: inline-block;
    width: calc(100% - 14px);
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#languageDropdown {
    min-width: 90px;
}

.languageFlag {
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#basketButton .btn {
    position: relative;
    width: 100%;
    background-color: #ffd700;
    color: #0069b4;
}

#basketButton .btn .badge {
    position: absolute;
    top: 6px;
    right: 12px;
    height: 20px;
    line-height: 14px;
    font-weight: normal;
    background-color: #0069b4;
}

#secondaryLogoContainer {
    width: 100px;
    margin-left: 20px;
}

.headerTopRow {
    height: 20px;
}

.headerBottomRow {
    height: 34px;
}

#navbar {
    background: linear-gradient(#ffffff, #f8f8f8 100%);
    box-shadow: none;
    border: none;
    min-height: 0;
    border-radius: 0;
    border-bottom: 1px solid #bec8c8;
    padding: 5px 0;
    margin-bottom: 20px;
}

#desktopNavbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

#desktopNavbar .btn.sale {
    color: #ffffff;
    background-color: #d41217;
    font-weight: bold;
}

#desktopNavbar .btn.vediClub {
    color: #ffffff;
    background-color: #0069b4;
    font-weight: bold;
}

#menu {
    margin-left: 220px;
}

#menu .dropdown-menu {
    width: 752px;
    left: -50px;
    padding: 0;
}

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

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

#menu .dropdown-menu .squareList {
    margin-bottom: 0;
}

#menu .dropdown-menu .squareListBox {
    float: left;
    height: 150px;
    width: 150px;
    padding: 25px;
}

#menu .dropdown-menu .squareListBox button {
    background: none !important;
    color: #000000 !important;
}

#menu .dropdown-menu a {
    color: #0069b4;
}

#menu .dropdown-menu .showMoreLink {
    float: right;
    margin: 0 25px 25px 0;
}

#location {
    margin-left: auto;
}

#location .dropdown-menu {
    width: 300px;
    padding: 15px;
}

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

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

.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::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 {
    right: 0;
    left: auto;
}

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

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

.dropdown-menu > li .btn-link {
    width: 100%;
    padding: 3px 20px;
    border: none;
    color: #333333;
    text-align: left;
}

.dropdown-menu > li .btn-link:hover,
.dropdown-menu > li .btn-link:focus {
    text-decoration: none;
    background: linear-gradient(#f5f5f5, #e8e8e8 100%);
}

.dropdown-menu > li.sublistHeadline {
    padding: 3px 20px;
    color: #333333;
}

.dropdown-menu > li.sublistEntry > a {
    padding-left: 30px;
}



/* Partials/Layouts/CookieHint.html */
#ch {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

#ch .panel-primary {
    border-color: #0069b4;
    max-width: 700px;
    margin: 0 auto;
}

#ch .panel-primary > .panel-heading {
    font-size: 18px;
    background-image: none;
    background-color: #0069b4;
    border-color: #0069b4;
}

#ch .panel-body hr {
    margin: 10px 0;
}

#cookieRadios {
    display: flex;
    justify-content: space-between;
}

.cookieRadio {
    cursor: pointer;
    width: 49%;
    background-color: #f8f8f8;
    border: 2px solid #bec8c8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 5px 5px 5px 50px;
}

.cookieRadio .sub {
    font-size: 10px !important;
    color: #000000;
}

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

.cookieRadio .radioDiv {
    float: left;
    position: relative;
    border: 1px solid #bec8c8;
    background: #ffffff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-left: -40px;
}

.cookieRadio .radioDiv::before {
    content: '';
    position: absolute;
    height: 26px;
    width: 26px;
    top: -2px;
    left: 6px;
}

.cookieRadio input[type='radio']:checked ~ .radioDiv::before {
    background: transparent url(../Images/Ecommerce/cookieTick_black.png) no-repeat center;
    background-size: cover;
}

.cookieRadio.forcedCookiesOption input[type='radio']:checked ~ .radioDiv::before {
    background-image: url(../Images/Ecommerce/cookieTick_grey.png);
}

#submitConfirmAllowedCookies {
    width: 50%;
}



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

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

.categoriesDropdownLeft {
    width: 45%;
    float: left;
    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: 55%;
    float: left;
    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/Linkable/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 {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

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

.administrationSelection .select2 {
    min-width: 280px;
    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/Basket/Basket.html */
#activeCoupons ul li .vedes-icon-coupon {
    font-size: 20px;
    float: left;
    padding-right: 5px;
}

#activeCoupons ul li .vedes-icon-coupon {
    font-size: 20px;
    float: left;
}

#activeCoupons ul li button {
    padding: 0 3px;
}

#activeCoupons ul li form {
    margin-left: 35px;
}

#couponCodeForm {
    width: 260px;
}



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

#retailerSearchRadii {
    min-width: 0;
    text-align: right;
}

#retailerSearchRadii > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

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

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

.retailerLoadingOverlay {
    position: relative;
    z-index: 300;
    width: 100%;
    height: 400px;
    margin-bottom: -400px;
    line-height: 400px;
    font-size: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.retailerLoaded .retailerLoadingOverlay {
    display: none;
}

#retailerSearch 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;
}

#retailerSearch 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 .logos {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.singleRetailerLogo .logos > *:not(:last-child) {
    margin-bottom: 10px;
}

.singleRetailerLogo .logos a {
    display: block;
}

.singleRetailerLogo .logos img {
    max-height: 50px;
    margin: 0 auto;
    display: block;
}

.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 .logos {
    display: flex;
    flex-direction: column;
}

.singleRetailerAction .logos > *:not(:last-child) {
    margin-bottom: 15px;
}

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

.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;
}

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

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

.legalModals {
    margin-top: 10px;
}

.shoppingList {
    margin-top: 30px;
}

.additionalSubsidiaries {
    margin-top: 20px;
    padding: 10px;
}

.additionalSubsidiaries ul li {
    border-top: 1px solid #bec8c8;
    padding: 10px 0;
}

.additionalSubsidiaries ul li .productPrice {
    margin-top: 0;
}

.additionalSubsidiaries .addProduct {
    margin-top: 0;
}

.additionalSubsidiaries .addProduct > button {
    font-size: 10px;
}

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

.productDetails div.headline {
    text-transform: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 10px;
}

.productDetails table tr:first-of-type td {
    border-top: none;
}

.productImageSlider {
    text-align: center;
}

.productImageSlider > div {
    display: none;
}

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

.productImageSlider .slick-prev,
.productImageSlider .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;
}

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

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

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

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

.productImageSlider .slick-prev::before,
.productImageSlider .slick-next::before {
    display: inline-block;
    font-family: 'vedes-icons';
    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%);
}

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

.productGalleryThumbnailsVideo-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #0069b4;
    color: #ffffff;
    height: 14px;
    width: 18px;
    border-radius: 4px;
    font-size: 7px;
    padding: 3px 6px;
}

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

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

.warningHeader {
    color: #e64b0a;
}

.availabilityInformationLine > span {
    display: inline-block;
    margin-right: 10px;
}

.reservationAvailability {
    display: inline-block;
}

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

.addProduct > button:not(:last-of-type) {
    margin-bottom: 30px;
}

.productNotAvailable {
    margin-top: 20px;
}

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

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

#recommendedProducts {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: -10px;
}

.subsidiaryInformationContent {
    font-size: 16px;
}

.subsidiaryInformationContentLogo {
    max-width: 60%;
}

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

.subsidiaryInformationContent td {
    vertical-align: top;
}

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

.subsidiaryInformationMap {
    height: 250px;
}

.changeLocationTrigger {
    cursor: pointer;
}



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

.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;
}

.basketSubsidiaryInfo .basketSubsidiaryInfoSection {
    float: left;
}

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



/* Partials/FeedbackCampaign.html */
.campaignBanner {
    margin-bottom: 25px;
}



/* 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;
}



/* Partilas/ProductSlider.html */
.productSlider {
    margin: 0 30px;
}

.productSlider .slick-prev {
    left: -30px;
}

.productSlider .slick-next {
    right: -30px;
}

.productSlider .slick-prev,
.productSlider .slick-next {
    width: 30px;
    height: 28px;
}

.productSlider .slick-prev::before,
.productSlider .slick-next::before {
    font-size: 30px;
    opacity: 1;
    color: #0069b4;
}

.productSlider .slick-slide img {
    margin: 0 auto !important;
}



/* Partials/SearchResult.html */
#searchResults {
    margin-right: -10px;
    margin-left: -10px;
}

#searchResults > div,
.productSlider .slick-track > div {
    padding-right: 10px;
    padding-left: 10px;
}

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

.searchResultSpecialIcons {
    height: 40px;
}

.searchResultSpecialPriceIcon {
    float: left;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background-color: #d41217;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px 0;
}

.searchResultWishlistIcon {
    float: right;
    width: 40px;
    height: 100%;
    color: #bec8c8;
    font-size: 30px;
}

.searchResultImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 10px;
}

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

.searchResultBrand {
    padding: 0 10px;
}

.searchResultInformation {
    padding: 0 10px;
}

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

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

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

.searchResultAvailability {
    padding: 10px;
}

.searchResultAvailability img {
    height: 12px;
}

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

#loadProducts .loader {
    margin: 0 auto;
}



/* 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/Search/Result.html */
.advisor {
    background-color: #eeeeee;
    border: 1px solid #bec8c8;
    margin-bottom: 25px;
    padding: 10px;
}

.advisorQuestion {
    margin-bottom: 20px;
}

.advisorQuestion > p {
    font-size: 16px;
}

.advisorPath {
    margin-bottom: 10px;
}

.advisorAnswers,
.advisorNavigation {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.advisorAnswer,
.advisorNavigation > * {
    cursor: pointer;
    width: 200px;
    margin: 5px;
    padding: 10px;
    border: 1px solid #333333;
    background-color: #ffffff;
    text-align: center;
}

.advisorAnswer:not(:last-child),
.advisorNavigation > * {
    margin-right: 10px;
}

.advisorPath ul li:not(:last-child)::after {
    content: '\02192';
    padding: 0 5px;
}

#searchActionsAndResults {
    position: relative;
}

#searchActions {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}

#searchActions.fixed,
#searchActions.active {
    position: fixed;
}

#searchActions.active {
    background: rgba(0, 0, 0, 0.5);
}

#searchActions.fixed > *,
#searchActions.active > * {
    background-color: #ffffff;
}

#searchActions.fixed > * {
    max-width: 1880px;
    margin: 0 auto;
}

#searchActions.active > * {
    max-width: 500px;
    margin: 0 0 0 auto;
}

#searchActionsHeadlines {
    display: flex;
    align-items: center;
    height: 40px;
}

#searchActionsHeadlines > * {
    cursor: pointer;
    flex: 1;
    padding: 10px 0;
}

#searchActionsHeadlines > *:not(:first-of-type) {
    margin-left: 1px;
}

#searchActionsClose {
    display: none;
    width: 40px;
    max-width: 40px;
}

#searchActionsContents > * {
    display: none;
    background-color: #ffffff;
    height: calc(100vh - 40px);
}

#searchActionsContents input[type='radio'],
#searchActionsContents input[type='checkbox'] {
    display: none;
}

#searchActionsContents input[type='radio'] + label,
#searchActionsContents input[type='checkbox'] + label {
    font-weight: normal;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 5px 15px 5px 25px;
    margin: 0;
}

#searchActionsContents input[type='radio'] + label::before,
#searchActionsContents input[type='checkbox'] + label::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    border: 1px solid #bec8c8;
    transition: all 250ms linear;
}

#searchActionsContents input[type='radio'] + label::before {
    border-radius: 50%;
}

#searchActionsContents input[type='checkbox'] + label::before {
    border-radius: 4px;
    background-size: 14px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

#searchActionsContents input[type='radio']:checked + label::before,
#searchActionsContents input[type='checkbox']:checked + label::before,
#searchActionsContents input[type='radio']:hover + label::before,
#searchActionsContents input[type='checkbox']:hover + label::before {
    border-color: #0069b4;
    background-color: #0069b4;
}

#searchActionsContents input[type='checkbox']:checked + label::before,
#searchActionsContents input[type='checkbox']:hover + label::before {
    background-image: url(../Images/Ecommerce/tick.png);
}

#searchActionsContents #categories ul {
    height: 100%;
}

#searchActionsContents #categories li {
    padding: 0 10px;
    border-bottom: 1px solid #bec8c8;
}

#searchActionsContents #categories ul ul {
    padding-left: 10px;
}

#searchActionsContents #categories ul ul li {
    padding: 0;
    border-bottom: none;
}

#searchActionsContents #categories input[type='radio'] + label {
    padding: 10px 0 10px 0;
}

#searchActionsContents #categories input[type='radio']:checked + label {
    font-weight: bold;
}

#searchActionsContents #categories input[type='radio'] + label::before {
    display: none;
}

#searchActionsContents #filters > div {
    display: flex;
    height: 100%;
}

#searchActionsContents #filters > div > #groupHeadlines {
    width: 40%;
    background-color: #eeeeee;
}

#searchActionsContents #filters > div > #groupHeadlines > * {
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    position: relative;
    word-break: break-word;
}

#searchActionsContents #filters > div > #groupHeadlines > *.active {
    background-color: #ffffff;
}

#searchActionsContents #filters > div > #groupHeadlines > * > img {
    position: absolute;
    right: 10px;
    height: 14px;
    top: calc(100% / 2 - 7px);
}

#searchActionsContents #filters > div > #groupContents {
    width: 60%;
    padding: 10px;
}

#searchActionsContents #filters > div > #groupContents > * {
    display: none;
    height: 100%;
}

#searchActionsContents #filters input[type='checkbox']:checked:hover + label::before {
    border-color: #bec8c8;
    background-color: transparent;
    background-image: none;
}

#searchActionsContents #sortings ul li {
    padding: 10px;
}

#searchActionsContents #filters .freeTextFilter {
    margin-bottom: 10px;
}

#searchActionsContents #filters .freeTextFilter label {
    cursor: pointer;
}

#searchActionsContents #filters .selected {
    margin-bottom: 10px;
}

#searchActionsContents #filters .slider {
    max-width: 300px;
    margin: 0 auto;
}

#searchActionsContents #filters .slider .noUiSliderInputsAndButton {
    max-width: 220px;
    margin: 0 auto;
}

#searchActionsContents #filters .slider .noUiSliderInputs {
    display: flex;
    align-items: center;
}

#searchActionsContents #filters .slider .noUiSliderInputs span {
    width: 20px;
    text-align: center;
}

#searchActionsContents #filters .slider .noUiSliderInputs input {
    width: 100px;
}

#searchActionsContents #filters .slider button {
    margin-top: 10px;
    width: 100%;
}

.noUi-target {
    background: #bec8c8;
    border: 1px solid #bec8c8;
    box-shadow: none;
    border-radius: 10px;
}

.noUi-horizontal {
    height: 20px;
    margin: 15px;
}

.noUi-connect {
    background-color: #ffffff;
}

.noUi-handle {
    box-shadow: none;
    border: none;
    background-color: #0069b4;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    top: -6px !important;
    right: -15px !important;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}

.simplebar-track.vertical,
.simplebar-track.vertical .simplebar-scrollbar,
.simplebar-track.vertical .simplebar-scrollbar::before {
    width: 10px;
}

.simplebar-track.horizontal,
.simplebar-track.horizontal .simplebar-scrollbar,
.simplebar-track.horizontal .simplebar-scrollbar::before {
    height: 10px;
}

.simplebar-track.vertical,
.simplebar-track.vertical .simplebar-scrollbar,
.simplebar-track.vertical .simplebar-scrollbar::before,
.simplebar-track.horizontal,
.simplebar-track.horizontal .simplebar-scrollbar,
.simplebar-track.horizontal .simplebar-scrollbar::before {
    border-radius: 5px;
}

.simplebar-track.vertical .simplebar-scrollbar,
.simplebar-track.vertical .simplebar-scrollbar::before,
.simplebar-track.horizontal .simplebar-scrollbar,
.simplebar-track.horizontal .simplebar-scrollbar::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.simplebar-track.vertical,
.simplebar-track.horizontal {
    background-color: #bec8c8;
}

.simplebar-track.vertical .simplebar-scrollbar::before,
.simplebar-track.horizontal .simplebar-scrollbar::before {
    background-color: #0069b4;
}

.simplebar-track:hover.vertical .simplebar-scrollbar::before,
.simplebar-track.vertical .simplebar-scrollbar.visible::before,
.simplebar-track:hover.horizontal .simplebar-scrollbar::before,
.simplebar-track.horizontal .simplebar-scrollbar.visible::before {
    opacity: 1;
}

#activeFilters {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#activeFilters i {
    font-size: 10px;
}

#activeFilterList {
    display: flex;
}

#activeFilterList > span {
    margin-right: 10px;
}

#activeFilterList ul li {
    cursor: pointer;
    padding: 4px 6px;
    font-size: 12px;
}

#resetFilters {
    cursor: pointer;
    margin-left: 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/Backend/VedesAdministration/General/Index.html */
#marketplacePages .tab-content h5:first-of-type {
    margin-top: 0;
}

#marketplacePages .tab-content .form-group:last-of-type {
    margin-bottom: 0;
}



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

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

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

label[for='toggleDeliveryAddress'] {
    margin: 20px 0 0 0;
}



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

.addressSection .form-group:last-of-type {
    margin-bottom: 0;
}



/* 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;
}

.orderTableAction {
    width: 110px;
}

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

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 */
.customizedEntriesList:not(:last-of-type) {
    margin-bottom: 20px;
}

.customizedEntriesList li {
    margin-bottom: 5px;
}



/* 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;
}

.feedInformationSubmit {
    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;
}

input[name='paymentOptionRadio'] {
    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;
}

input[name='paymentOptionRadio']:checked ~ .radioDiv {
    border-color: #0069b4;
}

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

.paymentOption label {
    font-weight: normal;
}

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

input[name='paymentOptionRadio']:checked ~ .paymentOptionContent .paymentContent {
    display: block;
}

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

label[for^='invoiceSbtCheckbox'] {
    color: #ffffff;
    background-color: #d41217;
    padding: 0 5px;
}

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

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

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



/* 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/*.html */
#errorPagePanel .errorHeadline {
    font-size: 40px;
}

#errorPagePanel .errorDescription {
    font-size: 20px;
}

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



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

.breadcrumb > li + li::before {
    color: #333333;
}



/* 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;
}

#vediHighlight {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 5px;
    margin-bottom: 25px;
}

#vediHighlight img {
    max-height: 50px;
}

#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;
    color: #000000;
    background-color: #ffffff;
    z-index: 250;
    overflow: hidden;
}

.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/ShoppingList/Index.html */
#shoppingListOverview > li:not(:last-of-type) {
    margin-bottom: 20px;
}

.renameShoppingListForm {
    margin-bottom: 10px;
}

.renameShoppingListForm label {
    font-weight: normal;
}

.shoppingListActions > *:not(.clearfix) {
    float: left;
}

.shoppingListActions > * {
    margin-right: 5px;
}



/* Templates/Frontend/ShoppingList/Show.html */
.shoppingListItem:not(:last-of-type) {
    margin-bottom: 20px;
}

.shoppingListProductImage {
    float: left;
    width: 250px;
    padding: 10px;
}

.shoppingListProductInformation {
    float: left;
    width: calc(100% - 250px);
    padding-left: 20px;
}

.shoppingListProductInformation .addProduct > button {
    max-width: 465px;
    font-size: 20px;
}



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

#homeSlider .slick-arrow {
    z-index: 1;
    opacity: 0.6;
    text-shadow: 0 1px 2px #000000;
    width: 40px;
    height: 40px;
}

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

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

#homeSlider .slick-prev::before,
#homeSlider .slick-next::before {
    font-family: 'Glyphicons Halflings', sans-serif;
    font-size: 30px;
}

#homeSlider .slick-prev::before {
    content: '\e079';
}

#homeSlider .slick-next::before {
    content: '\e080';
}

#homeSlider img {
    width: 100%;
}

#homeSlider .slick-dots {
    bottom: 15px;
}

#homeSlider .slick-dots li {
    width: 12px;
    height: 12px;
}

#homeSlider .slick-dots li button {
    width: 90%;
    height: 90%;
    padding: 5%;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

#homeSlider .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
}

#homeSlider .slick-dots li button::before {
    content: '';
}

.teaser img {
    width: 100%;
    margin-bottom: 30px;
}

.productSet hr {
    margin: 0 0 20px 0;
}

.productSet .headline {
    position: relative;
    font-size: 24px;
}

.productSet .headline h2 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
}

.productSet .headline a {
    position: absolute;
    right: 45px;
    font-size: 12px;
    text-transform: none;
}

.productSet .headline a span {
    font-size: 10px;
}



/* 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 .squareList {
    margin-bottom: 0;
}

#landingPage .squareListBox {
    padding: 5px;
}

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

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

#shopperButtonsDiv {
    display: inline-block;
}



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

#socialLogins > *:last-child {
    margin-bottom: 0;
}

#socialLogins a span {
    padding-left: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.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: #ffffff;
    border: none;
}



/* Partials/VediClub.html */
#vediClubTeaser {
    margin-bottom: 20px;
}

#vediClubPartner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

#vediClubPartner img {
    width: 80px;
}



/* Templates/Frontend/VediClub/*.html */
.vediClubHeadline {
    font-size: 20px;
}



/* Templates/Frontend/VediClub/Index.html */
#vediClubDescription {
    margin-bottom: 20px;
}

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



/* Templates/Frontend/VediClub/Registration.html */
#vediClubRegistrationForm {
    max-width: 600px;
}

#vediClubRegistrationForm .whiteBoxWithGreyBorder {
    padding: 10px;
    margin-bottom: 10px;
}

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

#vediClubRegistrationForm .has-error .f3-form-error {
    background-color: #fca2a2;
}

.vediClubBirthday > select {
    float: left;
    width: 30%;
}

.vediClubBirthday > select:not(:last-child) {
    margin-right: 5%;
}



/* Templates/Frontend/VediClub/Success.html */
#vediClubMemberRegistrationSuccess {
    padding: 10px;
}

#birthdayPlanner {
    margin-top: 20px;
}



/* Templates/Frontend/User/DeleteForm.html  */
#deletedData {
    list-style-type: disc;
    padding-left: 15px;
}



/* Templates/Frontend/User/MyAccount.html  */
.myAccountContent {
    padding-top: 10px;
    margin-top: 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;
}

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

#socialAccounts {
    font-size: 18px;
}

#socialAccounts form {
    display: inline-block;
}

.socialAccount:not(:last-of-type) {
    margin-bottom: 20px;
}

.socialAccount span {
    font-size: 12px;
}



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

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

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

.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: 1500px) {
    .modal-dialog.flipCatalogue,
    .modal-dialog.contentPage {
        width: 1440px;
    }
}

@media (max-width: 1600px) {
    /* Partials/SearchResult.html */
    .searchResultImage {
        height: 175px;
    }
}

@media (max-width: 1399px) {
    /* Partials/SearchResult.html */
    .searchResultImage {
        height: 150px;
    }
}

@media (max-width: 1199px) {
    /* Partials/SearchResult.html */
    .searchResultImage {
        height: 200px;
    }
}

@media (max-width: 1099px) {
    /* Partials/Layouts/Header.html */
    #primaryLogoContainer {
        width: 140px;
    }

    #secondaryLogoContainer {
        width: 70px;
    }

    #menu {
        margin-left: 160px;
    }
}

@media (max-width: 991px) {
    .contentWidth {
        padding: 0 15px;
    }



    /* Layouts/Menu.html */
    #menuLayout {
        position: absolute;
        width: 290px;
        margin-left: -305px;
        transition: all .4s ease 0s;
        z-index: 10;
    }

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

    #mainContent {
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
    }



    /* Partials/Layouts/Header.html */
    #header {
        padding: 15px 0;
    }

    #primaryLogoContainer {
        width: 75px;
        margin-right: 10px;
    }

    #vedesLogoBox img {
        max-height: 50px;
    }

    #subsidiaryLogoBox {
        padding: 5px;
    }

    #subsidiaryLogoBox img {
        max-height: 40px;
    }

    #secondaryLogoContainer {
        width: 50px;
    }

    #rightContent {
        width: calc(100% - 85px);
    }

    #rightContent > ul {
        display: flex;
        justify-content: flex-end;
    }

    #rightContent > ul > li {
        margin-top: 0;
    }

    #rightContent > ul > li {
        margin-top: 0;
    }

    #mobileCurrentLocation {
        font-size: 10px;
        line-height: 13px;
        padding: 3px 12px;
        margin-right: 10px;
        border: 1px solid #ffffff;
        text-align: left;
        float: left;
        display: flex !important;
        justify-content: flex-end;
    }

    #subsidiaryButtons {
        float: left;
        display: flex !important;
        justify-content: flex-end;
    }

    #subsidiaryButtons > * {
        margin-right: 10px;
    }

    #subsidiaryOpeningHours .dropdown-menu {
        color: #000000;
        width: 300px;
    }

    #userButtons {
        width: 110px;
        margin-right: 10px !important;
    }

    #userButtons > * {
        width: 100%;
    }

    #basketButton {
        width: 150px;
    }

    #basketButton .btn {
        text-align: left;
    }

    #navbar {
        margin-bottom: 15px;
    }

    #mobileMenu {
        display: flex;
        align-items: center;
    }

    #mobileMenu .navbar-toggle {
        display: block;
        margin: 0;
        border-color: #0069b4;
    }

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

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

    #mobileMenu .searchBar {
        margin: 0 10px -5px 10px;
        width: calc(100% - 104px);
    }

    #mobileMenu .group-with-button {
        max-width: 100%;
    }

    #mobileMenu .searchBarInput {
        border: 1px solid #0069b4;
    }

    #mobileMenu .searchBarButton,
    #mobileMenu .searchBarButton:hover,
    #mobileMenu .searchBarButton:focus {
        border: 1px solid #0069b4;
        background-color: #0069b4;
        color: #ffffff;
    }

    #mobileNavbar .navbar-collapse {
        margin-top: 10px;
        padding: 0;
    }

    #mobileNavbar .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    #mobileNavbar .navbar-nav,
    #mobileNavbar .navbar-nav > li {
        float: none;
        margin: 0;
        max-width: 100%;
    }

    #mobileNavbar .navbar-nav > li.sale {
        background-color: #d41217;
    }

    #mobileNavbar .navbar-nav > li.vediClub {
        background-color: #0069b4;
    }

    #mobileNavbar .navbar-nav > li > a {
        padding: 10px;
    }

    #mobileNavbar .navbar-nav > li.sale > a {
        color: #ffffff;
        font-weight: bold;
    }

    #mobileNavbar .navbar-nav > li.vediClub > a {
        color: #ffffff;
        font-weight: bold;
    }

    #mobileNavbar .navbar-nav > li:not(:last-of-type) {
        margin: 0;
    }

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

    #mobileNavbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #mobileNavbar .navbar-nav .open .dropdown-menu::before {
        display: none;
    }

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

    #mobileNavbar .dropdown-menu::after {
        display: none;
    }

    #mobileNavbar .marketplaceSwitch {
        margin-top: 5px;
        display: block;
        height: auto;
    }

    #mobileNavbar .marketplaceSwitch > * {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 0;
        border: none;
        text-align: left;
    }

    #mobileNavbar .marketplaceSwitch > * .image {
        width: 100px;
        display: inline-block;
        text-align: center;
    }

    #mobileNavbar .marketplaceSwitch > * img {
        height: 40px;
    }

    #mobileNavbar .marketplaceSwitch > * .text {
        display: inline-block;
        text-align: left;
    }

    #mobileNavbar .marketplaceSwitch > *.active {
        display: none;
    }

    #mobileNavbar .marketplaceSwitch > *.switch-baby {
        background-color: #ffd700;
    }

    #mobileNavbar .marketplaceSwitch > *.switch-mc {
        background-color: #cbd4d9;
    }

    #mobileNavbar .marketplaceSwitch > *.switch-vedesCom {
        background-color: #0069b4;
    }

    #mobileNavbar .marketplaceSwitch > *.switch-vedesCom .primaryFont {
        color: #ffffff !important;
    }

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

    .localisationPopup {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .localisationPopup .group-with-button input {
        border: 1px solid #cccccc;
    }

    .suggestList .leftColumn {
        width: 230px;
    }

    .suggestList .rightColumn {
        width: 330px;
    }



    /* Partials/ProductDetail/Product.html */
    .productDetailsLogo {
        margin-top: 20px;
        text-align: left;
    }



    /* Partials/Search/Result.html */
    #searchActions:not(.fixed):not(.active) {
        margin: 0 -15px;
    }



    /* Partials/SearchResult.html */
    .searchResultImage {
        height: 150px;
    }



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



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



    /* BasketTable */
    .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/CookieHint.html */
    #cookieRadios {
        display: inline-block;
    }

    #allowAllCookies {
        width: 100%;
    }

    .cookieRadio:not(#allowAllCookies) {
        width: calc(100% - 20px);
        margin: 20px auto 0 auto;
    }



    /* Partials/Layouts/Header.html */
    .suggestList {
        width: 100%;
    }

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

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

    .reservationAvailability {
        width: 100%;
    }

    .additionalSubsidiaries .addProduct {
        margin-top: 20px;
    }



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



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

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

    .productSet .headline a {
        position: relative;
        right: 0;
        display: block;
    }



    /* 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%;
    }

    #retailerSearch 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: 650px) {
    /* Templates/Frontend/ShoppingList/Show.html */
    .shoppingListItem:not(:last-of-type) {
        padding-bottom: 5px;
        border-bottom: 1px solid #bec8c8;
    }

    .shoppingListProductImage {
        float: none;
        display: block;
    }

    .shoppingListProductInformation {
        float: none;
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }

    .shoppingListProductInformation .addProduct > button {
        width: 370px;
    }
}

@media (max-width: 550px) {
    /* Basket */
    .basketPriceTable {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

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

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

@media (max-width: 489px) {
    #basketButton {
        width: 40px;
    }

    #basketButton .btn-text {
        display: none;
    }

    #basketButton .btn .badge {
        top: -10px;
        right: -10px;
        background-color: #ffffff;
        color: #0069b4;
        font-weight: bold;
    }
}

@media (max-width: 450px) {
    /* 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: 449px) {
    .searchResultImage {
        height: 130px;
    }
}

@media (max-width: 430px) {
    #basketButton {
        width: 40px;
    }

    #basketButton .btn-text {
        display: none;
    }

    #basketButton .btn .badge {
        top: -10px;
        right: -10px;
        background-color: #ffffff;
        color: #0069b4;
        font-weight: bold;
    }
}

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



    /* Templates/Frontend/ShoppingList/Show.html */
    .shoppingListProductInformation .addProduct > button {
        width: 100%;
        font-size: 16px;
    }



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

@media (max-width: 379px) {
    #userButtons {
        width: 40px;
    }

    #wishlistButton {
        width: 100% !important;
    }

    #wishlistButton .btn-text {
        display: none;
    }
}
