@font-face {
    font-family: "Font Awesome 6 Free";
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.head-adv {
    height: 130px;
}

.modal-backdrop {
    z-index: 2 !important
}

.btn.btn-sm.btn-danger.position-absolute {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

:root {
    --main-color: #FF6600 !important;
    --white: #fff;
    --black: #000
}
.see-all{color:var(--main-color);}
header {
    position: sticky;
    top: 0;
    z-index: 50
}

@media (min-width:1400px) {
    .container,
    .container-fluid {
        max-width: 1090px
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .container,
    .container-fluid {
        max-width: 920px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .container,
    .container-fluid {
        max-width: 820px
    }
}

@media (max-width:992px) {
    .container,
    .container-fluid {
        max-width: 100%
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background: rgb(255 255 255 / .5);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 12px
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    background: rgb(255 255 255) !important
}

.navbar-expand-lg {
    background: #fff
}

@media (min-width:768px) {
    .navbar-collapse {
        background: #fff !important;
        box-shadow: none !important;
        padding: 0 !important
    }
}

.navbar-collapse {
    background: #F2F2F2;
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    padding-bottom: 10px
}
.navbar-collapse.show {
  min-height: 100vh;
}

.navbar-top-main {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99
}

.bottom-bar {
    z-index: 3021;
    width: 100%;
    background-color: #f6f7f8;
    border-top: 1px solid #d3d3d3
}

.bottom-bar svg {
    width: 20px;
    height: 20px;
    path {
        fill: #6c757d;
        color: #6c757d
    }
}

.body__text5 {
    font-size: 12px !important
}

.add__product {
    position: absolute;
    width: 48px;
    height: 48px;
    font-size: 25px;
    top: -40%;
    left: 50%;
    background-color: var(--main-color);
    border: 5px solid #fff;
    border-radius: 50%;
    transform: translate(-50%) !important
}

@media screen and (max-width:768px) {
    .navbar {
        position: relative;
        padding: 0
    }
    .navbar .header__mobile {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        padding: .9375rem 1rem
    }
}

@media screen and (max-width:576px) {
   
    .pl__0 {
        padding-left: 0 !important
    }
    .pr__0 {
        padding-right: 0 !important
    }
    .navbar {
        position: relative;
        padding: 0
    }
    .navbar .header__mobile {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        padding: .9375rem 1rem
    }
}

body {
    background-color: #F2F2F2
}

.bg-orange {
    background-color: var(--main-color)
}

.text-orange {
    color: var(--main-color)
}

.btn {
    transition: .4s
}

.btn:hover {
    opacity: .7 !important;
    background-color: var(--main-color)
}

.text__white {
    color: var(--white) !important
}

.border-radius__circle {
    border-radius: 50% !important
}

.top__bar {
    position: relative;
    z-index: 1051
}

.top__bar-left .social__links {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.top__bar-left .social__links li {
    margin: 0 12px
}

.top__bar-left .social__links li:first-child {
    margin-left: 0
}

.top__bar-left .social__links li:last-child {
    margin-right: 0
}

.top__bar-left .social__links li a {
    width: 18px;
    height: 18px;
    padding: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s
}

.top__bar-left .social__links li a i {
    color: var(--white);
    font-size: 18px;
    opacity: .6;
    transition: all .5s
}

.top__bar-left .social__links li a:hover {
    transition: all .5s
}

.top__bar-left .social__links li a:hover i {
    opacity: 1;
    transition: all .5s
}

.top__bar-right li {
    margin: 0 5px
}

.top__bar-right li:first-child {
    margin-left: 0
}

.top__bar-right li:last-child {
    margin-right: 0
}

.top__bar-right li a .icon {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s
}

.top__bar-right li a .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: .2;
    position: absolute;
    z-index: 0
}

.top__bar-right li a .icon i {
    color: var(--white);
    font-size: 12px;
    transition: all .5s;
    z-index: 1
}

.badge__custom {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -60%)
}

@media screen and (max-width:991px) {
    .badge__custom {
        left: 75%
    }
}

.navbar-nav {
    padding: 0 .75rem
}

@media screen and (max-width:576px) {
    .navbar-nav {
        padding: 2.25rem 0;
        border-top: 1px solid hsl(0 0% 100% / .1)
    }
}

.navbar-nav.lang__switch .nav-item .dropdown-toggle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--white)
}

.navbar-nav.lang__switch .nav-item .dropdown-toggle span {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.navbar-nav.lang__switch .nav-item .dropdown-menu {
    min-width: 4.5rem !important;
    border-radius: 8px;
    border: none;
    background: var(--white);
    margin-left: 0 !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .1)
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li:first-child .submenu__link {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li:last-child .submenu__link {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li:last-child {
    border-bottom: none
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--grey6) !important;
    background-color: var(--grey2) !important
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li a span {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.navbar-nav.lang__switch .nav-item .dropdown-menu ul li a:hover {
    background-color: var(--white) !important
}

.navbar-nav .nav-item .nav-link {
    padding: .9375rem .75rem !important
}

@media screen and (max-width:768px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--dark);
        padding: .875rem 1rem !important
    }
}

@media screen and (max-width:576px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--dark);
        text-align: left;
        padding: 8px 1rem !important
    }
}

.navbar-nav .nav-item .dropdown-menu {
    min-width: 12.5rem !important;
    border-radius: 8px;
    border: none;
    background: var(--white);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .1)
}

.pagination {
    margin-bottom: 80px !important
}

.navbar-nav .nav-link {
    color: var(--dark);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    transition: all .15s linear
}

.dropdown-toggle::after {
    display: none !important
}

.navbar-nav .nav-link:hover {
    color: var(--grey7)
}

.dropdown-menu {
    font-size: .875rem
}

.dropdown-submenu {
    display: block;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-link {
        transition: none
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg {
        min-width: 25rem !important;
        border-radius: .25rem
    }
    .dropdown-animate>.dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none
    }
    .dropdown-animate[data-bs-toggle=hover]>.dropdown-menu {
        display: block;
        margin: 0;
        transform: translateX(10px) translateY(5px) scale(.97);
        transition: all .2s ease
    }
    .dropdown-animate[data-bs-toggle=hover]:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(10px) translateY(-3px) scale(1)
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .dropdown-animate[data-bs-toggle=hover]>.dropdown-menu {
        transition: none
    }
}

.products .row {
    padding-inline: 10px
}

.products .row>.col-lg-3 {
    margin-bottom: 8px !important
}

.card__multiple-products input[type=checkbox]:not(:checked) {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--grey1) !important;
    background-color: var(--white) !important;
    background-image: none;
    z-index: 1;
    transition: all .3s
}

.card__multiple-products input[type=checkbox]:not(:checked):after {
    content: "";
    opacity: 0;
    transform: rotate(-25deg);
    transition: all .3s
}

nav picture img {
    width: 130px
}

.btn-secondary,
.catalogue-dropdown .catalogue__btn {
    cursor: pointer;
    text-decoration: none;
    padding: 12px 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    min-width: -moz-min-content;
    min-width: min-content;
    border: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    transition: all .3s
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--white)
}

.btn-secondary:active,
.btn-secondary:focus {
    text-decoration: none;
    background-color: var(--secondary-dark) !important;
    color: var(--white) !important;
    transition: all .3s
}

.btn-secondary:hover {
    text-decoration: none;
    background-color: var(--secondary-light);
    color: var(--white);
    transition: all .3s
}

header select {
    position: relative;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: var(--white) !important;
    border: 1px solid var(--white) !important;
    padding: .625rem 1rem !important;
    border-radius: 8px 8px 8px 8px !important;
    color: var(--dark) !important;
    transition: all .5s
}

select::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

select::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

select:-ms-input-placeholder,
select::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

select:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid var(--dark) !important;
    color: var(--dark) !important;
    background-color: var(--white) !important
}

.slim__select.ss-main {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    background-color: var(--white);
    border: 1px solid var(--grey2);
    padding: 0 1.5rem;
    border-radius: 8px 8px 8px 8px !important;
    color: var(--dark);
    transition: all .5s
}

.slim__select.ss-main::-webkit-input-placeholder {
    color: var(--grey2);
    transition: all .5s
}

.slim__select.ss-main::-moz-placeholder {
    color: var(--grey2);
    transition: all .5s
}

.slim__select.ss-main:-ms-input-placeholder,
.slim__select.ss-main::-ms-input-placeholder {
    color: var(--grey2);
    transition: all .5s
}

.slim__select.ss-main:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--dark);
    color: var(--dark);
    background-color: var(--white);
    transition: all .5s
}

.input-group.main__search {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0
}

.input-group.main__search input:-internal-autofill-selected {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.input-group.main__search input:-webkit-autofill {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.input-group.main__search input:-moz-autofill {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.input-group.main__search input:-o-autofill {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.input-group.main__search input:autofill {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.input-group.main__search input {
    position: relative;
    font-weight: 400 !important;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid var(--white) !important;
    padding: .625rem 1rem !important;
    border-radius: 8px 8px 8px 8px !important;
    color: var(--dark) !important;
    transition: all .5s;
    z-index: 0;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
    user-select: none
}

.input-group.main__search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

.input-group.main__search input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

.input-group.main__search input:-ms-input-placeholder,
.input-group.main__search input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--grey5) !important;
    transition: all .5s
}

.input-group.main__search input:active,
.input-group.main__search input:focus {
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 0 0 1000px #fff inset !important;
    outline: 0 !important;
    border: 1px solid var(--grey6) !important;
    color: var(--dark) !important;
    background-color: var(--white) !important
}

.input-group.main__search .slim-select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.input-group.main__search .slim-select .slim-select-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group.main__search .slim-select .select-custom {
    border: 0;
    height: 100%;
    background-image: none
}

.input-group.main__search .slim-select .select-custom:active,
.input-group.main__search .slim-select .select-custom:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.input-group.main__search .slim-select .select-custom .ss-arrow {
    display: none
}

.input-group.main__search .slim-select .select-custom .ss-arrow path {
    fill: none;
    stroke: none
}

.input-group.main__search .slim-select .search-btn {
    display: -ms-flexbox;
    display: flex;
    width: 127px;
    height: 48px;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px
}

@media screen and (max-width:576px) {
    .input-group.main__search .slim-select .search-btn {
        width: auto
    }
}

.form-check.custom__checkbox input.form-check-input[type=checkbox]:not(:checked) {
    background-color: var(--white);
    border: 1px solid var(--grey6);
    color: var(--grey6);
    border-radius: 3px !important
}

.form-check.custom__checkbox input.form-check-input[type=checkbox]:not(:checked):after {
    opacity: 0;
    transition: all .3s
}

.form-check.custom__radio .form-check-input[type=radio]:not(:checked) {
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border: 2px solid var(--grey3);
    background-image: none
}

.form-check.coloring .form-check-input[type=radio]:not(:checked) {
    background-color: #fff0;
    border: 2px solid var(--white)
}

.form-check-input[type=checkbox]:not(:checked) {
    background-color: #fff;
    border: 1px solid var(--grey3);
    color: #fff;
    border-radius: 3px !important
}

.form-check-input[type=radio]:not(:checked) {
    background-color: #fff;
    border: 1px solid var(--grey3)
}

.form-switch input[type=checkbox][role=switch]:not(:checked) {
    width: 51px;
    height: 31px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #dbe0e2;
    color: #fff;
    border: none;
    border-radius: 50px !important;
    background-image: none
}

.form-switch input[type=checkbox][role=switch]:not(:checked):after {
    content: "";
    position: relative;
    top: 2px;
    left: 3px;
    width: 27px;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 90px;
    transform: translateX(0);
    transition: .3s;
    width: 100%;
    height: 100%;
    max-width: 27px;
    max-height: 27px;
    filter: drop-shadow(0 3px 1px rgb(0 0 0 / .06)) drop-shadow(0 3px 8px rgb(0 0 0 / .15))
}

.navbar-nav select {
    background: #e0e0e0;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px
}

.slim__select.ss-main {
    display: -ms-flexbox;
    display: flex
}

.slim__select.ss-main .ss-values {
    overflow-x: hidden
}

.slim__select.ss-main .ss-values .ss-single {
    white-space: nowrap
}

.dropdown-menu {
    font-size: .875rem
}

.dropdown-menu .dropdown-item img {
    width: auto;
    height: 14px;
    margin-right: .5rem;
    position: relative;
    top: -1px
}

.dropdown-submenu {
    display: block;
    position: relative
}

.catalogue-dropdown {
    position: relative
}

@media screen and (max-width:576px) {
    .catalogue-dropdown {
        position: static
    }
}

.catalogue-dropdown .catalogue__btn {
    background-color: var(--main-color) !important;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 400;
    position: relative
}

.catalogue-dropdown .catalogue__btn:active,
.catalogue-dropdown .catalogue__btn:focus,
.catalogue-dropdown .catalogue__btn:hover {
    text-decoration: none;
    background-color: var(--main-color) !important;
    color: var(--white) !important;
    transition: all .3s
}

.catalogue-dropdown .catalogue__btn .toggler-title {
    font-size: 16px;
    font-weight: 600
}

.catalogue-dropdown .catalogue__btn #menu-toggler {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.catalogue-dropdown .catalogue__btn #menu-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.catalogue-dropdown .catalogue__btn #menu-toggler span:first-child {
    top: 19px
}

.catalogue-dropdown .catalogue__btn #menu-toggler span:nth-child(2),
.catalogue-dropdown .catalogue__btn #menu-toggler span:nth-child(3) {
    top: 12px
}

.catalogue-dropdown .catalogue__btn #menu-toggler span:nth-child(4) {
    top: 5px
}

.menu-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: all .5s ease-in-out
}

.menu-btn_burger,
.menu-btn_burger:before {
    width: 26px;
    height: 2px;
    background: var(--main-color);
    border-radius: 30px;
    transition: all .5s ease-in-out
}

.menu-btn_burger:before {
    content: "";
    position: absolute;
    transform: translate(-14px, -10px)
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.menu-btn_burger:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    right: 0;
    background: var(--main-color);
    border-radius: 30px;
    transition: all .5s ease-in-out;
    transform: translateY(10px)
}

.menu-btn.open .menu-btn_burger {
    transform: translateX(-50px);
    background: 0 0;
    box-shadow: none
}

.menu-btn.open .menu-btn_burger:before {
    transform: rotate(45deg) translate(26px, -35px)
}

.menu-btn.open .menu-btn_burger:after {
    transform: rotate(-45deg) translate(44px, 35px);
    width: 26px
}

.navbar-expand-lg .navbar-collapse .lang__switch {
    border-top: 1px solid hsl(0 0% 100% / .1);
    padding: 2.25rem 0 !important
}

.navbar-expand-lg .navbar-collapse .lang__switch li {
    width: 100%;
    margin: 0 8px
}

.navbar-expand-lg .navbar-collapse .lang__switch li a {
    width: 100%;
    height: 100%;
    color: var(--grey6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--white);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding: 0 12px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.navbar-expand-lg .navbar-collapse .lang__switch li a span {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.navbar-expand-lg .navbar-collapse .lang__switch li:first-child {
    margin-left: 0
}

.navbar-expand-lg .navbar-collapse .lang__switch li:last-child {
    margin-right: 0
}

.navbar-expand-lg .navbar-collapse .social__list {
    border-top: 1px solid hsl(0 0% 100% / .1)
}

.navbar-expand-lg .navbar-collapse .social__list li {
    margin-left: auto
}

.add__market {
    background: var(--main-color);
    justify-content:center;
    padding: 10px;
    border-radius: 50%;
    width:36px !important;
    color: var(--white) !important
}

.menu-section {
    padding: 1.25rem 0 5.5rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    border: none;
    margin-top: 4.0625rem !important;
    min-width: 14.0625rem !important;
    transition: all .5s
}

.menu-section ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-section .dropdown-submenu {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 14.0625rem !important;
    padding: 1.25rem 0 2.5rem;
    margin-bottom: 0;
    border-left: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    transform: translateX(100px);
    transition: all .3s
}

.menu-section .dropdown-submenu .submenu-item {
    text-decoration: none;
    display: block;
    padding: 0
}

.menu-section .dropdown-submenu .submenu-item .subitem__box {
    font-size: 16px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: gray !important;
    padding: .625rem 1.875rem !important;
    transition: all .3s !important
}

.menu-section .dropdown-submenu .submenu-item .subitem__box i {
    display: none
}

.menu-section .dropdown-submenu .submenu-item .subitem__box:active,
.menu-section .dropdown-submenu .submenu-item .subitem__box:focus,
.menu-section .dropdown-submenu .submenu-item .subitem__box:hover {
    background-color: transparent !important;
    color: var(--main-color) !important;
    transition: all .3s !important
}

.menu-section .nav-header {
    display: none
}

.menu-section .menu-item .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    color: gray;
    padding: .625rem 1.875rem;
    transition: all .3s
}

.menu-section .menu-item .dropdown-item:active,
.menu-section .menu-item .dropdown-item:focus,
.menu-section .menu-item .dropdown-item:hover {
    background-color: #fff0;
    color: var(--main-color);
    transition: all .3s
}

.menu-section .menu-item .dropdown-item .cat-icon,
.menu-section .menu-item .dropdown-item img {
    display: none
}

.menu-section .menu-item .dropdown-item .item__box span {
    margin-left: 10px
}

.menu-section .menu-item:hover .dropdown-submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-left: 1px solid lightgray;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s
}

@media screen and (max-width:576px) {
    .menu-section {
        position: fixed !important;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 100dvh;
        height: 100%;
        min-width: 0dvw !important;
        width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: var(--grey);
        border: none;
        overflow: hidden;
        margin-top: 0 !important;
        transition: all .5s
    }
    .menu-section.show {
        width: 100%;
        min-width: 100dvw !important;
        z-index: 1051
    }
    .menu-section ul {
        list-style: none
    }
    .menu-section .nav-header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.3125rem 1.75rem;
        background-color: var(--main-color);
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        z-index: 1
    }
    .menu-section .nav-header i {
        font-size: 30px;
        color: #fff;
        z-index: 1
    }
    .menu-section .nav-header .header-title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin: 0 auto;
        left: 0;
        transform: translateX(0);
        transition: all .3s
    }
    .menu-section .nav-header .btn__close {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all .3s
    }
    .menu-section .nav-header .btn__back {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        transform: translateX(-100%);
        transition: all .3s
    }
    .menu-section .nav-header .btn__back.hide-btn {
        opacity: 0;
        visibility: hidden;
        transform: translateX(0);
        transition: all .3s
    }
    .menu-section .nav-body {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        list-style: none;
        padding: 72px 0 0;
        transform: translateX(0);
        transition: all .5s
    }
    .menu-section:first-child .menu-item .dropdown-item .item__box {
        margin-top: 20px
    }
    .menu-section .menu-item.has-submenu .dropdown-item .item__box {
        font-size: 14px;
        font-weight: 600;
        color: gray;
        background-color: #fff;
        padding: .5625rem .75rem .5625rem 1rem;
        margin-top: 12px;
        border-radius: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .menu-section .menu-item.has-submenu .dropdown-item .item__box span {
        margin-left: auto
    }
    .menu-section .menu-item.has-submenu .dropdown-item .item__box span:not(:last-child) {
        margin-left: 10px
    }
    .menu-section .menu-item .dropdown-item {
        position: relative;
        background-color: #fff0;
        padding: 0 1rem;
        transition: all .3s
    }
    .menu-section .menu-item .dropdown-item .item__box {
        font-size: 14px;
        font-weight: 600;
        color: gray;
        background-color: #fff;
        padding: .5625rem .75rem .5625rem 1rem;
        margin-top: 12px;
        border-radius: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .menu-section .menu-item .dropdown-item .item__box span {
        margin-left: 10px
    }
    .menu-section .menu-item .dropdown-item:active,
    .menu-section .menu-item .dropdown-item:focus,
    .menu-section .menu-item .dropdown-item:hover {
        background-color: #fff0;
        color: gray
    }
    .menu-section .menu-item .dropdown-item i {
        display: none
    }
    .menu-section .menu-item .dropdown-item .cat-icon {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 24px;
        margin-left: auto
    }
    .menu-section .menu-item .dropdown-item img {
        width: 100%;
        height: 100%;
        max-height: 55px;
        max-width: 70px;
        display: block;
        object-fit: contain;
        object-position: center;
        aspect-ratio: 1/1
    }
    .menu-section .menu-item .dropdown-submenu {
        padding: 4.5rem 1rem !important;
        border-left: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: var(--grey);
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: all .5s
    }
    .menu-section .menu-item .dropdown-submenu .menu-item:first-child .submenu-item .subitem__box {
        margin-top: 24px
    }
    .menu-section .menu-item .dropdown-submenu .menu-item .submenu-item {
        position: relative;
        text-decoration: none;
        padding: 0 !important
    }
    .menu-section .menu-item .dropdown-submenu .menu-item .submenu-item .subitem__box {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: var(--grey8) !important;
        padding: .75rem 1rem;
        border-radius: 8px;
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .menu-section .menu-item .dropdown-submenu .menu-item .submenu-item .subitem__box i {
        display: block;
        margin-right: 10px
    }
}

.card__multiple-products input[type=checkbox]:not(:checked) {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--grey1) !important;
    background-color: var(--white) !important;
    background-image: none;
    z-index: 1;
    transition: all .3s
}

.card__multiple-products input[type=checkbox]:not(:checked):after {
    content: "";
    opacity: 0;
    transform: rotate(-25deg);
    transition: all .3s
}

.catalogue__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 1050;
    display: none
}

.catalogue__backdrop.open {
    display: block
}

.category-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.category-card-box {
    text-decoration: none;
    color: #000;
    display: block
}

.category-card-box h6 {
    font-size: 10px;
    margin-bottom:0;
}

.category-card img {
    height: 65px;
    object-fit: contain
}

.upgrade-card button {
    background: #f6f8ff;
    border: 1px solid #e8edf8;
    border-radius: 12px;
    text-align: left;
    min-height: 74px;
    transition: all .2s ease
}

.upgrade-card button:hover {
    border-color: #4f80f7;
    transform: translateY(-1px)
}

.upgrade-card button p {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #273142
}

.upgrade-card button span {
    font-size: 11px
}

.product-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: transform 0.2s ease
}

.product-card>a:first-child {
    display: block;
    height: 236px
}

@media(max-width:576px) {
    .product-body {
        padding-top: 4px !important
    }
    .product-title {
        margin-top: 0 !important
    }
    .product-card>a:first-child {
        height: 135px
    }
    .products .col-6 {
        padding-inline: 5px !important
    }
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-body {
    text-decoration: none;
    display: block;
    height: 90px;
    padding: 10px
}

.product-price {
    font-weight: 700;
    font-size: 15px;
    color: #000
}

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    margin-top: 4px
}

.product-meta {
    font-size: 10px;
    letter-spacing: -.5px;
    color: #222;
    margin-top: 5px
}

.wishlist-btn {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer
}

.icon-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 1px 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px
}

.icon-badge .crown {
    color: orange
}

.icon-badge .diamond {
    color: crimson
}

.form-container {
    max-width: 700px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .05)
}

.form-title {
    font-size: 26px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 25px
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s ease
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #007aff
}

.form-textarea {
    resize: vertical
}

.form-note {
    font-size: 12px;
    color: #666;
    margin-top: 5px
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #222
}

.form-button {
    width: 100%;
    background: #f97316;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease
}

.form-button:hover {
    background: #ea580c
}

.form-agreement {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    text-align: center
}

.form-agreement a {
    color: #007aff;
    text-decoration: underline
}

.desktop-container {
    display: none
}

@media (max-width:768px) {
    .balance-box {
        justify-content: space-between;
        background: #fff !important;
        box-shadow: 0 0 1px gray;
        padding: 10px 16px;
        border-radius: 8px;
        display: flex;
        margin: 10px auto;
        width: 90%;
        align-items: center;
        gap: 10px
    }
}

@media (min-width:768px) {
    .desktop-container {
        display: block;
        max-width: 960px;
        margin: auto;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgb(0 0 0 / .05)
    }
    .mobile-container {
        display: none
    }
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.balance-box {
    background: #f1f1f1;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px
}

.balance-box span,
.balance-text {
    font-weight: 700;
    font-size: 16px
}

.balance-box button,
.add-button {
    background: #007bff;
    border: none;
    padding: 6px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer
}

.menu {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px
}

.menu-item {
    font-weight: 700;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative
}

.menu-item.active {
    color: #f97316;
    border-bottom: 3px solid #f97316
}

.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px
}

.tab {
    font-size: 14px;
    color: #333;
    background: #f1f1f1;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer
}

.tab.active {
    background: #007bff;
    color: #fff
}

.empty-section {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    color: #666;
    font-size: 15px
}

.new-btn {
    background: #32cd32;
    color: #fff;
    padding: 10px 18px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px
}

.profile-card {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .05);
    text-align: center
}

.profile-name {
    font-weight: 700;
    font-size: 18px
}

.profile-phone {
    color: gray;
    font-size: 14px
}

.profile-info {
    margin-top: 10px;
    font-size: 12px;
    color: #666
}

.menu-icons {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.menu-icon {
    font-size: 14px;
    text-align: center;
    position: relative
}

.swiper-tab {
    font-size: 14px;
    padding: 10px 20px;
    background: #eee;
    border-radius: 20px;
    margin-right: 10px;
    white-space: nowrap
}

.swiper-tab.active {
    background: #f97316;
    color: #fff
}

.product-gallery .thumb {
    width: 80px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 2px solid #fff0;
    border-radius: .35rem;
    transition: border-color .2s ease-in-out
}

.product-gallery .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.product-gallery .thumb:hover,
.product-gallery .thumb:focus {
    border-color: #0d6efd
}

.product-gallery .thumb.active {
    border-color: #0d6efd
}

@media (max-width:575.98px) {
    .product-gallery .thumb {
        width: 68px
    }
}

.customize-btn {
    border-radius: 12px;
    padding-block: 9px;
    border: none
}

.btn-success {
    background: #1dd03f !important
}

.mainSwiper img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: .5rem
}

.thumbSwiper img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: .4rem;
    cursor: pointer
}

.swiper-slide-thumb-active img {
    border: 2px solid var(--main-color)
}
.relates{margin-bottom:120px;}
.sticky-card {
    z-index: 0;
    top: 80px;
    border: none !important
}

.leftadv,
.rightadv {
    position: fixed;
    bottom: 0;
    height: calc(100% - 145px)
}

@media (min-width:1600px) {
    .container,
    .container-fluid {
        max-width: 1460px
    }
    .leftadv,
    .rightadv {
        width: calc((100% - 1460px) / 2)
    }
}

@media (min-width:1400px) {
    .container,
    .container-fluid {
        max-width: 1320px
    }
    .leftadv,
    .rightadv {
        width: calc((100% - 1320px) / 2)
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .container,
    .container-fluid {
        max-width: 920px
    }
    .leftadv,
    .rightadv {
        width: calc((100% - 920px) / 2)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .container,
    .container-fluid {
        max-width: 820px
    }
    .leftadv,
    .rightadv {
        width: calc((100% - 820px) / 2)
    }
}

@media (max-width:992px) {
    .container,
    .container-fluid {
        max-width: 100%
    }
    .leftadv,
    .rightadv {
        display: none
    }
}

.leftadv a,
.rightadv a {
    display: block;
    width: 100%;
    height: 100%
}

.leftadv img,
.rightadv img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.leftadv {
    left: 0
}

.rightadv {
    right: 0
}

.fixed-contact-btns {
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
    z-index: 999
}

.fixed-contact-btns a {
    flex: 1;
    border: none;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px
}

.callings a {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px
}

@media (max-width:992px) {
    .callings {
        display: none
    }
}

.call-btn {
    background-color: #4CAF50
}

.viber {
    background-color: #6f5deb
}

.msg-btn {
    background-color: #4285F4
}

.fixed-contact-btns i {
    margin-right: 6px
}

.blog-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgb(0 0 0 / .1)
}

.blog-img {
    position: relative;
    overflow: hidden;
    height: 190px
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease
}

.blog-card:hover .blog-img img {
    transform: scale(1.08)
}

.blog-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6b00;
    color: #fff;
    font-size: .8rem;
    padding: 4px 10px;
    border-radius: 20px
}

.blog-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blog-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4
}

.blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    margin-top: 4px;
    color: #555;
    flex-grow: 1;
    margin-bottom: 10px
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem
}

.blog-detail-wrapper {
    margin: 0 auto
}

.blog-breadcrumb a {
    font-size: .9rem;
    color: #6c757d;
    text-decoration: none
}

.blog-breadcrumb a:hover {
    text-decoration: underline
}

.blog-hero {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 25px
}

.blog-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / .6), rgb(0 0 0 / .1))
}

.blog-hero-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #fff
}

.blog-hero-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 8px
}

.blog-hero-meta {
    font-size: .9rem;
    opacity: .9
}

.blog-hero-meta span+span::before {
    content: "•";
    margin: 0 6px;
    opacity: .7
}

.blog-body {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px rgb(0 0 0 / .05);
    margin-bottom: 30px
}

.blog-body h1,
.blog-body h2,
.blog-body h3,
.blog-body h4 {
    margin-top: 1.2rem;
    margin-bottom: .6rem;
    font-weight: 600
}

.blog-body p {
    line-height: 1.7;
    margin-bottom: .9rem;
    color: #444;
    font-size: .98rem
}

.blog-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px
}

.blog-gallery img {
    border-radius: 10px;
    width: calc(33.333% - 7px);
    height: 110px;
    object-fit: cover
}

.blog-back-link a {
    text-decoration: none;
    font-size: .9rem;
    color: #0d6efd
}

.blog-back-link a i {
    margin-right: 5px
}

.blog-author-box {
    display: flex;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    font-size: .9rem;
    color: #555
}

.blog-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase
}

.blog-author-name {
    font-weight: 600
}

@media (max-width:768px) {
    .blog-hero img {
        height: 260px
    }
    .blog-hero-title {
        font-size: 1.4rem
    }
    .blog-body {
        padding: 16px
    }
    .blog-gallery img {
        width: calc(50% - 5px);
        height: 100px
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    color: black
}

.alert-safety {
    border: 1px solid #f3b5b5;
    background-color: #fff6f6;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    margin-block: 15px;
    align-items: flex-start;
    gap: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.alert-safety__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ff5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ff5c5c;
    flex-shrink: 0;
}

.alert-safety__text {
    line-height: 1.1;
}

.alert-safety__text strong {
    color: #e53935;
    font-weight: 700;
    font-size: 13px;
    margin-right: 4px;
    line-height: 1.1;
}

.alert-safety__text span {
    color: #222;
    font-size: 12px;
    line-height: 1.1;
}



/* ============================================
   CATEGORY CARDS (Mobile-First Design)
   (Replaces old catmenu styles)
   ============================================ */

.category-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom:70px;
}

.category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.category-card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-card-content {
    flex: 1;
    min-width: 0;
}

.category-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.category-card-subtitle {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-card-arrow {
    color: #ccc;
    font-size: 14px;
    flex-shrink: 0;
}

.category-card:hover .category-card-arrow {
    color: var(--main-color);
}

/* ============================================
   MOBILE MENU (Icon-Based Design)
   Card-based layout with rounded square icons
   ============================================ */

.mobile-menu {
    list-style: none;
    padding: 16px;
    margin: 0;
    background-color: #f5f5f5;
}



.mobile-menu-item i {
    display: flex;
}

.mobile-menu-item:last-child {
    margin-bottom: 0;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 11px 16px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mobile-menu-link:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
.custom-mob{border-radius:12px;margin-inline:16px;overflow:hidden;padding:0;}

.mobile-menu-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 10px;
    font-size: 16.5px;
    flex-shrink: 0;
    margin-right: 16px;
}

.mobile-menu-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.mobile-menu-arrow {
    color: #ccc;
    font-size: 16px;
    flex-shrink: 0;
}

.mobile-menu-link:hover .mobile-menu-arrow {
    color: #999;
}

/* Country Selector Styles */

.mobile-menu-item.country-selector {
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mobile-menu-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu-label {
    font-size: 15px;
    color: #666;
    white-space: nowrap;
}

.mobile-menu-select {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
}

.mobile-menu-select:focus {
    outline: none;
    border-color: var(--main-color);
}
/* ============================================
   CATEGORY ACCORDION STYLES
   ============================================ */

/* Button styling for toggleable categories */
.category-card-toggle {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.category-card-toggle .category-card-arrow i {
    transition: transform 0.3s ease;
}

.category-card-toggle.active .category-card-arrow i {
    transform: rotate(180deg);
}

/* Subcategories container */
.category-subcategories {
    display: none;
    padding: 8px 0 0 0;
    margin-top: 8px;
}

.category-subcategories.active {
    display: block;
}

/* Subcard styling */
.category-subcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin-bottom: 6px;
    background-color: #f8f8f8;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    transition: all 0.2s ease;
}

.category-subcard:hover {
    background-color: #f0f0f0;
    color: #333;
}

.category-subcard-text {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

.category-subcard-arrow {
    color: #999;
    font-size: 12px;
}

/* Subcard toggle (button) */
.category-subcard-toggle {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.category-subcard-toggle .category-subcard-arrow {
    transition: transform 0.3s ease;
}

.category-subcard-toggle.active .category-subcard-arrow {
    transform: rotate(180deg);
}

/* Third level categories */
.category-third-level {
    display: none;
    padding: 6px 0 0 16px;
    margin-top: 6px;
}

.category-third-level.active {
    display: block;
}

.category-third-link {
    display: block;
    padding: 10px 12px;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
}

.category-third-link:hover {
    background-color: #f5f5f5;
    color: #333;
}

.background-card-design{
    border-radius: 12px;
    padding: 16px;
    background:#ffffff86;
    margin-block:20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ============================================
   POST PROMOTION MODALS
   ============================================ */
.promo-modal .modal-dialog {
    max-width: 640px
}

.promo-modal .modal-content {
    border: none;
    border-radius: 12px;
    max-height: calc(100vh - 24px);
    overflow: hidden
}

.promo-modal .modal-body {
    overflow-y: auto
}

.promo-modal__header {
    padding: 16px 20px;
    border-bottom: 1px solid #edf0f6
}

.promo-modal__title {
    font-size: 21px;
    line-height: 1.15;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #273142
}

.promo-modal__icon {
    font-size: 17px
}

.promo-modal__icon--promote {
    color: #72c72f
}

.promo-modal__icon--vip {
    color: #ff4d06
}

.promo-modal__icon--premium {
    color: #f6a726
}

.promo-modal__close {
    font-size: 16px;
    opacity: .45
}

.promo-modal__close:hover {
    opacity: .75
}

.promo-modal__content {
    padding: 16px 20px 14px
}

.promo-modal__description {
    color: #7f89a8;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -.01em
}

.promo-modal__bonus {
    margin-top: 12px;
    border-radius: 12px;
    padding: 12px 14px;
    background: #f3f5fb;
    position: relative
}

.promo-modal__bonus-badge {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    min-width: 82px;
    border-radius: 0 12px 0 10px;
    background: linear-gradient(120deg, #ff6a00, #f39a21);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.promo-modal__bonus-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #818cab;
    font-size: 15px;
    line-height: 1.2
}

.promo-modal__bonus-row+.promo-modal__bonus-row {
    margin-top: 8px
}

.promo-modal__bonus-old {
    color: #2d3747;
    font-weight: 600;
    text-decoration: line-through
}

.promo-modal__bonus-now {
    color: #2d3747;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.promo-modal__bonus-now .fa-arrow-up {
    color: #72c72f;
    font-size: .8em
}

.promo-modal__bonus-now .fa-gem {
    color: #ff4d06;
    font-size: .8em
}

.promo-modal__status {
    text-align: center;
    color: #373f4f;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 12px 8px
}

.promo-modal__section-title {
    margin: 0;
    padding: 11px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #8a92af;
    background: #f4f6fb;
    border-top: 1px solid #eceff6;
    border-bottom: 1px solid #eceff6;
    text-transform: uppercase;
    letter-spacing: .02em
}

.promo-modal__options {
    padding: 0 20px
}

.promo-modal__option {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    cursor: pointer;
    border-bottom: 1px solid #edf0f6
}

.promo-modal__option--payment {
    justify-content: flex-start
}

.promo-modal__option:last-child {
    border-bottom: none
}

.promo-modal__radio {
    appearance: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #e2e8f5;
    position: relative;
    transition: border-color .2s ease
}

.promo-modal__radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #4f80f7;
    transform: scale(0);
    transition: transform .2s ease
}

.promo-modal__radio:checked {
    border-color: #4f80f7
}

.promo-modal__radio:checked::after {
    transform: scale(1)
}

.promo-modal__option-text {
    color: #2b3444;
    font-size: 15px;
    line-height: 1.2
}

.promo-modal__payment-icon {
    margin-left: 10px;
    font-size: 18px;
    color: #1b84e7
}

.promo-modal__footer {
    background: #f4f5f9;
    padding: 14px 20px 16px
}

.promo-modal__result {
    font-size: 12px;
    border-radius: 10px
}

.promo-modal__pay-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #4f80f7;
    transition: background .2s ease
}

.promo-modal__pay-btn:hover {
    background: #3f73ef;
    color: #fff
}

.promo-modal__pay-btn.is-loading {
    opacity: .8
}

.promo-modal__terms {
    margin: 12px auto 0;
    max-width: 92%;
    text-align: center;
    color: #a5adbf;
    font-size: 12px;
    line-height: 1.4
}

.promo-modal__terms a {
    color: inherit;
    text-decoration: underline
}

@media (max-width: 992px) {
    .promo-modal .modal-dialog {
        max-width: calc(100% - 16px);
        margin: 10px auto
    }

    .promo-modal__header {
        padding: 14px 16px
    }

    .promo-modal__content {
        padding: 14px 16px 12px
    }

    .promo-modal__options {
        padding: 0 16px
    }

    .promo-modal__footer {
        padding: 12px 16px 14px
    }
}

@media (max-width: 768px) {
    .promo-modal__title {
        font-size: 19px
    }

    .promo-modal__icon {
        font-size: 16px
    }

    .promo-modal__description,
    .promo-modal__bonus-row,
    .promo-modal__status,
    .promo-modal__section-title,
    .promo-modal__option-text,
    .promo-modal__pay-btn {
        font-size: 14px
    }

    .promo-modal__bonus-badge {
        min-width: 66px;
        height: 26px;
        font-size: 11px
    }

    .promo-modal__option {
        min-height: 52px
    }

    .promo-modal__radio {
        width: 20px;
        height: 20px
    }

    .promo-modal__radio::after {
        inset: 2px
    }

    .promo-modal__pay-btn {
        min-height: 44px;
        border-radius: 10px
    }

    .promo-modal__payment-icon {
        font-size: 16px
    }

    .promo-modal__terms {
        max-width: 100%;
        font-size: 11px;
        margin-top: 10px
    }

    .promo-modal__result {
        font-size: 11px
    }
}
