* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Open Sans', Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    outline: 0 !important;
    box-shadow: none;
}

body {}

.divider-login {
    border-top: 1px solid #ccc;
}

.justify {
    text-align: justify;
}

.test {
    border: 1px solid red;
}

.box-border {
    border: 1px solid #DDD;
    border-radius: 0.2rem;
}

.smaller {
    font-size: 0.95rem;
}

.smaller-small {
    font-size: 0.9rem;
}

.smaller-extrasmall {
    font-size: 0.85rem;
}

.smaller-extrasmall2 {
    font-size: 0.8rem;
}



.bold-thinner {
    font-weight: 600;
}

.bold-thicker {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-accent-2 {
    color: #B40404;
}

.text-orange {
    color: #d95d00;
}

.noWrap {
    white-space: nowrap
}

.col,
.col-3,
.col-6,
.col-12 {}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0 !important;
    box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hide {
    display: none;
}

a {
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: #45aaf2;
    text-decoration: none;
}

.WebshopHeaderImage {}

.bg-hover {
    background: #1e2b38;
}

.bg-accent {
    background: #377BAB;
}

.bg-none {
    background: none;
}

.bg-highlight {
    background: #244f6e;
}

.bg-grey {
    background: #FAFAFA;
}

.bg-grey-darklight {
    background: #f9f9f9;
}

.bg-grey-dark {
    background: #E0E0E0;
}

.bg-infobox {
    background: #CEE3F6;
}

.bg-accent2 {
    background: #6ad5fc;
}

.btn-accent {
    background: #377BAB;
    color: white;
}

.btn-accent-2 {
    background: #B40404;
    color: white;
}

.btn-accent:hover {
    background: #4da1dc;
}

.btn-accent-2:hover {
    background: #B40404;
}

.text-grey {
    color: #444;
}

.text-grey-light {
    color: #555;
}

.btn-head-menu {
    color: #22313F;
    border: 2px solid rgba(34, 49, 63, 0.5);
    border-radius: 2px;
    font-weight: 600;
}

.btn-head-menu:hover {
    color: #3da0e3;
    border: 2px solid rgba(34, 49, 63, 0.3);
    border-radius: 2px;
}

.btn-head-menu-mobile {
    color: #FAFAFA;
    border-radius: 2px;
    font-weight: 600;
    padding: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    transition: 0.3s;
    margin-top: 1rem;
    font-size: 1.25rem;
    background: none;
}

.btn-head-menu-mobile:hover {
    background: #FFF;
    color: #555;
}

.navbar-toggler,
.navbar-toggler-icon {}

.HeadNavDropdown {}

.HeadNavLink2 {
    padding: 1.05rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    transition: 0.3s;
    color: #FFF;
    text-decoration: none;
    line-height: 3.5rem;
}

.HeadNavLink2:hover {
    cursor: pointer;
    background: #244f6e;
    color: white;
}

.HeadNavLink {
    padding: 1rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    transition: 0.3s;
    color: #FFF;
    text-decoration: none;
    font-size: 1.05rem;
}

.HeadNavLink a {
    color: #FFF;
    text-decoration: none;
}


.HeadNavLink:hover {
    cursor: pointer;
    background: #244f6e;
    color: white;
}


/* Dropdown Button */
.dropbtn {
    background: none;
    border: none;
    transition: 0.3s;
    color: #FFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #34495E;
    min-width: 250px;
    z-index: 1;
    transition: 0.5s;
}


/* Links inside the dropdown */
.dropdown-content a {
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background: #1e2b38;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    cursor: pointer;
    background: #1e2b38;
    color: white;
}


.HeadNavDropdownUL {
    border: 1px solid #CCC;
    border-top: 0;
    background: #FEFEFE;
    font-size: 0.9rem;
}

.HeadNavDropdownUL li a {
    color: #000;
    transition: 0.3s;
}

.HeadNavDropdownUL li a:hover {
    background-color: #45aaf2;
    color: #FFF;
    font-weight: 600;
}

.HeadLocation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.HeadLocation li {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.mobileDropdownLi {
    color: #FFF;
}

.mobileDropdownLi:hover {
    background-color: #45aaf2;
    color: #FFF;
    font-weight: 600;
}

.menubar-icon-home {
    color: #555;
    transition: 0.3s;
}

.menubar-icon-home:hover {
    color: #45aaf2;
}

.menubar-icon-right {
    font-size: 0.9rem;
    color: #555;
    padding-left: 0.1rem;
}

.linkAccent {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: underline;
}

.linkAccent:hover {
    text-decoration: underline;
}

.menubar-link {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    font-weight: 600;
}

.menubar-link:hover {
    text-decoration: none;
}

.table-show_items {}

.table-show_items td {
    font-size: 0.8rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
}



.show_items_desc {
    font-size: 0.9rem;
    font-weight: 600;
}

.shop_item_container {
    transition: 0.3s;
    border: 0px solid #FFF;
    border-right: 0px solid #FFF;
    border-bottom: none;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.shop_item_container:hover {
    cursor: pointer;
    border: 0px solid #FFF;
    border-right: 0px solid #FFF;
    border-bottom: none;
    background: #EEEEEE;
}


.popularItemContainer {
    transition: 0.3s;
    border: 0px solid #FFF;
    border-right: 0px solid #FFF;
    border-bottom: none;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.popularItemContainer:hover {
    cursor: pointer;
    border: 0px solid #FFF;
    border-right: 0px solid #FFF;
    border-bottom: none;
    background: #EEEEEE;
}

.img_item {
    max-width: 100%;
    object-fit: cover;
}

.img_item_desc {
    color: white;
    padding: 0.25rem 0rem 0.25rem 0rem;
    min-width: 100%;
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
    color: #333;
    margin: 0;
    text-align: center;
}

.img_item_price {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0073e6;
    line-height: 0.8rem;
}

.menu_button {
    font-size: 1rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
    color: #FEFEFE;
  
}


.popover>.arrow {
    display: none;
}

.popover {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0px solid #377BAB;
    background: #EEEEEE;
}

.border-radius-none {
    border-radius: 0;
}



.footer-header-text {
    font-weight: 700;
    color: #555;
    font-size: 0.9rem;

}

.footer-ul {
    list-style: none;
}

.footer-ul-li {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

.footer-ul-li a {
    color: #555;
}

.footer-text {
    color: #555;
}

.footer-ul-li a:hover {
    color: #45aaf2;
}

.footerPadding {
    padding-bottom: 15rem;
}

.footer-img-small {
    max-height: 30px;
}

.footer-img-medium {
    max-height: 60px;
}

.footer-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    max-width: 60%;
    margin-bottom: 1.5rem;
    margin-top: 0.75rem;
}


.errorpage-header {
    padding-top: 2rem;
    font-size: 5rem;
    color: #377BAB;
}

.errorpage-text {
    color: #377BAB;
    padding-bottom: 2rem;
}

.bg-main {
    background-color: #FAFAFA;
}


h1 {
    font-size: 2rem;
    color: #377BAB;
    font-weight: 600;
}

h2 {
    color: #377BAB;
    font-weight: 600;
}

.text-accent-dark {
    color: #31658a;
}

.text-accent {
    color: #377BAB;
}

.text-accent-3 {
    color: #397baa;
}

.text-accent-4 {
    color: #458ec3;
}

img {
    max-width: 100%;
}

.border-bottom-accent {
    border-bottom: 0.175rem solid #377BAB;
}

.img-home-preview {
    border: 2px solid #999;
}

.preview-header {}

.preview-header::first-letter {}

thinner {
    font-weight: 300;
}


.imagemainswitchHeight {
    max-height: 640px;
}

.imageswitch,
.imageswitchClick {
    border: 1px solid #AAA;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.imageswitchClick:hover {
    border: 2px solid #555;
}

.divider_1 {
    border-top: 2px solid #EEE;
}

.endFooter {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.show_item-header {
    color: #222;
    font-size: 1.6rem;
    font-family: 'Ubuntu', 'Open Sans';
    font-weight: 500;
}

.font-ubuntu {
    font-family: 'Ubuntu', 'Open Sans';
}

.bold {
    font-weight: 600;
}


.show_item-tdprice {
    line-height: 1.3rem;
}

.show_item-price {
    color: #31658a;
    font-size: 1.1rem;
}

.show_item-pricedesc {
    font-size: 0.85rem;
}


.show_item-price-sale {
    color: #c81700;
    font-size: 1.1rem;
    font-weight: 700;
}

.show_item-price-sale-info {
    font-weight: 700;
    color: #555;
}

.show_item-price-sale-info-before {
    font-weight: 600;
    color: #377BAB;
    text-decoration: line-through;
}

.label_small {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.9rem;
    text-indent: 0.35rem;
}

.show_item-count {
    max-width: 5rem;
    display: inline;
}


.flex {
    display: flex;
    justify-content: flex-start;
}

.flex input {
    max-width: 5.5rem;
    flex: 1 1 5.5rem;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    font-weight: 600;
    color: #555;
}

.flex input:focus,
.flex input:active,
.flex input:focus {
    border: 1px solid #ccc;
    border-right: 0;
}

.flex .currency {
    padding: 0px 20px 0px 0px;
    color: #666;
    border: 1px solid #ccc;
    border-left: 0;
    line-height: 2.5;
    border-radius: 0px 5px 5px 0px;
    background: white;
    cursor: default;
}

.btn-cart {
    background: #377BAB;
    color: white;
    font-weight: 600;
}

.btn-cart:hover {
    background: #2b597a;
}

.show_item-desctext {
    font-weight: 400;
}

.show_item-desctext ul {
    margin-left: 3rem;
}

ol.carousel-indicators li.active {
    background: #555;
}

ol.carousel-indicators li {
    background: #AAA;
}

.arrowCarousel {
    opacity: 1.0;
    font-size: 3rem;
    color: #333;
}


.show_item-imagegalery {
    background: #FFF;
    border: 1px solid #555;
    position: fixed;
}

.imageCarousel {
    height: 480px;
    object-fit: scale-down;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
}

.imageDesktopGalery {
    width: 8rem;
    height: 4.5rerm;
    object-fit: cover;
    border: 2px solid #999;
    margin: 0.5rem;
}


.cursorZoom {
    cursor: zoom-in;
}

.cursorDefault {
    cursor: default
}

.imageswitchhover {
    border: 2px solid #55b2f3;
}

.productH3 {
    font-size: 1rem;
}


.login_input-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
}

.login_input-labelNormal {
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}


.Message {
    padding: 1rem;
    border-radius: 0.2rem;
}

.Message h5 {}

.MessageclassDanger {
    border: 0px solid #FF9B89;
    background: rgba(255, 0, 0, 0.05);
    color: #FA5858;
}



.line-height-small {
    line-height: 1rem;
}

.min-height-small {
    min-height: 7.5rem;
}

.text-bigger {
    font-size: 1.5rem;
}

.text-bigger-1 {
    font-size: 1.1rem;
}

.text-bigger-2 {
    font-size: 1.2rem;
}

.text-bigger-3 {
    font-size: 1.3rem;
}

.card-link {
    color: #222 !important;
}

.shoppingcart-trash {
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.shoppingcart_img {
    max-height: 100px;
}

.checkout_progress {
    text-align: center;
    margin: 40px 0;
}

.checkout_progress li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.checkout_progress li p {
    width: 100%;
    height: 36px;
    padding: 0;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

.checkout_progress li p:before {
    background: #bdbdbd;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: -50%;
    top: 18px;
}

.checkout_progress li:first-child p:before {
    width: 0;
}

.checkout_progress li span {
    border: 2px solid #eee;
    background: #bdbdbd;
    color: #FFF;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    z-index: 1;
}

.checkout_progress li.cur {
    color: #4da1dc;
}

.checkout_progress li.cur p:before {
    background: #4da1dc;
}

.checkout_progress li.cur span {
    background: #4da1dc;
}


.table-borderless td,
.table-borderless th {
    border: 0;
}

.text_smallOnMobile {
    font-weight: 400;
}


.checkout_confirm_paymentbutton {
    padding-left: 3rem;
    padding-right: 3rem;
}


.checkout_table-td-normal {}

.checkout_table-td-highlight {
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;

}

.subcat-overview-ul li {}



.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}


.ribbon span {
    font-size: 0.7rem;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #2979b3;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2979b3;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2979b3;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2979b3;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2979b3;
}


.ribbonNew {
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbonNew span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #a52222;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbonNew span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #a52222;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a52222;
}

.ribbonNew span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #a52222;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a52222;
}

.ribbonRecommend {
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbonRecommend span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #28a745;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbonRecommend span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #28a745;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #28a745;
}

.ribbonRecommend span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #28a745;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #28a745;
}


.blog_ul {
    padding-left: 2rem;
    padding-top: 0rem;
}

.blog_text_grey {
    color: #333;
}

.blog_text_smaller {
    font-size: 0.9rem;
}

.blog_ul2 {
    padding-left: 2rem;
    padding-top: 0rem;
}

.blog_ul2 li {
    padding-bottom: 0.15rem;
}

.blog_h2 {
    font-size: 1.75rem;
}

.blog_h3 {
    font-size: 1.5rem;
}



.text-success{
    color: #1b8133!important;
}


.accordion .card-header {
    border-radius: 0;
    background: #FBFBFB;
}

.card-header button {
    white-space: normal;
}

.accordion .card {
    border-radius: 0;
    background: #FFF;
}


.accordion .card-body {
    border-radius: 0;
}


.accordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.accordion .btn-link:hover {
    text-decoration: none;
    color: #0056b3;
}




@media all and (max-width: 1200px) {
    .popover {
        display: none;
    }
}

@media all and (max-width: 1200px) {
    .HeadNavLink {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .dropdown-content {
        min-width: 175px;
    }
}

@media all and (max-width: 1200px) and (min-width: 1012px) {
    .container {
        padding-right: 0;
        /*15px in bootstrap.css*/
        padding-left: 0;
        /*idem*/
    }
}



@media all and (max-width: 992px) {
    .container {
        width: 100%;
        max-width: none;
    }


}

@media all and (max-width: 576px) {
    .imageCarousel {
        height: 240px;
        border: 0px solid red;
    }

    .ImgSmallerOnMobile {
        max-width: 66%;
    }

    .text_smallOnMobile {
        font-size: 0.8rem;
    }

    .text_CenterOnMobile {
        text-align: center;
    }

    .checkout_confirm_paymentbutton {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .font-standard-onMobile-small-1 {
        font-size: 0.95rem;
    }
}

.webshop-video-fullSize {
    margin-top: 0px;
    padding-top: 0px;
    max-width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
}



@media all and (min-width: 992px) {
    #ModalImageContainer .modal-dialog {
        max-width: 80%;
        margin-top: 5%;
    }
}

@media all and (max-width: 768px) {
    .webshop-video-fullSize {
        margin-top: 0px;
        padding-top: 0px;
        max-width: 100%;
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media all and (max-width: 576px) {
    .webshop-video-fullSize {
        margin-top: 0px;
        padding-top: 0px;
        max-width: 100%;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media all and (max-width: 320px) {}