#app { overflow-x: clip; }

.h-menu-text:hover {
    text-decoration: none;
    background: #ffbc2c;
    padding: 0 8px 0 8px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    :root {
        --header-height: 56px;
    }
}

.btn-quick-action-callback {
    bottom: 120px;
}

.btn-quick-action-callback-web {
    background: #5fa08b; !important
}

.btn-quick-action-callback-web:hover {
    background: #437a69; !important
}

.btn-warning {
    --bs-btn-color: #252525;
    --bs-btn-bg: #ffee75 !important;
    --bs-btn-border-color: #ffe59d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
}

.btn-outline-dark {
    --bs-btn-border-color: #d7d7d7bd !important;
}

.btn-warning-top {
    --bs-btn-bg: #ecc122 !important;
}

.btn-success-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2E9E5B;
    --bs-btn-border-color: #2E9E5B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #278A4F;
    --bs-btn-hover-border-color: #278A4F;
    --bs-btn-focus-shadow-rgb: 46, 204, 113;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #237B46;
    --bs-btn-active-border-color: #237B46;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(155, 211, 179);
    --bs-btn-disabled-border-color: rgb(155, 211, 179);
}

.btn-quick-action-top {
    bottom: 60px;
    transition: opacity 0.3s;
    pointer-events: none;
    padding: revert;
}

.btn-quick-action {
    right: 28px;
    width: 56px;
    height: 56px;
    z-index: 999;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #729ae3;
    border-color: #ffffff;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: #f2ffdd;
}

.post-content {
    font-size: 18px;
}

.post-content a {
    color: black;
    text-decoration: underline;
}

.post-content a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .blog-sidebar {
        position: sticky;
        top: 70px;
    }
}

.footer-main .text-light {
    color: #d1d1d1 !important;
}

@media only screen and (min-width: 768px) {
    .blog-sidebar-banners {
        position: sticky;
        top: 80px;
    }
}

.footer-main a:hover {
    text-decoration: underline !important;
}

.bg-delivery {
    background: #caddff61;;
}

p.bg-light {
    --bs-bg-opacity: 0.8 !important;
}

.breadcrumb-item {
    color: #000000 !important;
}

.color-viber {
    color: #a25ed1;
}

.active-menu {
    text-decoration: none;
    background: #ffbc2c;
    border-radius: 4px;
}

.link-dark {
    text-decoration: underline;
}

ol > li > a {
    color: #212529 !important;
}

ol > li > a:hover {
    text-decoration: none;
}

.title-size {
    font-size: 1.3rem;
}

.phone-link:hover, .link-dark:hover {
    text-decoration: none;
}

.h-menu-text {
    text-decoration: none;
}

#app {
    padding-top: 5rem;
}

footer {
    padding-bottom: 200px;
}

.logo {
    width: 180px;
}

.footer {
    border-top: 1px #e5e5e5 solid;
    background: #e9e9e9 !important;
}

/** products cards **/
.roll-background, .list-background, .proflist-background, .vodostochye-sistemy {
    background-size: cover;
    opacity: 76%;
    background-position: right;
}

.roll-background {
    background-image: url("../rulon.png");
}

.list-background {
    background-image: url("../maksalti_listy_ocinkovanye_1.jpg");
}

.proflist-background {
    background-image: url("../maksalti_listy_ocinkovanye_2.jpg");
}

.vodostochye-sistemy {
    background-image: url("../ocinkovanye_truby_1.jpg");
}

.offers-card-title {
    background: white;
    width: fit-content;
    padding: 5px;
    border-radius: 10%;
    font-size: 24px;
}

/** products cards end **/
#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffbc2c;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    font-size: 15px;
}

.box-img-display:hover {
    cursor: pointer;
}

#top:hover {
    background-color: #555;
}

.btn-detail-style {
    border-radius: 10px;
    font-weight: 400;
    transition: .2s;
}

/* mobile */
.mobile-product-card-title {
    font-size: 14px !important;
}

@media only screen and (max-width: 500px) {
    .roll-background, .list-background, .proflist-background, .vodostochye-sistemy {
        background: none;
        padding: 10px !important;
    }

    main > div:nth-child(1) > div.row.align-items-md-stretch.mb-4.h-50 > div:nth-child(1), main > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
        margin-bottom: 16px;
    }

    div.row.align-items-md-stretch.mb-4.h-50 {
        margin-bottom: 16px;
    }

    .title-size {
        font-size: 1rem;
    }

    .mobile-iblock {
        display: inline-block;
    }

    .counter-ua {
        display: none;
    }

    .offers-card-title {
        font-size: 1.2rem;
        display: inline-block;
    }

    .more-info-btn {
        float: right;
    }
}
/* mobile end */

h1, h2, h3 {
    font-size: 1.2rem;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.btn-social{
    cursor: pointer;
}

.btn-social {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0.2em;
    font-size: 15px;
}

.btn-social:hover {
    color: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 13px 0 rgba(0, 0, 0, 0.15);
}

.btn-telegram {
    padding: 5px 8px 5px 8px !important;
    border-radius: 8px;
    background: #5e9eba;
}

.btn-telegram:hover {
    background-color: #359cc9;
}

.text-bg-success {
    background-color: rgb(69 177 124 / 79%) !important;
}

.ratings{
    margin-right:10px;
}

.ratings i{

    color:#cecece;
    font-size:32px;
}

.rating-color{
    color: #ffc526 !important;
}

.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:24px !important;
}

.small-ratings i{
    color:#cecece;
}

.review-stat{
    font-weight:300;
    font-size:18px;
    margin-bottom:2px;
}

.hf-card {
    position: relative;
    background: linear-gradient(135deg, rgb(171 155 255 / 10%), rgba(255, 159, 67, .04));
    border: 1px solid rgb(255 208 163 / 0%);
    border-radius: 1rem;
}
.hf-logo{
    position:absolute; right:-18px; bottom:-18px; width:110px; transform: rotate(-45deg);
    opacity:.8;
}
.icon-pill{
    width:42px; height:42px; border-radius:.75rem;
    display:flex; align-items:center; justify-content:center;
}
.bg-soft-indigo{
    background: linear-gradient(135deg, rgba(99,102,241,.18), rgba(99,102,241,.08));
    color:#6366f1;
}
.bg-soft-amber{
    background: linear-gradient(135deg, rgba(255,193,7,.18), rgba(255,193,7,.08));
    color:#ffc107;
}
.bg-soft-gray{
    background: linear-gradient(135deg, rgba(108,117,125,.12), rgba(108,117,125,.06));
    color:#6c757d;
}

@media (min-width: 992px) {
    .filter-sidebar-sticky {
        top: 80px;
    }

    .filter-sidebar-scroll {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.filter-sidebar-scroll {
    scrollbar-width: thin;
    scrollbar-color: #f3f3f3 transparent;
}

.filter-sidebar-scroll::-webkit-scrollbar {
    width: 6px;
}

.filter-sidebar-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.filter-sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 10px;
}

.filter-sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #6c757d;
}

.blog-post-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover {
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 30%);
}

.blog-card {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 19%);
    margin-bottom: 1.6%;
    line-height: 1.45;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 0;

    &:hover .photo {
        -webkit-transform: scale(1.15) rotate(2deg);
        transform: scale(1.15) rotate(2deg);
    }

    .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .photo {
        position: absolute;
        top: 0;
        width: 390px !important;
        bottom: 0;
        left: -30px;
        background-size: cover;
        background-position: center;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .description {
        padding: 1rem;
        background: #fff;
        position: relative;
        z-index: 1;

        .read-more {
            text-align: right;

            a {
                color: #7c7c7c;
                font-size: 16px;
                display: inline-block;
                position: relative;
                text-decoration: none;
                background: #f2f3f4;
                padding: 5px 15px;
                border-radius: 15px;
                &:after {
                    content: " > ";
                    margin-left: -10px;
                    opacity: 0;
                    vertical-align: middle;
                    transition: margin .3s, opacity .3s;
                }

                &:hover:after {
                    margin-left: 5px;
                    opacity: 1;
                }
            }
        }
    }

    p {
        position: relative;
        margin: 1rem 0 0;
        color: #555;
        font-size: 13px;

        &:first-of-type {
            margin-top: 1.25rem;

            &:before {
                content: "";
                position: absolute;
                height: 3px;
                background: #a0b7d0;
                width: 75px;
                top: -1rem;
                border-radius: 3px;
            }
        }
    }

    &:hover .details {
        left: 0%;
    }
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;

        .meta {
            flex-basis: 30%;
            height: auto;
        }

        .description {
            flex-basis: 60%;

            &:before {
                -webkit-transform: skewX(-3deg);
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }
        }

        &.alt {
            flex-direction: row-reverse;

            .description:before {
                left: inherit;
                right: -10px;
                -webkit-transform: skew(3deg);
                transform: skew(3deg);
            }

            .details {
                padding-left: 25px;
            }
        }

        p {
            font-size: 16px;
        }
    }
}

@media (max-width: 639px) {
    .blog-card {
        height: auto;
        flex-direction: column;
    }

    .blog-card .meta {
        height: 200px;
    }

    .blog-card .photo {
        width: 100% !important;
        left: 0;
    }

    .post-link {
        font-size: 16px;
    }
}