﻿
body > #hp-newsletter-box {
    z-index: 1000;
    position: fixed;
    display: block;
    width: 350px;
    height: auto;
    top: 160px;
    left: 0px;
    border: 1px solid #ccc;
    background-color: #f5eee7;
    border-left: 0px;
    transition: 150ms;
    left: -440px;
    margin: 0px;
    padding: 30px;
    padding-left: 60px;
}

    body > #hp-newsletter-box.opened {
        left: -10px;
        -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
    }

    body > #hp-newsletter-box > .handler {
        position: relative;
        top: 5px;
        right: -344px;
        display: block;
        height: 30px;
        width: 100px;
        text-align: center;
        line-height: 30px;
        color: black;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        background-color: #f5eee7;
        border: 1px solid #ccc;
        border-top: 0px;
        cursor: pointer;
    }

    body > #hp-newsletter-box.opened .handler {
        -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
    }

.input-row {
    position: relative;
    margin: 30px 0px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.input-row input[type=text],
.input-row input[type=search],
.input-row input[type=email],
.input-row input[type=password],
.input-row select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 18px;
    line-height: 35px;
    border: 0px;
    border-bottom: 1px solid #BFBDC1;
    text-align: left;
    padding: 0px 20px;
    padding-bottom: 1px;
    padding-top: 15px;
    font-family: 'Alegreya Sans', sans-serif;
}

.input-row textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 18px;
    border: 1px solid #BFBDC1;
    text-align: left;
    padding: 20px;
    font-family: 'Alegreya Sans', sans-serif;
}

.input-row select {
    border: 1px solid #BFBDC1;
    padding: 3px 20px;
    position: relative;
    top: 20px;
    margin-bottom: 40px;
    background-color: white;
}

.input-row input[type=text]::placeholder,
.input-row input[type=search]::placeholder,
.input-row input[type=email]::placeholder,
.input-row input[type=password]::placeholder {
    font-size: 12px;
}

.input-row textarea::placeholder {
    color: #BFBDC1;
}

.input-row input[type=text]:disabled,
.input-row input[type=search]:disabled,
.input-row input[type=email]:disabled,
.input-row input[type=password]:disabled,
.input-row textarea:disabled {
    opacity: 0.5;
}

.input-row input[type=text]:focus,
.input-row input[type=search]:focus,
.input-row input[type=email]:focus,
.input-row input[type=password]:focus {
    border-color: #D6B4CB;
    border-width: 2px;
    outline: none;
    padding-bottom: 0px;
}

.input-row textarea:focus {
    border-color: #D6B4CB;
    border-width: 2px;
    outline: none;
    padding: 19px;
}

.input-row.valid input[type=text],
.input-row.valid input[type=search],
.input-row.valid input[type=email],
.input-row.valid input[type=password],
input[type=text].valid,
input[type=search].valid,
input[type=email].valid,
input[type=password].valid {
    border-color: #41B6B2;
    border-width: 2px;
    padding-bottom: 0px;
}

.input-row textarea.valid {
    border-color: #41B6B2;
    border-width: 2px;
    padding: 19px;
}

.input-row.error input[type=text],
.input-row.error input[type=search],
.input-row.error input[type=email],
.input-row.error input[type=password],
input[type=text].error,
input[type=search].error,
input[type=email].error,
input[type=password].error {
    border-color: #FF0000;
    border-width: 2px;
    padding-bottom: 0px;
}

.input-row.error textarea {
    border-color: #FF0000;
    border-width: 2px;
    padding: 19px;
}

.input-row .label {
    position: absolute;
    font-size: 12px;
    color: #BFBDC1;
    left: 20px
}

    label.file-label .required,
    .input-row .label .required {
        color: #41B6B2;
    }

    .input-row .label.placeholder {
        top: 20px;
        font-size: 16px;
    }

#pageContent input[type=button],
/*#pageContent button, - na kontaktech probblem s mapy.cz widgetem*/
#pageContent button#btnRegister,
#pageContent button#btnRegisterAffiliate,
#pageContent a.button,
.over-modal input[type=button],
.over-modal button,
.over-modal a.button,
.cart-notstored-info-button {
    border: 0px;
    background-color: #41B6B2;
    width: 200px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.cart-notstored-info-button {
    margin: 25px auto;
}

.cart-notstored-info {
    padding: 10px 30px;
}

#pageContent input[type=button]:disabled,
#pageContent button:disabled,
#pageContent a.button:disabled,
.over-modal input[type=button]:disabled,
.over-modal button:disabled,
.over-modal a.button:disabled,
input[type=button]:disabled,
button:disabled,
a.button:disabled {
    background-color: #BFBDC1;
}


.input-row {
    margin: 30px 0px;
}

.validation-error {
    display: none;
    color: #FF0000;
    padding: 0px 20px;
    text-align: left;
    margin-top: 15px;
    font-size: 0.85em;
}

    .validation-error a {
        color: red;
        text-decoration: underline;
    }

        .validation-error a:hover {
            text-decoration: none;
        }

.input-row.error .validation-error {
    display: block;
}

#login-form a.register,
#login-form a.forgotten-password {
    color: #394648;
}

#login-form hr {
    border: 0px;
    border-bottom: 1px solid #CBAC88;
    margin: 30px 0px;
}

    #login-form hr:first-of-type {
        display: none;
    }

#login-form p {
    display: none;
    text-align: justify;
}

#login-form a.register {
    font-weight: bold;
    padding-bottom: 30px;
}

#login-form.registered .register,
#login-form.registered hr:last-of-type {
    display: none;
}

#login-form.registered p,
#login-form.registered hr:first-of-type {
    display: block;
}

#login-form .title.other {
    margin-top: 20px;
    margin-bottom: 10px;
}

#login-form .error-text {
    color: red;
    font-weight: bold;
    border: 1px solid #ff6262;
    background-color: #ffeded;
    padding: 5px;
}

#account-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000000;
    width: 300px;
    height: 100%;
    background: white;
    border-left: 3px solid #CBAC88;
    padding: 0px 20px;
    margin: 0px;
}

    #account-menu .head {
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CBAC88;
        position: relative;
        line-height: 20px;
    }

        #account-menu .head .username {
            font-size: 12px;
            font-weight: bold;
            color: #CBAC88;
        }

        #account-menu .head .closer {
            position: absolute;
            top: 0px;
            right: 5px;
            text-decoration: none;
            color: #BFBDC1;
        }

    #account-menu ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }

        #account-menu ul li {
            list-style-type: none;
            margin: 10px 0px;
            padding: 0px;
            line-height: 25px;
        }

            #account-menu ul li a {
                text-transform: uppercase;
                font-weight: bold;
                color: #394648;
                text-decoration: none;
            }

                #account-menu ul li a:after {
                    font-family: 'icomoon';
                    content: "\e922";
                    color: #394648;
                    float: right;
                }

                #account-menu ul li a:hover:after,
                #account-menu ul li a:hover {
                    color: #CBAC88;
                }

    #account-menu .logout {
        display: block;
        color: #394648;
        text-decoration: none;
        margin-top: 30px;
    }

#global-loader-overlay,
.page-module-order #order-send-waiting {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

    #global-loader-overlay .inner,
    .page-module-order #order-send-waiting .inner {
        max-width: 700px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: 50%;
        margin-top: -10%;
        padding: 20px;
    }

        #global-loader-overlay .inner strong,
        .page-module-order #order-send-waiting .inner strong {
            text-transform: uppercase;
            font-weight: bold;
        }

            #global-loader-overlay .inner strong p,
            .page-module-order #order-send-waiting .inner p {
                margin-top: 35px
            }

#global-search-modal.over-modal > .inner {
    max-width: 900px;
    padding-bottom: 100px;
}

#global-search-modal.over-modal .input-row {
    position: relative;
}

    #global-search-modal.over-modal .input-row input {
        /*background-color: red;*/
    }

    #global-search-modal.over-modal .input-row .icon {
        position: absolute;
        font-size: 20px;
        top: 20px;
        right: 10px;
        color: #41B6B2;
    }

#global-search-modal.over-modal .not-found {
    padding: 30px;
    display: none;
}

#global-search-modal.over-modal .progress {
    padding: 30px;
    display: none;
}

#global-search-modal.over-modal .results .title {
    color: #BFBDC1;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#global-search-modal.over-modal .results .wareList-item-container {
    width: 100%;
    color: #BFBDC1;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 15px;
}

    #global-search-modal.over-modal .results .wareList-item-container .warelist-item {
        display: flex;
        align-items: center;
    }

        #global-search-modal.over-modal .results .wareList-item-container .warelist-item .warelist-item-img {
            display: flex;
            align-items: center;
            height: auto;
            max-width: 80px;
        }

        #global-search-modal.over-modal .results .wareList-item-container .warelist-item .warelist-item-name {
            margin-left: 0;
            margin-bottom: 0;
            height: auto;
            padding-top: 0;
        }

    #global-search-modal.over-modal .results .wareList-item-container .warelist-item-name-wrapper {
        flex: 1;
        text-align: left;
    }

#global-search-modal.over-modal .results .groups, #global-search-modal.over-modal .results .articles {
    float: left;
    width: 27%;
    margin-bottom: 40px;
}

#global-search-modal.over-modal .results .wares-with-sidebar {
    float: right;
    width: 70%;
}

#global-search-modal.over-modal .results .groups .row, #global-search-modal.over-modal .results .articles .row {
    text-align: left;
}

    #global-search-modal.over-modal .results .groups .row a, #global-search-modal.over-modal .results .articles .row a {
        display: block;
        color: #394648;
        padding: 5px 0;
        text-decoration: none;
    }

        #global-search-modal.over-modal .results .groups .row a:hover, #global-search-modal.over-modal .results .articles .row a:hover {
            text-decoration: underline;
        }

.img-graph-box {
    max-width: 150px;
    max-height: 150px;
}

#cp_cartReview .img-graph-box {
    max-width: 100%;
    max-height: 100px;
}

@media screen and (max-width: 1024px) {
    body > #hp-newsletter-box .handler,
    body > #hp-newsletter-box .content,
    body > #hp-newsletter-box,
    #heurekaTabright {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    div.blockUI.blockMsg.blockPage {
        width: 50% !important;
        top: 30% !important;
        left: 24% !important;
    }
}

@media screen and (max-width: 768px) {

    div.blockUI.blockMsg.blockPage {
        width: 70% !important;
        top: 30% !important;
        left: 15% !important;
    }

    #global-search-modal.over-modal .results {
        display: flex;
        flex-wrap: wrap;
    }

        #global-search-modal.over-modal .results .articles, #global-search-modal.over-modal .results .wares, #global-search-modal.over-modal .results .groups {
            width: 100%;
            float: none;
        }

        #global-search-modal.over-modal .results .groups {
            order: -1;
        }
}

@media screen and (max-width: 450px) {
    div.blockUI.blockMsg.blockPage {
        width: 80% !important;
        top: 100px !important;
        left: 50% !important;
        margin-left: -41% !important;
    }
}

input, button {
    -webkit-appearance: none !important;
}

/* Black friday */

.bf-top {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    border: 0px;
    background-color: black;
    color: #CBAC88;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
    padding-right: 50px;
    z-index: 10000;
}

    .bf-top a {
        color: #CBAC88;
        text-decoration: underline;
    }

        .bf-top a:hover {
            text-decoration: none;
        }

    .bf-top img.closer {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 10px;
        cursor: pointer;
    }

/* END Black friday */

/* START Other login buttons */

body.page-module-register #divExtAuth .step button.other-login-method,
button.other-login-method {
    background-color: white;
    border: 1px solid #41B6B2;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    text-indent: -9999px;
    white-space: nowrap;
    margin: 10px 5px;
    padding: 25px 20px;
    min-width: 200px;
    line-height: 1;
}

    body.page-module-register #divExtAuth .step button.other-login-method:hover,
    button.other-login-method:hover {
        background-color: #41B6B2;
        background-repeat: no-repeat;
        background-position: center;
        color: #41B6B2;
    }

    body.page-module-register #divExtAuth .step button.other-login-method:disabled,
    button.other-login-method:disabled {
        background-color: #ccc;
        border-color: #a5a5a5;
        opacity: 0.6;
    }

    body.page-module-register #divExtAuth .step button.other-login-method.fb,
    button.other-login-method.fb {
        background-image: url('/img/fb.png');
    }

    body.page-module-register #divExtAuth .step button.other-login-method.google,
    button.other-login-method.google {
        background-image: url('/img/google.png');
    }

    body.page-module-register #divExtAuth .step button.other-login-method.mojeid,
    button.other-login-method.mojeid {
        background-image: url('/img/mojeID.png');
    }

/* END Other login buttons */


/* START scroll panel */

.scroll-panel, .scroll-panel-vert {
    position: relative;
}

    .scroll-panel .cont-rel {
        position: relative;
    }

.scroll-cont {
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    white-space: nowrap;
    scrollbar-width: none;
    text-align: center;
}



@media screen and (min-width: 1366px) {
    .scroll-panel-news .scroll-cont {
        white-space: normal !important;
    }
    .scroll-panel-news .scroll-arrow-l,
    .scroll-panel-news .scroll-arrow-r {
        display: none !important;
    }
}

    .scroll-cont::-webkit-scrollbar,
    .scroll-cont-vert::-webkit-scrollbar {
        width: 0 !important;
    }

.scroll-arrow-l {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding-left: 15px;
}

.scroll-arrow-r {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding-right: 15px;
}

.scroll-cont > * {
    white-space: normal;
    float: none !important;
}

.scroll-panel .default-proditems {
    overflow: auto;
}

/* END scroll panel */

.ware-img-slider .im360 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/img/wm360.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
}

.detail-item-img-secondary {
    position: relative;
}

.pswp {
    z-index: 9999 !important;
}
