@import url('/assets/snippets/eFilter/html/css/slider1.css');
@import "filters.css";
@import "patterns.css";
@import "icons/icons.css";
@import "loader.css";
@import "ui/common.css";
@import "ui/tree.css";
@import "ui/inputs.css";
@import "ui/line-slider.css";
@import "cart.css";

:root {
    --loader-color-inner: rgb(175, 100, 110);
    --loader-color-outer: rgb(175, 35, 56);

    --color-default: rgba(60 , 100, 160, 1);
    --color-ui     : rgba(30 , 60 , 100, 1);
    --color-notice : rgba(60 , 100, 160, 1);
    --color-success: rgba(60 , 180, 120, 1);
    --color-warning: rgba(180, 140, 10 , 1);
    --color-error  : rgba(200, 90 , 90 , 1);

    --bg-notice : rgba(60 , 100, 160, .1);
    --bg-success: rgba(60 , 180, 120, .1);
    --bg-warning: rgba(180, 140, 10 , .1);
    --bg-error  : rgba(200, 90 , 90 , .1);
}

#eFiltr_results_wrapper > div.eFiltr_loader {
    display: none;
}

#top_scroll_btn {
    width: 40px; height: 40px;
    position: fixed; left: 10px; bottom: 10px; z-index: 1000;
    line-height: 21px; text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

*.font-acrobat {
    font-family: Akrobat, sans-serif;
}

.mdb-select.initialized {
    display: none;
}

footer {
    background: rgb(235, 235, 235);
    background: -moz-linear-gradient(90deg, rgba(235, 235, 235, 1) 65%, rgba(242, 242, 242, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(235, 235, 235, 1) 65%, rgba(242, 242, 242, 1) 65%);
    background: linear-gradient(90deg, rgba(235, 235, 235, 1) 65%, rgba(242, 242, 242, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#f2f2f2", GradientType=1);
}

.payment_icons a, .payments_icons img {
    display: inline-block;
    margin: 0 5px 5px 0
}

.foot_cat {
    font-size: 13px
}

*.currency-rub:after {
    margin-left: .25em;
    font: 1em 'Font Awesome 5 Pro', monospace;
    content: '\f158';
}

*.currency-usd:before {
    margin-right: .25em;
    font: 1em 'Font Awesome 5 Pro', monospace;
    content: '\f155';
}

*.value.percents:after {
    content: '%';
}

div.input-count > button {
    font: 1em 'Font Awesome 5 Pro', monospace;
}

div.input-count > button[data-action="dec"]:before {
    content: '\f068';
}

div.input-count > button[data-action="inc"]:before {
    content: '\f067';
}

.strunkishop-pp-map {
    width: 800px;
}

.strunkishop-pp-map:not(.shop-points) {
    min-height: 480px;
}

#shopcart__form div.messages > div {
    color: white;
}

div.xb-loader > div.inner-wrapper > div.content + div.buttons > button,
#shopcart__form div.messages > div {
    background: var(--color-notice);
}

div.xb-loader > div.inner-wrapper > div.content + div.buttons > button.success {
    background: var(--color-success);
}

div.xb-loader > div.inner-wrapper > div.content + div.buttons > button.warning {
    background: var(--color-warning);
}

div.xb-loader > div.inner-wrapper > div.content + div.buttons > button.error,
#shopcart__form div.messages > div.error {
    background: var(--color-error);
}

div.item div.image a {
    padding: 20px;
    background: #f5f5f5;
}

#catalog-search-result .result img {
    max-height: 32px; max-width: 32px;
}

@media screen and (min-width: 2100px) {
    footer {
        background: rgb(235, 235, 235);
        background: -moz-linear-gradient(90deg, rgba(235, 235, 235, 1) 62%, rgba(242, 242, 242, 1) 62%);
        background: -webkit-linear-gradient(90deg, rgba(235, 235, 235, 1) 62%, rgba(242, 242, 242, 1) 62%);
        background: linear-gradient(90deg, rgba(235, 235, 235, 1) 62%, rgba(242, 242, 242, 1) 62%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#f2f2f2", GradientType=1);
    }
}

@media screen and (max-width: 1500px) {
    footer {
        background: rgb(235, 235, 235);
        background: -moz-linear-gradient(90deg, rgba(235, 235, 235, 1) 70%, rgba(242, 242, 242, 1) 70%);
        background: -webkit-linear-gradient(90deg, rgba(235, 235, 235, 1) 70%, rgba(242, 242, 242, 1) 70%);
        background: linear-gradient(90deg, rgba(235, 235, 235, 1) 70%, rgba(242, 242, 242, 1) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#f2f2f2", GradientType=1);
    }
}

@media screen and (max-width: 767px) {
    footer {
        background: rgb(235, 235, 235);
    }

    .strunkishop-pp-map {
        width: 100%;
    }
}
