:root {
  --Verdana: Verdana;
  --richblack: #010B13;
  --background-black: rgb(0, 0, 0, 0.5);
  --blue: #1974D2;
  --blue-8: rgb(25, 116, 210, 0.8);
  --yellow: #FFDB58;
  --gold: #FFD700;
  --gold-7: rgb(255, 219, 88, 0.7);
  --gold-d: #FFAA00;
  --main-color: #de2a1c;
  --main-color-2: #464646;
  --main-color-3: #a1772d;
  --red-gradient: linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%);
  --grey-gradient: linear-gradient(90deg, #161616 0%, #969696 50%, #161616 100%);
  --gold-gradient: linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%);
  --gold-gradient-revers: linear-gradient(90deg, #deb969 0%, #895410 50%, #deb969 100%);
}

body {
  font: 14px var(--Verdana);
  line-height: 20px;
}

p {
  text-align: justify;
  margin-bottom: 0rem;
}

a {
  color: unset;
}

a:hover {
  color: var(--main-color);
}

.swiper-button-next, .swiper-button-prev {
  color: var(--main-color);
}

ul li {
  font-size: 14px;
}

.btn:hover {
  border-color: unset;
}

.fon-write {
  background-color: rgb(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 80px;
  } 
}

.questions-section-question {
  line-height: 45px;
}

.text-block h2 {
    color: #000;
}

/*.main-fon {
  background: url(/templates/microton/img/fon.png);
  background-attachment: fixed;
  background-size:cover;
}*/

/* header */

.header-logo-left a {
  display: flex;
  align-items: center;
}

.header-logo-left a div {
  margin-left: 20px;
}

.header__wrapper--first {
  background-color: #010000;
  color: #fff;
}

.img-fluid.main-menu-logo {
  border-radius: 12px;
  max-height: unset;
}

.header-name {
  color: #fff;
}

@media (max-width: 800px) {
  .d-md-none {
      display: flex !important;
  }
}

.mine-menu-button {
  height: 45px;
  width: 55%;
}

/* breadcrumb */

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb .pathway {
  color: #000;
}

/* .questions */

.questions-section-wrapper {
  height: 450px;
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/001.jpg) center 50%;
  background-size: 100%;
}

.questions-section-container {
  height: 450px;
}

@media screen and (max-width: 576px) {
    .questions-section-container {
        height: 100%;
    }

    .questions-section-wrapper .col-12 {
        height: 100%;
    }

    .questions-section-wrapper {
        height: 100%;
        background-size: unset;
    }
    
    .questions-section-contacts-card .rf-form .row {
        flex-direction: column;
    }

    .questions-section-contacts-wrapper {
        height: 100%;
    }
}

/* footer */

footer {
  background-color: #44454a;
}

.section-footer div a {
  color: var(--white);
}

.section-footer div a:hover {
  color: var(--white);
}

.advantages-section-item-btn {
    background-image: url(/templates/microton/img/advantages-icon/bg8.jpg);
    background-size: cover;
}

[class^="advantages-section-item-"]::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.advantages-section-item-inner {
  background: linear-gradient(45deg, #161616 0%, #969696 50%, #161616 100%);
}

.advantages-section-item-title {
  color: #000;
  text-shadow: 0px 0px 14px #fff;
}

.container_header {
  font-size: 14px;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center;
}

.container_header div:nth-child(1), .container_header div:nth-child(3) {
  font-size: 20px;
  line-height: 25px;
}

.col-12.d-none.d-lg-flex.align-items-center.justify-content-center.col-lg-2.col-xl-3.px-0 {
    padding-right: 45px !important;
}

.partners_h2 {
    text-align: left;
    margin-left: -20px;
    font-size: 40px;
    color: #0b53b3;
}

.advantages-section-title h2 {
    font-weight: unset;
    font-size: 40px !important;
    text-align: left;
}

.about-section-company-title h2 {
    font-weight: unset;
}

.about-section-company-title span {
    font-weight: unset;
}

.slides {
    height: 600px;
}

.custom .category-card__img {
    height: calc(100% + 40px);
}

.category-card__img {
    height: calc(75% + 40px);
}

.category-card__text {
  max-width: unset;
}

div[itemprop="articleBody"] .complex {
  background: unset;
}

div[itemprop="articleBody"] .complex::before {
  display: none;
}

div[itemprop="articleBody"] .complex h2 {
  color: #000;
}

.complex {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background: #fff;
  background-size: 100%;
  margin-top: -30px;
}

/*.complex::before {
  content: "";
  background: var(--background-black);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}*/

.complex h2 {
  text-align: left;
  font-size: 40px;
  color: #000;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
  margin-left: 12px;
}

.about-section-inner {
  margin: 0px;
}

.mine-reviews-slider-slide_content_width {
    position: relative;
}

.mine-reviews-slider-slide {
    min-height: 100%;
}

.mine-reviews-section {
    margin-bottom: 50px;
}

/* clients slider */

.swiper-slide img.logo {
    width: 150px !important;
}

/* works */

.works {
  background: unset;
  padding-bottom: 0px;
}

/* our works slider */

.ourWorksSwiper2 .swiper {
    width: 100%;
    height: 100%;
  }

  .ourWorksSwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ourWorksSwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .ourWorksSwiper2 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .ourWorksSwiper2 .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .ourWorksSwiper2 {
    height: 80%;
    width: 100%;
  }

  .ourWorksSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .ourWorksSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .ourWorksSwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .ourWorksSwiper .swiper-slide img {
    /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

.inner-catalog-card-img img {
    display: block;
    height: 330px;
    object-fit: cover;
}

.inner-catalog-card-properties h2 {
  font-size: 24px;
  color: var(--main-color);
  font-weight: bold;
}

/* mine examples */

.in-card-slider-section-title h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  color: var(--black);
  font-weight: 700;
}

.in-card-slider-tab {
  height: 40px;
  padding: 30px 0;
  font-weight: 700;
  text-align: center;
  /* color: var(--white);
  background-color: var(--gray-dark); */
}

.in-card-slider-tab {
  color: var(--white);
  background-color: #353839;
  border-right: var(--white) 1px solid;
}

.in-card-slider-tab div {
  cursor: pointer;
}

.in-card-slider-tab-active {
  background-color: var(--gray-lightest);
  color: var(--gray-dark);
}

.in-card-slider-area-wrapper {
  background-color: var(--gray-lightest);
  padding: 30px 30px;
}

.in-card-slider-area {
  display: none;
  width: 100%;
  background-color: var(--gray-lightest);
  padding: 30px 30px;
}

.in-card-slider-area-active {
  display: block;
}

.in-card-slider-card {
  background-image: unset;
  background-color: var(--grayest);
  padding: 25px 25px 0px 25px;
  overflow: hidden;
}

.in-card-slider-card:hover {
  background-image: unset;
  background-color: var(--white);
  padding: 25px 25px 0px 25px;
  overflow: hidden;
}

.in-card-slider-card img {
  display: block;
  height: 50vh;
  object-fit: cover;
}

.inner-catalog-card-tabs {
  margin-top: 15px;
}

.inner-catalog-card-price-btn {
  height: 40px;
  padding: 30px 0;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--main-color);
}

.in-card-slider-tab-link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.in-card-slider-tab-link-header {
  font-size: 2.1rem;
  font-weight: 700;
}


/* slider in card */

.inCardSwiperWidthSet {
  max-width: 495px !important;
}

/*.inCardSwiper .swiper {
   width: 100%;
  height: 100%; 
}*/

.inCardSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inCardSwiper .swiper-slide img {
  /* display: block;
  width: 100%; 
  height: 600px;*/
  object-fit: cover;
}

.inCardSwiper .swiper {
  /* width: 100%; */
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.inCardSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

/*.inCardSwiper {
    height: 80%;
 width: 100%; 
}*/

.inCardSwiperThumbs {
  padding: 10px 0;
}

.inCardSwiperThumbs .swiper-slide {
  /* width: 25% !important; */
  height: 100%;
  opacity: 0.4;
}

.inCardSwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.inCardSwiperThumbs .swiper-slide img {
  max-height: 75px;
  object-fit: cover;
  cursor: pointer;
  margin-bottom: 10px;
  /* display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  width: 100px;
  height: 75px;
  object-fit: cover;
  margin: 0 5px;
  transition: transform 0.3s ease;*/
}

.inCardSwiperThumbs .swiper-wrapper {
  justify-content: space-between;
}

.tb_standart_500 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.tb_standart_500 th {
  padding: 3px;
  /* border-width: 1px;
  border-color: #000000; */
}

.tb_standart_500 td {
  padding: 3px;
  /* border-width: 1px;
  border-color: #000000; */
}

.tb_standart_500-div {
  width: 75%;
  display: inline-block;
}

.tb_standart_500-1-td {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .tb_standart_500-div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .tb_standart_500 tr {
    display: block;
  }

  .tb_standart_500 th {
    display: none;
  }

  .tb_standart_500 td {
    display: block;
  }

  .tb_standart_500-1-td {
    font-weight: 700;
  }

  .tb_standart_500-1-td {
    text-align: center;
  }
  
}

@media screen and (max-width: 767px) {
  .mine-top-slider-slide_content_title .main-menu-logo {
    display: none;
  }

  .mine-top-slider-slide_content_title {
    font-size: 50px;
    color: var(--white);
  }

  .mine-top-slider-slide_content_subtitle {
    font-size: 40px;
  }

  .mine-top-slider-slide_content_width {
    /* max-width: 400px !important; */
    margin-left: 30px;
    margin-right: 30px;
  }

  .mine-top-slider-slide_callback-btn {
    padding-right: 21px;
  }

  .mine-top-slider-slide_content_subtitle .mine-top-slider-slide-button {
    width: 315px;
  }

  .category-card__text:before, .link-show-more:before {
    top: 95%;
    position: absolute;
  }

  .about-section-company-text li {
    margin-bottom: 10px;
  }

  .partners_h2 {
    font-size: 35px;
  }

  .partner-logo img {
    height: 90px;
  }

  .ourWorksSwiper .swiper-slide img {
    max-width: 35px;
    height: 35px;
  }

  .footer-contacts {
    text-align: center;
  }
}

/* .in-card-tab {
  width: 325px;
} */

.sidebar-left .nav-child .nav-child {
  display: block;
}

.sidebar-left-col ul.nav li ul li a {
  font-weight: 500;
}

.sidebar-left-col ul.nav li ul li ul a {
  font-weight: 500;
}

@media (max-width: 768px) {
  .sidebar-left .nav-child .nav-child {
    display: none;
  }

  .nav-child .deeper:hover > .nav-child {
    display: none;
  }

  .nav-child .deeper:hover > .product__title + ul.nav-child {
    display: none;
  }

  .catalog__card.catalog__card--main .tile-card__content:last-child {
    margin: 18px;
    font-size: 16px;
  }
}

/* catalog */

@media screen and (min-width: 768px) {
  .catalog__card.catalog__card--main {
    width: 33%;
  }

  .catalog__card.catalog__card--main .tile-card__img {
    height: 190px;
  }
}

@media screen and (min-width: 1260px) {
  .catalog__card.catalog__card--main:nth-child(3n) {
    border-color: transparent;
  }
}

@media screen and (min-width: 1260px) {
  .catalog__card.catalog__card--main:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
}

/* main menu */

.main-menu a {
  font-size: 18px;
  color: var(--white);
}

.main-menu ul a {
  padding: 5px 15px;
  color: var(--richblack);
}

.row.px-0.mx-0.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

nav.topMenuHeader {
  background-color: #000;
}

.main-menu li {
    margin: auto;
}

ul.main-menu li a {
    width: max-content;
}

.main-menu > li.active, .main-menu li.current {
  background-color: #000;
}

.main-menu > li.active > a, .main-menu li.current > a {
  color: var(--white);
  font-weight: 700;
}

.mine-menu-button {
  background-color: var(--white);
  color: #000;
  border-color: #000;
  margin-left: auto !important;
}

.main-menu a:hover, .main-menu > li.active > a, .main-menu li.current > a {
  color: #deb969;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: max-content;
}

.main-menu a:hover {
  color: #deb969;
  font-weight: 700;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-menu li ul {
  background-color: #000;
  width: auto;
}

.main-menu li ul li ul {
  left: 100%;
  top: 10px;
}

.main-menu li ul a {
  color: var(--white);
}

.main-menu li ul a:hover {
  font-weight: 700;
}

.mine-menu-button:first-child:after {
  background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24-black.svg);
  width: 27px;
}

.topMenuHeader.header__second.py-md-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.header__second .btn:hover {
  background: var(--gold-gradient);
  color: var(--white);
}

.mine-menu-button:first-child:hover:after {
  background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24_white.svg);
}

/* left-menu */

.sidebar-left-col ul.nav .item-260,
.sidebar-left-col ul.nav .item-261,
.sidebar-left-col ul.nav .item-286,
.sidebar-left-col ul.nav .item-287,
.sidebar-left-col ul.nav .item-322 {
  display: none;
}

.sidebar-left-col {
  width: auto;
  max-width: 310px;
}

.sidebar-left {
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.sidebar-left .mod-menu.nav > li.item-325 > a {
    display: block;
    padding: 12px 15px;
    background-color: #f8f9fa;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.nav-item.current.parent a {
  border-left-color: var(--main-color, #de2a1c) !important;
}

.nav-item.current.parent li a {
      border-left: 3px solid transparent !important;
}

.sidebar-left .mod-menu.nav > li.item-325 > a:hover {
    background-color: #f0f0f0;
    border-left-color: #cccccc;
}

.sidebar-left .mod-menu__sub {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
}

.sidebar-left .mod-menu__sub li {
    margin-bottom: 3px;
}

.sidebar-left .mod-menu__sub li a {
    display: block;
    padding: 10px 15px;
    background-color: #f8f9fa;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.sidebar-left .mod-menu__sub li a:hover {
    background-color: #f0f0f0;
    color: #333333;
    border-left-color: #999999;
}

.sidebar-left .mod-menu__sub li.current a {
    background-color: #f5f5f5;
    color: #333333;
    font-weight: 500;
    border-left-color: var(--main-color, #de2a1c);
}

.sidebar-left .mod-menu.nav {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebar-left ul, 
.sidebar-left li {
    list-style: none;
}

@media (max-width: 768px) {
    .sidebar-left {
        padding: 15px 10px;
    }
    
    .sidebar-left .mod-menu__sub li a {
        padding: 12px 15px;
        font-size: 16px;
    }
}

.sidebar-left-col {
    width: auto;
    max-width: 310px;
}

.sidebar-left {
    background: #ffffff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.sidebar-left-section {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-left-section .nav-item {
    margin-bottom: 8px;
    list-style: none;
}

.sidebar-left .mod-menu.nav > li.item-185 > a {
  display: block;
  padding: 12px 15px;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.sidebar-left .mod-menu.nav > li.item-185 > a:hover {
    background-color: #f0f0f0;
    border-left-color: #cccccc;
}

.nav-item.current.parent a {
    border-left-color: var(--main-color, #de2a1c) !important;
}

.nav-item.current.parent li a {
    border-left: 3px solid transparent !important;
}

.sidebar-left-section .nav-item a {
    display: block;
    padding: 12px 15px;
    background-color: #f8f9fa;
    color: var(--main-color-2, #464646);
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.sidebar-left-section .nav-item a:hover {
    background-color: #f0f0f0;
    border-left-color: var(--main-color-3, #a1772d);
    transform: translateX(3px);
}

.sidebar-left-section .nav-item.current a {
    background: linear-gradient(135deg, #f5f5f5, #e9ecef);
    border-left-color: var(--main-color, #de2a1c);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.sidebar-left-section .nav-item a {
    padding-left: 15px;
}

.nav-item.current.parent li a:hover {
    background-color: #f0f0f0;
    color: #333333;
    border-left-color: #999999 !important;
}

.sidebar-left ul, 
.sidebar-left li {
    list-style: none;
}

.sidebar-left a {
    text-decoration: none;
}

.sidebar-left a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .sidebar-left {
        padding: 15px 10px;
    }
    
    .sidebar-left-section .nav-item a {
        padding: 12px 15px 12px 25px;
        font-size: 14px;
    }
}

.sidebar-left-section .nav-item a {
    animation: fadeInMenu 0.3s ease forwards;
}

@keyframes fadeInMenu {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* sidebar menu */

.sidebar-left a {
  color: var(--richblack);
  text-decoration: none;
}

.sidebar-left a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.sidebar-left-col ul.nav li {
  margin-top: 10px;
}

@media screen and (max-width: 400px) {
  .catalog__card.catalog__card--main .tile-card__img {
      width: unset;
      height: 155px;
  }
}

.new-year-promo {
  padding: 150px 0 0 0;
  height: 350px;
}

.new-year-promo__header {
  text-align: center;
  font-size: 40px;
  color: #0b53b3;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.new-year-promo__text {
  text-align: center;
}

/* footer */

.header__wrapper .d-lg-none {
  display: none !important;
}

.footer__first {
  padding: 25px 0 0;
}

.footer__first ul {
  line-height: 15px;
}

.footer__first .main-menu-logo {
  border-radius: 12px;
  max-height: 80px;
}

.section-footer.container {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}

.section-footer.container .footer-section-social-icon {
  width: unset;
}

.footer__first {
  margin-bottom: 15px;
}

.footer__first ul.nav .item-101 {
  display: unset;
}

.footer__second {
  padding-top: 10px;
}

.footer-section-wrapper {
  padding-bottom: 7px;
}

.ip-sys-section {
  text-align: center;
}

.ip-sys-section a {
  color: #fff;
}

.ip-sys-section a:hover {
  color: #fff;
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .section-footer.container {
    display: block;
    text-align: center;
  }

  .footer-contacts {
    display: none !important;
  }

  .main-menu-logo {
    margin-bottom: 10px;
  }
}

/* top-slider */ 

.top-slider_h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 26px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 4;
  background-color: var(--blue-8);
  padding: 10px 20px 10px 20px;
  border-radius: 25px;
}

.top-slider_h2-span-text {
  font-size: 18px;
}

.top-slider_h2-span-logo {
  font-size: 55px;
}

.mine-top-slider-wrapper {
  height: 750px;
}

/* .mine-top-slider-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 114%;
  left: 0;
  top: 182px;
  background: linear-gradient(0deg, #0f56a3 3%, #2d5e9500 55%, #2d5e9500 55%, #2d5e9500 55%, #0b53a5c2 100%);
  z-index: 3;
} 

.gradient {
  width: 100%;
  height: 114%;
  position: absolute;
  background: #001a3059;
  top: 182px;
  left: 0;
  z-index: 1;
} */

.bgvideo {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  z-index: 0;
}

@media screen and (max-width: 1300px) {
  .mine-top-slider-wrapper {
    height: 550px;
  }

  .top-slider_h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 990px) {
  .mine-top-slider-wrapper {
    height: 425px;
  }

  .top-slider_h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 625px) {
  .mine-top-slider-wrapper {
    height: 275px;
  }

  .top-slider_h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .mine-top-slider-wrapper {
    height: 200px;
  }
}

@media screen and (max-width: 350px) {
  .mine-top-slider-wrapper {
    height: 150px;
  }
}

@media screen and (max-width: 275px) {
  .mine-top-slider-wrapper {
    height: 125px;
  }
  
  .top-slider_h2 {
    top: 67%;
  }
}

/* category */ 

.category-card {
  min-width: 324px;
  height: 258px;
  background: linear-gradient(130deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
  padding-left: 18px;
  padding-top: 12px;
  display: block;
  margin-top: 30px;
  max-width: 100%;
  transition: box-shadow .3s;
  position: relative;
  border-radius: 25px;
}

.category-card:not(div):hover {
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, .4);
  background: linear-gradient(130deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
}

.category-card__text {
  color: var(--blue);
}

/* about-company */

.o-kompanii-gl {
  width: 100%;
  border-radius: 25px;
}

.about-section-inner .about-section-column-right-text {
  background-color: unset;
  color: #000000;
  padding: 10px 15px 10px 15px;
  border-radius: 25px;
}

.about-section-inner .about-section-company-text {
  font-size: 20px;
}

.about-section-company-text span {
    color: var(--main-color);
}

.about-section-company-text a {
  font-size: unset;
  text-decoration: underline;
}

.about-section-company-text a:hover {
    color: var(--main-color);
}

@media screen and (max-width: 1250px) {
  .about-section-column-left {
    width: 50%;
  }

  .about-section-inner .about-section-column-right {
    width: 65%;
  }

  .about-section-column-left-2 {
    right: 5%;
    width: 48%;
  }

  .about-section-inner .about-section-column-right-2 {
    width: 59%;
    padding-top: 200px;
  }
}

@media screen and (max-width: 990px) {
  .about-section-column-left {
    width: 100%;
    position: relative;
  }

  .about-section-inner .about-section-column-right {
    position: relative;
    width: 100%;
    margin-left: unset;
    padding-top: 15px;
    padding-left: 0px;
  }

  .about-section-column-left-2 {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 0;
    padding-right: 0;
  }

  .about-section-inner .about-section-column-right-2 {
    margin-right: auto;
    margin-left: unset;
    width: 100%;
    padding-top: 15px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .row-category {
      width: auto;
  }
}

/* designing */

.designing-section {
  display: flex;
  flex-direction: row-reverse;
}

.swiper-designing-slider img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.js-swiper-designing-button-next.swiper-button-next {
  position: relative;
  top: -170px;
  margin-left: auto;
  margin-right: -50px;
}

.js-swiper-designing-button-prev.swiper-button-prev {
  position: relative;
  top: -191px;
  left: -40px;
}

.span-blue {
  color: var(--blue);
}

.designing-section h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.designing-section ul {
  list-style: inside;
}

.designing-section ul li {
  font: 14px var(--Verdana);
  text-align: justify;
}

.js-swiper-designing-pagination {
  position: relative;
}

.swiper-designing-slider .swiper-wrapper {
  align-items: center;
}

.designing-section img {
  margin-left: 10px;
  border-radius: 25px;
}

.designing-section-in-card .designing-img-div{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 15px;
}

.designing-section-in-card .designing-img-div div {
  text-align: center;
  min-height: 150px;
  border-radius: 5px;
}

.designing-section-in-card .designing-img-div div p {
  font-size: 18px;
  margin: 12px 5px 10px;
  border-radius: 10px;
}

.more-detailed {
  display: block;
  width: fit-content;
  margin-left: auto;
}

.more-detailed a {
  color: var(--blue);
}

/* advantages */

.advantages {
  margin-bottom: 25px;
}

.advantages-section-item-1-bg {
  background-image: none;
}

.advantages-section-item-2-bg {
  background-image: none;
}

.advantages-section-item-3-bg {
  background-image: none;
}

.advantages-section-item-4-bg {
  background-image: none;
}

.advantages-section-item-5-bg {
  background-image: none;
}

.advantages-section-item-6-bg {
  background-image: none;
}

.advantages-section-item-7-bg {
  background-image: none;
}

.advantages-section-item-8-bg {
  background-image: none;
}

.advantages-section-item-inner:hover {
  opacity: 1;
}

.advantages-section-item:hover .advantages-section-item-title {
  color: #000000;
  text-shadow: 0px 0px 14px #fff;
}

.advantages-section-item {
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.12);
}

.advantages-section-item-inner img {
  padding-top: 12%;
  max-width: 150px;
}

@media screen and (max-width: 990px) {
  .advantages .container .advantages-section-first-row .row .justify-content-center {
    width: 48%;
  }

  .row.advantages-section-item-inner {
    justify-content: center;
  }

  .advantages-section-item-title {
    margin-left: auto;
    margin-right: auto;
    top: 67%;
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .advantages .container .advantages-section-first-row .row .justify-content-center {
      width: 100%;
      margin: unset;
  }

  .advantages-section-item-title {
    margin-left: auto;
    margin-right: auto;
    top: 75%;
    left: 0;
  }
}

/* o-kompanii */

.o-kompanii {
  background: var(--grey-gradient);
  background-size: 100%;
}

.o-kompanii h2 {
  color: #fff;
}

.o-kompanii .about-section-container {
  display: flex;
  align-items: center;
  gap: 35px;
}

.about-section-column-left {
  border-right: none;
  width: 100%;
  max-width: 35%;
  z-index: 0;
  padding-right: 0;
}

.about-section-column-left img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 25px;
}

.about-section-column-right {
  padding-left: 0px;
}

.about-section-column-right button {
  background: var(--gold-gradient);
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.about-section-column-right button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-gradient-revers);
  opacity: 0;
  z-index: -1; 
  transition: opacity 0.4s ease-in-out;
  border-radius: 8px;
}

.about-section-column-right button:hover::before {
  opacity: 1;
}

.about-section-inner .about-section-column-right {
  color: #fff;
  background: var(--gold-gradient);
  padding: 10px 10px 10px 10px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
    .o-kompanii .about-section-container {
        flex-direction: column;
    }

    .about-section-column-left {
        max-width: 100%;
    }

    .o-kompanii .about-section-container {
        gap: 0px;
    }

    .about-section-inner .about-section-column-right {
        margin-bottom: 20px;
    }
}

/* category */ 

.row-category {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  justify-content: center;
  gap: 0px 30px;
}

.row-category .category-card-wrap {
  margin-bottom: 0px;
}

.category-card-1, .category-card-1:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/001.jpg) no-repeat center !important;
  background-size: cover !important;
}

.category-card-2, .category-card-2:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/002.jpg) no-repeat center !important;
  background-size: cover !important;
}

.category-card-3, .category-card-3:hover {
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/003.webp) no-repeat center !important;
  background-size: cover !important;
}

.category-card__text {
  width: unset;
  color: var(--white);
  background: var(--gold-gradient);
  padding: 10px 10px 18px 10px;
  position: relative;
  top: -12px;
  left: -18px;
  border-radius: 25px 25px 25px 0px;
}

.com-content-article__body .category-card__text {
  line-height: 28px;
}

.category-card__text:before {
  background-color: var(--white);
  top: 73%;
}

.category-card:not(div):hover .category-card__text:before,
.category-card__after > * {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .row-category {
    width: calc(100% + 0px);
  }

  .category-card-wrap {
    width: unset;
  }

  .category-card {
    min-width: unset;
    height: 125px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block h2 {
    margin-bottom: -35px;
  }
}

/* partners */

.logo-container.swiper-mine-clients {
  max-height: unset;
}

/* about-us */

.company {
    margin: 0px 0 40px;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.about-us-text p span.red {
    color: var(--main-color);
}

.about-us-text p span.center {
    display: block;
    text-align: center;
}

.about-us-img__cont-s {
  position: relative;
  background-size: contain;
  min-width: 250px;
}

.about-us-img-s {
  display: initial;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
}

.about-us-img-s:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #ffffff, #ffffff00);
  top: 0;
  left: 0;
}

.about-us-img {
  border-radius: 25px;
  display: initial;
  float: right;
  max-width: 350px;
  width: 100%;
  margin-left: 10px;
}

/* news-modul */

.news-section.container a {
  color: var(--white);
}

.news-button {
  height: 300px;
  width: 500px;
  background: url(/images/catalog/moto-snoubordy-motogusenitsy/moto-snoubordy-motogusenitsy.jpg);
  background-size: cover;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 25px;
}

.news-button-text {
  font-size: 40px;
  padding-top: 30px;
}

.news-button-text span {
  background-color: var(--gold-gradient);
  padding: 5px 12px;
  border-radius: 25px 25px 25px 0px;
}

/* news */

.section-news a {
  color: #000000;
}

.news-item {
  margin-bottom: 50px;
}

.news-item img {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.news-text h2 {
  font-size: 35px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 15px;
}

.news-text p {
  font-size: 21px;
  min-height: 168px;
}

/* card */ 

.table th, .table td {
  background: unset;
}

.inner-catalog-card-tabs a {
  color: #fff;
}

.card-wrapper .table th {
  text-align: center;
}

.details__cat .thumb {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

.thumb a img {
  height: 100%;
  width: 100%;
}

.details__cat img {
  margin-bottom: 15px;
}

.hikashop_product_bottom_part.show_tabular {
    padding: 0 !important;
}

#hikashop_tabs_div {
    margin-top: -21px;
}

.hikashop-sections-wrapper {
    margin-top: 0;
    position: relative;
}

.hikashop-sticky-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    padding: 12px 12px;
    margin: 0 0 25px 0;
    list-style: none;
    background: #fff;
    border-bottom: 2px solid #eaeaea;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    border-radius: 5px;
    position: relative;
    z-index: 100;
    transition: box-shadow 0.2s ease;
}

.hikashop-sticky-nav.fixed {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    border-radius: 0 0 8px 8px;
}

.hikashop-sticky-nav.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.hikashop-sticky-nav li {
    list-style: none;
    margin: 0;
}

.hikashop-nav-item {
    display: inline-block;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color-2, #464646);
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    background: transparent;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}

.hikashop-nav-item span {
    display: inline;
    white-space: nowrap;
}

.hikashop-nav-item:hover {
    background: #f8f9fa;
    color: var(--main-color, #de2a1c);
}

.hikashop-nav-item.active {
    color: var(--main-color, #de2a1c) !important;
    background: #fff;
    border-bottom-color: var(--main-color, #de2a1c);
    font-weight: 700;
}

.hikashop-sections-content {
    width: 100%;
}

.hikashop-sections-wrapper.has-fixed-menu .hikashop-sections-content {
    margin-top: 0;
}

.hikashop-section {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    scroll-margin-top: 120px;
}

.hikashop-section:first-of-type {
    padding-top: 0;
}

.hikashop-section:last-of-type {
    border-bottom: none;
}

.hikashop-section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: var(--richblack, #010B13);
    border-bottom: 2px solid var(--gold);
    padding-bottom: 10px;
    display: inline-block;
}

.hikashop-section h3 {
    font-size: 18px;
    margin: 20px 0 12px;
    color: var(--richblack, #010B13);
}

.hikashop-section ul {
    margin: 12px 0;
    padding-left: 20px;
}

.hikashop-section li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.btn-calc-cost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(222, 42, 28, 0.25);
    margin: 20px 0 10px;
    text-decoration: none;
}

.btn-calc-cost:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(222, 42, 28, 0.35);
    color: #fff;
}

#hikashop_tabs_div > ul.hikashop_tabs_ul,
#hikashop_show_tabular_specification {
    display: none !important;
}

@media (max-width: 768px) {
    .hikashop-sticky-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        white-space: nowrap;
        padding: 8px 0;
    }
    
    .hikashop-sticky-nav::-webkit-scrollbar {
        display: none;
    }
    
    .hikashop-sticky-nav.fixed {
        top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hikashop-nav-item {
        padding: 10px 16px;
        font-size: 13px;
        white-space: nowrap;
    }
    
    .hikashop-section {
        scroll-margin-top: 100px;
    }
}

/* designing-str */

.designing-img-div{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
}

.designing-img-div a {
  border-radius: 25px 25px 25px 25px;
  text-align: center;
  min-height: 250px;
}

.designing-img-1 {
  background: url(/images/proektirovanie/001.jpg) no-repeat;
  background-size: cover;
}

.designing-img-2 {
  background: url(/images/proektirovanie/002.jpg) no-repeat;
  background-size: cover;
}

.designing-img-3 {
  background: url(/images/proektirovanie/003.jpg) no-repeat;
  background-size: cover;
}

.designing-img-4 {
  background: url(/images/proektirovanie/004.jpg) no-repeat;
  background-size: cover;
}

.designing-img-div a p {
  text-align: left;
  padding: 5px 15px 10px 15px;
  font-size: 40px;
  margin: 0;
  background-color: var(--blue-8);
  color: var(--white);
  border-radius: 25px 25px 25px 0px;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .designing-img-div {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .designing-img-div a p {
    background-color: rgb(255, 219, 88, 0.7);
  }
}

/* o-proizvodstve */

.o-proizvodstve-text {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-section-column-left-2 {
  width: 40%;
}

.about-section-inner .about-section-column-right-2 {
  width: 58%;
}

/* progress */

.progress-img {
  text-align: center;
  margin: 30px 0px;
}

.progress-img img {
  max-width: 467px;
  max-height: 282px;
}

/* map */

.map-section-container {
  height: 500px;
}

.map-section-contacts-wrapper {
  background: linear-gradient(90deg, #895410 0%, #deb969 100%);
}

.sl__item--vk {
    background-image: url(/images/vk.png);
}

.sl__item--rutub {
    background-image: url(/images/rutub.png);
}

.map-section-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* application */ 

.application-fon {
  background: url(/images/application-fon.jpg);
  background-size: 100%;
  padding-bottom: 10px;
}

.application-section h2 span {
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 2px 15px 4px 15px;
  margin-left: 0px;
}

.work {
  padding: 5px 5px 5px 10px;
  border-radius: 25px;
  display: flex;
  gap: 10px;
}

.work-img img {
  width: initial;
  border-radius: 20px;
  max-height: 230px;
}

.rest {
  padding: 5px 10px 5px 5px;
  border-radius: 25px;
  display: flex;
  gap: 10px;
}

.rest-img img {
  width: initial;
  border-radius: 20px;
  max-height: 230px;
}

/* work-str */

.work-str {
  float: right;
  margin-left: 10px;
  max-width: 500px;
}

/* contacts */

.contacts-section-inner {
  padding: 1px 0;
  margin: 0px 0;
}

.contacts-section-form-button {
  background: var(--gold-gradient);
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.contacts-section-form-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-gradient-revers);
  opacity: 0;
  z-index: -1; 
  transition: opacity 0.4s ease-in-out;
  border-radius: 8px;
}

.contacts-section-form-button:hover::before {
  opacity: 1;
}

/* tovar */

#mxcpr, .jshop_code_prod {
  display: none;
}

.productfull .image_middle {
  width: auto;
}

.review_text_not_login {
  margin-bottom: 10px;
}

/* mineModal */

.modal-footer .btn__accent {
  background: var(--gold-gradient);
}

.modal-footer .btn__accent:hover {
  background: var(--gold-gradient-revers);
}

/* product */

.product-gallery-slider {
    position: relative;
    margin-bottom: 15px;
}

.product-gallery-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-gallery-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-gallery-slider .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
}

.product-gallery-slider .text_zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-gallery-slider .text_zoom img {
    width: 16px;
    height: 16px;
    filter: invert(1);
}

.product-thumbs-slider {
    margin-top: 15px;
}

.product-thumbs-slider .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.product-thumbs-slider .swiper-slide:hover,
.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumbs-slider .jshop_img_thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
}

.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active .jshop_img_thumb {
    border-color: #007bff;
}

.video-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.video-thumb {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}

.video-thumb .jshop_video_thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

.product-gallery-slider .swiper-button-next,
.product-gallery-slider .swiper-button-prev {
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
}

.product-gallery-slider .swiper-button-next:after,
.product-gallery-slider .swiper-button-prev:after {
    font-size: 20px;
}

.product-gallery-slider .swiper-button-next:hover,
.product-gallery-slider .swiper-button-prev:hover {
    background: rgba(0,0,0,0.8);
}

/* hikashop-catalog */

.hikashop_products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.hk-row-fluid {
  gap: 20px;
}

.hikashop_product {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hikashop_container {
    margin: 0 !important;
    padding: 0 !important;
}

.hikashop_subcontainer {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.hikashop_subcontainer:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #d0d0d0;
}

.hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hikashop_product_image {
    width: 100% !important;
    height: 250px !important;
    margin: 0 !important;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
}

.hikashop_product_image a {
    display: block;
    height: 100%;
}

.hikashop_product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hikashop_subcontainer:hover .hikashop_product_image img {
    transform: scale(1.05);
}

.hikashop_product_price_full {
    display: inline-block;
    width: -webkit-fill-available;
    background: var(--main-color, #de2a1c);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    margin: 10px 0px 5px;
    border-radius: 12px;
    align-self: flex-start;
}

.hikashop_products_listing .hikashop_product_price_full {
    margin: 10px 15px 5px;
}

.hikashop_product_name {
    padding: 0 15px 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.hikashop_product_name a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hikashop_product_name a:hover {
    color: var(--main-color, #de2a1c);
}

.hikashop_product_code_list {
    padding: 0 15px 10px;
    font-size: 13px;
    color: #999;
}

.hikashop_product_stock {
    padding: 0 15px 15px;
    margin-top: auto;
}

#hikashop_tabs_div .content {
  display: none;
}

#hikashop_tabs_div .main-content {
  display: block;
}

.hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title > br {
    display: none;
}

.hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title > div:not(.hikashop_product_image):not(.hikashop_product_price_full):not(.hikashop_product_name):not(.hikashop_product_code_list):not(.hikashop_product_stock) {
    display: none;
}

@media (max-width: 768px) {
    .hikashop_products {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 15px;
    }
    
    .hikashop_product_image {
        height: 160px !important;
    }
    
    .hikashop_product_name {
        font-size: 16px;
        padding: 0 12px 12px;
    }
    
    .hikashop_product_price_full {
        font-size: 16px;
        padding: 6px 12px;
        margin: 12px 12px 8px;
    }
}

.hikashop_product_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.hikashop_subcontainer:hover .hikashop_product_image::after {
    background: rgba(0,0,0,0.1);
}

/* all-catigories-hikashop */

.hikashop_listing_img_desc table tbody tr {
  display: flex;
  flex-direction: column;
}

#hikashop_category_information_module_ .hikashop_product_image_subdiv {
    width: 100% !important;
}

#hikashop_category_information_menu_325 .hikashop_category_image {
    height: 200px !important;
    text-align: center;
    clear: both;
}

.hikashop_product_item_right_part .hikashop_product_name {
  line-height: 1.1;
}

.hikashop_product_code_list {
  display: none;
}

.hikashop_product_desc {
  padding: 0 15px 0px;
  margin-bottom: 10px;
}

.hikashop_product_item_right_part .content {
  display: block;
}

.hikashop_product_item_right_part .main-content {
  display: none;
}

.hikashop_subcategories_listing {
    margin-bottom: 30px;
}

.hikashop_subcategories_listing .hk-row-fluid {
    display: flex !important;
    gap: 20px !important;
    margin: 0 !important;
}

.hikashop_subcategories_listing .hkc-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hikashop_subcategories_listing .hikashop_container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100% !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 25px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    max-width: 360px !important;
    width: 100%;
    transition: all 0.3s ease !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover {
    border-radius: 25px !important;
}

.hikashop_subcategories_listing .hikashop_category_image {
    width: 100% !important;
    height: 275px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    margin: 0 !important;
    text-align: center !important;
    clear: none !important; 
}

.hikashop_subcategories_listing .hikashop_category_image a {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.hikashop_subcategories_listing .hikashop_category_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_image img {
    transform: scale(1.05) !important;
}

.hikashop_subcategories_listing .hikashop_category_name {
    display: block !important;
    padding: 12px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.hikashop_subcategories_listing .hikashop_category_name::before {
    background-color: var(--white);
    top: 73%;
    display: block;
    height: 2px;
    width: 40px;
    margin-top: 6px;
    transition: .3s;
    left: 0;
    position: absolute;
    content: '';
}

.hikashop_subcontainer:hover .hikashop_category_name::before {
    width: 75% !important;
}

.hikashop_subcategories_listing .hikashop_category_name a {
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: block !important;
}

.hikashop_subcategories_listing .hikashop_category_name a:hover {
    color: var(--main-color, #fff) !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer br {
    display: none !important;
}

.hikashop_subcategories_listing div[style*="clear:both"] {
    display: none !important;
}

@media (max-width: 992px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_subcontainer {
        max-width: 300px !important;
    }

    .hikashop_subcategories_listing .hikashop_category_name {
        max-width: 270px;
    }
}

@media (max-width: 768px) {
    .hikashop_subcategories_listing .hikashop_category_name {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .hikashop_subcategories_listing .hk-row-fluid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_image {
        height: 130px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_subcontainer {
        max-width: 280px !important;
    }
}

/* product */

.hikashop_product_page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.hikashop_product_top_part h1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--main-color-2, #333);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.hikashop_product_left_part {
    padding-right: 30px;
}

.hikashop_main_image_div {
    background: #f8f9fa;
    border-radius: 12px;
    position: relative;
}

.hikashop_product_main_image_thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px !important;
    max-height: 350px;
}

.hikashop_product_main_image {
    width: 100%;
    height: 100%;
    text-align: center;
}

.hikashop_product_main_image div {
  width: 100%;
  height: 100%;
}

.hikashop_product_main_image div a {
  display: block;
  width: 100%;
  height: 100%;
}

.hikashop_product_main_image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease
}

.hikashop_product_main_image img:hover {
    transform: scale(1.02);
}

.hikashop_slide_prev,
.hikashop_slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--main-color-2, #666);
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.hikashop_slide_prev {
    left: 10px;
}

.hikashop_slide_next {
    right: 10px;
}

.hikashop_slide_prev:hover,
.hikashop_slide_next:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 5px 15px rgba(222,42,28,0.3);
}

.hikashop_small_image_div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.hikashop_small_image_div a {
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.hikashop_small_image_div a:hover {
    opacity: 1;
    border-color: var(--main-color-3, #a1772d);
}

.hikashop_small_image_div a.hikashop_active_thumbnail {
    border-color: var(--main-color, #de2a1c);
    opacity: 1;
    box-shadow: 0 5px 15px rgba(222,42,28,0.2);
}

.hikashop_small_image_div img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.hikashop_product_right_part {
    padding-left: 30px;
}

.hikashop_product_price_main {
    display: inline-block;
    margin-bottom: 20px;
}

.hikashop_product_price_full {
    display: inline-block !important;
}

.hikashop_product_price {
    font-weight: 600;
    line-height: 1.2;
}

.hikashop_product_price_per_unit {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.hikashop_product_characteristics {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.hikashop_product_characteristics_table {
    width: 100%;
    border-collapse: collapse;
}

.hikashop_product_characteristics_table td {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}

.hikashop_product_characteristics_table tr:last-child td {
    border-bottom: none;
}

.hikashop_product_characteristics_table td:first-child {
    font-weight: 600;
    color: var(--main-color-2, #555);
    width: 120px;
}

.hikashop_product_characteristics_table select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hikashop_product_characteristics_table select:hover {
    border-color: var(--main-color-3, #a1772d);
}

.hikashop_product_characteristics_table select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222,42,28,0.1);
}

.hikashop_product_right_part br {
    display: none;
}

.hikashop_product_quantity_main {
    margin: 25px 0;
}

.hikashop_quantity_form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hikashop_product_quantity_div {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.hikashop_product_quantity_field_change {
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: var(--main-color-2, #666);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.hikashop_product_quantity_field_change:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
    text-decoration: none;
}

.hikashop_product_quantity_field {
    width: 80px;
    height: 45px;
    text-align: center;
    border: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.hikashop_product_quantity_field:focus {
    outline: none;
}

.hikacart {
    background: var(--main-color, #de2a1c) !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(222,42,28,0.3);
}

.hikacart:hover {
    background: #c41e12 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(222,42,28,0.4);
}

.hikacart:active {
    transform: translateY(0);
}

.hikashop_product_quantity_main_alt {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin: 15px 0;
}

.hikashop_product_files_fieldset {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.hikashop_product_files_fieldset legend {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color-2, #555);
    padding: 0 10px;
    width: auto;
    border: none;
}

.hikashop_product_file_link {
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: var(--main-color-2, #666);
    text-decoration: none;
    transition: all 0.3s ease;
}

.hikashop_product_file_link:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
    border-color: var(--main-color, #de2a1c);
}

.hikashop_product_description_main_mini {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.hiakshop_product_tabular_mini_description_read_more {
    color: var(--main-color, #de2a1c);
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
}

.hiakshop_product_tabular_mini_description_read_more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hk-row-fluid {
        flex-direction: column;
    }
    
    .hikashop_product_left_part,
    .hikashop_product_right_part {
        padding: 0 !important;
    }
    
    .hikashop_product_top_part h1 {
        font-size: 24px;
    }
    
    
    .hikashop_product_characteristics_table td {
        display: block;
        width: 100% !important;
        padding: 8px 0;
    }
    
    .hikashop_quantity_form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hikacart {
        width: 100%;
    }
}

.hikashop_product_bottom_part {
    margin-top: 40px;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid #eaeaea;
}

#hikashop_tabs_div {
    width: 100%;
}

.hikashop_tabs_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #f0f0f0;
    gap: 5px;
}

.hikashop_tabs_li {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color-2, #666);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
    border: none;
}

.hikashop_tabs_li:hover:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color-3, #a1772d);
    border-radius: 2px 2px 0 0;
}

.hikashop_tabs_li.hikashop_tabs_li_selected {
    color: var(--main-color-2, #666); 
}

.hikashop_tabs_li.hikashop_tabs_li_selected:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color, #de2a1c);
    border-radius: 2px 2px 0 0;
}

.hikashop_tabs_content {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 20px;
    line-height: 1.8;
    color: #555;
    border: 1px solid #eaeaea;
}

.hikashop_product_description_main {
    font-size: 15px;
}

.hikashop_product_description_main p {
    margin-bottom: 15px;
}

.hikashop_product_description_main p:last-child {
    margin-bottom: 0;
}

#hikashop_show_tabular_specification {
    font-size: 15px;
}

#hikashop_show_tabular_specification span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    color: #555;
    width: 100%;
    box-sizing: border-box;
}

#hikashop_show_tabular_specification span:last-child {
    margin-bottom: 0;
}

.hikashop_product_weight_main,
.hikashop_product_width_main,
.hikashop_product_length_main,
.hikashop_product_height_main {
    font-weight: 500;
}

@media (max-width: 768px) {
    .hikashop_tabs_ul {
        flex-direction: column;
        gap: 5px;
        border-bottom: none;
    }
    
    .hikashop_tabs_li {
        border-radius: 8px;
        text-align: center;
        border: 1px solid #eaeaea;
        padding: 10px;
    }
    
    .hikashop_tabs_li:hover:after,
    .hikashop_tabs_li.hikashop_tabs_li_selected:after {
        display: none;
    }
    
    .hikashop_tabs_li.hikashop_tabs_li_selected {
        border-color: var(--main-color, #de2a1c);
    }
    
    .hikashop_tabs_content {
        padding: 15px;
    }
}


.hikashop_slide_prev,
.hikashop_slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color-2, #666);
}

.hikashop_slide_prev {
    left: 10px;
}

.hikashop_slide_next {
    right: 10px;
}

.hikashop_slide_prev i,
.hikashop_slide_next i,
.hikashop_slide_prev .fas,
.hikashop_slide_next .fas,
.hikashop_slide_prev .fa-chevron-left,
.hikashop_slide_next .fa-chevron-right {
    display: none !important;
}

.hikashop_slide_prev:after {
    content: '‹';
    display: block;
    line-height: 1;
}

.hikashop_slide_next:after {
    content: '›';
    display: block;
    line-height: 1;
}

.hikashop_slide_prev:hover,
.hikashop_slide_next:hover {
    background: var(--main-color, #de2a1c);
    border-color: var(--main-color, #de2a1c);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(222,42,28,0.3);
}

@media (max-width: 768px) {
    .hikashop_slide_prev,
    .hikashop_slide_next {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* product */

#hikashop_product_price_main .hikashop_product_price {
  font-size: 25px;
}

/* system-message */

.com-users-login.login {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 450px;
    margin: 20px auto;
    border: 1px solid #eaeaea;
}

.com-users-login__form.well {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 25px;
    border-radius: 0;
}

.com-users-login__form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.com-users-login__input {
    margin-bottom: 20px;
}

.com-users-login__input .control-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 14px;
}

.com-users-login__input .control-label label {
    display: inline-block;
}

.com-users-login__input .controls input[type="text"],
.com-users-login__input .controls input[type="password"],
.password-group .input-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

.com-users-login__input .controls input[type="text"]:focus,
.com-users-login__input .controls input[type="password"]:focus,
.password-group .input-group input:focus {
    border-color: var(--main-color, #de2a1c);
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1), inset 0 1px 3px rgba(0,0,0,0.05);
}

.star {
    color: var(--main-color, #de2a1c);
    font-weight: bold;
    margin-left: 3px;
}

.password-group .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.password-group .input-group .btn-secondary.input-password-toggle {
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border: 1px solid #e0e0e0;
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 0 15px;
    color: var(--richblack, #010B13);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
}

.password-group .input-group .btn-secondary.input-password-toggle:hover {
    background: linear-gradient(135deg, #e0e0e0, #d0d0d0);
    border-color: #d0d0d0;
}

.password-group .input-group input {
    border-radius: 8px 0 0 8px;
    border-right: none;
    flex: 1;
}

.com-users-login__remember {
    margin-bottom: 25px;
}

.com-users-login__remember .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.com-users-login__remember .form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--main-color, #de2a1c);
    margin: 0;
    position: static;
    opacity: 1;
}

.com-users-login__remember .form-check-label {
    color: var(--main-color-2, #464646);
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.com-users-login__submit .btn-primary {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border: none;
    color: white;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(222, 42, 28, 0.3);
    border: none;
}

.com-users-login__submit .btn-primary:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.com-users-login__submit .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.com-users-login__options.list-group {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 5px;
    border-radius: 0;
    background: transparent;
}

.com-users-login__options .list-group-item {
    background: transparent;
    border: none;
    padding: 10px 0;
    color: var(--main-color-2, #464646);
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.com-users-login__options .list-group-item:first-child {
    padding-top: 0;
}
.com-users-login__options .list-group-item:last-child {
    padding-bottom: 0;
}

.com-users-login__options .list-group-item:hover {
    color: var(--main-color, #de2a1c);
    background: transparent;
    padding-left: 5px;
    text-decoration: none;
}

#system-message-container .alert-info {
    background: var(--gold-gradient-revers, linear-gradient(90deg, #deb969 0%, #895410 50%, #deb969 100%));
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#system-message-container .alert-info h4.alert-heading {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

#system-message-container .alert-info .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
    font-size: 28px;
    font-weight: 300;
    line-height: 0.8;
}

#system-message-container .alert-info .close:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .com-users-login.login {
        padding: 25px 20px;
        margin: 15px 10px;
        max-width: 100%;
    }

    .com-users-login__submit .btn-primary {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* registration__form */

.com-users-registration.registration {
    background-color: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
}

.com-users-registration__form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.com-users-registration__form legend {
    font-size: 28px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
    border-image: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%)) 1;
    width: 100%;
    display: block;
    font-family: var(--Verdana), sans-serif;
    letter-spacing: -0.3px;
}

.com-users-registration__form .control-group {
    margin-bottom: 22px;
}

.com-users-registration__form .control-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 14px;
    display: block;
}

.com-users-registration__form .control-label label {
    display: inline-block;
    margin-bottom: 0;
}

.com-users-registration__form .star {
    color: var(--main-color, #de2a1c);
    font-weight: bold;
    margin-left: 3px;
}

.com-users-registration__form .controls input[type="text"],
.com-users-registration__form .controls input[type="email"],
.com-users-registration__form .controls input[type="password"],
.com-users-registration__form .password-group .input-group input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-registration__form .controls input[type="text"]:focus,
.com-users-registration__form .controls input[type="email"]:focus,
.com-users-registration__form .controls input[type="password"]:focus,
.com-users-registration__form .password-group .input-group input:focus {
    border-color: var(--main-color, #de2a1c);
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(222, 42, 28, 0.08), inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-registration__form .field-spacer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 4px solid;
    border-image: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%)) 1;
}

.com-users-registration__form .field-spacer .control-label {
    margin-bottom: 0;
    width: 100%;
}

.com-users-registration__form .field-spacer .spacer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--richblack, #010B13);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.com-users-registration__form .field-spacer .spacer .text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color-2, #464646);
}

.com-users-registration__form .field-spacer .spacer .text strong {
    color: var(--main-color, #de2a1c);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-right: 2px;
}

.com-users-registration__form .field-spacer strong {
    color: var(--main-color, #de2a1c);
}

.com-users-registration__form .password-group .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.com-users-registration__form .password-group .input-group .btn-secondary.input-password-toggle {
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border: 1px solid #e0e0e0;
    border-left: none;
    border-radius: 0 10px 10px 0;
    padding: 0 18px;
    color: var(--richblack, #010B13);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
}

.com-users-registration__form .password-group .input-group .btn-secondary.input-password-toggle:hover {
    background: linear-gradient(135deg, #e0e0e0, #d0d0d0);
    border-color: #d0d0d0;
    color: var(--main-color, #de2a1c);
}

.com-users-registration__form .password-group .input-group input {
    border-radius: 10px 0 0 10px;
    border-right: none;
    flex: 1;
}

#jform\\[password1\\]-rules {
    font-size: 12px;
    color: var(--main-color-2, #464646);
    margin-bottom: 8px;
    padding: 6px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    display: inline-block;
}

meter#progress-0 {
    width: 100%;
    height: 6px;
    border-radius: 8px;
    margin-top: 8px;
    background: #f0f0f0;
    border: none;
    overflow: hidden;
}

meter#progress-0::-webkit-meter-bar {
    background: #f0f0f0;
    border-radius: 8px;
}

meter#progress-0::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, #f0ad4e, #5cb85c);
    border-radius: 8px;
}

meter#progress-0::-moz-meter-bar {
    background: linear-gradient(90deg, #f0ad4e, #5cb85c);
    border-radius: 8px;
}

#password-0 {
    font-size: 12px;
    margin-top: 5px;
    color: var(--main-color-2, #464646);
    text-align: left;
    font-weight: 500;
}

.com-users-registration__submit {
    margin-top: 35px;
    text-align: center;
}

.com-users-registration__register.btn-primary.validate {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border: none;
    color: white;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    width: auto;
    min-width: 250px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(222, 42, 28, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.com-users-registration__register.btn-primary.validate::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transition: left 0.4s ease;
    z-index: -1;
}

.com-users-registration__register.btn-primary.validate:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(222, 42, 28, 0.4);
}

.com-users-registration__register.btn-primary.validate:hover::before {
    left: 0;
}

.com-users-registration__register.btn-primary.validate:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(222, 42, 28, 0.3);
}

.com-users-registration + .com-users-login__options {
    max-width: 550px;
    margin: -15px auto 20px;
    padding: 0 40px;
}

.com-users-registration__form .invalid {
    border-color: var(--main-color, #de2a1c) !important;
    background-color: #fff8f7 !important;
}

.com-users-registration__form .form-control-feedback {
    color: var(--main-color, #de2a1c);
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.com-users-registration__form input,
.com-users-registration__form button,
.com-users-registration__form .btn {
    transition: all 0.3s ease;
}

.com-users-registration .alert-success {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-left: 4px solid #28a745;
}

@media (max-width: 767px) {
    .com-users-registration.registration {
        padding: 25px 20px;
        margin: 20px 15px;
        max-width: 100%;
    }

    .com-users-registration__form legend {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .com-users-registration__register.btn-primary.validate {
        width: 100%;
        min-width: unset;
        padding: 14px 20px;
        font-size: 16px;
    }

    .com-users-registration__form .control-group {
        margin-bottom: 18px;
    }

    .com-users-registration__form .controls input[type="text"],
    .com-users-registration__form .controls input[type="email"],
    .com-users-registration__form .controls input[type="password"] {
        padding: 12px 15px;
        font-size: 14px;
    }

    .com-users-registration__form .field-spacer {
        padding: 12px 15px;
    }

    .com-users-registration__form .field-spacer .spacer .text strong {
        font-size: 18px;
    }

    meter#progress-0 {
        height: 5px;
    }

    #password-0 {
        font-size: 11px;
    }
}

/* alert-success */

.alert.alert-success {
    background: linear-gradient(135deg, #f0f9f0 0%, #e2f0e2 100%);
    border: none;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.15);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #28a745, #20c997) 1;
    color: #1e7e34;
    font-family: var(--Verdana), sans-serif;
}

.alert.alert-success .close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #1e7e34;
    opacity: 0.6;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.alert.alert-success .close:hover {
    opacity: 1;
    color: #dc3545;
    background-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

.alert.alert-success .alert-heading {
    color: #28a745;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert.alert-success .alert-heading::before {
    content: '✓';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.alert.alert-success .alert-message {
    font-size: 15px;
    line-height: 1.6;
    color: #155724;
    margin-bottom: 5px;
    padding: 5px 0;
}

.alert.alert-success > div {
    margin-top: 5px;
}

.alert.alert-success {
    animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .alert.alert-success {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .alert.alert-success .alert-heading {
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 25px;
    }

    .alert.alert-success .alert-heading::before {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .alert.alert-success .alert-message {
        font-size: 14px;
        line-height: 1.5;
    }

    .alert.alert-success .close {
        top: 10px;
        right: 12px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .alert.alert-success {
        padding: 15px 12px;
    }

    .alert.alert-success .alert-heading {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .alert.alert-success .alert-message {
        font-size: 13px;
    }
}

#system-message-container {
    margin-bottom: 25px;
}

#system-message-container .alert {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border: none;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.15);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #dc3545, #ff6b6b) 1;
    color: #721c24;
    font-family: var(--Verdana), sans-serif;
    animation: slideDown 0.5s ease forwards;
}

#system-message-container .alert .close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #721c24;
    opacity: 0.6;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#system-message-container .alert .close:hover {
    opacity: 1;
    color: #dc3545;
    transform: rotate(90deg);
}

#system-message-container .alert .alert-heading {
    color: #dc3545;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#system-message-container .alert .alert-heading::before {
    content: '⚠';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

#system-message-container .alert .alert-message {
    font-size: 15px;
    line-height: 1.6;
    color: #721c24;
    margin-bottom: 5px;
    padding: 5px 0;
}

#system-message-container .alert > div {
    margin-top: 5px;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#system-message-container .alert.alert-error {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-left-color: #dc3545;
}

#system-message-container .alert.alert-warning {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3d6 100%);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #ffc107, #ffda6a) 1;
    color: #856404;
}

#system-message-container .alert.alert-warning .alert-heading {
    color: #ffc107;
}

#system-message-container .alert.alert-warning .alert-heading::before {
    background: linear-gradient(135deg, #ffc107, #ffda6a);
    content: '!';
}

#system-message-container .alert.alert-warning .alert-message {
    color: #856404;
}

#system-message-container .alert.alert-info {
    background: linear-gradient(135deg, #e7f3ff 0%, #d4e9ff 100%);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #17a2b8, #5bc0de) 1;
    color: #0c5460;
}

#system-message-container .alert.alert-info .alert-heading {
    color: #17a2b8;
}

#system-message-container .alert.alert-info .alert-heading::before {
    background: linear-gradient(135deg, #17a2b8, #5bc0de);
    content: 'i';
    font-family: serif;
    font-weight: bold;
}

#system-message-container .alert.alert-info .alert-message {
    color: #0c5460;
}

@media (max-width: 767px) {
    #system-message-container .alert {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    #system-message-container .alert .alert-heading {
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 25px;
    }

    #system-message-container .alert .alert-heading::before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    #system-message-container .alert .alert-message {
        font-size: 14px;
        line-height: 1.5;
    }

    #system-message-container .alert .close {
        top: 12px;
        right: 12px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    #system-message-container .alert {
        padding: 15px 12px;
    }

    #system-message-container .alert .alert-heading {
        font-size: 16px;
    }

    #system-message-container .alert .alert-heading::before {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    #system-message-container .alert .alert-message {
        font-size: 13px;
    }
}

#system-message-container {
    margin-bottom: 25px;
}

#system-message-container .alert {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border: none;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 4px 8px rgb(25 57 88 / 30%);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #dc3545, #ff6b6b) 1;
    color: #721c24;
    font-family: var(--Verdana), sans-serif;
    animation: slideDown 0.5s ease forwards;
}

#system-message-container .alert .close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #000;
    opacity: 0.6;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#system-message-container .alert .close:hover {
    opacity: 1;
    color: #000;
    transform: rotate(90deg);
}

#system-message-container .alert .alert-heading {
    color: #dc3545;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#system-message-container .alert .alert-heading::before {
    content: '⚠';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgb(25 57 88 / 30%);
}

#system-message-container .alert .alert-message {
    font-size: 15px;
    line-height: 1.6;
    color: #721c24;
    margin-bottom: 5px;
    padding: 5px 0;
}

#system-message-container .alert > div {
    margin-top: 5px;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#system-message-container .alert.alert-error {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-left-color: #dc3545;
}

#system-message-container .alert.alert-warning {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3d6 100%);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #ffc107, #ffda6a) 1;
    color: #856404;
}

#system-message-container .alert.alert-warning .alert-heading {
    color: #ffc107;
}

#system-message-container .alert.alert-warning .alert-heading::before {
    background: linear-gradient(135deg, #ffc107, #ffda6a);
    content: '!';
}

#system-message-container .alert.alert-warning .alert-message {
    color: #856404;
}

#system-message-container .alert.alert-info {
    background: linear-gradient(135deg, #e7f3ff 0%, #d4e9ff 100%);
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #17a2b8, #5bc0de) 1;
    color: #0c5460;
}

#system-message-container .alert.alert-info .alert-heading {
    color: #17a2b8;
}

#system-message-container .alert.alert-info .alert-heading::before {
    background: linear-gradient(135deg, #17a2b8, #5bc0de);
    content: 'i';
    font-family: serif;
    font-weight: bold;
}

#system-message-container .alert.alert-info .alert-message {
    color: #0c5460;
}

@media (max-width: 767px) {
    #system-message-container .alert {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    #system-message-container .alert .alert-heading {
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 25px;
    }

    #system-message-container .alert .alert-heading::before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    #system-message-container .alert .alert-message {
        font-size: 14px;
        line-height: 1.5;
    }

    #system-message-container .alert .close {
        top: 12px;
        right: 12px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    #system-message-container .alert {
        padding: 15px 12px;
    }

    #system-message-container .alert .alert-heading {
        font-size: 16px;
    }

    #system-message-container .alert .alert-heading::before {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    #system-message-container .alert .alert-message {
        font-size: 13px;
    }
}

.com-users-reset.reset {
    background-color: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
}

.com-users-reset__form.well {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.com-users-reset__form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.com-users-reset__form legend {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color-2, #464646);
    margin-bottom: 25px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border-left: 4px solid;
    border-image: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%)) 1;
    line-height: 1.5;
    width: 100%;
    font-family: var(--Verdana), sans-serif;
}

.com-users-reset__form .control-group {
    margin-bottom: 25px;
}

.com-users-reset__form .control-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 14px;
    display: block;
}

.com-users-reset__form .control-label label {
    display: inline-block;
    margin-bottom: 0;
}

.com-users-reset__form .star {
    color: var(--main-color, #de2a1c);
    font-weight: bold;
    margin-left: 3px;
}

.com-users-reset__form .controls input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-reset__form .controls input[type="email"]:focus {
    border-color: var(--main-color, #de2a1c);
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(222, 42, 28, 0.08), inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-reset__form .controls input[type="email"]:hover {
    border-color: var(--main-color-3, #a1772d);
}

.com-users-reset__submit {
    margin-top: 30px;
    text-align: center;
}

.com-users-reset__submit .btn-primary.validate {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border: none;
    color: white;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    width: auto;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgba(222, 42, 28, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.com-users-reset__submit .btn-primary.validate::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transition: left 0.4s ease;
    z-index: -1;
}

.com-users-reset__submit .btn-primary.validate:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(222, 42, 28, 0.4);
}

.com-users-reset__submit .btn-primary.validate:hover::before {
    left: 0;
}

.com-users-reset__submit .btn-primary.validate:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(222, 42, 28, 0.3);
}

.com-users-reset + .com-users-login__options {
    max-width: 550px;
    margin: -15px auto 20px;
    padding: 0 40px;
    text-align: center;
}

.com-users-reset .alert-success {
    background: linear-gradient(135deg, #f0f9f0 0%, #e2f0e2 100%);
    border: none;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-left: 4px solid #28a745;
    color: #155724;
    font-size: 14px;
    line-height: 1.5;
    animation: slideDown 0.5s ease forwards;
}

.com-users-reset .alert-success .alert-heading {
    color: #28a745;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.com-users-reset .alert-success .alert-heading::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.com-users-reset .alert-danger {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border: none;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-left: 4px solid #dc3545;
    color: #721c24;
    font-size: 14px;
    line-height: 1.5;
    animation: slideDown 0.5s ease forwards;
}

.com-users-reset .alert-danger .alert-heading {
    color: #dc3545;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.com-users-reset .alert-danger .alert-heading::before {
    content: '⚠';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.com-users-reset__form .invalid {
    border-color: var(--main-color, #de2a1c) !important;
    background-color: #fff8f7 !important;
}

.com-users-reset__form .form-control-feedback {
    color: var(--main-color, #de2a1c);
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.com-users-reset .alert a {
    color: inherit;
    text-decoration: underline;
}

.com-users-reset .alert a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .com-users-reset.reset {
        padding: 25px 20px;
        margin: 20px 15px;
        max-width: 100%;
    }

    .com-users-reset__form legend {
        font-size: 14px;
        padding: 12px 15px;
        margin-bottom: 20px;
    }

    .com-users-reset__submit .btn-primary.validate {
        width: 100%;
        min-width: unset;
        padding: 12px 20px;
        font-size: 15px;
    }

    .com-users-reset__form .controls input[type="email"] {
        padding: 12px 15px;
        font-size: 14px;
    }

    .com-users-reset .alert-success,
    .com-users-reset .alert-danger {
        padding: 15px;
        font-size: 13px;
    }

    .com-users-reset .alert-success .alert-heading,
    .com-users-reset .alert-danger .alert-heading {
        font-size: 16px;
    }

    .com-users-reset .alert-success .alert-heading::before,
    .com-users-reset .alert-danger .alert-heading::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .com-users-reset.reset {
        padding: 20px 15px;
    }

    .com-users-reset__form legend {
        font-size: 13px;
        padding: 10px 12px;
    }

    .com-users-reset .alert-success,
    .com-users-reset .alert-danger {
        padding: 12px;
    }
}

.com-users-remind.remind {
    background-color: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
}

.com-users-remind__form.well {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.com-users-remind__form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.com-users-remind__form legend {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color-2, #464646);
    margin-bottom: 25px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border-left: 4px solid;
    border-image: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%)) 1;
    line-height: 1.5;
    width: 100%;
    font-family: var(--Verdana), sans-serif;
}

.com-users-remind__form .control-group {
    margin-bottom: 25px;
}

.com-users-remind__form .control-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 14px;
    display: block;
}

.com-users-remind__form .control-label label {
    display: inline-block;
    margin-bottom: 0;
}

.com-users-remind__form .star {
    color: var(--main-color, #de2a1c);
    font-weight: bold;
    margin-left: 3px;
}

.com-users-remind__form .controls input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-remind__form .controls input[type="email"]:focus {
    border-color: var(--main-color, #de2a1c);
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(222, 42, 28, 0.08), inset 0 2px 4px rgba(0,0,0,0.02);
}

.com-users-remind__form .controls input[type="email"]:hover {
    border-color: var(--main-color-3, #a1772d);
}

.com-users-remind__submit {
    margin-top: 30px;
    text-align: center;
}

.com-users-remind__submit .btn-primary.validate {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border: none;
    color: white;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    width: auto;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgba(222, 42, 28, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.com-users-remind__submit .btn-primary.validate::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transition: left 0.4s ease;
    z-index: -1;
}

.com-users-remind__submit .btn-primary.validate:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(222, 42, 28, 0.4);
}

.com-users-remind__submit .btn-primary.validate:hover::before {
    left: 0;
}

.com-users-remind__submit .btn-primary.validate:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(222, 42, 28, 0.3);
}

.com-users-remind .alert-success {
    background: linear-gradient(135deg, #f0f9f0 0%, #e2f0e2 100%);
    border: none;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-left: 4px solid #28a745;
    color: #155724;
    font-size: 14px;
    line-height: 1.5;
    animation: slideDown 0.5s ease forwards;
}

.com-users-remind .alert-success .alert-heading {
    color: #28a745;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.com-users-remind .alert-success .alert-heading::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.com-users-remind .alert-danger,
.com-users-remind .alert-error {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border: none;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-left: 4px solid #dc3545;
    color: #721c24;
    font-size: 14px;
    line-height: 1.5;
    animation: slideDown 0.5s ease forwards;
}

.com-users-remind .alert-danger .alert-heading,
.com-users-remind .alert-error .alert-heading {
    color: #dc3545;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.com-users-remind .alert-danger .alert-heading::before,
.com-users-remind .alert-error .alert-heading::before {
    content: '⚠';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.com-users-remind__form .invalid {
    border-color: var(--main-color, #de2a1c) !important;
    background-color: #fff8f7 !important;
}

.com-users-remind__form .form-control-feedback {
    color: var(--main-color, #de2a1c);
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.com-users-remind .alert a {
    color: inherit;
    text-decoration: underline;
}

.com-users-remind .alert a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.com-users-remind + .com-users-login__options {
    max-width: 550px;
    margin: -15px auto 20px;
    padding: 0 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .com-users-remind.remind {
        padding: 25px 20px;
        margin: 20px 15px;
        max-width: 100%;
    }

    .com-users-remind__form legend {
        font-size: 14px;
        padding: 12px 15px;
        margin-bottom: 20px;
    }

    .com-users-remind__submit .btn-primary.validate {
        width: 100%;
        min-width: unset;
        padding: 12px 20px;
        font-size: 15px;
    }

    .com-users-remind__form .controls input[type="email"] {
        padding: 12px 15px;
        font-size: 14px;
    }

    .com-users-remind .alert-success,
    .com-users-remind .alert-danger,
    .com-users-remind .alert-error {
        padding: 15px;
        font-size: 13px;
    }

    .com-users-remind .alert-success .alert-heading,
    .com-users-remind .alert-danger .alert-heading,
    .com-users-remind .alert-error .alert-heading {
        font-size: 16px;
    }

    .com-users-remind .alert-success .alert-heading::before,
    .com-users-remind .alert-danger .alert-heading::before,
    .com-users-remind .alert-error .alert-heading::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .com-users-remind.remind {
        padding: 20px 15px;
    }

    .com-users-remind__form legend {
        font-size: 13px;
        padding: 10px 12px;
    }

    .com-users-remind .alert-success,
    .com-users-remind .alert-danger,
    .com-users-remind .alert-error {
        padding: 12px;
    }
}

/* korzina */

.hika_toolbar {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.hika_toolbar_btn.hika_btn_32 {
    display: inline-block;
}

.hika_toolbar .hikabtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f5f5f5;
    color: #555;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    line-height: 1.2;
}

.hika_toolbar .hikabtn:hover {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border-color: transparent;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.hika_toolbar .hikabtn .btnIcon {
    display: none;
}

.hika_toolbar .hikabtn .btnName {
    font-size: 12px;
    font-weight: 500;
}

#hikashop_cart_product_listing {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

#hikashop_cart_product_listing thead th {
    background: #f8f9fa;
    padding: 10px 12px;
    font-weight: 600;
    color: #333;
    font-size: 12px;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
}

#hikashop_cart_product_listing tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

#hikashop_cart_product_listing tbody tr:hover {
    background-color: #fafafa;
}

#hikashop_cart_product_listing tbody td {
    padding: 5px 12px;
    color: #555;
    font-size: 13px;
    vertical-align: middle;
}

.hikashop_cart_product_image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

.hikashop_cart_product_name {
    display: inline-block;
    vertical-align: middle;
}

.hikashop_cart_product_name a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}

.hikashop_cart_product_name a:hover {
    color: var(--main-color, #de2a1c);
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f0f0f0;
    color: #666;
    border-radius: 3px;
    margin-left: 8px;
    font-size: 11px;
    text-decoration: none;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"]:hover {
    background: var(--main-color, #de2a1c);
    color: white;
}

#hikashop_cart_product_listing tbody td[data-title="Статус"] {
    text-align: center;
    font-size: 14px;
}

.hikashop_product_quantity_div {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.hikashop_product_quantity_field_change {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.hikashop_product_quantity_field_change:hover {
    background: var(--main-color, #de2a1c);
    color: #fff;
}

.hikashop_product_quantity_field {
    width: 45px;
    height: 26px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    padding: 0;
}

.hikashop_product_quantity_field:focus {
    outline: none;
}

.hikashop_cart_product_quantity_refresh {
    display: inline-block;
    margin-left: 6px;
}

.hikashop_cart_product_quantity_refresh a,
#hikashop_cart_product_listing tbody td a[href*="delete"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #f8f9fa;
    color: #666;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    margin-left: 4px;
}

.hikashop_cart_product_quantity_refresh a:hover {
    background: #ffc107;
    color: white;
}

#hikashop_cart_product_listing tbody td a[href*="delete"]:hover {
    background: #dc3545;
    color: white;
}

#hikashop_cart_product_listing tfoot tr {
    background: #fafafa;
}

#hikashop_cart_product_listing tfoot td {
    padding: 10px 12px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.hika_show_cart_total_text {
    text-align: left !important;
}

.hika_show_cart_total_text,
.hika_show_cart_total_quantity,
.hika_show_cart_total_price {
    font-weight: 600;
    font-size: 13px;
}

.hika_show_cart_total_price {
    color: var(--main-color, #de2a1c);
}

.hika_show_cart_total_text_2 {
    background: #fef5e6;
}

.hika_show_cart_total_text_2 td {
    font-weight: 600;
    padding: 10px 12px;
    font-size: 14px;
}

.hika_show_cart_total_text_2 .hika_show_cart_total_price {
    color: var(--main-color, #de2a1c);
    font-size: 16px;
}

.hika_toolbar .hikabtn .btnIcon i,
.hika_toolbar .hikabtn .btnIcon .fas,
.hika_toolbar .hikabtn .btnIcon .far,
.hika_toolbar .hikabtn .btnIcon .fab,
.hikashop_cart_product_quantity_refresh a i,
#hikashop_cart_product_listing tbody td a[href*="delete"] i,
#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"] i,
#hikashop_cart_product_listing tbody td[data-title="Статус"] i {
    display: none !important;
}

.hikashop_cart_product_quantity_refresh a:before {
    content: "↻";
    font-size: 14px;
}

#hikashop_cart_product_listing tbody td a[href*="delete"]:before {
    content: "✕";
    font-size: 14px;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"]:before {
    content: "↻";
    font-size: 12px;
}

.fas:before {
  content: "↻";
}

#hikashop_cart_product_listing tbody td[data-title="Статус"]:before {
    content: "✓";
    color: #28a745;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

@media (max-width: 768px) {
    .hika_toolbar {
        justify-content: center;
    }
    
    .hika_toolbar .hikabtn {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .hika_toolbar .hikabtn .btnName {
        font-size: 11px;
    }
    
    #hikashop_cart_product_listing {
        display: block;
        overflow-x: auto;
        font-size: 12px;
    }
    
    #hikashop_cart_product_listing thead th,
    #hikashop_cart_product_listing tbody td,
    #hikashop_cart_product_listing tfoot td {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .hikashop_product_quantity_field {
        width: 40px;
        height: 24px;
        font-size: 11px;
    }
    
    .hikashop_product_quantity_field_change {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .hikashop_cart_product_image {
        width: 35px;
        height: 35px;
    }
    
    .hikashop_cart_product_name a {
        font-size: 12px;
    }
}

#hikashop_cart_product_listing tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

#hikashop_cart_product_listing tbody td span {
    margin: 5px 15px 5px;
}

#hikashop_cart_product_listing tbody td span span {
    margin: auto;
}

#hikashop_cart_product_listing tbody td[data-title="Название"] {
    text-align: center !important;
}

#hikashop_cart_product_listing tbody td[data-title="Название"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 9px 12px 8px;
}

.hikashop_cart_product_image {
    float: none !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin: 0 !important;
    vertical-align: middle;
}

.hikashop_cart_product_name {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.hikashop_cart_product_name a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f0f0f0;
    color: #666;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: middle;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"] i,
#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"] .fas {
    display: none !important;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"]:before {
    content: "✎";
    font-size: 12px;
    line-height: 1;
}

#hikashop_cart_product_listing tbody td a[onclick*="edit_cart_product"]:hover {
    background: var(--main-color, #de2a1c);
    color: white;
}

#hikashop_cart_product_listing tbody td[data-title="Статус"],
#hikashop_cart_product_listing tbody td[data-title="Цена за шт."],
#hikashop_cart_product_listing tbody td[data-title="Количество"],
#hikashop_cart_product_listing tbody td[data-title="Сумма"] {
    text-align: center !important;
    vertical-align: middle !important;
}

#hikashop_cart_product_listing tbody td[data-title="Статус"] {
    text-align: center !important;
}

#hikashop_cart_product_listing tbody td[data-title="Статус"] i {
    display: none !important;
}

#hikashop_cart_product_listing tbody td[data-title="Статус"]:before {
    content: "✓";
    color: #28a745;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

#hikashop_cart_product_listing tbody td[data-title="Количество"] {
    text-align: center !important;
}

.hikashop_product_quantity_div {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hikashop_cart_product_quantity_refresh {
    display: inline-block !important;
    margin-left: 6px;
}

#hikashop_cart_product_listing tbody td[data-title="Цена за шт."] span,
#hikashop_cart_product_listing tbody td[data-title="Сумма"] span {
    display: inline-block;
}

@media (max-width: 768px) {
    #hikashop_cart_product_listing tbody td[data-title="Название"] {
        flex-direction: column;
        gap: 8px;
    }
    
    .hikashop_cart_product_image {
        width: 35px;
        height: 35px;
    }
    
    .hikashop_cart_product_name a {
        font-size: 12px;
    }
}

/*  */


/* korzina-form */

#hikashop_checkout {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.hikashop_checkout_address,
.hikashop_checkout_shipping,
.hikashop_checkout_payment,
.hikashop_checkout_coupon,
.hikashop_checkout_cart,
.hikashop_checkout_status {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}

#hikashop_checkout_shipping_1_2,
#hikashop_checkout_payment_1_3,
#hikashop_checkout_coupon_1_5,
#hikashop_checkout_status_1_7 {
    display: none;
}

fieldset legend {
    font-size: 18px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    width: 100%;
    font-family: var(--Verdana), sans-serif;
}

.hkform-horizontal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hkform-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 12px;
}

.hkcontrol-label {
    width: 140px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 13px;
    padding-top: 8px;
}

.hkc-sm-8 {
    flex: 1;
    min-width: 200px;
}

.hikashop_address_field_input input[type="text"],
.hikashop_address_field_input input[type="email"],
.hikashop_address_field_input select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #fff;
}

.hikashop_address_field_input input:focus,
.hikashop_address_field_input select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

.hikashop_field_required_label {
    color: var(--main-color, #de2a1c);
    margin-left: 3px;
}

.hikashop_checkout_address_default label,
.hikashop_checkout_address_same label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    color: var(--main-color-2, #464646);
}

.hikashop_checkout_address_default input,
.hikashop_checkout_address_same input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--main-color, #de2a1c);
    margin: 0;
}

.hikashop_address_required_info_line {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
    color: var(--main-color-2, #464646);
}

.hikashop_checkout_address_ok_button {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.hikashop_checkout_address_ok_button:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
}

.hikashop_messages.hikashop_error {
    background: linear-gradient(135deg, #fff5f5, #ffe8e8);
    border-left: 4px solid #dc3545;
    padding: 12px 15px;
    border-radius: 8px;
    color: #721c24;
    font-size: 13px;
    margin-bottom: 15px;
}

.hikashop_messages.hikashop_error ul {
    margin: 0;
    padding-left: 20px;
}

.hikashop_checkout_coupon .input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hikashop_checkout_coupon_field {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
}

.hikabtn_checkout_coupon_add {
    background: var(--main-color-3, #a1772d);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hikabtn_checkout_coupon_add:hover {
    background: var(--main-color, #de2a1c);
}

.hikashop_checkout_cart table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.hikashop_checkout_cart thead th {
    background: #f0f0f0;
    padding: 10px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    text-align: left;
}

.hikashop_checkout_cart tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}

.hikashop_product_checkout_cart_image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.hikashop_cart_product_name a {
    color: var(--main-color-2, #464646);
    text-decoration: none;
    font-weight: 500;
}

.hikashop_cart_product_name a:hover {
    color: var(--main-color, #de2a1c);
}

.edit_cart_product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f0f0f0;
    color: #666;
    border-radius: 4px;
    margin-left: 8px;
    text-decoration: none;
}

.edit_cart_product i {
    display: none;
}

.edit_cart_product:before {
    content: "✎";
    font-size: 12px;
}

.edit_cart_product:hover {
    background: var(--main-color, #de2a1c);
    color: white;
}

.hikashop_product_quantity_div {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.hikashop_product_quantity_field_change {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.hikashop_product_quantity_field_change:hover {
    background: var(--main-color, #de2a1c);
    color: white;
}

.hikashop_product_quantity_field {
    width: 45px;
    height: 28px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
}

.hikashop_cart_product_quantity_refresh a,
.hikashop_cart_product_quantity_delete a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    color: #666;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 5px;
}

.hikashop_cart_product_quantity_refresh a i,
.hikashop_cart_product_quantity_delete a i {
    display: none;
}

.hikashop_cart_product_quantity_refresh a:before {
    content: "↻";
    font-size: 12px;
}

.hikashop_cart_product_quantity_delete a:before {
    content: "✕";
    font-size: 12px;
}

.hikashop_cart_product_quantity_refresh a:hover {
    background: #ffc107;
    color: white;
}

.hikashop_cart_product_quantity_delete a:hover {
    background: #dc3545;
    color: white;
}

.hikashop_cart_total_row {
    background: #fef5e6;
}

.hikashop_cart_total_title {
    font-weight: 700;
    text-align: right;
    padding: 12px;
}

.hikashop_cart_total_value {
    font-weight: 700;
    color: var(--main-color, #de2a1c);
    font-size: 16px;
}

.hikashop_checkout_buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.hikabtn_checkout_next {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hikabtn_checkout_next:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 42, 28, 0.3);
}

@media (max-width: 768px) {
    #hikashop_checkout {
        padding: 15px;
    }
    
    .hkform-group {
        flex-direction: column;
    }
    
    .hkcontrol-label {
        width: 100%;
        margin-bottom: 5px;
        padding-top: 0;
    }
    
    .hkc-sm-8 {
        width: 100%;
    }
    
    .hikashop_checkout_coupon .input-group {
        flex-direction: column;
    }
    
    .hikashop_checkout_coupon_field {
        width: 100%;
    }
    
    .hikabtn_checkout_coupon_add {
        width: 100%;
    }
    
    .hikashop_checkout_cart {
        overflow-x: auto;
    }
    
    .hikashop_checkout_cart table {
        min-width: 500px;
    }
    
    .hikashop_checkout_buttons {
        justify-content: center;
    }
    
    .hikabtn_checkout_next {
        width: 100%;
        padding: 12px;
    }
}

/* dashboard */

.hikashop_dashboard {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.hika_cpanel_side_bar {
    background: linear-gradient(135deg, #f8f9fa, #f0f0f0);
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.hika_cpanel_icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hika_cpanel_icon {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.hika_cpanel_icon:hover {
    transform: translateX(5px);
    border-color: var(--main-color-3, #a1772d);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.hk-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border-radius: 12px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.hika_cpanel_icon:hover .hk-icon {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    transform: scale(1.05);
}

.hikashop_cpanel_joomla_user_div .hk-icon:before {
    content: "👤";
    font-size: 24px;
}

.hikashop_cpanel_address_div .hk-icon:before {
    content: "📍";
    font-size: 24px;
}

.hikashop_cpanel_order_div .hk-icon:before {
    content: "📋";
    font-size: 24px;
}

.hikashop_cpanel_joomla_user_logout_div .hk-icon:before {
    content: "🚪";
    font-size: 24px;
}

.hikashop_cpanel_button_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--richblack, #010B13);
    transition: color 0.3s ease;
}

.hika_cpanel_icon:hover .hikashop_cpanel_button_text {
    color: var(--main-color, #de2a1c);
}

.hika_cpanel_main_data {
    padding-left: 20px;
}

.hika_cpanel_main_top {
    margin-bottom: 20px;
}

.hika_cpanel_main_data_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    display: inline-block;
}

.hk-well {
    background: linear-gradient(135deg, #f8f9fa, #f0f0f0);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

.hk-well p {
    font-size: 16px;
    color: var(--main-color-2, #464646);
    margin: 0;
    display: inline-block;
    padding: 0 20px;
}

.hk-well p:before {
    content: "📦";
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.6;
}

.hk-icon .fa-stack,
.hk-icon .fa-stack-2x,
.hk-icon .fa-stack-1x,
.hk-icon .fa-inverse,
.hk-icon .fas,
.hk-icon .far,
.hk-icon .fab,
.hk-icon .fa {
    display: none !important;
}

.hk-icon i {
    display: none !important;
}

@media (max-width: 992px) {
    .hikashop_dashboard .hk-row-fluid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .hika_cpanel_side_bar {
        width: 100%;
        padding: 15px;
    }
    
    .hika_cpanel_icons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hika_cpanel_icon {
        flex: 1;
        min-width: 180px;
        justify-content: center;
        padding: 12px;
    }
    
    .hikashop_cpanel_button_text {
        font-size: 13px;
    }
    
    .hk-icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
    
    .hk-icon:before {
        font-size: 20px !important;
    }
    
    .hika_cpanel_main_data {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    
    .hika_cpanel_main_data_title {
        font-size: 18px;
    }
    
    .hk-well {
        padding: 30px 15px;
    }
    
    .hk-well p {
        font-size: 14px;
    }
    
    .hk-well p:before {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hikashop_dashboard {
        padding: 15px;
    }
    
    .hika_cpanel_icons {
        flex-direction: column;
    }
    
    .hika_cpanel_icon {
        min-width: auto;
        justify-content: flex-start;
    }
    
    .hk-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    
    .hk-icon:before {
        font-size: 18px !important;
    }
    
    .hikashop_cpanel_button_text {
        font-size: 12px;
    }
    
    .hika_cpanel_main_data_title {
        font-size: 16px;
    }
    
    .hk-well {
        padding: 20px 12px;
    }
    
    .hk-well p {
        font-size: 13px;
    }
    
    .hk-well p:before {
        font-size: 32px;
    }
}

/* address */

#hikashop_address_listing {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

#hikashop_address_listing .hika_toolbar {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

#hikashop_address_listing .hika_toolbar_btn.hika_btn_32 {
    display: inline-block;
}

#hikashop_address_listing .hika_toolbar .hikabtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    color: #666;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

#hikashop_address_listing .hika_toolbar .hikabtn:hover {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

#hikashop_address_listing .hika_toolbar .hikabtn .btnIcon {
    display: none;
}

#hikashop_address_listing .hika_toolbar .hikabtn .btnName {
    font-size: 13px;
}

#hikashop_address_listing .hika_toolbar .hikabtn:before {
    content: "←";
    margin-right: 6px;
    font-size: 14px;
}

#hikashop_address_listing #hikashop_user_addresses_default {
    background: linear-gradient(135deg, #f8f9fa, #f0f0f0);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #eaeaea;
}

#hikashop_address_listing .hika_options {
    margin: 0;
    padding: 0;
}

#hikashop_address_listing .hika_options.large dt {
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 14px;
    margin-bottom: 8px;
    width: 100% !important;
    text-align: left;
    float: none;
}

#hikashop_address_listing .hika_options.large dd {
    margin-left: 0 !important;
    padding: 0;
}

#hikashop_address_listing .hikashop_default_address_dropdown {
    width: 100%;
    max-width: 350px;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--Verdana), sans-serif;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

#hikashop_address_listing .hikashop_default_address_dropdown:hover {
    border-color: var(--main-color-3, #a1772d);
}

#hikashop_address_listing .hikashop_default_address_dropdown:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

#hikashop_address_listing #hikashop_user_addresses_show {
    margin-top: 10px;
}

#hikashop_address_listing .hk-row-fluid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

#hikashop_address_listing .hkc-md-6 {
    flex: 1;
    min-width: 280px;
}

#hikashop_address_listing .hikashop_billing_addresses,
#hikashop_address_listing .hikashop_shipping_addresses {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

#hikashop_address_listing .hikashop_billing_addresses:hover,
#hikashop_address_listing .hikashop_shipping_addresses:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: var(--main-color-3, #a1772d);
}

#hikashop_address_listing .hikashop_billing_addresses h3,
#hikashop_address_listing .hikashop_shipping_addresses h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    display: inline-block;
}

#hikashop_address_listing .hikashop_billing_addresses .hikabtn,
#hikashop_address_listing .hikashop_shipping_addresses .hikabtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 5px;
}

#hikashop_address_listing .hikashop_billing_addresses .hikabtn:hover,
#hikashop_address_listing .hikashop_shipping_addresses .hikabtn:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 42, 28, 0.3);
    text-decoration: none;
    color: white;
}

#hikashop_address_listing .hikashop_billing_addresses .hikabtn i,
#hikashop_address_listing .hikashop_shipping_addresses .hikabtn i {
    display: none;
}

#hikashop_address_listing .hikashop_billing_addresses .hikabtn:before,
#hikashop_address_listing .hikashop_shipping_addresses .hikabtn:before {
    content: "+";
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

#hikashop_address_listing .hikashop_no_addresses {
    background: #fafafa;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    color: var(--main-color-2, #464646);
    font-size: 14px;
    border: 1px dashed #e0e0e0;
}

#hikashop_address_listing .hikashop_no_addresses:before {
    content: "📍";
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

#hikashop_address_listing .hikashop_address_item {
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

#hikashop_address_listing .hikashop_address_item:hover {
    background: #fff;
    border-color: var(--main-color-3, #a1772d);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#hikashop_address_listing .hikashop_address_item .address_title {
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin-bottom: 8px;
    font-size: 14px;
}

#hikashop_address_listing .hikashop_address_item .address_content {
    font-size: 13px;
    color: var(--main-color-2, #464646);
    line-height: 1.5;
    margin-bottom: 12px;
}

#hikashop_address_listing .hikashop_address_item .address_actions {
    display: flex;
    gap: 10px;
}

#hikashop_address_listing .hikashop_address_item .address_actions a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 12px;
    color: var(--main-color-2, #464646);
    text-decoration: none;
    transition: all 0.2s ease;
}

#hikashop_address_listing .hikashop_address_item .address_actions a:hover {
    background: var(--main-color, #de2a1c);
    border-color: var(--main-color, #de2a1c);
    color: white;
}

#hikashop_address_listing .hikashop_address_item .address_actions a.edit:before {
    content: "✎";
    margin-right: 4px;
}

#hikashop_address_listing .hikashop_address_item .address_actions a.delete:before {
    content: "✕";
    margin-right: 4px;
}

#hikashop_address_listing .hikashop_address_item .address_actions a.set_default:before {
    content: "✓";
    margin-right: 4px;
}

#hikashop_address_listing .hikashop_address_edition {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #eaeaea;
}

#hikashop_address_listing .hikashop_address_edition h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    display: inline-block;
}

#hikashop_address_listing .hkform-horizontal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#hikashop_address_listing .hkform-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
}

#hikashop_address_listing .hkcontrol-label {
    width: 140px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 13px;
    padding-top: 10px;
    text-align: left;
}

#hikashop_address_listing .hkc-sm-8 {
    flex: 1;
    min-width: 200px;
}

#hikashop_address_listing .hikashop_address_edition input[type="text"],
#hikashop_address_listing .hikashop_address_edition select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #fff;
}

#hikashop_address_listing .hikashop_address_edition input[type="text"]:focus,
#hikashop_address_listing .hikashop_address_edition select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

#hikashop_address_listing .hikashop_address_edition input[type="text"]:hover,
#hikashop_address_listing .hikashop_address_edition select:hover {
    border-color: var(--main-color-3, #a1772d);
}

#hikashop_address_listing .hikashop_field_required_label {
    color: var(--main-color, #de2a1c);
    margin-left: 3px;
}

#hikashop_address_listing .hikashop_checkout_address_ok_button,
#hikashop_address_listing .hikashop_checkout_address_cancel_button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    margin-right: 10px;
}

#hikashop_address_listing .hikashop_checkout_address_ok_button {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    float: right;
}

#hikashop_address_listing .hikashop_checkout_address_ok_button:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 42, 28, 0.3);
    text-decoration: none;
    color: white;
}

#hikashop_address_listing .hikashop_checkout_address_cancel_button {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

#hikashop_address_listing .hikashop_checkout_address_cancel_button:hover {
    background: #e0e0e0;
    color: #333;
    transform: translateY(-2px);
    text-decoration: none;
}

#hikashop_address_listing .hikashop_checkout_address_ok_button i,
#hikashop_address_listing .hikashop_checkout_address_cancel_button i {
    display: none;
}

#hikashop_address_listing .hikashop_checkout_address_ok_button:before {
    content: "✓";
    margin-right: 6px;
    font-size: 14px;
}

#hikashop_address_listing .hikashop_checkout_address_cancel_button:before {
    content: "✕";
    margin-right: 6px;
    font-size: 14px;
}

#hikashop_address_listing .hikashop_address_edition > div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}

#hikashop_address_listing .hikashop_address_edition select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

#hikashop_address_listing .hikashop_address_edition select:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23de2a1c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

#hikashop_address_listing .hikashop_checkout_loading_elem {
    background-color: #ffffff;
    opacity: 0.6;
}

#hikashop_address_listing .hikashop_checkout_loading_spinner {
    background: url('/templates/microton/img/spinner.gif') no-repeat center;
}

@media (max-width: 768px) {
    #hikashop_address_listing {
        padding: 15px;
    }
    
    #hikashop_address_listing .hika_toolbar {
        justify-content: center;
    }
    
    #hikashop_address_listing .hika_toolbar .hikabtn {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    #hikashop_address_listing #hikashop_user_addresses_default {
        padding: 15px;
    }
    
    #hikashop_address_listing .hikashop_default_address_dropdown {
        max-width: 100%;
        font-size: 13px;
        padding: 8px 10px;
    }
    
    #hikashop_address_listing .hk-row-fluid {
        flex-direction: column;
        gap: 20px;
    }
    
    #hikashop_address_listing .hkc-md-6 {
        width: 100%;
    }
    
    #hikashop_address_listing .hikashop_billing_addresses h3,
    #hikashop_address_listing .hikashop_shipping_addresses h3 {
        font-size: 16px;
    }
    
    #hikashop_address_listing .hikashop_billing_addresses .hikabtn,
    #hikashop_address_listing .hikashop_shipping_addresses .hikabtn {
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
    
    #hikashop_address_listing .hikashop_address_item .address_actions {
        flex-wrap: wrap;
    }
    
    #hikashop_address_listing .hikashop_address_item .address_actions a {
        flex: 1;
        justify-content: center;
    }
    
    #hikashop_address_listing .hikashop_address_edition {
        padding: 15px;
    }
    
    #hikashop_address_listing .hikashop_address_edition h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    #hikashop_address_listing .hkform-group {
        flex-direction: column;
        gap: 5px;
    }
    
    #hikashop_address_listing .hkcontrol-label {
        width: 100%;
        padding-top: 0;
        margin-bottom: 5px;
    }
    
    #hikashop_address_listing .hkc-sm-8 {
        width: 100%;
    }
    
    #hikashop_address_listing .hikashop_checkout_address_ok_button,
    #hikashop_address_listing .hikashop_checkout_address_cancel_button {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    #hikashop_address_listing .hikashop_address_edition > div:last-child {
        flex-direction: column;
        align-items: stretch;
    }
    
    #hikashop_address_listing .hikashop_checkout_address_ok_button {
        float: none;
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    
    #hikashop_address_listing .hikashop_checkout_address_cancel_button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #hikashop_address_listing {
        padding: 12px;
    }
    
    #hikashop_address_listing .hikashop_billing_addresses,
    #hikashop_address_listing .hikashop_shipping_addresses {
        padding: 15px;
    }
    
    #hikashop_address_listing .hikashop_billing_addresses h3,
    #hikashop_address_listing .hikashop_shipping_addresses h3 {
        font-size: 15px;
    }
    
    #hikashop_address_listing .hikashop_address_item {
        padding: 12px;
    }
    
    #hikashop_address_listing .hikashop_address_item .address_title {
        font-size: 13px;
    }
    
    #hikashop_address_listing .hikashop_address_item .address_content {
        font-size: 12px;
    }
    
    #hikashop_address_listing .hikashop_address_edition {
        padding: 12px;
    }
    
    #hikashop_address_listing .hikashop_address_edition h3 {
        font-size: 15px;
    }
    
    #hikashop_address_listing .hkcontrol-label {
        font-size: 12px;
    }
}

#hikashop_address_listing .hikabtn i,
#hikashop_address_listing .hikabtn .fas,
#hikashop_address_listing .hikabtn .far {
    display: none !important;
}

/* profile */

.com-users-profile__edit.profile-edit {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.com-users-profile__edit-form {
    background: transparent;
    border: none;
    padding: 0;
}

.com-users-profile__edit-form legend {
    font-size: 20px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    width: 100%;
    font-family: var(--Verdana), sans-serif;
}

.com-users-profile__edit-form .control-group {
    margin-bottom: 20px;
}

.com-users-profile__edit-form .control-label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 13px;
    display: block;
}

.com-users-profile__edit-form .controls {
    display: block;
}

.com-users-profile__edit-form input[type="text"],
.com-users-profile__edit-form input[type="email"],
.com-users-profile__edit-form input[type="password"],
.com-users-profile__edit-form select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
    background-color: #fff;
}

.com-users-profile__edit-form input[type="text"]:focus,
.com-users-profile__edit-form input[type="email"]:focus,
.com-users-profile__edit-form input[type="password"]:focus,
.com-users-profile__edit-form select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

.com-users-profile__edit-form input[type="text"]:hover,
.com-users-profile__edit-form input[type="email"]:hover,
.com-users-profile__edit-form input[type="password"]:hover,
.com-users-profile__edit-form select:hover {
    border-color: var(--main-color-3, #a1772d);
}

.com-users-profile__edit-form input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    color: #666;
}

.com-users-profile__edit-form .star {
    color: var(--main-color, #de2a1c);
    font-weight: bold;
    margin-left: 3px;
}

.password-group {
    width: 100%;
}

.password-group .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.password-group .input-group input {
    flex: 1;
    border-radius: 8px 0 0 8px;
    border-right: none;
}

.password-group .input-group .btn-secondary.input-password-toggle {
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border: 1px solid #e0e0e0;
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 0 12px;
    color: var(--richblack, #010B13);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
}

.password-group .input-group .btn-secondary.input-password-toggle:hover {
    background: linear-gradient(135deg, #e0e0e0, #d0d0d0);
    border-color: var(--main-color-3, #a1772d);
}

.password-group .input-group .btn-secondary.input-password-toggle span {
    font-size: 14px;
}

#jform\\[password1\\]-rules {
    font-size: 12px;
    color: var(--main-color-2, #464646);
    margin-bottom: 8px;
    padding: 6px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    display: inline-block;
}

meter#progress-0 {
    width: 100%;
    height: 6px;
    border-radius: 8px;
    margin-top: 8px;
    background: #f0f0f0;
    border: none;
    overflow: hidden;
}

meter#progress-0::-webkit-meter-bar {
    background: #f0f0f0;
    border-radius: 8px;
}

meter#progress-0::-webkit-meter-optimum-value {
    background: linear-gradient(90deg, #f0ad4e, #5cb85c);
    border-radius: 8px;
}

meter#progress-0::-moz-meter-bar {
    background: linear-gradient(90deg, #f0ad4e, #5cb85c);
    border-radius: 8px;
}

#password-0 {
    font-size: 12px;
    margin-top: 5px;
    color: var(--main-color-2, #464646);
    text-align: left;
    font-weight: 500;
}

.com-users-profile__edit-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

.com-users-profile__edit-form select:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23de2a1c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

.com-users-profile__edit-form .form-text {
    font-size: 11px;
    color: var(--main-color-2, #464646);
    margin-top: 5px;
    display: block;
}

.com-users-profile__edit-submit {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.com-users-profile__edit-submit .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.com-users-profile__edit-submit .btn-primary.validate {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
}

.com-users-profile__edit-submit .btn-primary.validate:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 42, 28, 0.3);
}

.com-users-profile__edit-submit .btn-danger {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

.com-users-profile__edit-submit .btn-danger:hover {
    background: #e0e0e0;
    color: #333;
    transform: translateY(-2px);
}

.com-users-profile__edit-submit .btn span {
    display: none;
}

.com-users-profile__edit-submit .btn-primary.validate:before {
    content: "✓";
    margin-right: 8px;
    font-size: 14px;
}

.com-users-profile__edit-submit .btn-danger:before {
    content: "✕";
    margin-right: 8px;
    font-size: 14px;
}

joomla-field-fancy-select {
    display: block;
    width: 100%;
}

joomla-field-fancy-select .choices {
    position: relative;
}

joomla-field-fancy-select .choices__inner {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    min-height: auto;
}

joomla-field-fancy-select .choices__list--single {
    padding: 0;
}

joomla-field-fancy-select .choices__item--selectable {
    font-size: 14px;
    color: var(--richblack, #010B13);
}

joomla-field-fancy-select .choices__list--dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

joomla-field-fancy-select .choices__list--dropdown .choices__item {
    padding: 8px 12px;
    font-size: 13px;
}

joomla-field-fancy-select .choices__list--dropdown .choices__item.is-highlighted {
    background-color: var(--main-color, #de2a1c);
    color: white;
}

@media (max-width: 768px) {
    .com-users-profile__edit.profile-edit {
        padding: 15px;
    }
    
    .com-users-profile__edit-form legend {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .com-users-profile__edit-form .control-label {
        font-size: 12px;
    }
    
    .com-users-profile__edit-form input[type="text"],
    .com-users-profile__edit-form input[type="email"],
    .com-users-profile__edit-form input[type="password"],
    .com-users-profile__edit-form select {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .com-users-profile__edit-submit {
        flex-direction: column;
        gap: 10px;
    }
    
    .com-users-profile__edit-submit .btn {
        width: 100%;
        padding: 10px;
    }
    
    .password-group .input-group .btn-secondary.input-password-toggle {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .com-users-profile__edit.profile-edit {
        padding: 12px;
    }
    
    .com-users-profile__edit-form legend {
        font-size: 16px;
    }
    
    .com-users-profile__edit-form .control-group {
        margin-bottom: 15px;
    }
}

/* profile */

.com-users-profile.profile {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
}

.com-users-profile__edit.btn-toolbar {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
}

.com-users-profile__edit .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.com-users-profile__edit .btn-primary:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(222, 42, 28, 0.3);
    text-decoration: none;
    color: white;
}

.com-users-profile__edit .btn-primary span {
    display: none;
}

.com-users-profile__edit .btn-primary:before {
    content: "✎";
    margin-right: 6px;
    font-size: 13px;
}

.com-users-profile__core,
.com-users-profile__params {
    margin-bottom: 25px;
}

.com-users-profile__core legend,
.com-users-profile__params legend {
    font-size: 18px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    width: 100%;
    font-family: var(--Verdana), sans-serif;
}

.dl-horizontal {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dl-horizontal dt {
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 13px;
    width: 180px;
    float: left;
    clear: left;
    padding: 8px 0;
}

.dl-horizontal dd {
    font-size: 14px;
    color: var(--main-color-2, #464646);
    margin-left: 190px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dl-horizontal dd:last-child {
    border-bottom: none;
}

.dl-horizontal dd:contains("Нет информации") {
    color: #999;
    font-style: italic;
}

.dl-horizontal dd {
    position: relative;
}

@media (max-width: 768px) {
    .com-users-profile.profile {
        padding: 20px;
    }
    
    .com-users-profile__edit.btn-toolbar {
        position: static;
        margin-bottom: 20px;
        text-align: right;
    }
    
    .com-users-profile__edit .btn-primary {
        padding: 6px 16px;
        font-size: 12px;
    }
    
    .com-users-profile__core legend,
    .com-users-profile__params legend {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .dl-horizontal {
        display: block;
    }
    
    .dl-horizontal dt {
        width: 100%;
        float: none;
        padding: 8px 0 4px 0;
        font-size: 12px;
    }
    
    .dl-horizontal dd {
        margin-left: 0;
        padding: 4px 0 8px 0;
        font-size: 13px;
        border-bottom: 1px solid #f0f0f0;
    }
}

@media (max-width: 480px) {
    .com-users-profile.profile {
        padding: 15px;
    }
    
    .com-users-profile__edit .btn-primary {
        padding: 5px 14px;
        font-size: 11px;
        width: 100%;
        justify-content: center;
    }
    
    .com-users-profile__edit .btn-primary:before {
        font-size: 11px;
    }
    
    .com-users-profile__core legend,
    .com-users-profile__params legend {
        font-size: 15px;
    }
    
    .dl-horizontal dt {
        font-size: 11px;
    }
    
    .dl-horizontal dd {
        font-size: 12px;
    }
}

/* order */

#hikashop_order_listing {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

#hikashop_order_listing .hika_toolbar {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

#hikashop_order_listing .hika_toolbar_btn.hika_btn_32 {
    display: inline-block;
}

#hikashop_order_listing .hika_toolbar .hikabtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    color: #666;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

#hikashop_order_listing .hika_toolbar .hikabtn:hover {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

#hikashop_order_listing .hika_toolbar .hikabtn .btnIcon {
    display: none;
}

#hikashop_order_listing .hika_toolbar .hikabtn .btnName {
    font-size: 13px;
}

#hikashop_order_listing .hika_toolbar .hikabtn:before {
    content: "←";
    margin-right: 6px;
    font-size: 14px;
}

#hikashop_order_listing .hk-row-fluid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

#hikashop_order_listing .hkc-md-6 {
    flex: 1;
    min-width: 280px;
}

#hikashop_order_listing .hikashop_search_block {
    display: flex;
    gap: 10px;
    align-items: center;
}

#hikashop_order_listing .hikashop_search_block input[type="text"] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-family: var(--Verdana), sans-serif;
    transition: all 0.3s ease;
}

#hikashop_order_listing .hikashop_search_block input[type="text"]:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

#hikashop_order_listing .hikashop_search_block button {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

#hikashop_order_listing .hikashop_search_block button:hover {
    background: var(--gold-gradient, linear-gradient(90deg, #895410 0%, #deb969 50%, #895410 100%));
    transform: translateY(-2px);
}

#hikashop_order_listing .hikashop_order_sort {
    text-align: right;
    color: var(--main-color-2, #464646);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

#hikashop_order_listing .hikashop_order_sort select {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-family: var(--Verdana), sans-serif;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

#hikashop_order_listing .hikashop_order_sort select:hover {
    border-color: var(--main-color-3, #a1772d);
}

#hikashop_order_listing .hikashop_order_sort select:focus {
    outline: none;
    border-color: var(--main-color, #de2a1c);
    box-shadow: 0 0 0 3px rgba(222, 42, 28, 0.1);
}

#hikashop_order_listing .hk-well.hika_no_orders {
    background: linear-gradient(135deg, #f8f9fa, #f0f0f0);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 50px 20px;
    text-align: center;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

#hikashop_order_listing .hk-well.hika_no_orders p {
    font-size: 16px;
    color: var(--main-color-2, #464646);
    margin: 0;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

#hikashop_order_listing .hk-well.hika_no_orders p:before {
    content: "📋";
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

#hikashop_order_listing .hikashop_orders_content {
    margin-top: 20px;
}

#hikashop_order_listing .hikashop_order_listing table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

#hikashop_order_listing .hikashop_order_listing thead th {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 12px 15px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    font-size: 13px;
    border-bottom: 2px solid var(--gold-d, #FFAA00);
    text-align: left;
}

#hikashop_order_listing .hikashop_order_listing tbody tr {
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

#hikashop_order_listing .hikashop_order_listing tbody tr:hover {
    background-color: #fafafa;
}

#hikashop_order_listing .hikashop_order_listing tbody td {
    padding: 12px 15px;
    font-size: 13px;
    color: var(--main-color-2, #464646);
    vertical-align: middle;
}

#hikashop_order_listing .btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f0f0f0;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

#hikashop_order_listing .btn-link i {
    display: none;
}

#hikashop_order_listing .btn-link:before {
    content: "▼";
    font-size: 12px;
    color: var(--main-color-2, #464646);
}

#hikashop_order_listing .btn-link:hover:before {
    color: white;
}

#hikashop_order_listing .btn-link:hover {
    background: var(--main-color, #de2a1c);
}

#hikashop_order_listing .hika_order_details {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 3px solid var(--main-color-3, #a1772d);
}

#hikashop_order_listing .hikashop_order_pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

#hikashop_order_listing .hikashop_order_pagination a,
#hikashop_order_listing .hikashop_order_pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    color: var(--main-color-2, #464646);
    text-decoration: none;
    transition: all 0.2s ease;
}

#hikashop_order_listing .hikashop_order_pagination a:hover {
    background: var(--main-color, #de2a1c);
    border-color: var(--main-color, #de2a1c);
    color: white;
}

#hikashop_order_listing .hikashop_order_pagination .active span {
    background: var(--red-gradient, linear-gradient(90deg, #86160a 0%, #de2a1c 50%, #86160a 100%));
    border-color: transparent;
    color: white;
}

@media (max-width: 768px) {
    #hikashop_order_listing {
        padding: 15px;
    }
    
    #hikashop_order_listing .hika_toolbar {
        justify-content: center;
    }
    
    #hikashop_order_listing .hk-row-fluid {
        flex-direction: column;
        gap: 15px;
    }
    
    #hikashop_order_listing .hkc-md-6 {
        width: 100%;
    }
    
    #hikashop_order_listing .hikashop_search_block {
        flex-direction: column;
    }
    
    #hikashop_order_listing .hikashop_search_block input[type="text"] {
        width: 100%;
    }
    
    #hikashop_order_listing .hikashop_search_block button {
        width: 100%;
    }
    
    #hikashop_order_listing .hikashop_order_sort {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    
    #hikashop_order_listing .hikashop_order_sort select {
        width: 100%;
        margin: 5px 0;
    }
    
    #hikashop_order_listing .hikashop_order_listing {
        overflow-x: auto;
    }
    
    #hikashop_order_listing .hikashop_order_listing table {
        min-width: 600px;
    }
    
    #hikashop_order_listing .hk-well.hika_no_orders p:before {
        font-size: 40px;
    }
    
    #hikashop_order_listing .hk-well.hika_no_orders p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #hikashop_order_listing {
        padding: 12px;
    }
    
    #hikashop_order_listing .hika_toolbar .hikabtn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    #hikashop_order_listing .hikashop_search_block input[type="text"],
    #hikashop_order_listing .hikashop_search_block button,
    #hikashop_order_listing .hikashop_order_sort select {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    #hikashop_order_listing .hk-well.hika_no_orders {
        padding: 30px 15px;
    }
    
    #hikashop_order_listing .hk-well.hika_no_orders p:before {
        font-size: 32px;
    }
    
    #hikashop_order_listing .hk-well.hika_no_orders p {
        font-size: 13px;
    }
}

#hikashop_order_listing .hikabtn i,
#hikashop_order_listing .hikabtn .fas,
#hikashop_order_listing .hikabtn .far,
#hikashop_order_listing .hikabtn .fa,
#hikashop_order_listing .btn-link i {
    display: none !important;
}

/* category */

.my-categories-module .hikashop_subcontainer.thumbnail tr {
    display: flex;
    flex-direction: column;
}

.my-categories-module #hikashop_category_information_module_178 .hikashop_category_td {
    width: 100%;
}


.my-categories-module .hikashop_category_left_part {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.my-categories-module .hikashop_product_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.my-categories-module .hikashop_product_image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.my-categories-module .hikashop_category_td {
    padding: 0 !important;
    vertical-align: top;
}

.my-categories-module .hikashop_product_image {
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .my-categories-module .hikashop_category_left_part {
        min-height: 220px;
    }
    
    .my-categories-module .hikashop_product_image {
        height: 220px !important;
    }
}

@media (max-width: 768px) {
    .my-categories-module .hikashop_category_left_part {
        min-height: 200px;
    }
    
    .my-categories-module .hikashop_product_image {
        height: 200px !important;
    }
}

@media (max-width: 576px) {
    .my-categories-module .hikashop_category_left_part {
        min-height: 180px;
    }
    
    .my-categories-module .hikashop_product_image {
        height: 180px !important;
    }
}

.my-categories-module .hikashop_subcontainer table,
.my-categories-module .hikashop_subcontainer tbody,
.my-categories-module .hikashop_subcontainer tr {
    display: block !important;
    width: 100% !important;
}

.my-categories-module .hikashop_subcontainer tr {
    display: flex !important;
    flex-direction: column !important;
}

/*  */

#hikashop_category_information_menu_185 .hikashop_category_left_part {
    text-align: center !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

#hikashop_category_information_menu_185 .hikashop_product_image {
    height: 250px !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

#hikashop_category_information_menu_185 .hikashop_category_td {
    width: 100% !important;
    padding: 0 !important;
    vertical-align: top !important;
}

.hikashop_subcategories_listing .hikashop_category_left_part {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.hikashop_subcategories_listing .hikashop_product_image {
    position: relative;
    width: 100% !important;
    height: 250px !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.hikashop_subcategories_listing .hikashop_product_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hikashop_subcategories_listing .hikashop_product_image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.hikashop_subcategories_listing .hikashop_category_td {
    padding: 0 !important;
    vertical-align: top !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer table,
.hikashop_subcategories_listing .hikashop_subcontainer tbody,
.hikashop_subcategories_listing .hikashop_subcontainer tr {
    display: block !important;
    width: 100% !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer tr {
    display: flex !important;
    flex-direction: row;
}

.hikashop_subcategories_listing .hikashop_category_right_part {
    text-align: center !important;
    flex: 1 !important;
}

.hikashop_subcategories_listing .hikashop_category_name {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 8px 12px 10px !important;
    position: absolute;
    background: var(--gold-gradient);
    border-radius: 25px 25px 25px 0px;
}

.hikashop_subcategories_listing .hikashop_category_name a {
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.hikashop_category .hikashop_subcontainer.thumbnail td[valign="top"] {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 280px;
    vertical-align: top;
}

.hikashop_category .hikashop_subcontainer.thumbnail td[valign="top"] div h2 {
    margin-top: -5px;
}

.hikashop_subcategories_listing .hikashop_category_name a:hover {
    color: #fff !important;
}

.hikashop_subcategories_listing .hikashop_subcontainer br {
    display: none !important;
}

@media (max-width: 992px) {
    #hikashop_category_information_menu_185 .hikashop_product_image,
    .hikashop_subcategories_listing .hikashop_product_image {
        height: 220px !important;
    }
}

@media (max-width: 768px) {
    #hikashop_category_information_menu_185 .hikashop_product_image,
    .hikashop_subcategories_listing .hikashop_product_image {
        height: 200px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_right_part {
        padding: 15px 12px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_name {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    #hikashop_category_information_menu_185 .hikashop_product_image,
    .hikashop_subcategories_listing .hikashop_product_image {
        height: 180px !important;
    }
    
    .hikashop_subcategories_listing .hikashop_category_right_part {
        padding: 12px 10px !important;
    }
}

/*  */

#hikashop_show_tabular_specification_li {
    display: none;
}

/* Простой слайдер */
.simple-slider-section {
    margin: 40px 0;
}

.simple-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.simple-slider-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--richblack, #010B13);
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--main-color, #de2a1c);
    display: inline-block;
}

.simple-slider-nav {
    display: flex;
    gap: 10px;
}

.simple-slider-button-prev,
.simple-slider-button-next {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    transition: all 0.2s ease;
}

.simple-slider-button-prev:hover,
.simple-slider-button-next:hover {
    background: var(--main-color, #de2a1c);
    border-color: var(--main-color, #de2a1c);
    color: #fff;
}

.simple-slider-button-prev.swiper-button-disabled,
.simple-slider-button-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.simpleSwiper .swiper-slide {
    text-align: center;
}

.simpleSwiper .swiper-slide a {
    display: block;
    cursor: pointer;
}

.simpleSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.2s ease;
}

.simpleSwiper .swiper-slide img:hover {
    opacity: 0.9;
}

.simple-slider-pagination {
    margin-top: 25px;
    text-align: center;
}

.simple-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.simple-slider-pagination .swiper-pagination-bullet-active {
    background: var(--main-color, #de2a1c);
}

@media (min-width: 992px) {
    .simpleSwiper .swiper-slide {
        width: calc(33.333% - 20px) !important;
        margin-right: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .simpleSwiper .swiper-slide {
        width: calc(50% - 15px) !important;
        margin-right: 30px !important;
    }
}

@media (max-width: 767px) {
    .simpleSwiper .swiper-slide {
        width: 100% !important;
        margin-right: 20px !important;
    }
    
    .simple-slider-title {
        font-size: 22px;
    }
}

.catalog-button-wrapper {
    text-align: center;
    margin: 30px 0 40px;
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background-color: #de2a1c;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    line-height: 1.2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.catalog-button:hover {
    background-color: #b82216;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .catalog-button {
        width: auto;
        min-width: 5cm;
        padding: 0 20px;
        font-size: 12px;
    }
}