/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v29-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --hr-border-radius: 4px;

    --swiper-pagination-bullet-size: 1rem;
    --swiper-pagination-bullet-inactive-color: var(--hr-light-200);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--hr-primary);
}

body { font-family: 'Montserrat', sans-serif; background-color: var(--hr-light); }

svg { display: block; width: 18px; }

.btn { display: inline-flex; align-items: center; gap: .5rem; --hr-btn-padding-x: 1rem; --hr-btn-padding-y: .5rem; --hr-btn-font-weight: 500; --hr-btn-border-radius: 2em;
    text-transform: uppercase; white-space: nowrap;
}
.btn svg { width: 14px; }
.btn-primary { --hr-btn-color: #fff;
    --hr-btn-hover-color: #fff; --hr-btn-hover-bg: var(--hr-dark); --hr-btn-hover-border-color: var(--hr-dark);
}
.btn-dark { --hr-btn-hover-color: var(--hr-primary); }
.btn-outline-light { --hr-btn-border-color: #b1b1b1; --hr-btn-color: var(--hr-dark); --hr-btn-bg: var(--hr-light);
    --hr-btn-hover-border-color: var(--hr-primary); --hr-btn-hover-color: var(--hr-primary); --hr-btn-hover-bg: var(--hr-light);
}
.btn-primary.btn-accent { --hr-btn-hover-color: var(--hr-dark); --hr-btn-hover-bg: var(--hr-secondary); --hr-btn-hover-border-color: var(--hr-secondary); }

/*.btn-outline-primary { --hr-btn-hover-color: #fff; }*/
/*
.btn-atc { position: relative; --hr-btn-border-width: 0; padding-left: calc(26px + 6px); }
.btn-atc .icon { position: absolute; top: 0; left: 0; height: 100%; aspect-ratio: 1 / 1;
    display: flex; justify-content: center; align-items: center; border-radius: 1.5rem;
    background-color: var(--hr-primary); color: #fff;
}
*/

.btn-sm { gap: 4px; --hr-btn-padding-x: 12px; --hr-btn-padding-y: 4px; --hr-btn-font-size: 12px; }
.btn-sm svg { width: 10px; }
.btn-lg { --hr-btn-padding-x: 1rem; --hr-btn-padding-y: .5rem; --hr-btn-font-size: 1.25rem;  }

.btn-icon { --hr-btn-padding-x: .5rem; --hr-btn-padding-y: .5rem; aspect-ratio: 1 / 1; justify-content: center;  }

.border-gray { border-color: #636363!important; }

.form-check-input,
.input-group,
.form-select,
.form-control { --hr-border-color: var(--hr-light-200); }

.main-title { position: relative; font-size: 2.375rem; font-weight: 700; text-transform: uppercase; margin-bottom: 2rem; padding-bottom: 1rem; }
.main-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 70px; height: 4px; background-color: var(--hr-primary); }
.main-title.text-center:after { left: 50%; transform: translateX(-50%); }
.sub-title2 { font-size: 1.25rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; color: var(--hr-primary) }

.sub-title { position: relative; font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; padding-bottom: .75rem; }
.sub-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 25px; height: 4px; background-color: var(--hr-primary); }

.header-top .nav-link { --hr-nav-link-padding-x: .75rem; --hr-nav-link-padding-y: .25rem; --hr-nav-link-color: #fff; --hr-nav-link-font-size: .875rem; --hr-nav-link-font-weight: 500;
    --hr-nav-link-hover-color: var(--hr-primary);
    text-transform: uppercase; }
.header-top .nav-link-phone { display: inline-flex; gap: .5rem; --hr-nav-link-font-size: 1rem; }
.header-top .nav-link-phone svg,
.header-top .nav-link-phone span { color: var(--hr-primary); }

.header-primary { background-color: #fff; }
.header-primary .navbar { --hr-navbar-padding-y: 6px; --hr-navbar-brand-padding-y: 0; }
.header-primary .nav-link { --hr-nav-link-font-size: 1.125rem; --hr-nav-link-font-weight: 600; --hr-nav-link-color: var(--hr-dark);
    --hr-nav-link-hover-color: var(--hr-primary);
    --hr-navbar-active-color: var(--hr-primary);
}
.header-primary .navbar-nav { --gap: 1.5rem; gap: var(--gap); }
.header-primary .navbar-nav .nav-item { position: relative; }
.header-primary .navbar-nav .nav-item+.nav-item {  }
.header-primary .navbar-nav .nav-item+.nav-item:before { content: ''; position: absolute; top: 50%; left: calc(((var(--gap) / 2) + 2px) * -1); transform: translateY(-50%); width: 4px; aspect-ratio: 1 / 1; border-radius: 100%; background-color: var(--hr-primary);  }

.quick-links { display: grid; grid-template-columns: auto auto auto; gap: .5rem; margin-left: 1.5rem; }

.dropdown-menu { --hr-dropdown-font-size: .875rem;
    --hr-dropdown-link-hover-color: #fff; --hr-dropdown-link-hover-bg: var(--hr-primary);
}
.dropdown-item {}

.divider-section { position: relative; }
.divider-section:before { content: ''; position: absolute; z-index: 2; top: 0; left: 50%; transform: translate(-50%, -50%); width: 116px; aspect-ratio: 1 / 1;
    background: url(../images/icon-divider-section.png) 50% 50% no-repeat scroll transparent; background-size: cover; }

.promobox {}
.promobox-item img { height: 100%; object-fit: cover }

.promobox .swiper-horizontal>.swiper-pagination-bullets { width: auto; left: 50%; transform: translateX(-50%); padding: .325rem; background-color: rgba(255,255,255,.75); border-radius: 4px;
    display: flex;
}

.page-image { background: 50% 50% no-repeat scroll transparent; background-size: cover; width: 100%; height: clamp(5px, 7.35vw, 140px); }

.system-block-widget {}
.system-block-widget .item { position: relative; }
.system-block-widget .item .title { margin: 0; font-size: inherit; }
.system-block-widget .item .btn { white-space: normal; text-align: left; }
.system-block-widget .col-item { border-left: 1px solid var(--hr-light-200); }
.system-block-widget .col-item:first-child { border-left: 0 none; }

.category-widget {}
.category-widget .col-item { flex: 1 0 0%; }
.category-widget .item { height: 100%; display: flex; flex-direction: column; align-items: center; gap: 1.25rem;
    padding: 1rem 3px; color: var(--hr-dark); text-decoration: none; text-transform: uppercase; text-align: center;
    transition: all .15s ease-in-out; border-radius: 4px; border: 1px solid transparent;
}
.category-widget .item .image {}
.category-widget .item .image svg { width: 75px; }
.category-widget .item .title { font-size: 11px; font-weight: 600; margin: 0; }
.category-widget .item:hover { background-color: var(--hr-light); border-color: var(--hr-light-200);  }

.card-home-list .card { height: 100%; }

.card { --hr-card-border-width: 0; box-shadow: 0 0 12px 0 rgba(var(--hr-dark-rgb), .2); transition: all .15s ease-in-out; }
.card-footer { background-color: transparent; padding-top: 0;  }
.card-header { display: flex; align-items: center; gap: 1rem; }
.card-header .image { flex-grow: 0; }
.card-header .title {  font-size: 2rem; font-weight: 700; margin: 0; }
.card-header .title span { display: block; color: var(--hr-card-cap-color-sm); font-size: 1.25rem; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; }
.card-body p:last-of-type { margin-bottom: 0; }
.card-primary { --hr-card-cap-bg: var(--hr-primary); --hr-card-cap-color: var(--hr-dark); --hr-card-cap-color-sm: #fff; }
.card-primary .card-header .title {  }
.card-lg { --hr-card-cap-padding-x: 2rem; --hr-card-cap-padding-y: 2rem; --hr-card-spacer-x: 2rem; --hr-card-spacer-y: 2rem; }
.card-hover:hover { box-shadow: 0 0 15px 0 rgba(var(--hr-dark-rgb), .3); --hr-card-bg: var(--hr-light);  }
/*.card-cut { clip-path: polygon(0 0, calc(100% - 75px) 0, 100% 75px, 100% 100%, 0 100%); }*/
/*.card-shadow { filter: drop-shadow(0 0 15px rgba(var(--hr-dark-rgb), .15)); }*/

.card-secondary { --hr-card-bg: var(--hr-secondary); }

.card-dark { --hr-card-cap-bg: var(--hr-dark); --hr-card-cap-color: #fff; --hr-card-cap-color-sm: var(--hr-primary); }
.card-dark .card-header .title span {  }

.card-image { position: relative; --hr-card-spacer-x: 0; --hr-card-spacer-y: 0; }
.card-image .card-footer { position: absolute; bottom: 0; left: 0; z-index: 2; }

.sidebar .card-sm { position: relative; height: 100%; }
.sidebar .card-sm:before { content: ''; position: absolute; z-index: 2; top: 0; right: 50px; transform: translate(0, -50%); width: 40px; aspect-ratio: 1 / 1;
    background: url(../images/icon-divider-section.png) 50% 50% no-repeat scroll transparent; background-size: cover; }

.card-category { --hr-card-spacer-x: 0; --hr-card-spacer-y: .5rem; }
.card-category .nav-link { display: flex; align-items: flex-start; gap: .5rem; background-color: var(--hr-nav-link-bg);
    --hr-nav-link-padding-x: 1rem; --hr-nav-link-padding-y: .375rem; --hr-nav-link-font-size: .875rem; --hr-nav-link-font-weight: 700;
    --hr-nav-link-color: var(--hr-dark); --hr-nav-link-hover-color: #fff; --hr-nav-link-bg: transparent; --hr-nav-link-hover-bg: var(--hr-primary);
    transition: all .15s ease-in-out;
}
.card-category .nav-link svg { flex: 0 0 auto; width: 14px; margin-top: 5px; }
.card-category .nav-level-1 .nav-link { --hr-nav-link-padding-x: 1rem; --hr-nav-link-padding-y: .25rem; --hr-nav-link-hover-color: var(--hr-primary); --hr-nav-link-font-weight: 500; }

.card-category .nav-level-0>.nav-item>.nav-link:hover { background-color: var(--hr-nav-link-hover-bg); }
.card-category .nav-level-1 { margin-bottom: .325rem; }
.card-category .nav-level-1 { display: none; }
.card-category .nav-level-0>.nav-item.active>.nav-level-1 { display: flex; }
.card-category .nav-level-0>.nav-item.active>.nav-link {  --hr-nav-link-color: #fff; --hr-nav-link-bg: var(--hr-primary); }
.card-category .nav-level-1>.nav-item.active>.nav-link {  --hr-nav-link-color: var(--hr-primary); }

.request .card { position: relative; margin-top: -3.75rem; margin-left: auto; z-index: 2; width: 100%; max-width: 380px; height: unset; box-shadow: none; }
.request .card .card-body a { color: var(--hr-dark); text-decoration: none; }
.request .card .card-body a:hover { color: var(--hr-primary); text-decoration: underline; }

#request_widget .option { display: none; }

.request .form-floating>textarea.form-control { height: 120px; }

/*
.form-check-lg { display: flex; align-items: center; gap: .5rem; padding-left: 0; min-height: unset; }
.form-check-lg .form-check-input { float: none; margin: 0; width: 2rem; height: 2rem; }
.form-check-lg .form-check-label {}
*/

.block-list {}
.block-item { position: relative; isolation: isolate; background-color: #fff; border-radius: var(--hr-border-radius); padding: 1.125rem 1.125rem 0 1.125rem;
    display: flex; flex-direction: column; gap: 1rem; transition: all .15s ease-in-out;
    height: 100%;
}
.block-image {  border-bottom: 1px solid var(--hr-primary); padding-bottom: 1rem; }
.block-body { display: flex; flex-direction: column; gap: 1rem; height: 100%; border-bottom: 1px solid var(--hr-primary); padding-bottom: 1.125rem;  }
.block-title { margin: 0; font-size: 1rem; font-weight: 600; transition: color .15s ease-in-out; }
.block-title a { color: inherit; text-decoration: none; }
.block-prices { margin-top: auto; font-size: 2rem; font-weight: 700; line-height: 1; }
.block-action { display: flex; justify-content: space-between; gap: .5rem;  }
.block-action .btn-atc { position: relative; z-index: 3; }
.block-info {  }
.block-text {  }
.block-item:hover { box-shadow: 0 0 12px 0 rgba(var(--hr-dark-rgb), .2);}
.block-item:hover .block-title { color: var(--hr-primary) }

.category-action .input-group-text { background-color: var(--hr-primary); color: #fff; font-weight: 600; border-color: transparent; }
.category-action>* { max-width: 250px; }

.product-slider .swiper { padding-bottom: 2rem; }
.product-slider .swiper-slide { padding: 12px; height: unset; }
.product-slider .swiper-horizontal>.swiper-pagination-bullets { bottom: 0; }
.swiper-pagination-bullet { transition: background-color .15s ease-in-out; }

.product-mini-list {}
.product-mini-list .block-item-wrapper { display: flex; flex-direction: column; gap: .5rem; }
.product-mini-list .block-item {flex-direction: row; padding: .75rem; }
.product-mini-list .block-item:after { content: ''; position: absolute; bottom: 0; left: .75rem; right: .75rem; height: 1px; background-color: var(--hr-primary); }
.product-mini-list .block-item:hover {  }
.product-mini-list .block-image { flex-basis: 80px; padding-bottom: 0; border-bottom: 0; }
.product-mini-list .block-body { flex: 1; flex-direction: column; gap: .5rem; padding-bottom: 0; border-bottom: 0; }
.product-mini-list .block-title { font-size: 14px; }
.product-mini-list .block-labels { position: static; gap: 6px; flex-wrap: wrap; flex-direction: row; --label-font-size: 12px; --label-padding: 2px 4px; --label-border-radius: 5px; }
.product-mini-list .block-prices { font-size: 1.125rem; }

.btn-cart { position: relative; }
.btn-cart .badge-qty{ position: absolute; top: -4px; right: -4px; width: 20px; border-radius: 100%; padding: 3px 3px; aspect-ratio: 1 / 1; font-size: 11px; font-weight: 700; color: #000; background-color: #fff; box-shadow: 0 0 4px 1px rgba(0,0,0,.3); }

/*.basket-widget .dropdown-menu { display: block!important; left: auto; right: 0; }*/
.basket-widget .dropdown-menu { padding: .75rem; min-width: 360px; height: auto; }
.basket-widget .product-mini-list .block-item-row {position: relative; display: flex; align-items: flex-start; gap: 10px; padding-right: 8px; }
.basket-widget .product-mini-list .block-item { width: 100%; flex: 1 0 0%; padding: 0 0 8px 0; gap: 8px; font-size: 13px; }
.basket-widget .product-mini-list .block-image { flex-basis: 60px; }
.basket-widget .product-mini-list .block-body { gap: 2px; }
.basket-widget .product-mini-list .block-title { font-size: 13px; }
.basket-widget .product-mini-list .block-prices { font-size: 14px; }
.basket-widget .product-mini-list .block-item:hover { box-shadow: none; }
/*.basket-widget .product-mini-list .block-item:hover .block-title { color: inherit; }*/
/*.basket-widget .product-mini-list .block-title a:hover { color: var(--hr-primary); }*/
.basket-widget .product-mini-list .basket-action { flex: 0 0 auto; width: 16px; color: var(--hr-dark) }
.basket-widget .product-mini-list .basket-action:hover { color: var(--hr-primary) }
.basket-widget .product-mini-list .basket-action svg { width: 16px; }

.basket-widget-footer { }
.basket-widget-footer .btn { width: 100%; text-align: center; justify-content: center; }

.free-shipping svg { width: 26px; }

.news-item { position: relative; gap: 0; padding: 0; }
.news-header { padding: 1.125rem 1.125rem 0 1.125rem; margin-bottom: .5rem; }
.news-title { margin-bottom: .25rem; font-size: .875rem;  }
.news-title a>span { position: relative; display: flex; gap: .5rem; align-items: center; }
.news-title a>span>span { display: block; height: 2.4em;overflow: hidden; }
.news-title a>span:after { content: ''; width: 30px; height: 30px; flex: 0 0 auto; transition: background-color .15s ease-in-out; border-radius: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E") 50% 50% no-repeat scroll var(--hr-primary);
}
.news-info { font-size: 12px; color: #343434; }
.news-text { height: 100%; padding: 1.125rem; font-size: 12px; border-bottom: 1px solid var(--hr-primary); }
.news-item:hover .news-title:after { background-color: var(--hr-dark) }

.social-links { display: flex; gap: .5rem; margin-top: .75rem; }
.social-links .nav-link {  }
.social-links .nav-link svg { width: 30px; }

.content-text ul { list-style: none; padding-left: 0; }
.content-text ul li { position: relative; padding-left: 1rem; }
.content-text ul li + li { margin-top: 3px; }
.content-text ul li:before { content: ''; position: absolute; top: 8px; left: 2px; width: 6px; height: 6px; border-radius: 100vw; background-color: var(--hr-primary); }
.content-text img, .content-text img { display: block; max-width: 100%; height: auto; margin: 0 auto; }


.footer-primary { font-size: 14px; }
.footer-primary .nav { gap: 2px; }
.footer-primary .nav .nav {  }
.footer-primary .nav .nav li { position: relative; padding-left: 1rem; }
.footer-primary .nav .nav li:before { content: ''; position: absolute; top: 8px; left: 2px; width: 6px; height: 6px; border-radius: 100vw; background-color: var(--hr-primary); }

.footer-primary .nav-link { display: inline-block; --hr-nav-link-padding-x: 0; --hr-nav-link-padding-y: 0; --hr-nav-link-color: #fff; --hr-nav-link-hover-color: var(--hr-primary); }
.footer-primary .nav-link:hover { text-decoration: underline; }
.footer-primary .bottom { font-size: 13px; }

.product-view .product-title { font-size: 1.75rem; font-weight: 700; }
.product-view .product-image { width: 100%; aspect-ratio: 1 / 1;
    display: flex; justify-content: center; align-items: center; background-color: #fff;  border: 1px solid var(--hr-light-200); border-radius: var(--hr-border-radius);
}
.product-view .product-image .media-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 2rem 2rem; border-radius: var(--hr-border-radius); }

.product-view .product-prices .regular { font-size: 2rem; font-weight: 700; }
.product-view .product-prices .old { font-weight: 400; text-decoration: line-through; font-size: .875rem; }
.product-view .product-prices .small { font-weight: 700; font-size: 1.125rem; }

.product-top { display: flex; gap: .5rem; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }

.product-pager { display: flex; gap: 6px; align-items: center; }
.product-pager .nav-link { display: flex; align-items: center; gap: 2px; text-decoration: none;
    --hr-nav-link-font-size: 12px; --hr-nav-link-color: var(--hr-dark); --hr-nav-link-hover-color: var(--hr-primary);
}
.product-pager .nav-link svg { width: var(--hr-nav-link-font-size); }

.product-qty { display: flex; justify-content: flex-start; align-items: center; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.product-qty .conv-icon { flex: 0 0 auto; width: 32px; color: var(--hr-dark) }
.product-qty .input-group { flex-wrap: nowrap; width: auto; --hr-border-radius: 2em; }
.product-qty .form-control { flex: 0 0 auto; width: 66px; padding: .5rem 4px; text-align: center; }
.product-qty .btn-outline-primary { --hr-btn-bg: #fff; --hr-btn-border-color: var(--hr-light-200); --hr-btn-color: var(--hr-dark);
    --hr-btn-hover-color: #fff; --hr-btn-hover-bg: var(--hr-dark); --hr-btn-hover-border-color: var(--hr-dark);
    --hr-btn-active-color: #fff; --hr-btn-active-bg: var(--hr-dark); --hr-btn-active-border-color: var(--hr-dark);
}
.product-qty .btn svg { width: 20px; }
.product-qty .input-group-text { background-color: var(--hr-primary); color: #fff; font-weight: 600; font-size: .875rem; border-color: var(--hr-primary); }

.table-fixed { table-layout: fixed; }
.product-data-sm {  }
.table-product-data { --hr-table-bg: transparent; font-size: 14px; }

.product-labels { display: flex; align-items: start; gap: 1rem; flex-wrap: wrap; }
.product-labels .label { display: flex; align-items: center; gap: 6px; padding: 6px 12px; font-size: 14px; font-weight: 700; border-radius: 100vw; }
.product-labels .label.text-success { color: #28bb00!important; }



.product-view .nav-tabs {border-bottom: 2px solid #f2b781; gap: 1rem;
    --hr-nav-tabs-border-width: 0; --hr-nav-link-padding-x: 4px;
    --hr-nav-link-color: var(--hr-dark); --hr-nav-link-hover-color: var(--hr-primary);
    --hr-nav-link-decor-bg: var(--hr-light-200);
    --hr-nav-tabs-link-active-bg: transparent;
}
.product-view .nav-tabs .nav-link { position: relative; padding-bottom: calc(4px + 8px); }
.product-view .nav-tabs .nav-link:after { content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 8px; border-radius: 4px; background-color: var(--hr-nav-link-decor-bg);
    transition: all .15s ease-in-out;
}
.product-view .nav-tabs .nav-link.active { --hr-nav-link-font-weight: 700; --hr-nav-link-decor-bg: var(--hr-primary); }
.product-view .nav-tabs .nav-link:hover { --hr-nav-link-decor-bg: var(--hr-primary); }

.color-item { --hr-nav-link-font-weight: 700; --hr-nav-link-font-size: 12px; }
.color-item img { border: 1px solid var(--hr-light-200) }
.color-item span { display: block; margin-top: 3px; }
.color-item:hover img { border-color: var(--hr-dark); }

.product-description .content-text .table { --hr-table-bg: initial; }

.scroll-wrapper { overflow-y: auto; }
.scroll-wrapper::-webkit-scrollbar { width: 7px; background-color:rgba(0,0,0,0.2); border-radius: 7px; }
.scroll-wrapper::-webkit-scrollbar-track { background-color: transparent; }
.scroll-wrapper::-webkit-scrollbar-thumb { border-radius: 7px; background-color:rgba(0,0,0,0.4); }
.scroll-wrapper::-webkit-scrollbar-thumb:hover { background-color:rgba(0,0,0,0.7); }

.modal { --hsh-modal-border-radius: var(--hr-border-radius); --hr-modal-border-width: 0; --hr-modal-header-border-color: var(--hr-light-200); --hr-modal-bg: var(--hr-light);
    --hr-modal-inner-border-radius: var(--hr-border-radius);
}
.modal .modal-header { background-color: #fff; }
.modal-backdrop { --hsh-backdrop-opacity: .7; }
.modal-search .modal-body {  }
.modal-search .block-item-wrapper { max-height: 100%; padding-right: 5px; }
.modal-search .product-mini-list { display: flex; flex-direction: column; max-height: 100%; overflow: hidden; }
.modal-search .modal-body { overflow: hidden; display: flex; flex-direction: column; }

.modal { --hr-modal-border-radius: var(--hr-border-radius); --hr-modal-border-width: 0; }

.nav-breadcrumb { --hr-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E"); }
.breadcrumb { --hr-breadcrumb-margin-bottom: 1.5rem; --hr-breadcrumb-divider-color: var(--hr-dark); --hr-breadcrumb-item-active-color: var(--hr-dark); }
.breadcrumb-item a { text-decoration: none; color: var(--hr-dark); }
.breadcrumb-item a:hover { text-decoration: underline; color: var(--hr-primary); }
.breadcrumb-item.active { font-weight: 700; }

.pagination { --hr-pagination-font-size: .875rem; --hr-pagination-border-radius: var(--hr-border-radius); justify-content: flex-end }
.pagination .page-link { display: flex; height: 100%; }
.pagination svg { width: 12px; }

/**/

.basket-view {}
.basket-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.basket-view .basket-item { border-radius: var(--hr-border-radius); overflow: hidden; background-color: rgba(var(--hr-white-rgb), .8); }
.basket-view .basket-item-wrapper { display: flex; align-items: center; gap: .75rem; background-color: #fff; padding: 1rem 1rem; }
.basket-view .basket-item-inner { display: flex; width: 100%; align-items: center; gap: 1rem; }
.basket-view .basket-item .product-additional { border-top: 1px solid rgba(var(--hr-light-200-rgb), .5); padding: 1rem 1rem 1rem 90px; font-size: 13px; }
.basket-view .basket-item .product-system { max-width: 625px; width: 100%; }
.basket-view .basket-item-image { flex: 0 0 auto; width: 60px; }
.basket-view .basket-item-image img { }
.basket-view .basket-item-name { flex: 1 0 0%; color: #000; }
.basket-view .basket-item-name .product-title { font-weight: 700; color: var(--hr-dark); text-decoration: none; }
.basket-view .label-free-shipping { display: inline-block; font-size: 10px; font-weight: 700; color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; border-radius: 4px; padding: 2px 6px; }
.basket-view .basket-item-price { font-size: .875rem; flex: 0 0 auto; width: auto; min-width: 85px; text-align: right; white-space: nowrap; }
.basket-view .basket-item-price.price-final { }
.basket-view .basket-item-price.price-sum { font-weight: 700; }
.basket-view .basket-item-qty { flex: 0 0 auto; width: auto; display: flex; flex-wrap: nowrap; align-items: center; gap: 10px;
    margin-bottom: 0;
}
.basket-view .basket-item-qty .input-group .btn { --hr-btn-padding-x: 4px; --hr-btn-padding-y: 4px; }
.basket-view .basket-item-qty .input-group .form-control { font-size: .875rem; padding: 4px; width: 56px; }
.basket-view .basket-item-qty .input-group .input-group-text { padding: 4px 8px; font-size: 10px; }

/*
.basket-view .basket-item-qty .qty-wrapper { position: relative; display: inline-flex; align-items: center; flex-wrap: nowrap; margin: 8px 0; background-color: #f8f8f8; border: 1px solid #c2c2c2; border-radius: 14px; }
.basket-view .basket-item-qty .qty-wrapper .form-control { height: 30px; background-color: transparent; border: 0 none; border-left: 1px solid #c2c2c2; border-right: 1px solid #c2c2c2; padding: 1px 1px; text-align: center; width: 45px; color: #000; font-weight: 700; font-size: 14px; }
.basket-view .basket-item-qty .qty-wrapper button { display: flex; width: 30px; justify-content: center; align-items: center; aspect-ratio: 1 / 1;
    background: transparent; border: 0 none; outline: none; font-weight: 700; font-size: 16px; line-height: 1;
}
*/


.basket-view .basket-item-qty .qty-refresh { border: 0 none; background: transparent; }
/*.basket-view .basket-item-qty .unit { flex: 0 0 auto; width: auto; min-width: 50px; text-align: left; white-space: nowrap; font-size: 12px; font-weight: 700; }*/
.basket-view .basket-item-action { flex: 0 0 auto; width: auto; }
.basket-view .basket-item-action a { display: inline-block; padding: 2px 4px; color: #9a9696; }
.basket-view .basket-item-action a:hover { color: #000; }

.basket-view .basket-item-coupon { border: 1px solid #26303b; }
.basket-view .basket-item-coupon .basket-item-wrapper { padding-left: 90px; }
.basket-view .basket-item-coupon .basket-item-name span { display: inline-block; font-size: 16px; font-weight: 700; color: #fff; background-color: var(--hr-primary); border: 0 solid #26303b; border-radius: 4px; padding: 2px 6px; }

.basket-view .table-system { --hr-table-bg: transparent; margin-bottom: 0; border-color: var(rgba(var(--hr-light-200-rgb), .5)); }
.basket-view .table-system.table>tbody>*>* { border-bottom-width: 0; border-top-width: 1px; }
.basket-view .table-system thead {  }
.basket-view .table-system .ts-name { font-weight: 700; }
.basket-view .table-system .ts-price { text-align: right; white-space: nowrap; }
.basket-view .table-system .ts-qty { text-align: center; white-space: nowrap; }
.basket-view .table-system .ts-sum { text-align: right; font-weight: 700; white-space: nowrap; }
.basket-view .product-modifiers {  }
.basket-view .modifier-item span { font-weight: 700; }

.basket-view .table-system.table>thead>*>* { font-size: 10px; font-weight: 700; color: var(--hr-primary); text-transform: uppercase; }

/*:root { --header-inner-height: 0; }*/

.basket-view .basket-summary-box {  }
/*.basket-view .summary-box { position: sticky; position: -webkit-sticky; top: calc(var(--header-inner-height) + 1rem); }*/
.basket-view .summary-row { display: flex; gap: 15px; justify-content: space-between; font-size: 15px; font-weight: 700; }
.basket-view .summary-row + .row { margin-top: 1.5rem; }
.basket-view .summary-title { text-transform: uppercase; }
.basket-view .summary-total { font-size: 18px; }
.basket-view .summary-total-sub {}

.basket-view .alert-image svg { width: 30px;  }
.basket-view .alert-default { background-color: #ededed; }
.basket-view .alert-text { flex: 1 0 0%; width: 100%; max-width: 100%; }
.basket-view .alert-shipping svg.bi-truck { display: block; width: 30px; color: #6badff; }
.basket-view .alert-shipping strong { color: #6badff; white-space: nowrap; }
.basket-view .alert-coupon { align-items: center; }
.basket-view .alert-coupon .alert-title { text-transform: uppercase; font-weight: 700; }
.basket-view .alert-coupon .form-control { background-color: #f6f6f6; border-color: #bebebe; border-radius: 40px; text-transform: uppercase; font-weight: 700; color: #000; text-align: center; }

.basket-view-action { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }

.cart .basket-view textarea.form-control { min-height: 90px; }

.breadcrumb-steps { position: relative; isolation: isolate; gap: 1rem;
    --hr-breadcrumb-divider: ''; --hr-breadcrumb-item-padding-x: 1rem; --hr-breadcrumb-item-padding-y: .5rem; --hr-breadcrumb-item-border-color: var(--hr-light-200); --hr-breadcrumb-item-bg: #f8f8f8;
}
.breadcrumb-steps:before { content: ''; position: absolute; z-index: -1; top: 50%; left: 0; width: 100%; height: 1px; background-color: #f2b781; }
.breadcrumb-steps .breadcrumb-item:before { content: inherit; }
.breadcrumb-steps .breadcrumb-item { font-size: 13px; border-radius: 100vw; background-color: var(--hr-breadcrumb-item-bg); border: 1px solid var(--hr-breadcrumb-item-border-color);
    padding: var(--hr-breadcrumb-item-padding-y) var(--hr-breadcrumb-item-padding-x);
}
.breadcrumb-steps .breadcrumb-item.active { --hr-breadcrumb-item-bg: var(--hr-primary); --hr-breadcrumb-item-border-color: var(--hr-primary); }
.breadcrumb-steps .breadcrumb-item a { color: var(--hr-primary); font-weight: 500; }

.card-user { height: 100%; box-shadow: none; }


.calculator2 { background-color: #fff; padding: 1.5rem; border-radius: var(--hr-border-radius); }

.contact-sm textarea.form-control { min-height: 206px; }

.img-responsive {  }
.banner-img {}

@media (min-width: 576px) {
    html { font-size: 14px; }

}
@media (min-width: 768px) {
    html { font-size: 14px; }
}
@media (min-width: 992px) {
    html { font-size: 14px; }

    .col-sidebar { flex: 0 0 auto; width: calc(286px + var(--hr-gutter-x)); }

    /*.sidebar { display: flex; flex-direction: column; gap: 3rem; }*/
}
@media (min-width: 1200px) {
    html { font-size: 16px; }

}
@media (min-width: 1400px) {
    html { font-size: 16px; }

    .promobox-item { height: 500px; }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .category-widget .col-item { flex: 0 0 auto; width: 20%; }
}
@media (min-width: 576px) and (max-width: 991.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 390px) and (max-width: 575.98px) {

}
@media (min-width: 576px) and (max-width: 767.98px) {
    .category-widget .item .image svg { width: 50px; }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    .category-widget .item .image svg { width: 50px; }

}
@media (min-width: 992px) and  (max-width: 1199.98px) {
    .header-primary .navbar-brand { max-width: 210px; }
    .promobox-item { height: 360px; }
    .request .card { max-width: 300px; }
    .divider-section:before { width: 66px; }
}
@media (min-width: 992px) and  (max-width: 1399.98px) {
    .card-header .title span { font-size: 1.5rem; }
}
@media (min-width: 1200px) and  (max-width: 1399.98px) {
    .promobox-item { height: 430px; }
}

@media (max-width: 389.98px) {

}
@media (max-width: 575.98px) {
    html { font-size: 13px; }

    .category-widget .col-item { flex: 0 0 auto; width: 50%; }
    .category-widget .item { padding: 8px 8px; flex-direction: row; gap: 8px; background-color: var(--hr-light); border-color: var(--hr-light-200); text-align: left; }
    .category-widget .item .image svg { width: 20px; }

    .sidebar .card-sm:before { width: 20px!important;}

    .block-title { font-size: 12px; }
    .block-prices { font-size: 14px!important;}

    .color-item { --hh-nav-link-font-size: 11px; }

}
@media (max-width: 629.98px) {

}
@media (max-width: 767.98px) {
    .system-block-widget .col-item { border: 0 none; }
    .system-block-widget .item { display: flex; align-items: center; gap: 1rem; }
    .system-block-widget .item .image { max-width: 80px; }
    .system-block-widget .item .title {}

    .news-list .news-item { max-width: 360px; margin: 0 auto; }

    .sidebar .card-sm:before { width: 30px; }

    .product-view .product-image { aspect-ratio: auto; }
    .product-view .product-image .media-wrapper { padding: 1rem; }

    /**/
    .basket-view .basket-item-wrapper { align-items: flex-start; padding: 5px 5px 15px 5px; gap: 10px; }
    .basket-view .basket-item-inner { position: relative; flex-wrap: wrap; gap: 5px; }
    .basket-view .basket-item-image { width: 45px; }
    .basket-view .basket-item-name { flex: 0 0 auto; width: 100%; padding-right: 20px; }
    .basket-view .basket-item-name .product-title { font-size: 13px; }
    /*.basket-view .basket-item-qty .qty-wrapper { margin: 0 0; }
    .basket-view .basket-item-qty .unit { padding-top: 0; }*/
    .basket-view .basket-item-price.price-final { flex: 1 0 0%; width: 100%; min-width: inherit; text-align: left; }
    .basket-view .basket-item-qty { display: flex; flex: 1 0 0%; width: 100%; margin-left: auto; }
    .basket-view .basket-item-price.price-sum { flex: 1 0 0%; width: 100%; min-width: inherit; }
    .basket-view .basket-item-action { position: absolute; top: 0; right: 0; }
    .basket-view .basket-item .product-system { max-width: 100%; }
    .basket-view .basket-item .product-additional { padding: 10px; }

    .basket-view .table-system { font-size: 10px; }
    .basket-view .table-system>*>*>*{ padding: 2px; }

}

@media (max-width: 575.98px) {
    .basket-view .basket-item-price.price-final { flex: 0 0 auto; width: auto; min-width: inherit; }
    .basket-view .basket-item-qty { flex: 0 0 auto; gap: 5px; width: auto; margin-left: auto; }
    .basket-view .basket-item-price.price-sum { flex: 0 0 auto; width: 100%; min-width: inherit; text-align: left; }
    .basket-view .basket-item-qty .qty-refresh { padding: 0 3px; }
}


@media (max-width: 991.98px) {

    html.mm-opened { overflow: visible; }

    .header-primary { position: sticky; position: -webkit-sticky; top: 0; z-index: 1000; box-shadow: 0 0 12px 0 rgba(var(--hr-dark-rgb), .2); }

    .header-top .nav-link-phone { --hr-nav-link-padding-x: 0; font-size: 13px; gap: 4px; }
    .header-primary .navbar-brand { max-width: 130px; }

    .quick-links { margin-left: 0; }
    .quick-links .btn-icon { --hr-btn-padding-x: .675rem; --hr-btn-padding-y: .675rem; }
    .quick-links .btn-icon svg { width: 18px; }

    .page-image { display: none; }

    .main-title { font-size: 2rem; margin-bottom: 1.5rem; padding-bottom: .75rem; }

    .promobox-item { height: 38.6666vw; }

    .system-block-widget .item .btn { font-size: 11px; }

    .card-lg { --hr-card-cap-padding-x: 1rem; --hr-card-cap-padding-y: 1rem;
        --hr-card-spacer-x: 1rem; --hr-card-spacer-y: 1rem;
    }
    .card-header .image { width: 40px; }
    .card-header .title { font-size: 1.25rem;}
    .card-header .title span { font-size: 1rem; }

    .card-image img { width: 100%; }

    .news-list.news-home-widget .col-item:last-child { display: none; visibility: hidden; }

    .request .card { margin-top: 0; max-width: inherit; }

    .divider-section:before { width: 30px; }

    .block-item { padding: .5rem .5rem 0 .5rem; }
    .block-body { gap: .5rem; }
    .block-prices { font-size: 1.5rem; }

    .mm-menu .mm-list { padding: 0 0 20px 0; }
    .mm-menu.mm-light { background-color: var(--hr-light); color: var(--hr-dark); font-weight: 600; }
    .mm-menu.mm-light .mm-list>li>a.mm-subclose { background-color: var(--hr-dark); color: #fff; }
    .mm-menu.mm-light .mm-list>li>a.mm-subclose:before, .mm-menu.mm-light .mm-list>li>a.mm-subopen:after { border-color: var(--hr-primary); }

    .mm-list>li>a, .mm-list>li>span {  }
    .mm-list>li.info { margin-bottom: 15px; background-color: var(--hr-dark); }
    .mm-list>li.info .social-links { justify-content: center; margin-top: 0; }
    .mm-list>li.info:after { content: unset!important; }
    .mm-list>li .nav-link { display: flex; align-items: center; gap: 10px; --hr-nav-link-color: #fff; text-align: center; justify-content: center;
        --hr-nav-link-padding-x: 5px; --hr-nav-link-padding-y: 5px; --hr-nav-link-hover-color: var(--hr-primary);
    }
    .mm-list>li .nav-link svg { color: var(--hr-primary); }
    /*.mm-menu.mm-light .mm-list>li:after { border-color: var(--hr-primary); }*/
    .mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-light .mm-list>li.mm-selected>span { background-color: var(--hr-primary); color: #fff; }
    .mm-menu.mm-light .mm-list>li.mm-selected>a.mm-subopen:after { border-color: #fff; }
}
@media (max-width: 1199.98px) {
    .footer-primary { font-size: 12px; }
    .footer-primary .bottom { font-size: 11px; }
}
@media (max-width: 1399.98px) {

}