﻿.ware-content .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
}

.ware-content {
    max-width: 1366px;
    margin: auto;
}

    .ware-content .breadcrumb {
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: bold;
        color: #bfbdc1;
        padding-top: 40px;
        padding-bottom: 25px;
    }

        .ware-content .breadcrumb a {
            color: #bfbdc1;
            text-decoration: none;
        }

    .ware-content #cp_cp_divRecent {
        padding-left: 20px;
    }

.ware-left {
    float: left;
    width: 480px;
}

.ware-right {
    float: left;
    width: calc(100% - 480px);
    padding-left: 45px;
    box-sizing: border-box;
    padding-right: 20px;
}

.detail-item-img {
    width: 480px;
    height: 480px;
    text-align: center;
}

    .detail-item-img a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

.ware-img-slider {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

    .ware-img-slider img {
        height: 100%;
    }

    .ware-img-slider div {
        display: inline-block;
    }

.ware-img-slider-cont .scroll-arrow-r,
.ware-img-slider-cont .scroll-arrow-l {
    position: absolute;
    right: 0;
    background: rgba(207,182,154,0.8);
    height: 100%;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 8000;
    cursor: pointer;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.ware-img-slider-cont .scroll-arrow-l {
    right: auto;
    left: 0;
    margin-bottom: 6px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ware-img-slider-cont .scroll-arrow-r {
    margin-top: 6px;
}

.ware-img-slider-cont {
    height: 110px;
    position: relative;
}

.detail-title {
    color: #394648;
    font-size: 1em;
    margin-bottom: 27px;
}

.detail-ruler {
    border-top: 1px solid #bfbdc1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-shortdesc,
.detail-params-box {
    color: #394648;
    padding-left: 20px;
    padding-right: 20px;
}

.ware-up {
    padding-left: 20px;
    padding-right: 20px;
}

.detail-shortdesc .desc-title,
.detail-params-box .desc-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
}

    .detail-shortdesc .desc-title [class^="icon-"],
    .detail-shortdesc .desc-title [class*=" icon-"],
    .detail-params-box .desc-title [class^="icon-"],
    .detail-params-box .desc-title [class*=" icon-"] {
        display: none;
        font-size: 16px
    }

.detail-pdesc {
    padding-left: 20px;
    padding-right: 20px;
}

    .detail-pdesc a {
        color: #41b6b2;
        font-weight: bold;
    }

.detail-params {
    border: 1px solid #bfbdc1;
    background: #f2f2f3;
}

.detail-par-row {
    border-bottom: 1px solid #dedddf;
    padding: 10px 8px 10px 8px;
    font-weight: bold;
}

    .detail-par-row:last-of-type {
        border-bottom: none;
    }

    .detail-par-row .detail-par-header {
        width: 40%;
        display: inline-block;
    }

    .detail-par-row .detail-par-value {
        width: 55%;
        display: inline-block;
    }

.detail-stepper {
    border: 1px solid #bfbdc1;
    display: inline-block;
    height: 30px;
    float: left;
}

    .detail-stepper a {
        display: inline-block;
        background: #ecebec;
        color: #50514f;
        text-align: center;
        width: 30px;
        text-decoration: none;
        height: 100%;
        vertical-align: middle;
        box-sizing: border-box;
        padding-top: 6px;
    }

        .detail-stepper a.disabled {
            background-color: white;
            cursor: default;
        }



    .detail-stepper input {
        border: none;
        border-left: 1px solid #bfbdc1;
        border-right: 1px solid #bfbdc1;
        color: #50514f;
        width: 40px;
        text-align: center;
        height: 100%;
        vertical-align: middle;
        box-sizing: border-box;
        font-weight: bold;
    }

.buy-box .rec-price {
    text-align: right;
    color: #5c5d5b;
    text-decoration: line-through;
}

    .buy-box .rec-price span,
    .buy-box .price span {
        font-weight: bold;
    }

.buy-box .price {
    text-align: right;
    color: #41b6b2;
    float: right;
    font-size: 1.5em;
}

.detail-cart-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    background: #41b6b2;
    font-weight: bold;
    margin-top: 17px;
    border: 1px solid #41b6b2;
}

    .detail-cart-button:hover {
        color: #41b6b2;
        background: #fff;
    }

    .detail-cart-button.wd {
        background-color: #D6B4CB;
        border-color: #D6B4CB
    }

        .detail-cart-button.wd:hover {
            color: #D6B4CB;
            background: #fff;
        }

.detail-cart-button-select-var {
    border: 1px solid #41b6b2;
    color: #41b6b2;
    background: #fff;
}

.detail-watchdog-button {
    color: #41b6b2;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
}

    .detail-watchdog-button img {
        height: 40px;
        position: relative;
        margin-bottom: -13px;
    }

    .detail-watchdog-button:hover {
        text-decoration: none;
    }

.ware-content .favorites {
    padding: 20px 0;
}

    .ware-content .favorites > a {
        color: #CBAC88;
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: underline;
        background-size: contain;
        padding-left: 30px;
    }

    .ware-content .favorites .add {
        background-image: url(/img/heart2.svg);
    }

    .ware-content .favorites .remove {
        background-image: url(/img/heart1.svg);
        display: none;
    }

.buy-box {
    width: 45%;
    float: left;
}

.store-box {
    width: 45%;
    float: right;
    box-sizing: border-box;
    padding-left: 45px;
    padding-top: 10px;
}

.add-box {
    position: relative;
}

    .add-box .overbuy-overlay {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(32,0,0,0.8);
        text-align: center;
    }

        .add-box .overbuy-overlay span {
            display: inline-block;
            color: white;
            font-weight: bold;
            font-size: 1.5em;
            position: relative;
            top: 50%;
            margin-top: -0.75em;
        }

.store-adv {
    color: #465254;
    font-weight: bold;
    padding-top: 4px;
}

    .store-adv span:first-of-type {
        font-size: 1.4em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .store-adv span:last-of-type {
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        font-size: 0.9em;
    }

.var-sel-block {
    background: #d9f0f0;
    padding: 14px 24px 14px 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

    .var-sel-block.inline {
        background: none;
    }

    .var-sel-block > div {
        border: 1px solid #999;
        padding: 6px 6px 6px 6px;
        background: #fff;
        margin: 6px;
        cursor: pointer;
    }

        .var-sel-block > div.not-stored {
            opacity: 0.5;
        }

        .var-sel-block > div.is-stored {
            margin: 5px;
            border: 2px solid #41B6B2;
        }

    .var-sel-block.inline > div.is-stored {
        border-radius: 4px;
    }

    .var-sel-block .var-sel-name {
        float: left;
        max-width: 85%;
    }

        .var-sel-block .var-sel-name span:last-of-type {
            font-weight: bold;
        }

    .var-sel-block.inline .var-sel-name span:last-of-type {
        font-size: 20px;
    }

    .var-sel-block .var-sel-detail {
        float: right;
    }

        .var-sel-block .var-sel-detail > * {
            vertical-align: middle;
            display: inline-block;
        }

    .var-sel-block .var-circle {
        height: 14px;
        width: 14px;
        border: 1px solid #000;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
        margin-left: 15px;
        margin-top: 2px;
        background: #fff;
    }

    .var-sel-block > div.selected {
        color: #fff;
        background: #41b6b2;
    }

        .var-sel-block > div.selected .var-circle div {
            height: 10px;
            width: 10px;
            background: #41b6b2;
            border-radius: 50%;
            display: inline-block;
            margin-left: 2px;
            margin-top: 2px;
        }

    .var-sel-block.selected {
        background: #fff;
    }

    .var-sel-block.hidden {
        height: 0px;
        overflow: hidden;
        padding: 0px;
    }

#variantBox.hidden {
    display: none;
}

.var-param-block-41212 .var-sel-name span:first-of-type,
.var-param-block-41212 .var-sel-detail {
    display: none;
}

.var-param-block-41212 > div {
    display: inline-block;
    padding: 5px 8px;
}

.detail-variant-box {
    margin-bottom: 30px;
}

.grav-ware-title,
.cart-added-title {
    color: #394648;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.detail-servarname {
    color: #394648;
    font-weight: bold;
    padding-bottom: 15px;
}

#warePage2 {
    display: none;
}

.detail-variant-stored,
.detail-variant-not-stored {
    color: #41b6b2;
    font-weight: bold;
}

.spec-block-title {
    cursor: default !important;
    border: none !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    background: none !important;
}

.var-sel-block-opt,
.var-sel-block-spec {
    border-top: 1px solid #505c5d;
}

.var-sel-block-spec {
    background: #d9f0f0;
    padding: 20px 30px 20px 30px;
}

.spec-block-font select {
    border: 1px solid #212121;
    padding: 7px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.spec-block-font .dd-options {
    max-height: 400px;
}

.detail-font-help, .detail-font-warning {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail-font-warning {
    font-weight: bold;
}

.spec-block-text-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .spec-block-text-content textarea {
        border: 0px;
        resize: none;
        width: 100%;
        height: 65px;
        box-sizing: border-box;
        padding: 20px;
    }

    .spec-block-text-content .engrav-error {
        background-color: #ffe0e0;
        color: #de1111;
        padding: 5px;
        font-weight: bold;
    }

    .spec-block-text-content a {
        display: block;
        text-align: center;
        background-color: #f7f0f5;
        border-top: 1px solid #212121;
        text-decoration: none;
        padding: 6px;
        color: #212121;
    }

.detail-service-img {
    width: 278px;
    height: 125px;
    border: 1px solid #212121;
    margin: auto;
    background-color: #fff;
    text-align: center;
}

    .detail-service-img img {
        display: inline-block;
        vertical-align: middle;
    }

.service-side-help {
    padding-top: 15px;
    padding-bottom: 6px;
}

.detail-service-qr > div {
    text-align: center;
    padding-bottom: 15px;
}

.detail-service-qr textarea {
    border-bottom: 1px solid #212121;
}

.detail-service-upldr {
    background: #fff;
    text-align: center;
    border: 1px solid #212121;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
    padding-bottom: 10px;
}

.detail-service-uploader-button {
    background-color: #41b6b2;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px 20px 30px;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    margin-bottom: 15px;
}

.detail-service-img-ul {
    padding: 15px;
    text-align: center;
}

    .detail-service-img-ul img {
        max-width: 238px;
        max-height: 143px;
    }

.db-image-box-overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.db-image-box {
    z-index: 10000;
    background: #ddd;
    color: #444;
    padding: 10px;
    box-sizing: border-box;
    cursor: default;
    position: fixed;
    width: 480px;
    height: 415px;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -207px;
}

.db-image-top {
    text-align: left;
}

    .db-image-top > div {
        display: inline-block;
        width: auto;
        margin: 0px 5px;
    }

.db-image-cross {
    position: absolute;
    top: 12px;
    right: 5px;
    display: block;
}

.db-image-top > div:first-child {
    text-transform: uppercase;
    font-weight: bold;
}

.db-image-content {
    height: 300px;
    overflow-y: scroll;
    background-color: white;
    margin-top: 10px;
}

    .db-image-content .image-box {
        display: inline-block;
        width: 90px;
        height: 90px;
    }

    .db-image-content img {
        max-width: 90px;
        max-height: 90px;
        cursor: pointer;
        box-sizing: border-box;
    }

        .db-image-content img.active {
            border: 5px solid black;
        }

.db-image-button {
    padding: 15px;
    color: white;
    background: #41b6b2;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
}

.var-sel-help {
    position: absolute;
    top: 22px;
    left: 8px;
}

.detail-varname.bi-ware,
.detail-servarname.bi-ware {
    /*background: #f7f0f5;
    color: #9a0066;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    padding: 12px;
    /*border-top: 1px solid #d6b4cb;*/
    margin-top: 15px;
}

.detail-varname a.help {
    /*float: right;*/
    margin-left: 0.5em;
    color: #CBAC88;
    text-decoration: underline;
}

    .detail-varname a.help:hover {
        text-decoration: none;
    }

.detail-unit-label {
    text-align: right;
    color: #5c5d5b;
    font-size: 16px;
    display: inline-block;
}

.detail-info-header {
    font-size: 0.8em;
}

.detail-flags > div {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    padding: 7px 11px 7px 11px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
    font-weight: bold;
}

.terminated {
    text-align: center;
}

    .terminated .heading {
        font-size: 1.3em;
        padding-bottom: 15px;
    }

    .terminated .info {
        padding-bottom: 15px;
    }

    .terminated a {
        text-decoration: none;
        background: #41b6b2;
        color: #fff;
        font-weight: bold;
        padding: 12px 20px 12px 20px;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.detail-slevomat input {
    background: #f7f0f5;
    padding: 12px 15px 12px 15px;
    border: none;
    font-size: 1.2em;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}


    .detail-slevomat input::placeholder {
        background-image: url('/img/symbollight-s.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 1.2em;
        color: #41bff2;
        padding-left: 1.6em;
        line-height: 1.2em;
    }

    .detail-slevomat input::-webkit-input-placeholder {
        background-image: url('/img/symbollight-s.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 1.2em;
        color: #41bff2;
        padding-left: 1.6em;
        line-height: 1.2em;
    }

    .detail-slevomat input:-ms-input-placeholder {
        background-image: url('/img/symbollight-s.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 1.2em;
        color: #41bff2;
        padding-left: 1.6em;
        line-height: 1.2em;
    }

.detail-selvar {
    margin-bottom: 15px;
    display: inline-block;
}

.bi-ware .detail-selvar {
    margin-bottom: 0;
}

.ware-page-services {
    margin-bottom: 60px;
}

#varPriceSale {
    position: absolute;
    font-weight: bold;
    font-size: 2.6em;
    color: #41B6B2;
    bottom: 12px;
    right: 8px;
}

.img-handle-prev,
.img-handle-next {
    display: none;
}

.detail-item-img img {
    max-width: 315px;
    max-height: 315px;
}

@media screen and (max-width: 1024px) {

    .ware-left,
    .ware-right {
        float: none;
        margin: auto;
    }

    .ware-left {
        width: 100%;
    }

    .detail-item-img {
        max-width: 100%;
        height: auto;
        text-align: center;
        margin: auto;
    }

        .detail-item-img a {
            max-width: calc(100% - 90px);
            max-height: 100%;
        }

        .detail-item-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .ware-img-slider-cont {
        display: none;
    }

    .detail-item-img .img-handle-prev {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .detail-item-img .img-handle-prev,
    .detail-item-img .img-handle-next {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 2em;
        margin: 3px;
    }

    .detail-item-img.allow-prev .img-handle-prev,
    .detail-item-img.allow-next .img-handle-next {
        color: #000;
    }

    .ware-right {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        padding-top: 20px;
    }

    .ware-up {
        padding: 0;
    }

    .detail-stepper {
        display: none;
    }

    .buy-box2,
    .store-box2 {
        padding-left: 0;
        padding-right: 0;
        float: none;
        display: block;
        width: auto;
    }

    .default-proditems {
        overflow: scroll;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {

    .var-sel-block > div {
        margin: 6px 6px;
    }

    .var-sel-block {
        padding: 14px 0px;
    }

    .buy-box {
        float: none;
        width: 100%;
    }

    .detail-stepper {
        display: inline-block;
    }

    .buy-box .price {
        display: inline-block;
    }

    .store-box {
        float: none;
        width: 100%;
        padding: 0px 0px 30px 0px;
    }

    .detail-cart-button {
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 24px;
        font-weight: bold;
    }

    .detail-shortdesc, .detail-params-box {
        padding: 0px;
    }

        .detail-shortdesc .desc-title [class^="icon-"],
        .detail-shortdesc .desc-title [class*=" icon-"],
        .detail-params-box .desc-title [class^="icon-"],
        .detail-params-box .desc-title [class*=" icon-"] {
            display: inline-block;
            margin-right: 10px;
        }

        .detail-shortdesc .desc-title span.down,
        .detail-shortdesc .desc-title span.down,
        .detail-params-box .desc-title span.down,
        .detail-params-box .desc-title span.down {
            transform: rotate(90deg);
            display: inline-block;
            margin-right: 10px;
        }

        .detail-shortdesc .detail-desc.hide,
        .detail-params-box .detail-params.hide {
            display: none;
        }
}

.var-sel-block a.help {
    color: white;
    background-color: #41B6B2;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    padding-left: 1px;
    padding-top: 1px;
    position: relative;
    top: -16px;
    position: relative;
    margin-right: 10px;
}

.default-prodblock,
.default-prodblock a {
    text-transform: uppercase;
    color: #394648;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 16px;
}

.stored-variants-info {
    font-style: italic;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: -5px;
}

@media screen and (max-width: 768px) {
    .db-image-box {
        width: 316px;
        margin-left: -158px;
        height: 445px;
    }

        .db-image-box .db-image-content {
            text-align: center;
        }

        .db-image-box .ware-db-image-search {
            display: block;
            text-align: center;
            padding-top: 10px;
        }

            .db-image-box .ware-db-image-search input {
                width: 100%;
            }

        .db-image-box .db-image-cross {
            position: absolute;
            top: 10px;
            right: 10px;
            display: block;
        }

    .default-prodblock {
        padding-top: 35px;
    }
}

#watchdog-dialog .done {
    color: #41b6b2;
    font-weight: bold;
    margin: 50px 0;
}

.ware-magazine {
    padding: 0 20px;
}

    .ware-magazine .article-list {
        padding-left: 0;
        padding-right: 0;
    }

.store-adv .delivery-info {
    display: none;
    margin-left: 10px;
    font-size: 0.9em;
    color: #CBAC88;
}

.symbol-font {
    font-family: 'symbols';
    font-size: 1.2em;
}

.symbol-keypad {
    font-family: 'symbols';
    background-color: white;
    border-top: 1px solid silver;
    padding: 20px;
}

    .symbol-keypad .label {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 0.9em;
        cursor: pointer;
        margin-top: 0px;
    }

        .symbol-keypad .label span {
            font-family: 'symbols';
        }


    .symbol-keypad.symbols-hidden .symbol
    {
        display: none;
    }

    .symbol-keypad.label-hidden .label {
        display: none;
    }

    .symbol-keypad .symbol {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        margin: 3px;
        background-color: #f7f0f5;
        font-size: 1.5em;
        cursor: pointer;
        transition: all 0.15s ease-in-out;
    }

        .symbol-keypad .symbol:hover {
            color: white;
            background-color: #41b6b2;
            transform: scale(1.3);
        }

.ware-service-diamond {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .ware-service-diamond .var-sel-block .var-sel-name {
        float: none;
        max-width: initial;
    }

    .ware-service-diamond .var-sel-detail {
        float: none;
        margin-left: auto;
    }

.ware-service-with-icon {
    padding-left: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.variants-enabled-panel .var-sel-block-spec {
    padding-bottom: 1px;
}

.variants-enabled-panel .var-sel-block {
    padding-top: 24px;
}

.dd-select .dd-selected {
    display: flex;
    align-items: center;
}