﻿body {
    margin: 0;
    padding: 0;
    background-color: #E8ECED;
    font-size: .85em;
    font-family: 'Verdana', 'Helvetica', 'Sans-Serif';
}

a {
    outline: none;
}
    a:focus-visible {
        outline: 1px solid #00000055;
        background: #00000011;
        padding: 2px;
    }
    a.tagLink {
        display: inline;
        color: inherit;
        text-decoration: none;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.textBold {
    font-weight: bold;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.linkButton {
    background: none;
    border: none;
}

    .linkButton:hover {
        color: #00afee;
    }

.marginTop {
    margin-top: 8px;
}

.marginBottom {
    margin-bottom: 8px;
}

.textRight {
    text-align: right !important;
}

.hidden {
    display: none;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.p33 {
    width: 33%;
}

.p50 {
    width: 50%;
}

.p100 {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.displayBlock {
    display: block;
}

/* main layout
----------------------------------------------------------*/

#header {
    background-color: #FFFFFF;
    margin: 0px auto 0 auto;
    border: 1px solid #d2dbe0;
    max-width: 1020px;
}

    #header #headerContent {
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        display: block;
    }

        #header #headerContent #headerLogo {
            float: left;
            background-image: url("images/logo_dadada.png");
            width: 168px;
            height: 86px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        #header #headerContent #headerRight {
            float: right;
        }

        #header #headerContent #headerSearchProduct {
            float: left;
            width: 45%;
        }

        #header #headerContent #headerClipboardAndShoppingCart {
            clear: both;
            float: right;
            margin-bottom: 5px;
        }

        #header #headerContent #headerMenu {
            padding: 10px 0 5px 5px;
            font-size: 20px;
            font-family: Museo300;
            float: right;
            display: block;
        }

            #header #headerContent #headerMenu .headerMenuItem {
                float: left;
                color: #f26822;
            }

            #header #headerContent #headerMenu .headerMenuSeparator {
                float: left;
                color: #d2dbe0;
                padding-left: 10px;
                padding-right: 10px;
            }

        #header #headerContent .headerButton {
            background-color: #00afee;
            height: 26px;
            padding: 7px 15px 0 15px;
            text-align: center;
            border-style: none;
            border-radius: 3px;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
        }

        #header #headerContent #headerMenuContainer {
            display: none;
        }

        #header #headerContent #menuButton {
            float: right;
        }

        #header #headerContent #categoryListButton {
            display: none;
        }

        #header #headerContent #accountMenuButton {
            display: none;
        }

#body {
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #d2dbe0;
    z-index: 99;
    vertical-align: top;
}

    #body #bodyLayout {
        width: 100%;
    }

        #body #bodyLayout tr {
            vertical-align: top;
        }

        #body #bodyLayout #leftColumn {
            width: 190px;
            vertical-align: top;
        }

            #body #bodyLayout #leftColumn #leftColumnContent {
                margin-right: 20px;
            }

        #body #bodyLayout #centerColumn {
            padding-top: 0px;
            vertical-align: top;
        }

            #body #bodyLayout #centerColumn #centerColumnContent {
            }

        #body #bodyLayout #rightColumn {
            width: 190px;
            vertical-align: top;
        }

            #body #bodyLayout #rightColumn #rightColumnContent {
                margin-left: 20px;
            }

#footer {
    /*position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;*/
    margin-top: -40px;
    padding-top: 50px;
    background-color: #154784;
    z-index: 9;
}

    #footer #footerContent {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
    }

        #footer #footerContent .footerPart {
            float: left;
            width: 33%;
        }

        #footer #footerContent .footerItemList {
            display: block;
        }

        #footer #footerContent .title {
            font-family: Museo700;
            font-size: 18px;
            color: #FFF;
            padding: 20px 0px 20px 0px;
            clear: both;
        }

            #footer #footerContent .title#yourAccount {
                background-image: url("images/ico_konto.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 50px;
            }

            #footer #footerContent .title#service {
                background-image: url("images/ico_obsluga.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 38px;
            }

            #footer #footerContent .title#contact {
                background-image: url("images/ico_kontakt.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 46px;
            }

            #footer #footerContent .title#facebookFooter {
                background-image: url("images/facebook-logo.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 46px;
                display: none;
            }

            #footer #footerContent .title#instagramFooter {
                background-image: url("images/Instagram-icon.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 46px;
                display: none;
            }

        #footer #footerContent .footerItemList {
            clear: both;
            display: block;
            width: 100%;
            float: none;
        }

        #footer #footerContent .footerItem {
            font-size: 13px;
            color: #FFF;
            padding: 7px 0px 7px 0px;
        }

        #footer #footerContent .footerBigItem {
            font-weight: bold;
            font-size: 25px;
            color: #FFF;
            padding: 7px 0px 7px 0px;
        }

        #footer #footerContent .footerMiddleItem {
            font-weight: bold;
            font-size: 16px;
            color: #FFF;
            padding: 7px 0px 7px 0px;
        }

.websiteAuthor {
    margin: 4px 0;
    padding: 4px 0;
    font-size: 13px;
    color: #ccc;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    color: #144784;
    font-size: 13px;
    clear: both;
    float: right;
    padding: 2px 4px 8px 0;
}

    #login a.username {
        background: none;
        margin: 0 -4px 5px 0;
        padding: 0;
        text-decoration: underline;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        float: right;
        list-style: none;
        margin-left: 5px;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }



/* search product */

#searchProduct {
    clear: both;
}

    #searchProduct #searchProductBasic {
        display: block;
        border-style: solid;
        border-width: 1px;
        border-color: #d2dbe0;
        border-radius: 5px;
        height: 40px;
        margin: 0 auto 0 auto;
    }

        #searchProduct #searchProductBasic #searchProductBasicTable {
            width: 100%;
        }

            #searchProduct #searchProductBasic #searchProductBasicTable td {
                vertical-align: top;
            }

        #searchProduct #searchProductBasic #filter,
        #searchProduct #searchProductBasic #filter:focus {
            height: 28px;
            border: none;
            font-size: 14px;
            color: #144784;
            margin: 0 0 0 4px;
            width: 100%;
        }

    #searchProduct .searchButtonCell {
        width: 28px;
    }

        #searchProduct .searchButtonCell .searchButton {
            margin-right: 10px;
            margin-top: 0px;
            margin-bottom: 0;
            margin-left: 25px;
            background-color: white;
            border: none;
            background: url("images/ico_szukaj.png") no-repeat;
            width: 18px;
            height: 40px;
            background-position: right;
        }

    #searchProduct .showAdvancedSearching {
        color: #144784;
        font-size: 12px;
        cursor: pointer;
        text-align: right;
        margin: 3px 0 0 5px;
    }

    #searchProduct .advancedSearchingLayout {
        position: absolute;
        width: 100%;
        z-index: 10000;
        left: 0;
    }

    #searchProduct .advancedSearching {
        border-radius: 5px;
        max-width: 400px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding: 6px;
        background-color: #ffffff;
        border-color: #f26822;
        border-width: 2px;
        border-style: solid;
    }

        #searchProduct .advancedSearching .featureFlag {
            margin-bottom: 5px;
        }

        #searchProduct .advancedSearching td {
            float: left;
            vertical-align: middle;
        }

        #searchProduct .advancedSearching label {
            display: inline;
            color: #144784;
            font-size: 13px;
            margin-right: 5px;
        }

        #searchProduct .advancedSearching input, #searchProduct .advancedSearching input[type="text"] {
            max-width: 340px;
            width: 95%;
        }

            #searchProduct .advancedSearching input, #searchProduct .advancedSearching input[type="checkbox"] {
                width: auto;
            }

                #searchProduct .advancedSearching input, #searchProduct .advancedSearching input:focus {
                    border-style: solid;
                    border-width: 1px;
                    border-color: #d2dbe0;
                    border-radius: 4px;
                    font-size: 14px;
                    color: #144784;
                }

        #searchProduct .advancedSearching .advancedSearchingFooter {
            color: #144784;
            font-size: 13px;
        }

        #searchProduct .advancedSearching .hideAdvancedSearching {
            cursor: pointer;
        }

            #searchProduct .advancedSearching .hideAdvancedSearching div {
                position: absolute;
            }

            #searchProduct .advancedSearching .hideAdvancedSearching .closeButton {
                position: relative;
                margin: 0 0 0 auto;
                background: url("images/zamknij.png") no-repeat;
                width: 27px;
                height: 27px;
            }

        #searchProduct .advancedSearching .removeSearching {
            float: right;
            cursor: pointer;
            margin: 15px 10px 0 0;
            font-weight: bold;
            cursor: pointer;
        }

        #searchProduct .advancedSearching .advancedSearchButton {
            float: right;
            display: block;
            font-size: 13px;
            font-weight: bold;
            padding-left: 48px;
            height: 44px;
            background: url("images/lupa.png") no-repeat left;
            border: none;
        }

#clipboardInfo {
    float: right;
}

    #clipboardInfo .clipboardIcon {
        float: left;
        width: 27px;
        height: 27px;
        background-image: url("images/ico_schowek.png");
        margin-left: 8px;
        margin-right: 5px;
    }

    #clipboardInfo .clipboardLabel {
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding-top: 6px;
    }

    #clipboardInfo .clipboardCount {
        color: #f26822;
    }

#shoppingCartInfo {
    float: right;
}

    #shoppingCartInfo .shoppingCartIcon {
        float: left;
        width: 27px;
        height: 27px;
        background-image: url("images/koszyk_maly.png");
        margin-left: 8px;
        margin-right: 5px;
    }

    #shoppingCartInfo .shoppingCartLabel {
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding-top: 6px;
    }

    #shoppingCartInfo .shoppingCartCount {
        color: #f26822;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: top;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 95%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    margin: 0;
    vertical-align: bottom;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.requiredField {
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0px 0px 0px 5px;
    width: 8px;
    height: 9px;
    background-color: orange;
    background-image: url("images/field_required.png");
}

#ceneo-widget {
    top: 180px !important;
}

.siteDescription {
    margin: 16px 0 8px 0;
}

    .siteDescription > h1 {
        margin: 0 0 8px 0;
        text-align: center;
    }

    .siteDescription > p {
        margin: 0 0 8px 0;
        text-align: justify;
        line-height: 1.2;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 1030px) {
    #header #headerContent #headerSearchProduct {
        clear: both;
        width: 98%;
        display: block;
        margin: 0px 0 5px 1%;
    }

    #face-slider {
        display: none;
    }

    .instagram {
        display: none;
    }

    #widget-handler {
        display: none;
    }

    #footer #footerContent .title#facebookFooter {
        display: block;
    }

    #footer #footerContent .title#instagramFooter {
        display: block;
    }

    #header #headerContent #headerMenuContainer {
        display: block;
        clear: both;
        margin-bottom: 20px;
    }

    #login {
        font-size: 15px;
    }

    #clipboardInfo .clipboardLabel {
        font-size: 16px;
    }

    #shoppingCartInfo .shoppingCartLabel {
        font-size: 16px;
    }

    #header #headerContent #headerMenu {
        display: none;
        position: absolute;
        z-index: 100;
        right: 0;
        background-color: #fff;
        border: solid 2px #00adef;
        padding: 10px;
        border-radius: 5px;
        margin-top: 20px;
    }

        #header #headerContent #headerMenu .headerMenuItem {
            float: none;
            padding: 5px;
            font-size: 24px;
        }

        #header #headerContent #headerMenu .headerMenuSeparator {
            display: none;
        }
}

@media only screen and (max-width: 720px) {
    #body {
        padding: 10px;
    }


    #footer #footerContent {
        padding: 0 10px;
    }

        #footer #footerContent .footerPart {
            min-width: 240px;
        }

        #footer #footerContent .title {
            cursor: pointer;
        }

        #footer #footerContent .hiddenOnMobile {
            display: none;
        }

        #footer #footerContent .footerItemList {
            margin-left: 8px;
        }

    #searchProduct .showAdvancedSearching {
        font-size: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #clipboardInfo .clipboardLabel .clipboardName {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #header #headerContent #headerLogo {
        background-image: url("images/logo_dadada_small.png");
        width: 128px;
        height: 66px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #login {
        max-width: 144px;
    }

    #body {
        padding: 5px;
    }

    #login {
        text-align: right;
        margin-bottom: -5px;
    }

        #login li {
            float: none;
            margin-bottom: 5px;
        }

    #shoppingCartInfo .shoppingCartLabel .shoppingCartName {
        display: none;
    }

    #shoppingCartInfo .shoppingCartIcon {
        width: 40px;
        height: 40px;
        background-image: url("images/koszyk_wiekszy.png");
    }

    #clipboardInfo .clipboardIcon {
        width: 40px;
        height: 40px;
        background-image: url("images/ico_schowek_wiekszy.png");
    }

    #shoppingCartInfo .shoppingCartLabel {
        padding-top: 10px;
    }
}

.ui-menu {
    max-height: 350px;
    max-width: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px !important;
    border-style: solid !important;
    border-color: #f26822 !important;
    border-width: 2px !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    z-index: 999 !important;
}

.ui-autocomplete li {
    cursor: pointer !important;
    padding: 2px 0px 2px 2px !important;
    font-size: 14px !important;
    line-height: normal !important;
}

.ui-menu .ui-menu-item:hover {
    background-color: #FFCC00 !important;
    border: none !important;
    background: none;
    border-radius: 0px !important;
    margin: 0px !important;
}

/*infographics*/
.infographic {
    margin-top: 20px;
    width: 170px;
}

    .infographic img {
        width: 100%;
    }

.instagram {
    position: fixed;
    right: 0;
    top: 60px;
}

    .instagram .tab {
        height: 48px;
        width: 48px;
        background: url(images/instagram-tab.png) no-repeat center center;
    }

#face-slider {
    position: fixed;
    right: -318px;
    top: 120px;
    z-index: 100;
}

    #face-slider #tab {
        cursor: pointer;
        height: 48px;
        width: 50px;
        float: left;
        margin-right: -2px;
        background-color: #0170cf;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

        #face-slider #tab #tabImage {
            cursor: pointer;
            height: 48px;
            width: 48px;
            margin-right: 0px;
            background: url(images/facebook.png) no-repeat center center;
        }


#face-code {
    padding: 5px;
    border: solid #0170cf 3px;
    background: #fff;
    float: left;
    width: 300px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}

.displayInlineBlock {
    display: inline-block;
}

.cookies-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: block;
}

    .cookies-overlay .cookies-container {
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 600px;
        width: 90%;
        max-height: 80vh;
        z-index: 100;
        padding: 12px;
        line-height: normal;
        border: 3px solid #00afee;
    }

        .cookies-overlay .cookies-container .cookies-message {
            flex-grow: 1;
            text-align: justify;
            margin: 0 0 12px 0;
            font-size: 16px;
        }

            .cookies-overlay .cookies-container .cookies-message a {
                font-style: italic;
            }

                .cookies-overlay .cookies-container .cookies-message a:hover {
                    filter: contrast(0.7);
                }

        .cookies-overlay .cookies-container .cookie-options-container {
            display: none;
            flex-grow: 4;
            padding: 0px 8px;
            overflow: auto;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

            .cookies-overlay .cookies-container .cookie-options-container .option-container {
                margin: 16px 0;
            }

                .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header {
                    margin: 8px 0;
                    font-size: 17px;
                }

                    .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header input {
                        width: 24px;
                        height: 24px;
                        vertical-align: middle;
                        margin: -2px 2px 0 0;
                    }

                    .cookies-overlay .cookies-container .cookie-options-container .option-container .option-header span {
                        display: inline-block;
                        font-weight: bold;
                        font-size: 17px;
                        vertical-align: middle;
                    }

                .cookies-overlay .cookies-container .cookie-options-container .option-container .option-description {
                    font-size: 14px;
                    color: #444;
                    font-style: italic;
                    text-align: justify;
                    margin: 0 0 0 4px;
                }

        .cookies-overlay .cookies-container .cookies-buttons {
            flex-grow: 1;
            margin: 16px 0 0 0;
        }

            .cookies-overlay .cookies-container .cookies-buttons .accept-all-cookies-button {
                float: right;
                transition: all 0.2s ease-in-out;
                background-color: #f26822;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
                border-radius: 4px;
            }

                .cookies-overlay .cookies-container .cookies-buttons .accept-all-cookies-button:hover {
                    background-color: #DB5F20;
                }

            .cookies-overlay .cookies-container .cookies-buttons .show-options-button {
                float: left;
                transition: all 0.2s ease-in-out;
                background-color: #888;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
                border-radius: 4px;
            }

                .cookies-overlay .cookies-container .cookies-buttons .show-options-button:hover {
                    background-color: grey;
                }

            .cookies-overlay .cookies-container .cookies-buttons .accept-selected-cookies-button {
                display: none;
                float: left;
                transition: all 0.2s ease-in-out;
                background-color: #888;
                color: #fff;
                padding: 8px 12px;
                cursor: pointer;
                font-size: 16px;
                box-shadow: none;
                border: none;
                border-radius: 4px;
            }

                .cookies-overlay .cookies-container .cookies-buttons .accept-selected-cookies-button:hover {
                    background-color: grey;
                }
