/* Minification failed. Returning unminified contents.
(1220,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1221,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1223,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

* { box-sizing: border-box;}


body {
    background: white;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    margin: 8px;
}

input, button {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.5em;
    margin: 4px;
    padding: 4px;
    box-sizing: border-box;
}


/* Generic flexbox with one filler */

.flexbox {
    display: flex;
}

.flexitem {
    display: flex;
    flex-shrink: 1;
    flex-grow: 0;
    align-items: center;
}

.flexfiller {
    display: flex;
    flex-grow: 1;
    align-items: center;
}






/* PULSE */
.pulse {
    animation: color-change 6s infinite;
}

@keyframes color-change {
    0% {
        color: white;
    }

    50% {
        color: #ccc;
    }

    100% {
        color: white;
    }
}

/* PULSE */


.leftSection {
    width: 20%;
    float: left;
}

.mainSection {
    float: left;
    width: 60%;
}

.rightSection {
    float: left;
    width: 20%;
}

.wideSection {
    float: left;
    width: 80%;
}

.productInfoBlock {
    width: 50%;
    float: left;
}

/* basic row & column game */
.col { float: left; min-height: 1px;}
.col20 { width: 20%; float: left; min-height: 1px; }
.col25 { width: 25%; float: left; min-height: 1px; }
.col30 { width: 30%; float: left; min-height: 1px; }
.col33 { width: 33%; float: left; min-height: 1px; }
.col66 { width: 66%; float: left; min-height: 1px; }
.col50 { width: 50%; float: left; min-height: 1px; }
.col70 { width: 70%; float: left; min-height: 1px; }
.col75 { width: 75%; float: left; min-height: 1px; }
.col80 { width: 80%; float: left; min-height: 1px; }
.row { width: 100%; clear: both; }
/* end basic row & column */

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.padded {
    padding: 10px;
}
.margined {
    margin: 10px;
}






.imageButton {
    background-color: white;
    margin: 0px;
    padding: 0px;
}


select {
    background-color: #eee;
    font-size: 1em;
    border-radius: 2px;
    padding: 4px;
    margin-top: 4px;
}

.hidebr br {
    display: none;
}

.header {
    background-color: #696969;
    color: #fff;
    display: block;
    font-size: 1em;
    text-align: center;
    height: 34px;
    position: relative;
    line-height: 34px;
}
.headertransparant {
    color: #fff;
    display: block;
    font-size: 1em;
    text-align: center;
    height: 34px;
    position: relative;
    line-height: 34px;
}



.largeText {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: normal;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.alignClear {
    clear: both;
}

.alignCenter {
    text-align: center;
}

/* BLOCKS */





.validator {
    background: none repeat scroll 0 0 #febaba;
    border: 1px solid #fe8787;
    border-radius: 3px;
    margin: 10px 0;
    padding: 4px;
}

.blockFeedBack {
    border-radius: 3px;
    display: block;
    margin: 10px 0;
    padding: 15px;
}

.blockFeedBack.primary {
    background: none repeat scroll 0 0 #b3e1ff;
    border: 1px solid #80ccff;
}

.blockFeedBack.positive {
    background: none repeat scroll 0 0 #d8f1df;
    border: 1px solid #b3e3c1;
}

.blockFeedBack.negative {
    background: none repeat scroll 0 0 #febaba;
    border: 1px solid #fe8787;
}

.blockContent {
    border: 2px #003399;
    border-radius: 0;
    padding: 0;
}

.blockPopup {
    -webkit-box-shadow: 0 0 10px #333;
    background: whitesmoke;
    border: 6px solid #0088c4;
    border-radius: 6px;
    box-shadow: 0 0 10px #333;
    color: #333;
    display: none;
    max-height: 800px;
    padding: 6px;
    position: fixed;
    z-index: 125;
}

.widthHalf {
    float: left;
    width: 50%;
}

.widthFull {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

#ac-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

#contrastLink {
    position: absolute;
    z-index: 2;
    right: 0;
}



img {
    border: 0;
}

table {
    width: 100%;
}

.seperator2 {
    clear: both;
    height: 2px;
}

.seperator6 {
    clear: both;
    height: 6px;
}


.block {
    display: block;
}

.emphasize {
    font-size: 1.5em;
    font-weight: 700;
}

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        border-color: inherit;
        border-top: 1px solid;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(-5deg);
    }

ul {
    list-style: disc outside none;
    margin-left: 0;
    padding-left: 1em;
}

li {
    padding-left: 1em;
}

.blockFunction {
    border: none;
    border-radius: 0;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
}

input.buttonBase {
    background: dimgrey;
    border: 0 none;
    border-radius: 4px;
    color: white;
    font-size: 0.95em;
    margin-bottom: 2px;
    margin-top: 2px;
    outline: 0 none;
    padding: 7px 20px;
    min-width: 150px;
}

.acShoppingCartCheckOutButton{
    border-radius: 4px;
}

input.buttonBase:hover {
    color: white;
    background-color: darkgray;
}

    input.buttonBase.negative {
        color: #ffffff;
    }

    input.buttonBase.positive {
        background: none repeat scroll 0 0 dimgrey;
        color: rgb(255, 255, 255);
    }
        input.buttonBase.positive:hover {
            background-color: darkgray;
        }

.filterPanel {
    width: 100%;
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
}

.footerNugget {
    float: left;
    width: 20%;    
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
    font-size: small;
}


.acProductInfoNieuw {
    padding-bottom: 8px;
}

.acProductInfoNieuwContainer {
    border: 1px solid gray;
}

.acProductInfoNieuwList {
}

.acProductInfoNieuwListItem {
    background-color: #eeeeee;
    display: block;
    margin: 2px;
}



/* Start page image slider customization */

.startPageSliderHidden {
    display: none;
}

/* End start page image slider customization */

.acInfoBlok {
    background-color: #696969;
    border-radius: 0;
    color: white;
    margin-top: 9px;
    padding: 8px;
}

/* Catalog Browser */

.acCatalogBrowserAdviesPrijs {
    color: grey;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    text-decoration: line-through;
}

.acCatalogBrowserVerkoopPrijs {
    font-size: 1.2em;    
    text-align: right;
    color: black;
}

.colorButton {
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.acCatalogDetailKoopButton {
    border: none;
    border-radius: 4px;
    color: white;
    padding: 7px 20px;
    width: 200px;
}

.acCatalogDetailKoopButton:hover {
    border: 1px solid #333;
}

.acCatalogBrowserKoopButton {
    border: none;
    border-radius: 4px;
    color: white;
    width: 100%;
}

    .acCatalogBrowserKoopButton:hover {
        border: 1px solid #333;
    }


.acCatalogBrowserCompareButton {
    background-image: url('/d/img/moicons/mo_compare3_48px.png');
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    border: none;
    border-radius: 4px;
    color: white;
    background-color: white;
    width: 38px;
}

    .acCatalogBrowserCompareButton:hover {
        border: 1px solid #333;
    }


.acCatalogBrowserKortingBubble {
    background-color: #696969;
    border-radius: 8px;
    color: white;
    padding: 2px;
    text-align: center;
}

.acCatalogBrowserStockBubble {
    background-color: #696969;
    border-radius: 6px;
    color: white;
    float: right;
    font-size: 0.9em;    
    text-align: center;
    /* width: 62px; */
    padding: 2px;
}

.acContainer {
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
    padding: 12px;
    border: 1px solid white;
    height: 320px;
    width: 33%;
}

.dynBrandLogo {
    height: 100px;
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
}

.dynSmallHidden {
    display: block;
}

.dynSmallOnly {
    display: none;
}

.checkoutLeft {
    width: 75%;
    float: left;
}

.checkoutRight {
    width: 25%;
    float: left;
}


a.acCatalogBrowserContainerLink:link, a.acCatalogBrowserContainer:visited {
    color: black;
    text-decoration: none;
}

.acProductDetailFabrikantLabel {
    color: gray;
    font-size: 1.2em;
    font-weight: 500;
}

a.acProductDetailFabrikantLabel:link, a.acProductDetailFabrikantLabel:visited {
    color: gray;
    text-decoration: none;
}

.acProductDetailPriceBlockContainer {
    background-color: whitesmoke;
    border-radius: 0;
    padding: 8px;
}

.acProductDetailContainer {
    border: 0 solid gray;
    border-radius: 0;
    margin: 8px;
    padding: 8px;
}



.selectionContainer input, button {
    padding: 0px;
}




/* Product detail */

.acProductDetailProductLabel {
    color: black;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
}

.acProductDetailAantalVormLabel {
    display: block;
}

.acCatalogBrowserMerkLabel {
    color: gray;
    display: block;
    margin-left: 7px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.acCatalogBrowserProductLabel {
    color: black;
    display: block;
    font-size: 1.2em;
    margin-left: 7px;
}

.acCatalogBrowserAantalVormLabel {
    color: gray;
    display: block;
    margin-left: 7px;
}

.acCatalogBrowserKortingAmount {
    font-size: 1.1em;
    font-weight: 500;
}

.acCatalogBrowserKortingText {
    font-size: 1em;
}

/* Pager indien zoekresultaten meerdere pagina's bevat */

.acCatalogBrowserPagerContainer {
    background-color: #696969;
}




.acCatalogBrowserPagerButton {
/*     background: white; */
/*    border: none; */
/*    color: grey; */
    width: 30px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;

}




.acCatalogBrowserPagerButtonSelected {
    border: none;
    color: white;
    width: 30px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
}

.acProductDetailImage {
    width: 100%;
    max-width: 250px;
    border: none !important;
}

.acBrowserDetailImage {
    height: 95px;
    margin-bottom: 5px;
    width: 95px;
}

.acCatalogBrowserActionsHeader {
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    padding: 4px;
    margin: 4px;
}



.dxeTextBox {
    background-color: white;
    border: none;
    margin: 8px;
}



.acCartConfirmationMerkLabel {
    color: grey;
    display: block;
    font-size: 1.2em;
    margin-left: 7px;
    margin-top: 8px;
}

.acCartConfirmationProductLabel {
    color: black;
    display: block;
    font-size: 1.2em;
    margin-left: 7px;
}

.acCartConfirmationAantalVormLabel {
    color: grey;
    display: block;
    font-size: 0.9em;
    margin-left: 7px;
}




.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
}

    .tooltip .tooltiptext {
        visibility: hidden;
        /* width: 120px; */
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
    }


    .tooltip:hover .tooltiptext {
        visibility: visible;
    }





/* Add a black background color to the top navigation */
.topnav {
    background-color: #696969;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #E32041;
            
}

/* Add an active class to highlight the current page */
.active {
    background-color: #E32041;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1023px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1023px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* 
    ASP.NET Gridview Definition 
    Usage:
    CssClass="mGrid" PagerStyle-CssClass="pgr" AlternatingRowStyle-CssClass="alt"
*/


.fGrid {
    background-color: #fff;
    border: 1px solid lightgray;
    border-collapse: collapse;
    margin: 5px 0 10px 0;
    width: 100%;
}

    .fGrid td {
        border: none;
        color: #333;
        line-height: 1.5em;
        padding: 2px;
        vertical-align: middle;
    }

    .fGrid th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid lightgray;
        color: #333;
        line-height: 1.5em;
        padding: 2px;
        vertical-align: middle;
    }



.mGrid {
    background-color: #fff;
    border: solid 1px #333;
    border-collapse: collapse;
    margin: 5px 0 10px 0;
    width: 100%;
}

    .mGrid td {
        border: solid 1px #ECEFF1;
        color: #333;
        line-height: 1.5em;
        padding: 2px;
        vertical-align: middle;
    }

    .mGrid th {
        background: #dee6f0;
        border: solid 1px #333;
        color: #333;
        font-size: 0.9em;
        padding: 4px 2px;
    }

    .mGrid a {
        color: #333;
        text-decoration: underline;
    }

    .mGrid .alt {
        background: #ECEFF1;
    }

    .mGrid .pgr {
        background: #dee6f0;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-left: solid 1px #666;
            border-width: 0;
            color: #fff;
            font-weight: bold;
            line-height: 12px;
            padding: 0 6px;
        }

        .mGrid .pgr a {
            color: #333;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #ECEFF1;
                text-decoration: none;
            }

/* END ASP.NET GridView Definition */

/* WCF Product service Compat */

.tableproductinfo, .tableproductinfo th {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    font-size: 1em;
}

.right-nowrap {
    text-align: right;
}

.tableproductinfotd {
    border: 1px solid lightgrey;
    border-collapse: collapse;
    font-family: Verdana, Arial, sans-serif;
    padding: 5px;
    font-size: 1em;
}





/* End WCF Compat */

/* PAYMENTSTEPS */
ol.progtrckr {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ol.progtrckr li {
        display: inline-block;
        line-height: 3em;
        text-align: center;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 48%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 32%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 23%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 18%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 15%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 13%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 11%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 10%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
    }

    ol.progtrckr li.progtrckr-active {
        color: black;
    }

    ol.progtrckr li.progtrckr-todo {
        border-bottom: 4px solid silver;
        color: silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
        position: relative;
    }

    ol.progtrckr li.progtrckr-done:before {
        -ms-border-radius: 1.2em;
        border: none;
        border-radius: 1.2em;
        color: white;
        content: "\2714";
        height: 1.2em;
        line-height: 1.2em;
        width: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        background-color: white;
        bottom: -1.6em;
        color: silver;
        content: "\26AA";
        font-size: 1.5em;
    }

    ol.progtrckr li.progtrckr-active:before {
        background-color: white;
        bottom: -1.6em;
        content: "\26AA";
        font-size: 1.5em;
    }

/* PAYMENTSTEPS */

/* Post NL */

.pgColorZilverGrijs {
    color: #BBBBBC;
}

.pgColor30ZilverGrijs {
    color: #EAEAEB;
}

.pgColorGrijs {
    color: #66660A;
}

.pgColorDonkerGrijs {
    color: #333334;
}

.pgColorOranje {
    color: #ED8C50;
}

.pgColorDonkerOranje {
    color: #F05A22;
}

.pgBackGround30ZilverGrijs {
    background: #EAEAEB;
}

.pgSizeMedium {
    font-size: 17px;
    font-weight: bold;
}

.pgButton {
    background: #F05A22;
    color: white;
}




/* Post NL */

.acQuickLogWrapper {
    color: white;
    margin-top: 8px;
    padding: 8px;
    text-align: center;
}



.acQuickLogPanel {
    margin-bottom: 10px;
    margin-top: 10px;
}

.acQuickLogTableOrderData {
    background: white;
    color: black;
    margin-top: 10px;
}



.acQuickLogHeaderTop {
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 15px;
}

.acQuickLogHeaderBestelling {
    color: white;
}

.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: white;
    z-index: 1;
}

.finder {
    margin-top: 152px;
}

.upArrow {
    position: fixed;
    bottom: 100px;
    right: 8px;
    z-index: 1;
}

    .upArrow:hover {
        background-color: lightgray;
    }


#LinkVoorschrijver {
    background-color: green;
}
.acShoppingCartContentContainer {
    background-color: white;
    padding: 5px;
}

.acShoppingCartUpCount {
    background-color: white;
    border: 1px solid grey;
    color: black;
    font-size: 15px;
    font-weight: 700;
    width: 24px;
}

.acShoppingCartDownCount {
    background-color: white;
    border: 1px solid grey;
    color: black;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    width: 24px;
}

.acShoppingCartPrice {
    font-weight: 700;
}

.acShoppingCartCatalogNumber {
    font-size: 11px;
}

.acShoppingCartAmount {
    margin-right: 10px;
}

.acShoppingCartContainer {
    background-color: dimgray;
    border: 1px solid gray;
    border-radius: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

.acShoppingCartCheckOutButton {
    border: 0 none;
    border-bottom: 0 solid grey;
    color: white;
    margin-top: 20px;
    width: 80%;
}


.acAdresPicker {
    border: 2px solid gray;
    margin: 0px 20px 20px 0px;
    padding: 20px;
    min-height: 260px;
}


:root {
    --bar-color: #696969;
    --bar-text: #f1f1f1;    
    
    --highlight-color: #E32041;
    --highlight-text: white;
}

.linkstd {
    color: #696969;
    text-decoration: underline;
}

    .linkstd:hover {
        background-color: #E32041;        
        color: white;        
    }


.linkinv {
    color: white;
    text-decoration: underline;
}

    .linkinv:hover {
        background-color: white;
        color: #E32041;
    }



.DropDownListItemStyleSelected {
    background-color: #E32041;
}


.blockPopup {
    border: 6px solid #E32041;
}
.blockPopupSpecials {
    border: 6px solid #E32041;
}

.blockNonStock {
    background: #b3e1ff;
    border: 2px solid #333;
}

.bcThemeColorBlock {
    background-color: #E32041;
}

.bcThemeColorEmph {
    background-color: #E32041;
}



.blockFunction {
    color: #E32041;
}

input.buttonBase.buyButton {
    background-color: #E32041;
}

input.buttonBase.negative {
    background: none repeat scroll 0 0 #E32041;
}

    input.buttonBase.negative:hover {
        background-color: darkgray;
    }




.acFooterBarInnerContainer {
    background-color: #E32041;
}

.footerNugget {
    background-color: #E32041;
}

.colorButton {
    background-color: #E32041;
    border: 1px solid #E32041;
}

.acCatalogBrowserKoopButton  {
    background-color: #E32041;
    border: 1px solid #E32041;
}

.acCatalogDetailKoopButton {
    background-color: #E32041;
    border: 1px solid #E32041;
}


.acCatalogBrowserPagerButtonSelected {
    background: #E32041;
}

.acCatalogBrowserActionsHeader {
    background-color: #E32041;
    border: 3px solid #E32041;
}

.acShoppingCartCheckOutButton {
    background-color: #E32041;
}

.acRoosAboutText {
    background-color: #E32041;
}



.acQuickLogWrapper {
    background: #E32041;
}



ol.progtrckr li.progtrckr-done {
    border-bottom: 4px solid #E32041;
}

ol.progtrckr li.progtrckr-active {
    border-bottom: 4px solid #E32041;
}

ol.progtrckr li.progtrckr-done:before {
    background-color: #E32041;
}

ol.progtrckr li.progtrckr-active:before {
    color: #E32041;
}



/* mobile */
@media screen and (max-width: 1023px) {

    .leftSection {
        width: 100%;
        float: left;
        display: none;
    }

    .mainSection {
        width: 100%;
        float: left;
    }

    .rightSection {
        width: 100%;
        float: left;
    }

    .wideSection {
        width: 100%;
    }


    .productInfoBlock {
        float: left;
        width: 100%;
    }

    .acContainer {
        width: 50%;
    }

    .dynSmallHidden {
        display: none;
    }

    .dynSmallOnly {
        display: block;
    }

    .dynBrandLogo {
        height: 80px;
        padding: 0px 4px 0px 4px;
        margin: 0px 4px 0px 4px;
    }

    .checkoutLeft {
        width: 100%;
        float: left;
    }

    .checkoutRight {
        width: 100%;
        float: left;
    }


    input.buttonBase {
        min-width: 150px;
    }

    .footerNugget {
        float: left;
        width: 33%;
        height: 50px;
        display: flex;
        padding: 4px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .block {
        text-align: center;
        margin-bottom: 10px;
    }

    .acCatalogBrowserOuterContainer {
        min-width: 0px;
        width: 50%;
    }

    .acCatalogBrowserProductLabel {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
    }

    .acCatalogBrowserMerkLabel {
        max-width: 160px;
    }

    .acRoosAboutText {
        z-index: 0;
        position: relative;
        right: 0px;
        top: 0px;
        width: 95%;
        margin: 10px;
    }

    input.buttonBase {
        min-width: 0;
    }
}

