@font-face {
    font-family: Gothic;
    src: url('../fonts/CenturyGothic/GOTHIC.TTF');
}
body {
    background-color: #FAFAFA !important;
    margin: 0;
}
body.lb-disable-scroll {
    overflow: hidden;
    padding-right: 15px; 
}
p {
    font-size: 14px;
}
a {
    color: #003399;
    text-decoration: none;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 3px;
}
button {
    border: none;
    font-family: Gothic;
    font-size: 22px;
    font-weight: bolder;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 12px;
    height: 40px;
}
input[type="text" i], input[type="search" i] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 40px;
}
.modal input[type="text" i] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    width: 100%;
}
.form-group {
    margin: 0 0 20px;
}
#reviewForm, #questionForm {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.lb-dataContainer,
.lb-outerContainer {
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: fixed !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1050;
}
.lb-outerContainer {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1050;
}
.lb-dataContainer {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    /* margin-top: 55% !important; */
}
.lb-data {
    display: table !important;
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
}
.lb-caption {
    float: left !important;
    display: block !important;
    font-size: 14px;
    color: #fff;
}
.lb-number {
    float: right !important;
    display: block !important;
    font-size: 12px;
    color: #888;
    padding-bottom: 0 !important;
}
.lb-data .lb-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-header {
    background: #fff;
    padding-bottom: 10px;
    width: 84%;
    height: 65px;
    margin: 0 auto 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.block-header h2 {
    color: #0047ab;
    margin: 0;
    font-weight: bold;
}
header {
    background: #08254F;
}
header > div {
    width: 84%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}  
header #logo {
    width: 8.701%;
    margin-right: 3%;
}
header #logo a {
    display: block;
}
header #logo a img {
    width: 100%;
}
header #navigation {
    width: 74.755%;
}
header #menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
header #menu ul li {
    margin-right: 4%;
    margin-bottom: 8px;
    margin-top: -4px;
}
header #menu ul li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}
header #login {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 12%;
}
header #login button {
    font-size: 16px;
    padding: 6.5px 30px 6.5px 16px;
}
header #login button#panel {
    color: #fff;
    background: url(../images/icon-login.png) no-repeat center right;
}
header #login button#cart {
    color: #FFCC00;
    background: url(../images/icon-cart.png) no-repeat center right;
    position: relative;
}
header #cartCount {
    position: absolute;
    right: -6px;
    top: 10px;
    padding: 0 2px;
}
header #search {
    display: flex;
    position: relative;
}
header #search button {
    text-transform: uppercase;
    background-color: #FECC00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 25%;
    font-size: 16px;
    justify-content: space-around;
}
header #search button i {
    color: #fff;
    font-size: 24px;
}
header #search button.active {
    background-color: #eee;
}
#catalog-menu-sub {
    display: none;
    list-style: none;
    padding: 20px;
    margin: 0;
    -webkit-box-shadow: 0 4px 10px rgba(89, 89, 89, .5);
    box-shadow: 0 4px 10px rgba(89, 89, 89, .5);
}
#catalog-menu-sub.active {
    display: flex;
    flex-direction: column;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    top: 100px;
}
#catalog-menu-sub > li {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #f7f7f7;
    width: 20%;
}
#catalog-menu-sub > li > a {
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
}
#catalog-menu-sub > li > a img {
    height: 20px;
    margin-right: 10px;
}
header #search form {
    width: 75%;
}
header #search input[type="search" i] {
    padding: 6.5px 15px;
    width: 100%;
    margin: 0 0 0 15px;
}
#catalog-menu-sub {
    position: absolute;
    background: #fff;
    width: 84%;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 10;
    margin: 0 auto;
}
.submenu {
    position: absolute;
    top: 0;
    width: 80%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    display: none;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}
header #search ul .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
header #search ul .submenu > ul {
    column-width: auto;
    column-count: 3;
    padding-bottom: 2rem;
    height: 100%;
}
.submenu ul li a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
}
.submenu ul li a:hover {
    background: #f5f5f5;
}
#catalog-menu-sub li:hover .submenu {
    display: block;
}
#catalog-menu-sub li:hover .submenu ul {
    list-style: none;
    height: 100%;
}
#catalog-menu-sub .cat2, #catalog-menu-sub .cat3 {
    border: 0;
    margin: 0 0 5px;
}
#catalog-menu-sub .cat3 {
    margin: 0;
    padding: 0;
}
#catalog-menu-sub .cat2 > a {
    font-weight: bold;
    font-size: 14px;
}
#catalog-menu-sub .cat3 > a {
    font-size: 14px;
    padding: 3px 20px;
}
#catalog-menu-sub li:hover .submenu .cat2 ul {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.masonry {
    column-count: 4;
    column-gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat2 {
    break-inside: avoid;
    margin-bottom: 24px;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.cat2 > a {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #222;
    text-decoration: none;
}
.cat2 ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.cat2 ul li {
    margin-bottom: 4px;
}
.cat2 ul li a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
}
/* SLIDER */
#slider {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
#slider > div  {
    width: 1600px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}
#slider > div > div  {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.sl-arrow-left, .sl-arrow-right, .cm-arrow-left, .cm-arrow-right {
    position: absolute;
    top: 45%;
    width: 45px;
    height: 45px;
    z-index: 1;
}
.cm-arrow-left.none, .cm-arrow-right.none {
    display: none;
}
.sl-arrow-left button, .sl-arrow-right button, .cm-arrow-left button, .cm-arrow-right button {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
}
.sl-arrow-left i, .sl-arrow-right i, .cm-arrow-left i, .cm-arrow-right i {
    font-size: 45px;
}
.cm-arrow-left i, .cm-arrow-right i {
    color: #ccc;
}
.sl-arrow-left {
    left: 15px;
}
.sl-arrow-right {
    right: 15px;
}
/* category-home */
#category-home {
    width: 100%;
}
#category-home > div {
    width: 84.5%;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    justify-content: center;
    justify-items: center;
}
#category-home .cat-list {
    width: 100%;
    padding: 2%;
}
#category-home .cat-list a {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(153,255,255,1) 0%,rgba(102,255,204,1) 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}
#category-home .cat-list a:hover {
    background: linear-gradient(135deg, rgb(247, 255, 153) 0%,rgb(255, 214, 102) 100%);
}
#category-home .cat-list a h2 {
    font-size: 1rem;
}
#category-home .cat-list a img {
    height: 140px;
}
/* POPULAR-HOME */
.popular-section {
    background: #08254F;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    position: relative;
}
.popular-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 359px;
    height: 276px;
    background: url(../images/bg_03.png) no-repeat center left;
}
.popular-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 368px;
    height: 276px;
    background: url(../images/bg_04.png) no-repeat center right;
}
.all-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #ffd700;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: 15%;
    vertical-align: middle;
    right: 1%;
}
.all-categories i {
    margin-left: 15px;
}
.carousel-container {
    touch-action: pan-y;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 84%;
    height: 150px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.carousel-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.carousel-list {
    display: flex;
    gap: 30px;
}
.carousel-list.clone {
    margin-left: 2%;
    transition: all 1s ease-out;
}
.carousel-track::-webkit-scrollbar {
    display: none;
}
.carousel-it {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.carousel-it span {
    line-height: normal;
    font-size: 14px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    height: 42px;
    overflow: hidden;
}
.carousel-it img {
    height: 90px;
    display: block;
    margin: 0 auto;
}
/* promotional-items */
#promotional-items, #buying-now, #watched, #recommendations {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
#recommendations > div, #buying-now > div, #watched > div, #promotional-items > div {
    width: 84%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}
.products-wrapp .product, .products-wrapp2 .product, .products-wrapp3 .product {
    width: 230px;
    min-width: 230px;
}
.products > div, .products.view-grid > div {
    width: 16%;
    max-height: 310px;
    min-height: 310px;
    padding: .5%;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    float: left;
    margin: 0 .6678% 10px 0;
}
.products.view-grid > div {
    width: 24.3%;
}
.products.view-list > div {
    width: 100%;
    display: flex;
    max-height: 100%;
    min-height: 100%;
    align-items: center;
    justify-content: space-between;
} 
.products.view-list > div .link-img {
    width: 30%;
}
.products.view-list > div .rating {
    position: absolute;
    right: 1%;
    top: 0;
}
.products.view-list .price {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-evenly;
}
.products.view-list .cart {
    position: initial;
}
.link-img {
    width: 100%;
    height: 170px;
    display: flex;
    background: #FAFAFA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.link-img img, .products .product .link-img img {
    height: 170px;
}
#recommendations a, #buying-now a, #watched a, #promotional-items a, .products .product a {
    text-decoration: none;
    color: #003399;
}
#recommendations .title, #buying-now .title, #watched .title, #promotional-items .title, .products .product .title {
    line-height: normal;
    height: 45px;
    overflow: hidden;
    display: block;
}
.products.view-list .product .title {
    height: 100%;
}
.price {
    display: block;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}
.cart {
    width: 43px;
    height: 43px;
    background: #FAFAFA url(../images/icon-cart2.png) no-repeat center center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    bottom: 2%;
    right: 0;
}
.cart:hover {
    background: #FFCC00 url(../images/icon-cart2.png) no-repeat center center;
}
.hit, .sale {
    background: #FF6161;
    color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 10%;
    padding: 5px 10px;
}
.hit {
    background: #FFCC00;
    padding: 5px 20px;
}
.rating {
    width: 110px;
    height: 17px;
    margin: 10px 0;
    background: url(../images/rating.png) no-repeat 100% 100%;
}
.rating.r1 {
    background: url(../images/rating.png) no-repeat 0 -69px;
}
.rating.r2 {
    background: url(../images/rating.png) no-repeat 0 -52px;
}
.rating.r3 {
    background: url(../images/rating.png) no-repeat 0 -35px;
}
.rating.r4 {
    background: url(../images/rating.png) no-repeat 0 -18px;
}
.rating.r5 {
    background: url(../images/rating.png) no-repeat 0 -1px;
}
#reviewForm .rating {
    display: inline-flex;
}
.rating .fa {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}
.rating .fa.hovered,
.rating .fa.selected {
    color: #f2b600;
}
#reviewForm .rating {
    width: auto;
    height: auto;
    background: transparent;
}
.product:hover {
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.30); 
    box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.30);
}
.products-track, .products-track2, .products-track3 {
    display: flex;
    transition: transform 0.4s ease; 
    will-change: transform;
}
.wt-arrow-left, .wt-arrow-right, .bn-arrow-left, .bn-arrow-right, .rc-arrow-left, .rc-arrow-right {
    position: absolute;
    top: 45%;
    font-size: 45px;
}
.wt-arrow-left button, .wt-arrow-right button, .bn-arrow-left button, .bn-arrow-right button, .rc-arrow-left button, .rc-arrow-right button {
    background: transparent;
    padding: 0;
}
.wt-arrow-left.hidden,
.wt-arrow-right.hidden,
.bn-arrow-left.hidden,
.bn-arrow-right.hidden,
.rc-arrow-left.hidden,
.rc-arrow-right.hidden {
    display: none;
}
.wt-arrow-left i, .wt-arrow-right i, .bn-arrow-left i, .bn-arrow-right i, .rc-arrow-left i, .rc-arrow-right i {
    color: #ccc;
}
.wt-arrow-right, .bn-arrow-right, .rc-arrow-right {
    right: 0;
}
/* product */
#product, #category > div {
    width: 84%;
    margin: 0 auto;
}
.top-block-product {
    display: flex;
}
.images-product {
    width: 53%;
    height: 530px;
    position: relative;
    display: flex;
    justify-content: center;
}
.glavphoto {
    display: flex;
    justify-content: center;
    align-items: center;
}
.glavphoto img {
    height: 100%;
}
.dop-images {
    display: flex;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dop-images a {
    width: 80px;
    display: flex;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #DEDEDE;
    background: #fafafa;
    margin: 0 3.5px;
    align-items: center;
    justify-content: center;
}
.dop-images a img {
    width: 100%;
}
.hidden {
    overflow: hidden;
    transition: all 1s ease-out;
}
.info-product {
    width: 47%;
}
.navigation {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: flex;
    margin: 0 0 15px;
    justify-content: flex-start;
}
.navigation a {
    text-decoration: none;
    color: #000;
    padding: 0 2%;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 12px;
}
.navigation a:hover {
    color: #003399;
    background: #eee;
}
.info-order, .info-full, #comments {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 20px;
    margin: 20px 0;
    position: relative;
}
.info-full {
    display: flex;
}
.info-full > div:first-child {
    width: 40%;
    margin-right: 5%;
}
.info-full > div:last-child {
    width: 60%;
}
.info-order h1 {
    width: 70%;
    margin: 0 0 25px;
    color: #003399;
}
.info-order .price {
    font-size: 48px;
    line-height: normal;
    margin: 0 0 25px;
}
.info-order .price small {
    font-size: 18px;
    margin: 0 25px 0 0;
}
.info-order .price span {
    color: #B2B3B3;
    position: relative;
    font-size: 24px;
}
.info-order .price span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: red;
    transform: translateY(-50%);
}
.info-order .cart {
    position: initial;
    background: linear-gradient(to bottom, rgba(252,235,54,1) 0%,rgba(247,209,24,1) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 55px !important;
    margin: 0 0 30px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
}
.info-order .cart:hover {
    background: linear-gradient(to bottom, rgb(8 37 79) 0%,rgb(8 37 79) 100%);
    color: white;
}
.imp {
    position: relative;
    display: flex;
    margin: 0 0 30px;
}
.imp div:nth-child(2) {
    margin: 0 10px;
}
.imp .hit, .imp .sale {
    position: inherit;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.har {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.har > div {
    width: 65%;
}
.har > div:last-child {
    width: 30%;
    padding: 0 0 0 20px;
}
.har > div:last-child img {
    width: 80%;
}
.oshar > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.line-har {
    border-bottom: 1px dotted;
    width: 100%;
    margin: 0 5px;
}
.oshar .label {
    white-space: nowrap;
    color: #999;
}
.har h3, .info-full h3 {
    margin: 0 0 20px;
    font-size: 20px;
}
.oshar h4 {
    font-size: 16px;
    margin: 30px 0;
}
.info-order .rating {
    position: absolute;
    top: 60px;
    right: 20px;
}
.info-order .rating .text-rating {
    color: #B2B3B3;
    font-size: 52px;
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
/* INFO-BLOCK */
.info-block {
    display: flex;
    background: white;
    border-radius: 16px;
    padding: 20px;
    width: 84%;
    margin: 40px auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.info-block .logo-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.info-block .logo {
    height: 76px;
}
.info-block .text-content {
    margin-left: 35px;
    color: #333;
}
.info-block .toggle-btn {
    background: none;
    border: none;
    color: #0056b3;
    cursor: pointer;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
}
.info-block .toggle-btn i {
    font-size: 16px;
    margin: 0 0 0 5px;
}
#breadcrumbs {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height: 40px;
    margin: 0 0 20px;
}
#breadcrumbs > div {
    width: 84%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#breadcrumbs > div > div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #afafaf;
}
#breadcrumbs a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 40px;
}
#breadcrumbs a:hover {
    color: #1a58d6;
}
#breadcrumbs i {
    color: #B3B3B3;
    font-size: 12px;
    margin: 0 10px;
}
/* COMMENTS BLOCK */
#comments {
    padding-top: 0;
}
.nav-comm {
    height: 50px;
    display: flex;
    margin-left: -20px;
}
.nav-comm > div {
    padding: 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 50px;
}
.nav-comm > div.act {
    background: #D9DADA;
}
.nav-comm > div:hover {
    background: #f4f4f4;
}
.comm, .zapit {
    display: none;
}
.comm.act, .zapit.act {
    display: flex;
    position: relative;
    transition: transform 0.5s ease;
    will-change: transform;
    width: 99%;

}
.zapit.act {
    flex-direction: column;
}
.comment {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    transition: transform 0.3s ease;
}
.comm-container {
    width: 90%;
    overflow: hidden;
    margin: 25px auto;
}
.comm-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.comm {
    transition: transform 0.5s ease;
    will-change: transform;
}
.comment {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px;
}
.commtext {
    line-height: normal;
}
.cm-arrow-left {
    left: 15px;
}
.cm-arrow-right {
    right: 15px;
}
.zap {
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 10px;
}
.name-user {
    color: #003399;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.name-user > div {
    display: flex;
}
.name-user span {
    color: #999;
    float: right;
}
.name-user .rating {
    margin: 2px 10px;
}
.zap-text {
    padding: 0 0 5px 2%;
    border-bottom: 1px dotted #ccc;
    font-style: italic;
}
.vidp {
    padding: 0 0 0 4%;
}
.name-admin {
    color: #669a3f;
    font-weight: bold;
}
.name-admin span {
    color: #999;
}
.vidp-text {
    font-style: italic;
    padding: 0 0 0 3%;
}
.button-group {
    display: flex;
    justify-content: center;
}
.window-comm {
    position: initial;
    background: linear-gradient(to bottom, rgba(252,235,54,1) 0%,rgba(247,209,24,1) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 55px !important;
    margin: 0 15px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
}
.window-zap {
    position: initial;
    background: linear-gradient(to bottom, rgb(8 37 79) 0%,rgb(8 37 79) 100%);
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 55px !important;
    margin: 0 15px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
}
/* Category */
#category > div {
    display: flex;
    justify-content: space-between;
}
#category h1 {
    width: 84%;
    margin: 20px auto;
    color: #003399;
}
#filter {
    width: 22%;
}
.category-products {
    width: 76%;
}
.pagination-block {
    float: left;
}
.pagination-block .active>.page-link, .pagination-block .page-link.active {
    background: #0047ab;
}
/* Order */
#cartModal .modal-header {
    color: #fff;
    background: #08254F;
    overflow: hidden;
}
#cartModal .modal-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 115px;
    background: url(../images/bg_01.png) no-repeat center left;
}
#cartModal .modal-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 213px;
    height: 116px;
    background: url(../images/bg_02.png) no-repeat center right;
}
#cartModal .modal-title {
    display: table;
    position: relative;
    padding: 0 0 0 5%;
}
#cartModal .modal-title:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 21px;
    height: 19px;
    background: url(../images/icon-cart.png) no-repeat center right;
}
.btn-close {
    z-index: 1;
    background-color: #f8f9fa !important;
}
#cartModal h5 {
    margin: 20px 0;
}
#cartModal td {
    vertical-align: middle;
}
#orderForm .dd {
    border-left: 4px solid #003399;
    padding: 0 0 0 2%;
    color: #003399;
}
.group-delivery {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}
.group-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.group-delivery img {
    width: 90px;
    margin-left: 10px;
}
#authModal.modal.modal-right .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    width: 400px;
    height: 100vh;
    transform: none !important;
}
#authModal.modal.modal-right .modal-content {
    height: 100vh;
    border-left: 1px solid #dee2e6;
}
#authModal .modal-content {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* FILTER */
.filter-panel {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    font-family: sans-serif;
    font-size: 14px;
    color: #222;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.filter-header {
    font-weight: bold;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #007bff;
}
.filter-input {
    width: 100%;
    padding: 8px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 16px;
}
.filter-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.filter-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.filter-price-inputs input {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.filter-range {
    width: 100%;
    margin-bottom: 16px;
}
.filter-checkboxes {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.filter-checkboxes li {
    margin-bottom: 6px;
}
.filter-checkboxes li.hidden {
    display: none;
}
.filter-checkboxes.expanded li.hidden {
    display: list-item;
}
.filter-checkboxes input[type="checkbox"] {
    margin-right: 6px;
    accent-color: #007bff;
}
.filter-more {
    color: #007bff;
    cursor: pointer;
    font-size: 13px;
}
.filter-category-select {
    position: relative;
    margin-bottom: 16px;
}
.selected-category {
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.category-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 240px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 4px;
    z-index: 10;
    list-style: none;
    padding: 0;
    scrollbar-width: thin;            
    scrollbar-color: #bbb transparent; 
}
.category-dropdown::-webkit-scrollbar {
    width: 6px;
}
.category-dropdown::-webkit-scrollbar-track {
    background: transparent;
}
.category-dropdown::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 3px;
}
.category-dropdown li {
    padding: 8px 12px;
    cursor: pointer;
}
.category-dropdown li:hover {
    background: #eee;
}
.hidden {
    display: none;
}
.filter-price {
    margin-bottom: 20px;
}
.price-inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.price-inputs input {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}
.slider {
    position: relative;
    height: 6px;
}
.slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
    z-index: 2;
}
.slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 3px solid #004aad;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}
.slider input::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #fff;
    border: 3px solid #004aad;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}
.slider .progress {
    position: absolute;
    height: 6px;
    background: #004aad;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}
.sort-view-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.sort-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}
.sort-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #004aad;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.sort-btn i {
    color: #004aad;
}
.view-switcher {
    display: flex;
    gap: 8px;
}
.view-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #888;
}
.view-btn.active {
    color: #004aad;
}
/* FOOTER */
footer {
    background: #5B5B5B;
    width: 100%;
    float: left;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer #subscription {
    background: #08254F;
    height: 115px;
    display: flex;
    align-items: center;
    position: relative;
}
footer #subscription::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 206px;
    height: 115px;
    background: url(../images/bg_01.png) no-repeat center left;
}
footer #subscription::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 213px;
    height: 116px;
    background: url(../images/bg_02.png) no-repeat center right;
}
footer #subscription > div {
    width: 61%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
footer #subscription > div > div {
    width: 30%;
    color: #fff;
    margin-right: 2%;
    line-height: normal;
}
footer #subscription form {
    width: 70%;
    display: flex;
}
footer #subscription form input {
    width: 60.38%;
}
footer #subscription form button {
    background-color: #FECC00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 12px;
}
footer #subscription form button:hover {
    background-color: #ffd632;
}
footer a.tel {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
footer .rr {
    color: #fff;
}
footer .rr img {
    width: 100px;
    margin: 25px 0 0;
}
footer #copyright {
    background: #434242;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
footer .block-footer {
    display: flex;
    padding: 55px 0;
    margin: 0 auto;
    width: 61%;
    justify-content: flex-start;
}
footer .block-footer > div {
    margin: 0 5% 0 0;
}
footer .block-footer h4 {
    color: #fff;
    padding: 0 0 7px;
    margin: 0 0 20px;
    font-size: 16px;
    position: relative;
}
footer .block-footer h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
footer .block-footer .menu-f {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
footer .block-footer .menu-f li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.mobile-menu {
    display: none;
}
.mobile-menu.active {
    display: block;
}
.mobile-menu,
.mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.menu-item {
    border-bottom: 1px solid #ddd;
}
.menu-title {
    padding: 12px;
    cursor: pointer;
    background: #f9f9f9;
}
.menu-title img {
    height: 30px;
    margin: 0 10px;
}
.has-children .menu-title, .has-children .menu-title2 {
    font-weight: bold;
}
.submenu2 {
    display: none;
    padding-left: 15px;
    background: #f0f0f0;
}
.submenu2 .menu-title,
.submenu2 a {
    padding: 10px 12px;
    display: block;
}
.submenu2 a {
    text-decoration: none;
    color: #000;
}

/* Adaptive */
@media (min-width: 769px) and (max-width: 1160px) {
    header > div, #breadcrumbs > div, #product, #category > div {
        width: 95%;
    }
    header #search button {
        font-size: 11px;
        text-transform: initial;
    }
    header #menu ul li {
        font-size: 14px;
        margin-right: 2%;
    }
    header #search input[type="search" i] {
        width: 90%;
    }
    #breadcrumbs > div > div {
        font-size: 12px;
    }
    #category-home .cat-list a h2 {
        font-size: .6rem;
    }
    #category-home .cat-list a img {
        height: 100px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    header > div {
        width: 95%;
        height: 60px;
        margin: 0 auto;
    }
    header #search button {
        font-size: 0;
        justify-content: center;
    }
    header #search input[type="search" i] {
        margin: 0 0 0 5px;
    }
    header #login button {
        font-size: 0;
        padding: 0;
        width: 20px;
        height: 20px;
    }
    #menu, #slider {
        display: none;
    }
    #catalog-menu-sub.active {
        width: 100%;
        top: 60px;
    }
    #catalog-menu-sub > li {
        width: 100%;
    }
    .submenu {
        position: initial;
    }
    #slider > div {
        aspect-ratio: 4.57 / 1;
        height: auto;
        width: auto;
    }
    #slider .slide img {
        width: 100%;
    }
    #category-home > div {
        width: 95%;
        grid-template-columns: 250px 250px 250px 250px 250px;
        justify-content: start;
        overflow-x: scroll;
        padding: 0 0 20px;
        margin: 0 auto;
    }
    .all-categories {
        font-size: 0;
        top: 0;
        right: 0;
    }
    .all-categories i {
        font-size: 18px;
        margin: 0;
    }
    .block-header {
        padding: 0;
        height: 40px;
    }
    .block-header h2 {
        font-size: 18px;
        margin: 5px;
    }
    .popular-section::before {
        width: 100%;
    }
    #recommendations > div, #buying-now > div, #watched > div, #promotional-items > div {
        width: 95%;
        margin: 0 auto 10px;
    }
    .products > div, .products.view-grid > div {
        width: 48%;
        margin: 0 1.8% 10px 0;
    }
    .info-block {
        width: 95%;
        flex-direction: column;
        align-items: center;
    }
    .info-block .text-content {
        margin: 0;
    }
    #breadcrumbs {
        height: auto;
    }
    #breadcrumbs > div {
        width: 95%;
        display: block;
        padding: 5px;
    }
    #breadcrumbs > div > div {
        font-size: 12px;
    }
    #breadcrumbs .none-link {
        display: none;
    }
    #breadcrumbs a {
        line-height: normal;
    }
    .cart {
        bottom: -5px;
        right: 5px;
    }
    #product, #category > div, #category h1 {
        width: 95%;
        margin: 10px auto;
    }
    .top-block-product {
        flex-direction: column;
    }
    .images-product {
        width: 100%;
        height: auto;
    }
    .glavphoto img {
        height: auto;
        width: 100%;
    }
    .dop-images {
        bottom: 10px;
        height: 50px;
    }
    .dop-images a {
        width: 50px;
    }
    .info-product {
        width: 100%;
    }
    .navigation {
        padding: 0;
    }
    .navigation a {
        padding: 5px;
        line-height: normal;
        height: auto;
        width: min-content;
        font-size: 11px;
        margin: 0 5px;
    }
    .rating {
        zoom: .5;
    }
    .info-order h1 {
        width: 80%;
        font-size: 20px;
    }
    .har {
        flex-direction: column;
    }
    .har > div, .har > div:last-child {
        width: 100%;
        padding: 0;
    }
    .har > div {
        margin: 10px 0;
    }
    .oshar {
        font-size: 12px;
    }
    .info-full {
        flex-direction: column;
    }
    .info-full > div:first-child, .info-full > div:last-child {
        width: 100%;
        margin: 0;
    }
    .info-full > div:last-child {
        margin: 20px 0;
    }
    #comments .button-group {
        flex-direction: column;
    }
    #comments .button-group button {
        width: 100%;
        margin: 10px auto !important;
        line-height: normal;
        font-size: 12px;
        padding: 0 !important;
        text-align: center !important;
        display: block;
    }
    .cm-arrow-left, .cm-arrow-right {
        display: none;
    }
    .name-user {
        flex-direction: column;
    }
    #filter, .category-products {
        width: 100%;
    }
    .sort-view-bar {
        margin: 10px 0;
    }
    #category > div {
        display: flex;
        flex-direction: column;
    }
    .sort-options {
        gap: 0;
    }
    .sort-options strong, .sort-options button {
        font-size: 0;
    }
    .sort-options button i {
        font-size: 18px;
    }
    .filter-category-select,
    .filter-price,
    .filter-block {
        display: none;
    }
    .filter-open .filter-category-select,
    .filter-open .filter-price,
    .filter-open .filter-block {
        display: block;
    }
    .filter-header {
        cursor: pointer;
        padding: 10px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        margin: 0;
    }
    .filter-open .filter-header {
        margin-bottom: 12px;
    }
    .pagination-block.my-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        justify-content: center !important;
    }
    .pagination-block .text-muted {
        font-size: 14px;
        margin: 0 0 10px;
    }
    footer #subscription {
        height: 155px;
        padding: 10px;
    }
    footer #subscription > div {
        width: 95%;
        flex-direction: column;
        text-align: center;
    }
    footer #subscription form {
        width: 95%;
    }
    footer #subscription > div > div {
        width: 95%;
        margin: 0 0 10px;
    }
    footer .block-footer {
        flex-direction: column;
        width: 95%;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    footer .block-footer > div {
        margin: 20px 0 20px;
    }
    footer .block-footer h4 {
        font-size: 20px;
    }
    footer .block-footer h4::before {
        right: 0;
        margin: 0 auto;
    }
    footer .block-footer .menu-f li a {
        font-size: 16px;
    }
    footer #copyright {
        line-height: normal;
        padding: 10px;
    }
    #authModal.modal.modal-right .modal-dialog {
        width: 90%;
    }
    #cartModal .modal-title {
        padding: 0 0 0 10%;
    }
    .group-delivery {
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    #cartTable thead {
        display: none;
    }
    #cartTable {
        overflow-x: scroll;
        display: block;
    }
    .form-check {
        margin-bottom: 0.8rem;
    }
}