/* кастомные новые стили для шапки от 28.07.2025 usp */

body {
  font-family: "PT Sans Caption" !important;
}

h1 {
  font-size: 1.9em !important;
}

@media (max-width: 769px) {
h1 {
  font-size: 1em !important;
}
}

.fhg-body {
  background-color: #fff !important;
}

@media (min-width: 769px) {
  .new_header {
    align-items: baseline;
  }
}

.content-wrapper {
  padding-top: 0rem !important;
}

.new_button {
  font-size: 14px !important;
}

.header {
  background-color: #ececec !important;
}

@media (min-width: 769px) {
  .no_mobile_header {
    margin-right: 0 !important;
    width: 50%;
  }
}

.breadcrumb {
  align-items: center !important; /* тут выровняли ХК по горизонтали, чтобы красиво */
  gap: 0.5em;
}

.breadcrumb-item {
  display: flex;
  gap: 0.4em;
  align-items: center;
}

@media (max-width: 769px) {
  .breadcrumb-item {
    flex-shrink: unset !important;
    word-break: break-word !important;
  }
}

.top_header__select {
  border-bottom: 1px solid #26863c;
  height: 45px;
  padding-top: 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #ececec !important;
  border: none !important;
  border-radius: 4px;
}

.select2-container {
  width: auto !important;
}

.select2-selection__rendered {
  font-weight: normal !important;
}

.new_header {
  color: #333 !important;
  align-items: baseline !important;
  /* justify-content: unset !important; */
  justify-content: space-around !important;
}

@media (min-width: 1350px) {
  .no_mobile_header {
    margin-right: 0 !important;
    width: 45% !important;
  }
  .new_header {
    justify-content: unset !important;
  }
}

@media (min-width: 769px) {
  #uni-fitt-logo {
    height: auto !important;
    min-width: 225px;
    max-height: 70px !important;
    margin-left: -50px !important;
  }
}

.contact-link.tel {
  color: #333 !important;
}

.new_button {
  display: inline-block;
  background: #ffb48d !important;
  color: #fff !important;
  padding: 0.5rem 0.7rem !important;
}

.new_header a {
  color: #333 !important;
}

a.new_button {
  background-color: #ececec !important;
  border: 1px solid #26863c;
  color: #26863c !important;
}

.tpl-link-favorite:hover {
  border-color: #ca7070;
  color: #ca7070 !important;
}

/* это (.tpl-link-favorite и пр.) перенесено сюда из инлайн, потому что стили по неведомой мне причине (задумке?) не применяются на главной */
.tpl-link-favorite,
.tpl-link-pseudo_sale,
.tpl-link-favorite,
.tpl-link-favorite-add {
  border: 1px solid #333;
  display: block;
  color: #4eb857 !important;
  text-align: center;
  padding: 8px !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-radius: 3px;
}

a.new_button:hover {
  background-color: #26863c !important;
  border: 1px solid #26863c;
  color: #fff !important;
}

ul.main-menu.menu.level-1 {
  text-transform: none !important;
}

.main-menu-link {
  color: #333 !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
}

.main-menu-item.menu-item:hover,
a.main-menu-link.menu-link.level-1.is-current.is-active.is-opened {
  background: #fdfdfd;
  border-radius: 5px;
}

a.main-menu-link:hover {
  text-decoration: none !important;
}

.search-input {
  border: 1px solid #cecece !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.sidebar-block-content {
  padding-left: 5px !important;
}

.sidebar-block.general_left_menu {
  background: #f7f7f7 !important;
  padding: 8px !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.sidebar-menu-link {
  font-size: 14px;
}

@media (min-width: 769px) {
  .TopPanelDesctop {
    align-items: baseline;
    /* justify-content: end !important; */
    gap: 0em !important;
  }
}

.lower_header {
  align-items: baseline;
  display: flex;
  justify-content: center;
  gap: 2em;
}

.shopcart-widget-amount {
  font-size: 1rem !important;
}

@media (max-width: 480px) {
  .lower_header {
    flex-direction: row;
    justify-content: center;
    gap: .2em;
  }
  .contact-link.tel {
    margin-bottom: 0 !important;
  }
  .new_button {
    width: 100%;
    text-align: center;
  }
  .phone {
    width: 100%;
    display: flex;
    align-items: last baseline;
    gap: 1em;
    margin-left: 20px;
  }
}

.main-menu-wrapper {
  background: #ececec;
  border-top: 1px solid #26863c !important;
  margin-top: 5px;
  /* border-radius: 5px; */
  padding: 0 15px;
  height: 50px;
}

.main_serch {
  display: none !important;
}

.top-panel-wrapper > div {
  background-color: #eeeeee !important;
  padding-bottom: 15px;
}

.top-panel.fixed {
  background-color: #eee !important;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .TopPanelDesctop {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .mob_menu_btn {
    width: 3rem !important;
    height: 4rem !important;
  }
}

.top-panel-curt-sidebar::before {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 1440px) {
  .main-menu-link {
    padding: 0.5rem 0.3rem !important;
  }
  .no_mob {
    width: auto !important;
  }
}

a.lk_button {
  background-color: #fff !important;
  border: 1px solid #26863c;
  color: #26863c !important;
  padding: 8px;
  border-radius: 3px;
}

a.lk_button:hover {
  background-color: #26863c !important;
  border: 1px solid #26863c;
  color: #fff !important;
}

.sidebar-menu-item.level-1 {
  border-bottom: none !important;
}

/* страница Клиентам */

.client_main {
  background: #fdfdfd;
  padding: 15px;
  box-shadow: 1px 2px 13px #ccc;
  margin: 20px 0;
  border-radius: 5px;
  align-self: stretch;
}
.client_main ul {
  padding-left: 5px;
}
.client_main ul li {
  list-style-type: none;
}
.client_main ul li::before {
  content: "•";
  color: #ea6829;
  margin-right: 5px;
}

.check_link {
  color: #ff6400 !important;
}

.description_wrap p {
  margin: 10px 0 !important;
}
.description_wrap a {
  color: #ff6400 !important;
}

.description_wrap ul {
  padding-left: 5px;
}
.description_wrap ul li {
  list-style-type: none;
}
.description_wrap ul li::before {
  content: "•";
  color: #ea6829;
  margin-right: 5px;
}

.desc_api {
  width: 75%;
}

@media (max-width: 768px) {
.desc_api {
  width: 100%;
}
}

.s_browse_cc {
  color: #ff6400 !important;
  margin: 30px 0;
  background: #f7f7f7;
  padding: 20px;
}

.s_browse_cc li {
  margin: 10px 0;
  list-style-type: none;
}
/* Footer */

.footer-wrapper {
  background-color: #ececec !important;
  color: #333 !important;
  /* border-top: 1px solid #ea6829 !important; */
}

.footer-block img {
  height: auto !important;
  width: auto !important;
  margin-left: -65px !important;
}

@media (max-width: 768px) {
  .footer-block img {
    margin-left: 0px !important;
  }
}

.foot_adres {
  line-height: 8px !important;
  margin-top: 8px !important;
  font-size: 14px !important;
}

.foot_work {
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 20px !important;
}

.foot_menu li a {
  color: #333 !important;
  line-height: 15px !important;
  text-decoration: none;
}

.foot_menu li a:hover {
  text-decoration: underline !important;
}

.contact-link.tel {
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
}

.button.is-primary {
  color: #ea6829 !important;
  background-color: transparent !important;
  border: 1px solid #ea6829 !important;
}

.button.is-primary:hover {
  background-color: #ea6829 !important;
  color: #fff !important;
}

/* всякое */
.article-preview-image-wrapper {
  max-width: 280px !important;
  max-height: 200px !important;
  margin: 0 !important;
}

.article-preview-image {
  border: 8px solid #f7f7f7;
  width: 280px !important;
  max-height: 200px !important;
}

.article-preview-image:hover {
  border-color: #dd1d3b;
}

/* Карточки компаний (реквизиты, магазины) */

.company_card_wrap__requisites {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 20px;
}

.company_card_wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 20px;
}

.company_card_block {
  display: flex;
  /* flex-direction: column; */
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 20px;
  gap: 1em;
  /* justify-content: space-around; */
  /* justify-content: space-between; */
  align-items: center;
}

.company_card_block__requisites {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 20px;
  gap: 1em;
  width: 100%;
}

.company_card_block__image {
  width: 20% !important;
}

.company_card_block__desc {
  line-height: 24px;
  display: flex;
  flex-direction: column;
  width: 60%;
}

.company_card_block__type {
  width: 20%;
}

.company_card_block:hover,
.company_card_block__requisites:hover {
  box-shadow: 1px 1px 8px #ececec;
  color: #333 !important;
}

.company_card_block:hover > a {
  color: #333 !important;
}

table.company_card td {
  border: none !important;
  padding: 10px !important;
}

table.company_card tr:nth-child(odd) {
  background-color: #ececec !important;
}

/* .filters_wrap {
  border: 1px solid #cecece;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  background: #ececec;
}

.filter_desc {
  font-size: 14px;
  font-weight: 600;
}

.type_filter {
  margin: 20px 0;
  border: 1px solid #ececec;
  padding: 10px;
  border-radius: 8px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
}

.type_radio {
  cursor: pointer;
  margin: 0 5px 0 20px;
} */

.main-container {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.filters-container {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #cecece;
  padding: 15px;
  border-radius: 8px;
}

.map-container {
  flex: 1;
  min-height: 400px;
}

#addressmap {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}

fieldset {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
}

legend {
  font-weight: bold;
  padding: 0 10px;
}

.filter_desc {
  font-size: 16px;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-option input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.filter-option label {
  cursor: pointer;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .filters-container {
    flex: 0 0 auto;
    width: 100%;
  }

  .map-container {
    min-height: 300px;
  }

  .company_card_block {
    flex-direction: column;
  }
}

.totalwrap {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.fullcard_wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 45%;
}

#inner_map {
  width: 50%; 
  height: 400px;
  border: 5px solid #cecece;
}

.gallery-container {
  position: relative; 
  padding: 20px; 
  max-width: 600px;
}

@media (max-width: 720px){
  .totalwrap {
  flex-direction: column;
  }
  
  .fullcard_wrap {
    width: 100%;
  }
#inner_map {
  width: 100%;
}
}

.company_card_block__image {
  margin-right: 10px; 
  width: 280px;
}

@media (max-width: 720px){
  .company_card_block {
    align-items: baseline;
  }
  .company_card_block__image {
    margin-right: 10px; 
    width: auto !important;
  }
  .company_card_block__desc {
    width: auto;
  }
  .company_card_block__type {
    width: auto;
  }
}

.product-card {
  margin-bottom: 20px;
  border: 1px solid #f7f7f7;
  padding: 10px;
  border-radius: 6px;
  height: 150px;
}

/* .div_img {
  height: 140px !important;
} */

.div_img {
  margin: 0 2rem 0 0 !important;
  width: 80px !important;
  height: 80px !important;
}

.category-subcollection {
  padding: 20px !important;
}

.product-card:hover {
  box-shadow: 1px 1px 8px #f7f7f7;
}

.pagination {
  gap: 0.5em;
}

.pagination-item.page {
  border: 1px solid #cecece;
  padding: 9px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: block;
  font-size: 14px;
  line-height: 8px;
}

.company_card_block__requisites {
  display: flex; 
  gap: 1em; 
  flex-direction: row;
}

.company_card_block__requisites__content {
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  gap: 1em;
}
.company_card_block__link {
  display: flex; 
  flex-direction: column; 
  gap: 1em;
}

.partner_content_wrap {
  display:flex; 
  flex-direction: row; 
  gap: 1em; 
  margin: 20px 0 0;
}

.description_wrap {
  width: 100%;
}

@media (max-width: 720px){ 
  .company_card_block__requisites {
    flex-direction: column;
  }
  .partner_content_wrap {
    flex-direction: column; 
  }
}

.filters-container {
  position: relative;
}

.filter-toggle-mobile {
  display: none;
  text-align: center;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.filter-toggle-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.filter-toggle-link:hover {
  text-decoration: underline;
}

.filters-content {
  transition: all 0.3s ease;
}

/* Стили для мобильных устройств */
@media (max-width: 719px) {
  .filter-toggle-mobile {
      display: block;
  }
  
  .filters-content {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
  }
  
  .filters-content.expanded {
      max-height: 500px; /* Подстройте под ваш контент */
      opacity: 1;
      overflow: visible;
  }
  
  .filters-content fieldset {
      margin-bottom: 15px;
  }
}

/* Стили для десктопов */
@media (min-width: 720px) {
  .filters-content {
      display: block !important;
      max-height: none !important;
      opacity: 1 !important;
  }
}


/* Галерея внутри карты партнера */
/* для предотвращения горизонтального скролла */
content-wrapper {
  overflow-x: hidden;
}

.gallery-container {
  box-sizing: border-box;
}

.swiper_gal {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide img {
  max-width: 600px;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.swiper-pagination {
  bottom: 10px;
  position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .swiper_gal {
    height: 300px;
    padding: 0 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: 5px;
  }
}

@media (max-width: 480px) {
  .swiper_gal {
    height: 250px;
  }
}

.client_wrapper {
  display: flex;
  gap: 1em;
  align-items: baseline;
  width: 100%;
}

.client_main {
  /* width: 50%; */
}

.client_icon {
  float: left;
  height: 100%;
  margin: 10px;
}

@media (max-width: 480px) {
  .client_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0em;
    align-items: baseline;
    width: 100%;
  }

  .client_main {
    width: 100%;
  }
}

.form_wrapper {
  display: flex;
  justify-content: space-between;
}

.send_email {
  width: 50%;
}

.send_form {
  width: 50%;
}

@media (max-width: 480px) {
  .form_wrapper {
    display: flex;
    flex-direction: column;
  }

  .send_email {
    width: 100%;
  }

  .send_form {
    width: 100%;
  }
}

/* Из макета верхней части шаблона TopPanel.php */

.tel {
  text-decoration: none;
}
.new_header {
  justify-content: space-between;
  align-items: stretch;
  color: white;
}
.new_header a {
  color: white;
}
.new_button {
  display: inline-block;
  background: #26863c;
  color: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 18px;
  line-height: 1;
  font-weight: 60;
  white-space: nowrap;
}
.new_header > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.shopcart-widget-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
  width: auto !important;
}
.new_header p {
  margin-bottom: 0rem !important;
}
#uni-fitt-logo {
  object-fit: cover;
}
.cart-input-label {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  #uni-fitt-logo {
    height: auto !important;
    /*min-width: 225px;*/
    min-width: 265px;
    max-height: 60px;
  }
  .new_header > div > div {
    padding: 0.2rem 0.5rem;
  }
  .new_header {
    display: flex;
  }
  .TopPanelDesctop {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .no_mobile_header {
    margin-right: auto;
    width: 50%;
  }
  .no_desc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .new_header {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 400px) {
  .no_mob_400 {
    display: none !important;
  }
}

.sites_list {
  display: flex; 
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sites_list {
    display: none;
  }
}

.api_wrap {
  display:flex; 
  flex-direction: row; 
  gap: 1em; 
  margin: 20px 0 0;
}

.api_list {
  background: #fafafa;
  padding: 10px 40px;
  width: 25%;
}

.api_list ul {
  padding: 0;
}

.api_list ul li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .api_wrap {
    display:flex; 
    flex-direction: column; 
    gap: 1em; 
    margin: 20px 0 0;
  }
  .api_list {
  background: #fafafa;
  padding: 10px 20px;
  width: 100%;
}
.api_list ul {
  padding: 0 30px;
}
.api_list summary {
  padding-bottom: 20px;
}
}

.mobile_top_wrap {
  display: flex;
  gap: 2em;
  align-items: center;
  height: 30px;
  flex-direction: row;
}

.links_mob {
  display: flex;
  align-items: center;
  gap: .4em;
}

.search_div_mobile img {
  max-width: inherit !important;
}

@media (max-width: 768px) {
.phone_desktop {
  display: none;
}
.new_button {
  padding: .6rem .4rem !important;
  font-size: 12px !important;
  margin: 0 0 10px 0px !important;
}

}

@media (min-width: 768px) {
.phone_mobile {
  display: none;
}
.mobile_top_wrap {
  display: none;
}
.api_list__mob {
  display: none; 
}
}

.client_banner {
  display: flex;
  gap: 1em;
}

.client_banner__image {
  width: 55%;
}

.client_banner__descr {
  width: 45%;
}

@media (max-width: 768px) {
.client_banner {
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.client_banner__image {
  width: 100%;
}

.client_banner__descr {
  width: 100%;
}
.top_header__select {
  display: flex;
  justify-content: center;
}
}

.custom-checkbox.active::before {
  content: "" !important;
  color: green;
  text-align: center;
  line-height: 10px;
  background-color: #4caf50 !important;
  border-color: #4caf50;
}

/* карточка товара мобильная */

.tpl-block-main.tpl-block-full.tpl-component-goods {
  margin-left: 20px;
}

.custom-checkbox {
  cursor: pointer;
  font-size: 14px !important;
}

@media (max-width: 720px) {
  .Article_mob.no_desc.list_img {
    font-size: 12px;
  }
  .style_green {
    font-size: 14px !important;
  }
  .orange {
    font-size: 15px !important;
  }
  .tab {
    align-items: baseline;
  }
  .mob_200 {
    width: 250px !important;
  }
  .breadcrumb {
    gap: 0 !important;
  }
  .breadcrumb li:last-child {
    flex-grow: 1;
    text-align: left !important;
  }
}

 @media (min-width: 1919px) {
.floating_cart:not(:empty) ~ .container {
  margin-left: 50px !important;
}
} 


/* Виджет корзины */
@media (min-width: 1890px) {
  .floating_cart {
      display: block;
      position: fixed; 
      right: 0px;
      top: 50px;
      width: 350px;
      border: 1px solid #ddd; 
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      z-index: 1000;
      transition: all 0.3s ease;
  }
  
  /* Свернутое состояние */
  .floating_cart.collapsed {
      width: auto;
      max-width: 200px;
  }
  
  .cart_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-bottom: 1px solid #eee;
      background: #f8f9fa;
      border-radius: 8px 8px 0 0;
      cursor: pointer;
  }
  
  .cart_header h3 {
      margin: 0;
      font-size: 16px;
      color: #333;
      font-weight: bold;
  }
  
  .cart_toggle {
      background: none;
      border: 1px solid #ccc;
      border-radius: 3px;
      width: 25px;
      height: 25px;
      cursor: pointer;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #666;
  }
  
  .cart_toggle:hover {
      background-color: #e9ecef;
  }
  
  .cart_content {
      transition: all 0.3s ease;
  }
  
  .cart_body {
      padding: 15px;
      max-height: 400px;
      overflow-y: auto;
  }
  
  .cart_summary {
      margin-bottom: 15px;
      font-size: 14px;
      color: #666;
      line-height: 1.4;
  }
  
  .tpl-field-amount {
      font-weight: bold;
      color: #007bff;
  }
  
  .cart_items {
      margin-bottom: 15px;
  }
  
  .cart_item {
      padding: 8px 0;
      border-bottom: 1px solid #f5f5f5;
  }
  
  .cart_item:last-child {
      border-bottom: none;
  }
  
  .cart_item__name a {
      text-decoration: none;
      color: #333;
      font-size: 14px;
      line-height: 1.3;
      transition: color 0.2s ease;
  }
  
  .cart_item__name a:hover {
      color: #007bff;
  }
  
  /* Стили для ссылки "и еще N товаров" */
  .cart_more_items {
      padding: 10px 0;
      text-align: center;
      border-top: 1px dashed #ddd;
      margin-top: 5px;
  }
  
  .cart_more_link {
      color: #007bff;
      text-decoration: none;
      font-size: 13px;
      font-style: italic;
      transition: color 0.2s ease;
  }
  
  .cart_more_link:hover {
      color: #0056b3;
      text-decoration: underline;
  }
  
  .cart_total {
      padding: 10px 0;
      border-top: 2px solid #eee;
      font-size: 16px;
      color: #333;
      margin-bottom: 15px;
  }
  
  .cart_actions {
      margin-top: 10px;
  }
  
  .cart_button {
      display: block;
      text-align: center;
      background: #007bff;
      color: white;
      padding: 10px 15px;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
      font-weight: bold;
      transition: background 0.3s ease;
  }
  
  .cart_button:hover {
      background: #0056b3;
      text-decoration: none;
      color: white;
  }
  
  .cart_empty {
      text-align: center;
      color: #666;
      font-style: italic;
      padding: 20px 0;
      font-size: 14px;
  }
}

@media (max-width: 1889px) {
  .floating_cart {
      display: none;
  }
}

