/* Inter variable font — covers all Ubuntu-* family names with proper weight variation */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/inter/Inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/inter/Inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url("../fonts/inter/Inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url("../fonts/inter/Inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Medium';
  src: url("../fonts/inter/Inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Ubuntu-Medium';
  src: url("../fonts/inter/Inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("../fonts/inter/Inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("../fonts/inter/Inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
/* Rajdhani — за цени, заглавия на продукти, важни числа */
@font-face {
  font-family: 'Rajdhani';
  src: url("../fonts/rajdhani/Rajdhani-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url("../fonts/rajdhani/Rajdhani-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url("../fonts/rajdhani/Rajdhani-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url("../fonts/rajdhani/Rajdhani-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.clearfix {
  clear: both;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
a {
  color: #374151;
}
.add-to-fav:not(.big-fav-button) {
  width: 32px;
  height: 32px;
  background-image: url(../../images/heart.png);
  display: block;
  background-size: 32px;
  z-index: 1;
}
.add-to-fav:not(.big-fav-button).active {
  background-image: url(../../images/heart-solid.png);
}
.add-to-fav:not(.big-fav-button) span {
  display: none;
}
.add-to-fav.big-fav-button {
  line-height: 45px;
  border: 2px solid #003782;
  display: block;
  text-align: center;
  margin: 5px 0px;
  border-radius: 3px;
  padding: 0px 5px 0px 27px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: bold;
  color: #1f2937;
}
.add-to-fav.big-fav-button span.remove {
  display: none;
}
.add-to-fav.big-fav-button::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/heart.png);
  display: block;
  background-size: 24px;
  position: absolute;
  top: 10.5px;
  left: 5px;
}
.add-to-fav.big-fav-button:hover {
  color: #fff;
  background: #003782;
}
.add-to-fav.big-fav-button:hover::before {
  background-image: url(../../images/heart-white.png);
}
.add-to-fav.big-fav-button.active::before {
  background-image: url(../../images/heart-solid.png);
}
.add-to-fav.big-fav-button.active span.add {
  display: none;
}
.add-to-fav.big-fav-button.active span.remove {
  display: block;
}
.add-to-fav.big-fav-button.active:hover::before {
  background-image: url(../../images/heart-solid-white.png);
}
.product-item .add-to-fav {
  line-height: 30px;
  border-width: 1px;
}
.product-item .add-to-fav::before {
  top: 4.5px;
}
.product-item .stock {
  padding: 5px 0px;
  color: green;
  font-family: 'Ubuntu-Medium';
  font-size: 13px;
}
.product-item .stock.out {
  color: #ff0000;
}
.product-item .stock.order {
  color: orange;
}
.product-item .stock.low {
  color: #1f2937;
}
.product-item .stock.long-delivery {
  color: #6e53ed;
}
.product-item .stock.on-road {
  color: #6e53ed;
  position: relative;
}
.product-item .stock.on-road::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(../../images/info-icon-purple.svg);
  margin-left: 3px;
  background-size: 20px;
}
.product-item .stock.on-road .date-delivery-info {
  position: absolute;
  top: -15px;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  font-size: 12px;
  display: none;
  color: #fff;
}
.product-item .stock.on-road:hover .date-delivery-info {
  display: block;
}
.product-item .stock .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.product-item .stock .info .text-stock {
  display: none;
  position: absolute;
  width: 80%;
  left: 10%;
  background: #4c5869;
  width: 200px;
  z-index: 33333;
  left: -137px;
  padding: 10px;
  transform: translateY(-100%);
  margin-top: -5px;
  border-radius: 4px;
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 12px;
  border: 1px solid #fff;
}
.product-item .stock .info::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(../../images/info-icon-green.svg);
  margin-left: 3px;
  background-size: 20px;
}
.product-item .stock .info:hover .text-stock {
  display: block;
}
.page-subtitle {
  font-size: 13px;
  line-height: 21px;
  margin: 20px auto 20px auto;
  font-family: 'Ubuntu-light';
}
@media only screen and (max-width: 768px) {
  .home-page #main-header {
    padding-top: 10px;
    background: #003782;
  }
}
@media only screen and (min-width: 768px) {
  .home-page #main-header .upper {
    padding: 10px 0px 45px 0px!important;
    height: auto!important;
  }
}
.home-page #site-title {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  background: #003782;
  padding: 15px 0px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.home-page #site-title h3,
.home-page #site-title h1 {
  color: #fff;
  font-family: "Ubuntu-Bold";
  font-weight: normal;
  font-size: 15px;
}
.home-page #site-title h1 {
  margin-top: 5px;
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.modal-dialog .modal-content .modal-header {
  position: relative;
}
.modal-dialog .modal-content .modal-header .close-modal {
  width: 25px;
  height: 25px;
  background: #003782;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}
.modal-xl {
  width: 90%;
  max-width: 1200px;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu-Light";
  font-size: 15px;
  min-width: 320px;
}
@media screen and (max-width: 1359px) {
  html,
  body {
    background: none!important;
  }
}
html.overflowed,
body.overflowed {
  overflow: hidden;
}
html.loading::before,
body.loading::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(3px);
  z-index: 9999;
}
html.loading::after,
body.loading::after {
  width: 75px;
  height: 103px;
  background: url(../../images/icon-logo.png) center / contain no-repeat;
  display: inline-block;
  content: "";
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loaderPulse 1.6s ease-in-out infinite;
}
@keyframes loaderPulse {
  0%, 100% {
    opacity: 0.75;
    filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(2000%) hue-rotate(202deg) brightness(0.85) drop-shadow(0 0 6px rgba(0, 55, 130, 0.5));
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(2000%) hue-rotate(202deg) brightness(1) drop-shadow(0 0 20px rgba(0, 55, 130, 0.85));
    transform: translate(-50%, -50%) scale(1.06);
  }
}
.dropdown .dropdown-btn {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  background: #003782;
  color: #fff;
  padding: 0px 15px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.icheckbox_square-pcbuild {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #003782;
  margin-right: 5px;
  margin-top: -2px;
}
.icheckbox_square-pcbuild.checked {
  background: #003782;
  position: relative;
}
.icheckbox_square-pcbuild.checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../images/tick.png);
  top: 0;
  left: 0;
  background-size: 12px 12px;
}
.iradio_square-pcbuild {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #003782;
  margin-right: 5px;
  margin-top: -2px;
  border-radius: 50%;
}
.iradio_square-pcbuild.checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -3.5px;
  left: 50%;
  margin-left: -3.5px;
  background: #003782;
  border-radius: 50%;
}
.iradio_square-tbi {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #353535;
  margin-right: 5px;
  margin-top: -2px;
  border-radius: 50%;
}
.iradio_square-tbi.checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -3.5px;
  left: 50%;
  margin-left: -3.5px;
  background: #FF6600;
  border-radius: 50%;
}
.buy-button {
  border-radius: 3px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  height: 30px;
  font-family: "Ubuntu";
  text-transform: uppercase;
  font-size: 13px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none !important;
  padding: 0 15px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}
.buy-button span {
  position: static;
  left: auto;
  transform: none;
  top: auto;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}
.buy-button i {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  position: static;
  transform: none;
  transition: none;
}
.buy-button:hover {
  background: linear-gradient(180deg, #003782 0%, #111827 100%);
  box-shadow: 0 6px 20px rgba(0, 55, 130, 0.4);
  transform: translateY(-1px);
  color: #fff !important;
}
.buy-button:hover span {
  left: auto;
  transform: none;
}
.buy-button:hover i {
  opacity: 1;
  right: auto;
  transform: none;
}
.buy-button.btn-block {
  display: flex;
  width: 100%;
}
/* Add-to-cart buttons — stable layout for longer text */
.global-buy.buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.global-buy.buy-button::before {
  font-family: "IcoFont" !important;
  content: "\efe7";
  font-size: 1.3em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.global-buy.buy-button span {
  position: static;
  left: auto;
  transform: none;
  top: auto;
  font-weight: bold;
  white-space: nowrap;
  line-height: normal;
}
.global-buy.buy-button i {
  display: none;
}
.global-buy.buy-button:hover {
  background: linear-gradient(180deg, #003782 0%, #111827 100%);
  box-shadow: 0 4px 14px rgba(0, 55, 130, 0.45);
  transform: translateY(-1px);
}
.global-buy.buy-button:hover::before {
  transform: scale(1.2);
}
.global-buy.buy-button:hover span {
  left: auto;
  transform: none;
}
.global-buy.buy-button:hover i {
  opacity: 0;
  right: auto;
  transform: none;
}
.buy-button.bigger {
  height: 45px;
}
.buy-button.bigger span {
  line-height: normal;
}
.buy-button.bigger i {
  top: auto;
}
#login-or-fast-order .fast-order {
  height: 45px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
}
#login-or-fast-order .fast-order span {
  line-height: normal;
}
#login-or-fast-order .fast-order i {
  top: auto;
}
#login-or-fast-order .or {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 15px 0px;
}
button.buy-button {
  width: 100%;
  border: none;
  font-weight: normal;
  outline: none;
}
.gray-button {
  border-radius: 3px;
  height: 30px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none !important;
  padding: 0 15px;
  border: 1px solid #ededed;
  color: #000;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.gray-button span {
  line-height: normal;
}
.gray-button i {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  transform: none;
  position: static;
}
.gray-button:hover span {
  left: auto;
  transform: none;
}
.gray-button:hover i {
  opacity: 1;
  right: auto;
  transform: none;
}
.grid-rating { display: flex; align-items: center; gap: 2px; margin: 4px 0; height: 26px; }
.grid-star { font-size: 25px; color: #ddd; }
.grid-star.filled { color: #f5a623; }
.grid-rating-score { font-size: 12px; font-weight: 700; color: #555; margin-left: 2px; }
.prating-star { font-size: 25px; color: #ddd; line-height: 1; }
.prating-star.filled { color: #f5a623; }
.product-rating-inline { display: flex; align-items: center; gap: 3px; margin: 6px 0; }
.prating-score { font-size: 13px; font-weight: bold; color: #555; margin-left: 3px; }
.prating-link { font-size: 12px; color: #555; margin-left: 4px; text-decoration: underline; }
.go-to-full-chars,
.add-review-btn {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 0px 15px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.go-to-full-chars span,
.add-review-btn span {
  line-height: 26px;
}
.go-to-full-chars i,
.add-review-btn i {
  display: none !important;
}
.go-to-full-chars:hover,
.add-review-btn:hover {
  background: #003782;
  border-color: #1f2937;
  color: #fff;
}
.go-to-full-chars:hover span,
.add-review-btn:hover span {
  left: auto;
  transform: none;
  text-decoration: none;
  color: #fff;
}
ul {
  margin: 0;
}
.container-fluid {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    width: 100%;
    overflow: hidden;
  }
}
.fixheader {
  height: 71px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fixheader {
    display: none;
  }
}
#main-header {
  position: relative;
  z-index: 999;
  background: #111827;
}
@media only screen and (max-width: 767px) {
  #main-header {
    border-bottom: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
}
#main-header .search-form {
  width: 250px;
  float: left;
  margin-top: 30px;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
@media screen and (min-width: 992px) {
  #main-header .search-form {
    width: 350px;
  }
}
#main-header .search-form:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}
#main-header .search-form .input {
  width: calc(100% - 50px);
  float: left;
  height: 40px;
  outline: none;
  border: 0px;
  padding: 0px 15px;
  font-family: 'Ubuntu-Light';
  background: transparent;
  color: #1f2937;
}
#main-header .search-form .input::placeholder {
  color: #9ca3af;
}
#main-header .search-form .search-button {
  height: 40px;
  display: inline-block;
  background: transparent;
  color: #1f2937;
  float: right;
  line-height: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#main-header .search-form .search-button:hover {
  color: #003782;
}
#main-header .search-form .search-button i {
  font-size: 1.3em;
}
#main-header .search-form .search-button.loading i {
  visibility: hidden;
}
#main-header .search-form .search-button.loading::after {
  width: 18px;
  height: 18px;
  border: 2px solid #e5e7eb;
  border-top-color: #1f2937;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 14px;
  animation: searchSpin 0.7s linear infinite;
  box-sizing: border-box;
}
@keyframes searchSpin { to { transform: rotate(360deg); } }
#main-header .search-form .results {
  display: none;
}
#main-header .search-form .results.active {
  display: block;
  z-index: 3;
  position: absolute;
  top: calc(100% + 3px);
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px 0px #424242;
  -moz-box-shadow: 0px 0px 10px 0px #424242;
  box-shadow: 0px 0px 10px 0px #424242;
}
#main-header .search-form .results ul li {
  overflow: hidden;
  padding: 5px 0px;
}
#main-header .search-form .results ul li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
#main-header .search-form .results ul li a.img-holder {
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
}
#main-header .search-form .results ul li a.img-holder img {
  max-width: 100%;
  max-height: 100%;
}
#main-header .search-form .results ul li a.title {
  width: calc(100% - 60px);
  display: block;
  float: right;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main-header .search-form {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    display: none;
    margin-bottom: 20px;
  }
  #main-header .search-form.show-to-world {
    display: block;
  }
  #main-header .search-form:hover {
    box-shadow: none !important;
  }
  #main-header .search-form .search-button.loading::after {
    display: none;
  }
  #main-header .search-form .results {
    display: none;
  }
}
#main-header .upper {
  background: transparent;
  padding: 10px 0px;
  height: 120px;
  position: relative;
}
#main-header .upper .mobile-menu-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  #main-header .upper .mobile-menu-icon {
    display: none;
  }
}
#main-header .upper .mobile-menu-icon .inner {
  position: absolute;
  width: 30px;
  height: 3px;
  transition: background-color 0.125s ease-in 0.175s;
  border-radius: 4px;
  background: #fff;
  top: 50%;
  display: block;
  margin-top: -2px;
}
#main-header .upper .mobile-menu-icon .inner::before {
  position: absolute;
  width: 30px;
  height: 3px;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  border-radius: 4px;
  background: #fff;
  display: block;
  content: "";
  top: -10px;
  left: 0;
}
#main-header .upper .mobile-menu-icon .inner::after {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  border-radius: 4px;
  background: #fff;
  bottom: -10px;
  display: block;
  content: "";
}
#main-header .upper .mobile-menu-icon.active .inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent!important;
}
#main-header .upper .mobile-menu-icon.active .inner::before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
#main-header .upper .mobile-menu-icon.active .inner::after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
#main-header .upper .logo {
  text-decoration: none !important;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #main-header .upper .logo {
    height: 100px;
  }
  #main-header .upper .logo img {
    max-height: 100%;
  }
}
#main-header .upper .logo img {
  transform: translatez(0);
}
#main-header .upper .userbar {
  text-align: right;
  height: 40px;
  margin-top: 30px;
  float: right;
}
#main-header .upper .userbar .login {
  color: #fff;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  padding: 0px 5px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-header .upper .userbar .login:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#main-header .upper .userbar .login.login-user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 220px;
}
#main-header .upper .userbar .login.login-user .user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0057c2;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1;
  flex-shrink: 0;
}
#main-header .upper .userbar .login.login-user:hover .user-avatar {
  background: #0a6cdb;
}
#main-header .upper .userbar .login.login-user .user-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
@media only screen and (min-width: 768px) {
  #main-header .upper .userbar .login {
    padding: 0px 15px;
  }
}
#main-header .upper .userbar .fav-products {
  display: inline-block;
  color: #fff;
  line-height: 40px;
}
#main-header .upper .userbar .fav-products::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  background-size: 28px;
  height: 28px;
  background-image: url("../../images/heart-solid-white.png");
}
@media only screen and (max-width: 768px) {
  #main-header .upper .userbar .fav-products span {
    display: none;
  }
}
#main-header .upper .userbar .basket-button {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  text-decoration: none!important;
  position: relative;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  #main-header .upper .userbar .basket-button {
    margin-left: 5px;
  }
}
#main-header .upper .userbar .basket-button i {
  vertical-align: middle;
  margin-top: 5px;
  display: inline-block;
}
#main-header .upper .userbar .basket-button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -5px;
  font-family: "Ubuntu-Medium";
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #main-header .upper {
    height: 70px;
  }
  #main-header .upper .logo img {
    width: 37px;
  }
  #main-header .upper .userbar {
    margin-top: 5px;
  }
  #main-header .upper .userbar .login {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #main-header .upper .userbar {
    position: relative;
  }
}
#main-header .upper .userbar .header_cart {
  position: absolute;
  top: calc(100% + 10px);
  right: 0px;
  width: 370px;
  background: #fff;
  box-shadow: 0 1px 8px -4px #000;
  display: none;
  padding: 10px;
  text-align: left;
  z-index: 99;
}
#main-header .upper .userbar .header_cart p.text-danger {
  margin-bottom: 0px;
}
#main-header .upper .userbar .header_cart:has(.header-cart-empty) {
  width: auto;
  min-width: 220px;
}
#main-header .upper .userbar .header_cart .header-cart-empty {
  text-align: center;
  padding: 14px 12px;
}
#main-header .upper .userbar .header_cart .header-cart-empty-icon {
  font-size: 28px;
  opacity: 0.45;
  margin-bottom: 6px;
}
#main-header .upper .userbar .header_cart .header-cart-empty-text {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 10px 0;
  font-weight: 500;
}
#main-header .upper .userbar .header_cart .header-cart-empty-link {
  display: inline-block;
  padding: 6px 14px;
  background: #003782;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
#main-header .upper .userbar .header_cart .scrollable-area {
  max-height: 250px;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li a.img-container {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li a.img-container img {
  max-width: 100%;
  max-height: 100%;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li .product_info {
  float: right;
  width: calc(100% - 115px);
  margin-right: 45px;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li .product_info .product-title {
  font-size: 14px;
  line-height: 17px;
  font-family: "Ubuntu-Medium";
  display: block;
  margin-bottom: 5px;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li .header-cart-delete {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  top: 0px;
  right: 18px;
  text-align: center;
}
#main-header .upper .userbar .header_cart .scrollable-area ul li .header-cart-delete::before {
  display: inline-block;
  content: "";
  width: 11px;
  background-size: 11px 11px;
  height: 11px;
  background-image: url(../../images/close.png);
}
#main-header .upper .userbar .header_cart .bottom {
  text-align: center;
}
#main-header .upper .userbar .header_cart .bottom .price-line {
  color: #1f2937;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  margin-bottom: 10px;
}
#main-header .upper .userbar .header_cart .bottom .price-line > span:not(.total_label) {
  float: right;
}
#main-header .upper .userbar .header_cart .bottom .price-line .total_label {
  font-size: 17px;
  float: left;
  font-family: 'Ubuntu';
  color: #353535;
}
#main-header .subheader {
  padding: 10px 0px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  top: -50px;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#main-header .subheader .icon-logo-holder {
  display: none;
}
#main-header .subheader .container-fluid > ul > li {
  float: left;
}
#main-header .subheader .container-fluid > ul > li:not(:last-child) {
  margin-right: 10px;
}
#main-header .subheader .container-fluid > ul > li a {
  text-decoration: none!important;
}
#main-header .subheader .container-fluid > ul > li .category-link {
  background: transparent;
  padding: 5px 60px 5px 10px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
#main-header .subheader .container-fluid > ul > li .category-link:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 4px;
}
#main-header .subheader .container-fluid > ul > li .category-link:hover i {
  color: #fff;
}
#main-header .subheader .container-fluid > ul > li .category-link i {
  margin-right: 5px;
  color: rgba(255,255,255,0.8);
}
#main-header .subheader .container-fluid > ul > li .link {
  padding: 5px 10px;
  display: block;
  color: #fff;
  background: transparent;
  font-family: 'Ubuntu-Light';
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
#main-header .subheader .container-fluid > ul > li .link:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #main-header .subheader .container-fluid > ul > li .link.configurator-link {
    font-family: 'Ubuntu-Bold';
    color: #fff;
  }
  #main-header .subheader .container-fluid > ul > li .link.configurator-link:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #main-header .subheader .container-fluid > ul > li .link.promo-link {
    color: #f97316;
    font-family: 'Ubuntu-Medium';
  }
  #main-header .subheader .container-fluid > ul > li .link.promo-link:hover {
    background: rgba(255,255,255,0.12);
    color: #f97316;
    border-radius: 4px;
  }
}
#main-header .subheader .container-fluid > ul > li.category-holder {
  position: relative;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) {
  position: absolute;
  top: calc(100% + 12px);
  padding: 10px;
  left: 0px;
  display: none;
  z-index: 3;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  width: 250px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
@media screen and (max-width: 768px) {
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) {
    display: block;
  }
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul {
  position: relative;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li .dropdown-submenu {
  display: none;
  z-index: 999;
  left: calc(100% + 10px);
  top: -10px;
  background: #fff;
  position: absolute;
  box-shadow: 0px 7px 9px -4px #c9c9c9;
}
@media only screen and (max-width: 991px) {
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li .dropdown-submenu {
    display: none!important;
  }
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li.active .dropdown-submenu {
  display: block;
  padding: 10px;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li.active .dropdown-submenu .subcategory {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li.active .dropdown-submenu .subcategory .imgContainer {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li.active .dropdown-submenu .subcategory .imgContainer img {
  max-width: 100%;
  max-height: 100%;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li.active .dropdown-submenu .subcategory a:not(.imgContainer) {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 45px);
  margin-left: 5px;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li a {
  display: block;
  text-decoration: none!important;
  color: #1f2937;
  font-family: 'Ubuntu-Medium';
  padding: 5px 0px;
  border-radius: 4px;
  transition: background 0.15s ease, color 0.15s ease;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li a:hover {
  color: #003782;
  background: #f0f4ff;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li a:hover::before {
  transform: scale(1.15);
  filter: invert(13%) sepia(94%) saturate(1500%) hue-rotate(207deg) brightness(1.1) contrast(1.1);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a::before {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-right: 10px;
  filter: invert(13%) sepia(94%) saturate(1500%) hue-rotate(207deg) brightness(0.85) contrast(1.1);
  transition: transform 0.2s ease, filter 0.2s ease;
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.motherboard::before {
  background-image: url(../../images/motherboard.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.usbhub::before {
  background-image: url(../../images/usbhub.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.pc::before {
  background-image: url(../../images/pc.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.keyboard-and-mouse::before {
  background-image: url(../../images/keyboard-and-mouse.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.monitor::before {
  background-image: url(../../images/monitor.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.laptop::before {
  background-image: url(../../images/laptop.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.laptop::before {
  background-image: url(../../images/laptop.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.hdmi::before {
  background-image: url(../../images/hdmi.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.programming::before {
  background-image: url(../../images/programming.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.computer::before {
  background-image: url(../../images/computer.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.game-controller::before {
  background-image: url(../../images/game-controller.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.computer-hardware::before {
  background-image: url(../../images/computer-hardware.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.upgrade::before {
  background-image: url(../../images/upgrade.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li > a.phones-and-tablets::before {
  background-image: url(../../images/phones-and-tablets.png);
}
#main-header .subheader .container-fluid > ul > li.category-holder.active .category-link {
  border-radius: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#main-header .subheader .container-fluid > ul > li.category-holder.active::before {
  position: absolute;
  width: 100%;
  content: "";
  display: block;
  height: 14px;
  top: 100%;
  background: #fff;
  left: 0px;
  z-index: 3;
}
#main-header .subheader .container-fluid > ul > li.category-holder.active div {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main-header .subheader {
    position: fixed;
    z-index: 997;
    top: 71px;
    left: 0px;
    width: 100%;
    height: calc(100% - 71px);
    background: #fff;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    overflow: scroll;
  }
  #main-header .subheader .important-mobile-buttons {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #main-header .subheader .important-mobile-buttons a {
    display: block;
    float: left;
    width: 49%;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #003782;
    text-align: center;
  }
  #main-header .subheader .important-mobile-buttons a.configurator {
    margin-right: 2%;
    background: #003782;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
  #main-header .subheader .important-mobile-buttons a.configurator i {
    font-size: 1.3em;
    margin-right: 5px;
  }
  #main-header .subheader.active {
    left: 0px;
  }
  #main-header .subheader .container-fluid > ul > li {
    float: none;
    margin-right: 0px;
  }
  #main-header .subheader .container-fluid > ul > li:not(.category-holder):not(.page-title):not(:last-child) {
    padding: 5px 0px;
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  #main-header .subheader .container-fluid > ul > li a.link {
    padding: 0px;
    color: #000;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder {
    overflow: hidden;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder a.category-link {
    padding: 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #1f2937;
    font-family: 'Ubuntu';
    margin-bottom: 10px;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder a.category-link i {
    display: none;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) {
    position: relative;
    padding: 0px;
    box-shadow: none;
    width: 100%;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li {
    padding: 5px 0px;
    position: relative;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
  #main-header .subheader .container-fluid > ul > li.category-holder div:not(.dropdown-submenu) ul li a {
    padding: 0px;
  }
  #main-header .subheader .container-fluid > ul > li.page-title {
    margin-top: 15px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #1f2937;
    font-family: 'Ubuntu';
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body.has-fixed-menu #main-header .fixsubheader {
    position: relative;
    height: 52px;
  }
  body.has-fixed-menu #main-header .subheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, #111827 0%, #003782 100%);
  }
  body.has-fixed-menu #main-header .subheader .icon-logo-holder {
    display: block;
  }
  body.has-fixed-menu #main-header .subheader .icon-logo-holder img {
    width: 23px;
  }
}
#teaser {
  z-index: 3;
  position: relative;
}
#teaser .owl-stage-outer,
#teaser .owl-stage,
#teaser .owl-item {
  height: 100%;
}
#teaser.owl-carousel {
  display: block!important;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #teaser {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #teaser {
    height: 395px;
  }
}
@media only screen and (min-width: 992px) {
  #teaser {
    float: right;
    width: calc(100% - 260px);
    margin-top: 10px;
  }
}
#teaser .slide {
  display: block;
  height: 100%;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #fff;
}
#teaser .slide .teaser-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  padding: 7.5px 20px;
  color: #fff;
  font-family: 'Ubuntu-Bold';
}
#teaser .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  z-index: 9;
}
#teaser .owl-dots .owl-dot {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
}
#teaser .owl-dots .owl-dot::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#teaser .owl-dots .owl-dot:not(:last-child) {
  margin-right: 4px;
}
#teaser .owl-dots .owl-dot.active::before {
  background: #fff;
}
.margin-secion {
  margin: 35px 0px;
}
.info-blocks .info-holder {
  padding: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #111827;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  border-radius: 4px;
}
.info-blocks .info-holder:hover {
  background: #003782;
}
.info-blocks .info-holder span {
  position: absolute;
  top: -25px;
  left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #1f2937;
  display: none;
}
.info-blocks .info-holder span i {
  font-size: 2.5em;
  line-height: 50px;
}
.info-blocks .info-holder .icon {
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.info-blocks .info-holder h3 {
  color: #fff;
  font-family: "Ubuntu-Bold";
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
#homepage .accent {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#homepage .accent .text {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  color: #fff;
}
#homepage .accent .text h3 {
  font-family: "Ubuntu-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
#homepage .accent .text h3 span {
  position: relative;
}
#homepage .accent .text .info {
  font-family: "Ubuntu-Medium";
  position: relative;
  margin-bottom: 30px;
}
#homepage .accent .text .info p {
  position: relative;
}
#homepage .accent .text .cta {
  line-height: 38px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  display: inline-block;
  text-decoration: none!important;
  padding: 0 22px;
  font-family: 'Ubuntu-Light';
  font-weight: 500;
  font-size: 15px;
  position: relative;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#homepage .accent .text .cta:hover {
  background: linear-gradient(180deg, #1e3a8a 0%, #0057c2 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 4px 14px rgba(0, 87, 194, 0.45);
}
#homepage .accent.right .text {
  text-align: right;
  left: auto;
  right: 50px;
}
#homepage .accent.center .text {
  text-align: center;
  left: calc(50% - 200px);
  right: auto;
}
#main-footer {
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  padding: 50px 0px 40px 0px;
  position: relative;
  z-index: 1;
}
#main-footer .footer-logo {
  display: inline-block;
  margin-bottom: 50px;
  width: 65px;
  height: 100px;
  text-decoration: none!important;
}
#main-footer .footer-logo img {
  width: 100%;
  transform: translatez(0);
}
#main-footer h1,
#main-footer h4,
#main-footer .footer-title {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Ubuntu-Medium';
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #main-footer h1:not(.without-margin-top),
  #main-footer h4:not(.without-margin-top),
  #main-footer .footer-title:not(.without-margin-top) {
    margin-top: 35px;
  }
}
#main-footer a {
  color: #fff;
}
#main-footer ul li {
  margin-bottom: 3px;
  font-size: 13px;
  color: #fff;
}
#main-footer ul li a {
  display: inline-block;
  padding: 3px 0;
  line-height: 1.2;
}
#main-footer .footer-start-chat {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 30px;
  background: #fff;
  border-radius: 3px;
  color: #003782;
  position: relative;
  font-family: "Ubuntu-Bold";
  margin: 10px 0px;
}
#main-footer .footer-start-chat::before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  background-size: 20px 20px;
  content: "";
  background-image: url(images/messanger.png);
}
#main-footer .newsletter-form {
  margin-bottom: 20px;
}
#main-footer .newsletter-form .field-holder {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-bottom: 10px;
}
#main-footer .newsletter-form .field-holder:hover {
  -webkit-box-shadow: 0 2px 6px 0 #000;
  -moz-box-shadow: 0 2px 6px 0 #000;
  box-shadow: 0 2px 6px 0 #000;
}
#main-footer .newsletter-form .field-holder .input {
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  outline: none;
  border: 0px;
  padding: 0px 15px;
  font-family: 'Ubuntu-Light';
  color: #111827;
}
#main-footer .newsletter-form .field-holder .button {
  height: 40px;
  display: inline-block;
  background: #ff0000;
  color: #fff;
  float: right;
  line-height: 40px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#main-footer .newsletter-form .field-holder .button:hover {
  background: #7b0606;
}
#main-footer .newsletter-form .field-holder .button i {
  display: inline-block;
  vertical-align: middle;
}
#main-footer .newsletter-form .agree-with-terms label {
  font-weight: 400;
  font-family: "Ubuntu-Light";
}
#main-footer .newsletter-form .agree-with-terms label a {
  font-family: "Ubuntu-Medium";
}
#main-footer .payment-methods {
  margin-top: 50px;
}
#main-footer .payment-methods ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  padding: 0px 15px;
  line-height: 30px;
  color: #003782;
  height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Ubuntu";
  position: relative;
  white-space: nowrap;
}
#main-footer .payment-methods ul li:not(:last-child) {
  margin-right: 15px;
}
#main-footer .payment-methods ul li img {
  max-width: 120px;
  max-height: 70%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
#main-footer .payment-methods ul li.with-img::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#main-footer .payment-methods ul li.with-img--cards {
  padding: 0 10px;
  height: 30px;
}
#main-footer .payment-methods ul li.with-img--cards img {
  max-width: none;
  max-height: 22px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #main-footer .payment-methods {
    text-align: left !important;
    margin-top: 0px;
  }
  #main-footer .payment-methods ul {
    overflow: hidden;
  }
  #main-footer .payment-methods ul li {
    float: left;
  }
  #main-footer .payment-methods ul li:not(:last-child) {
    margin-right: 0px;
  }
  #main-footer .payment-methods ul li:not(.full) {
    width: 49%;
  }
  #main-footer .payment-methods ul li:not(.full):nth-child(odd) {
    margin-right: 2%;
  }
}
#main-footer .asus-partner {
  margin-top: 10px;
  color: #fff;
}
#main-footer .asus-partner .img-holder {
  padding: 5px;
  background: #fff;
  display: inline-block;
}
.social-icons a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.social-icons a:not(:last-child) {
  margin-right: 10px;
}
.social-icons a svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}
.social-icons a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.copyright {
  padding: 15px 0px;
  font-family: "Ubuntu";
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .copyright .developedby {
    text-align: right;
  }
}
.copyright .developedby .tobecode_link {
  color: #1f2937;
}
.copyright .developedby .tobecode_link .tobecode {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 3px;
}
.copyright .developedby .tobecode_link .tobecode span {
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: #000;
}
.copyright .developedby .tobecode_link .tobecode span.tr {
  background: #E61836;
  left: auto;
  right: 0px;
}
.copyright .developedby .tobecode_link .tobecode span.bl {
  top: auto;
  bottom: 0px;
  background: #E61836;
}
.copyright .developedby .tobecode_link .tobecode span.br {
  top: auto;
  right: 0px;
  left: auto;
  bottom: 0px;
}
.home-box {
  background: #fff;
}
.home-box > h3 {
  text-align: center;
  font-size: 17px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.home-box > h3 a {
  color: #fff;
}
.home-box > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.home-box > a h3 {
  text-align: center;
  font-size: 17px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.home-box .products-home-slider {
  position: relative;
  min-height: 420px;
}
/* Pre-owl layout — items as flex grid with the same widths owl will use
   (5 / 4 / 3 / 2 by breakpoint). Mirrors owl's final state so the cards
   don't visibly resize once .owl-stage wrapping kicks in. */
.home-box .products-home-slider:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap;
  overflow: hidden;
}
.home-box .products-home-slider:not(.owl-loaded) > .product-item {
  /* Subtract the existing 10px horizontal margin (5px each side) so the
     flex slot matches owl's final 224px item width on 1170px container. */
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .home-box .products-home-slider:not(.owl-loaded) > .product-item {
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media (max-width: 991px) {
  .home-box .products-home-slider:not(.owl-loaded) > .product-item {
    flex-basis: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
}
@media (max-width: 767px) {
  .home-box .products-home-slider:not(.owl-loaded) > .product-item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
/* When owl flips on `.owl-loaded` but hasn't yet emitted the
   `initialized.owl.carousel` event, item heights may change due to
   equalize_heights running. Briefly hide content during this window. */
.home-box .products-home-slider.owl-loaded:not(.pcb-carousel-ready) {
  visibility: hidden !important;
}
.home-box .products-home-slider .product-item {
  margin: 10px 5px;
}
.home-box .products-home-slider .owl-nav .owl-prev,
.home-box .products-home-slider .owl-nav .owl-next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -15px;
  display: inline-block;
  z-index: 3;
  background: #4c5869;
  border-radius: 4px;
}
.home-box .products-home-slider .owl-nav .owl-prev::before,
.home-box .products-home-slider .owl-nav .owl-next::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background-image: url('../../images/back.svg');
  background-size: 20px 20px;
  position: absolute;
  top: 15px;
  left: 8px;
}
.home-box .products-home-slider .owl-nav .owl-prev.owl-next,
.home-box .products-home-slider .owl-nav .owl-next.owl-next {
  left: auto;
  right: -18px;
}
.home-box .products-home-slider .owl-nav .owl-prev.owl-next::before,
.home-box .products-home-slider .owl-nav .owl-next.owl-next::before {
  background-image: url('../../images/next.svg');
}
.home-box .products-home-slider .owl-nav .owl-prev span,
.home-box .products-home-slider .owl-nav .owl-next span {
  display: none;
}
.products-list {
  z-index: 2;
  margin: 50px 0px 20px 0px;
}
.products-list .product-item {
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  transition: all 0.3s ease;
  position: relative;
}
.products-list .product-item.new::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(images/new.svg);
  background-size: 35px 35px;
  content: "";
  display: block;
  z-index: 9;
  transform: rotate(270deg);
}
.products-list .product-item.blackfriday::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(images/blackfriday.svg);
  background-size: 50px 50px;
  content: "";
  display: block;
  z-index: 9;
}
.products-list .product-item .labels {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.products-list .product-item .labels .any-label {
  border-radius: 3px;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.products-list .product-item .discount-label {
  color: #fff;
  background: #ff0000;
}
.products-list .product-item .promo-countdown {
  margin-top: 10px;
  font-family: "Ubuntu-Medium";
  text-align: center;
}
.products-list .product-item .promo-countdown::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../../images/stopwatch.png);
  content: "";
  background-size: 20px 20px;
  vertical-align: top;
  margin-right: 10px;
}
.products-list .product-item .img-container {
  width: 100%;
  height: 250px;
  display: block;
  text-decoration: none!important;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.products-list .product-item .img-container img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.products-list .product-item .img-container::before {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.products-list .product-item .product-title {
  font-size: 15px;
  margin: 15px 0px 0px 0px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  color: #1f2937;
}
.products-list .product-item .product-title a {
  color: #1f2937;
  text-decoration: none;
}
.products-list .product-item .product-title a:hover {
  color: #003782;
}
/* Rig family chip — same shape/sizing as the partner chip; shown only when
 * the rig has no partner brand (ASRock). Partner chip wins when present. */
.product-item .family-chip-inline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px 0;
  padding: 4px 10px;
  background: #f6f9ff;
  border: 1px solid #d9e1ee;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1;
}
.product-item .family-chip-inline img {
  display: block;
  height: 20px;
  width: auto;
}
.product-item .family-chip-spectre { color: #1e3a8a; border-color: #c7d4ec; }
.product-item .family-chip-ghost   { color: #b45309; border-color: #f1d8ad; }
.product-item .family-chip-reaper  { color: #991b1b; border-color: #f1c1c1; }
.product-item .family-chip-apex    { color: #5b21b6; border-color: #d8c7f1; }
.products-list .product-item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e6e6e6;
  -moz-box-shadow: 0px 0px 5px 0px #e6e6e6;
  box-shadow: 0px 0px 5px 0px #e6e6e6;
}
.products-list .product-item .important_attributes {
  margin: 5px 0px 0px -10px;
  width: calc(100% + 20px);
  position: relative;
}
.products-list .product-item .important_attributes ul {
  position: relative;
  z-index: 3;
  padding: 10px 10px;
  /* Content-driven height: cards shrink for categories with few specs and
     grow for ones with many. Cap so a runaway category never breaks the
     grid; lines beyond the cap are hidden. */
  max-height: 260px;
  overflow: hidden;
  margin: 0;
}
.products-list .product-item .important_attributes ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}
.products-list .product-item .important_attributes ul li .spec-label {
  font-family: 'Ubuntu-Medium', 'Ubuntu', sans-serif;
  margin-right: 3px;
}
.products-list .product-item .important_attributes ul span {
  position: relative;
  font-family: 'Ubuntu-Medium';
}
.products-list .product-item .important_attributes ul span::before {
  /* Replaced by inline SVG .spec-icon — keep selector to override the legacy
     check2.png from any cached stylesheets. */
  display: none !important;
}
.products-list .product-item .important_attributes ul li .spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  color: #003782;
  flex-shrink: 0;
}
.products-list .product-item .important_attributes ul li .spec-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.products-list .product-item:hover .important_attributes ul li .spec-icon {
  color: #111827;
}
.price-line {
  margin: 10px 0px;
  overflow: hidden;
}
.price-line .label-price {
  color: #1f2937;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
}
.price-line sup {
  top: -4px;
}
.price-line .old-price {
  color: #6f6e6e;
  position: relative;
}
.price-line .old-price span {
  display: inline-block;
  position: relative;
}
.price-line .old-price span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0px;
  background: #6f6e6e;
  width: 100%;
  height: 1px;
}
.price-line .new-price {
  color: #1f2937;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
}
.price-line .old-price + .new-price {
  color: #e11d48;
}
@media only screen and (max-width: 450px) {
  .price-line .new-price {
    font-size: 15px;
  }
}
.price-line .delimiter {
  color: #646060;
  font-size: 16px;
}
.form-group label {
  font-weight: normal;
}
.form-group .form-control {
  border-radius: 3px;
  height: 40px;
  border: 2px solid #003782;
}
.form-group.haserror .captcha-img,
.form-group.haserror .form-control {
  border-color: #7b0606;
}
/* ===== AUTH PAGE REDESIGN ===== */
#login-page {
  padding: 20px;
}

.lp-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.35);
}

/* Left brand panel */
.lp-left {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.lp-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.lp-logo-link { display: block; line-height: 0; }
.lp-logo {
  height: 80px;
  width: auto;
  display: block;
}
.lp-logo-slogan {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.lp-tagline {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 8px;
}
.lp-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0 0 32px;
}

.lp-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lp-benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.lp-benefit-body { min-width: 0; }
.lp-benefit-title {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.3;
}
.lp-benefit-desc {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.lp-rating {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.lp-rating-num {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
}
.lp-rating-right { min-width: 0; }
.lp-rating-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
  color: #f5a623;
}
.lp-rating-stars .lp-star { width: 14px; height: 14px; }
.lp-rating-stars .lp-star--empty { color: rgba(245, 166, 35, 0.25); }
.lp-rating-caption {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}

/* Right form panel */
.lp-right {
  background: #ffffff;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

.lp-tabs {
  display: flex;
  border-bottom: 1px solid #e8ecf2;
  margin-bottom: 28px;
}
.lp-tab {
  background: none;
  border: none;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 12px;
  margin-right: 24px;
  color: #9aa5b8;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.lp-tab.is-active {
  color: #003782;
  border-bottom-color: #003782;
  font-weight: 500;
}
.lp-tab:hover { color: #003782; }

.lp-title {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 6px;
}
.lp-lead {
  font-size: 13px;
  color: #6b7a95;
  margin: 0 0 24px;
}

.lp-right .form-group {
  margin-bottom: 16px;
}
.lp-right .form-group label {
  display: block;
  font-size: 12px;
  color: #6b7a95;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: none;
}
.lp-right .form-control {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #111827;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  font-family: inherit;
  box-shadow: none;
  height: auto;
}
.lp-right .form-control:focus {
  border-color: #003782;
  background: #ffffff;
}

.lp-right .fpass-button,
.lp-right #login-page .fpass-button,
#login-page .lp-right .fpass-button {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #003782;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: -6px;
}
.lp-right .fpass-button:hover { text-decoration: underline; }

.lp-btn {
  width: 100%;
  background: #003782;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
  font-family: 'Ubuntu', Arial, sans-serif;
}
.lp-btn:hover,
.lp-btn:focus { background: #00306e; }

.lp-switch {
  text-align: center;
  margin: 20px 0 0;
  font-size: 12px;
  color: #9aa5b8;
}
.lp-switch-link {
  color: #003782;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.lp-switch-link:hover { text-decoration: underline; }

.lp-link-back {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6b7a95;
  margin-top: 16px;
  text-decoration: none;
}
.lp-link-back:hover { color: #003782; }

/* Existing form.auth-btn used by regForm/fpass — render as lp-btn */
.lp-right .auth-btn {
  width: 100%;
  background: #003782;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
  font-family: 'Ubuntu', Arial, sans-serif;
  margin-top: 6px;
}
.lp-right .auth-btn:hover,
.lp-right .auth-btn:focus { background: #00306e; }

/* Two-column row for password/company fields */
.auth-form-row {
  display: flex;
  gap: 14px;
}
.auth-form-row .form-group { flex: 1; min-width: 0; }

.auth-company-toggle {
  margin-bottom: 14px;
}
.auth-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
}
.auth-terms {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.auth-terms a { color: #003782; }

.auth-success {
  text-align: center;
  padding: 30px 0;
}
.auth-success-icon { font-size: 40px; margin-bottom: 12px; }
.auth-success h3 { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.auth-success p { font-size: 14px; color: #6b7280; }

.password-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.password-field-wrap .form-control { padding-right: 44px; flex: 1; }
.password-field-wrap .toggle-password {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.password-field-wrap .toggle-password:hover { color: #003782; }

/* Mobile */
@media only screen and (max-width: 768px) {
  #login-page { padding: 10px; }
  .lp-wrap {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .lp-left { display: none; }
  .lp-right { padding: 28px 20px; }
  .auth-form-row { flex-direction: column; gap: 0; }
}

/* Legacy switcher — hidden but required by JS */
.login-register-picker {
  display: none !important;
}
.login-register-picker .switcher { display: inline-block; width: 50px; height: 20px; border-radius: 13px; background: #003782; vertical-align: middle; border: 2px solid #b2b2b2; margin: 0 20px; position: relative; transition: background 0.3s ease; }
.login-register-picker .switcher::before { width: 14px; height: 14px; border-radius: 50%; background: #fff; content: ""; position: absolute; top: 1px; left: 1px; display: block; transition: all 0.3s ease; }
.login-register-picker .switcher.regactive { background: #ff0000; }
.login-register-picker .switcher.regactive::before { left: calc(100% - 15px); }

/* Password field with toggle */
.password-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.password-field-wrap .form-control {
  padding-right: 48px;
  flex: 1;
}
.password-field-wrap .toggle-password {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.password-field-wrap .toggle-password:hover {
  opacity: 1;
}

/* Registration benefits */
.reg-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
}
.reg-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.reg-benefit-icon {
  font-size: 20px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
  margin-top: 1px;
}
.reg-benefit-item div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.reg-benefit-item strong {
  font-size: 13px;
  color: #111827;
  font-weight: 600;
}
.reg-benefit-item span {
  font-size: 12px;
  color: #6b7280;
}

#text-page {
  padding: 50px 0px;
}
#text-page h1 {
  font-family: 'Ubuntu-Bold';
  text-transform: uppercase;
  font-size: 21px;
  color: #1f2937;
  text-align: center;
  margin-bottom: 35px;
}
#text-page img {
  max-width: 100%!important;
}
#text-page.payment-status h1.text-danger {
  color: #ff0000;
}
#text-page.payment-status h1.text-success {
  color: #50c897;
}
#text-page.payment-status h3 {
  font-size: 17px;
  text-align: center;
  color: #1f2937;
  margin: 20px 0px;
  font-family: 'Ubuntu-Bold';
}
#text-page.payment-status img {
  width: 256px;
}
#text-page iframe.iframeCustom {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#contacts-page {
  padding: 50px 0px 0px 0px;
}
#contacts-page .info-holder {
  text-align: left;
}
#contacts-page .info-holder a {
  color: #fff;
  text-decoration: underline;
}
#contacts-page .google-map {
  height: 350px;
  width: 100%;
  margin-top: 50px;
}
#contacts-page .google-map iframe {
  width: 100%;
}
#contacts-page .form {
  margin-top: 50px;
}
#contacts-page .form h1 {
  font-family: 'Ubuntu-Bold';
  text-transform: uppercase;
  font-size: 21px;
  color: #1f2937;
  text-align: center;
  margin-bottom: 35px;
}
#contacts-page .form textarea.form-control {
  height: 120px;
}
.paginator {
  margin-top: 15px;
  text-align: center;
}
.paginator li {
  display: inline-block;
  vertical-align: middle;
}
.paginator li:not(:last-child) {
  margin-right: 5px;
}
.paginator li a {
  line-height: 25px;
  display: block;
}
.paginator li a:not(.txt) {
  width: 25px;
}
@media only screen and (min-width: 450px) {
  .paginator li a {
    line-height: 30px;
  }
  .paginator li a:not(.txt) {
    width: 30px;
  }
}
.paginator li .active,
.paginator li a:hover:not(.txt) {
  text-align: center;
  border-radius: 50%;
  background: #003782;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .frontend-sidebar {
    will-change: min-height;
  }
  .frontend-sidebar .sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}
.frontend-sidebar h1 {
  margin-bottom: 20px;
  font-family: 'Ubuntu-Bold';
  text-transform: uppercase;
  font-size: 17px;
  color: #1f2937;
}
.frontend-sidebar .nav-pills > li.active > a,
.frontend-sidebar .nav-pills > li.active > a:focus,
.frontend-sidebar .nav-pills > li.active > a:hover {
  background: #003782;
}
#blog-listing-page {
  padding: 30px 0 60px;
  background: #f4f6f8;
}
#blog-listing-page .container-fluid {
  max-width: 1200px;
}
#blog-listing-page .blog-listing {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #blog-listing-page {
    padding: 0 0 30px;
  }
  #blog-listing-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #blog-listing-page .blog-listing {
    border-radius: 0;
  }
}
#blog-listing-page .blog-listing__header {
  padding: 36px 28px 24px;
  border-bottom: 1px solid #e5e7eb;
}
@media only screen and (min-width: 992px) {
  #blog-listing-page .blog-listing__header {
    padding: 44px 40px 28px;
  }
}
#blog-listing-page .blog-listing__brc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#blog-listing-page .blog-listing__brc a {
  color: #003782;
  text-decoration: none;
  font-weight: 600;
}
#blog-listing-page .blog-listing__brc a:hover {
  text-decoration: underline;
}
#blog-listing-page .blog-listing__brc .sep {
  margin: 0 8px;
  color: #9ca3af;
}
#blog-listing-page .blog-listing__brc .current {
  color: #1f2937;
  font-weight: 600;
}
#blog-listing-page .blog-listing__title {
  font-family: 'Ubuntu-Bold', 'Ubuntu', sans-serif;
  font-size: 30px;
  line-height: 1.25;
  color: #111827;
  margin: 0;
  text-transform: none;
  text-align: left;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  #blog-listing-page .blog-listing__title {
    font-size: 22px;
  }
}
#blog-listing-page .blog-listing__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
}
@media only screen and (max-width: 991px) {
  #blog-listing-page .blog-listing__layout {
    grid-template-columns: 1fr;
  }
}
#blog-listing-page .blog-listing__sidebar {
  border-right: 1px solid #e5e7eb;
  padding: 28px 24px;
}
@media only screen and (max-width: 991px) {
  #blog-listing-page .blog-listing__sidebar {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 24px;
  }
}
#blog-listing-page .sidebar__title {
  font-family: 'Ubuntu-Bold', 'Ubuntu', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7280;
  margin: 0 0 14px;
}
#blog-listing-page .cat-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  #blog-listing-page .cat-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
#blog-listing-page .cat-nav li {
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  #blog-listing-page .cat-nav li {
    margin-bottom: 0;
  }
}
#blog-listing-page .cat-nav li a {
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  color: #374151;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#blog-listing-page .cat-nav li a:hover {
  background: #f4f6f8;
  color: #003782;
}
#blog-listing-page .cat-nav li.active a {
  background: #003782;
  color: #fff;
  font-weight: 600;
}
#blog-listing-page .blog-listing__main {
  padding: 28px 28px 36px;
}
@media only screen and (min-width: 992px) {
  #blog-listing-page .blog-listing__main {
    padding: 28px 32px 40px;
  }
}
#blog-listing-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 600px) {
  #blog-listing-page .blog-grid {
    grid-template-columns: 1fr;
  }
}
#blog-listing-page .blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#blog-listing-page .blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.1);
  border-color: #003782;
}
#blog-listing-page .blog-card__img {
  display: block;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #111827;
}
#blog-listing-page .blog-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#blog-listing-page .blog-card__title {
  font-family: 'Ubuntu-Bold', 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 8px;
  text-transform: none;
}
#blog-listing-page .blog-card__title a {
  color: #111827;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
#blog-listing-page .blog-card:hover .blog-card__title a {
  color: #003782;
}
#blog-listing-page .blog-card__excerpt {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog-listing-page .blog-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #003782;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#blog-listing-page .blog-card__more svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
#blog-listing-page .blog-card:hover .blog-card__more svg {
  transform: translateX(3px);
}
#blog-listing-page .blog-empty {
  padding: 40px 20px;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
}
#blog-listing-page .blog-listing__pagination {
  margin-top: 28px;
}
#blog-preview-page {
  padding: 30px 0 60px;
  background: #f4f6f8;
}
#blog-preview-page .container-fluid {
  max-width: 1200px;
}
#blog-preview-page .blog-article {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.06);
}
@media only screen and (max-width: 767px) {
  #blog-preview-page {
    padding: 0 0 30px;
  }
  #blog-preview-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #blog-preview-page .blog-article {
    border-radius: 0;
  }
}
#blog-preview-page .blog-article__body {
  padding: 36px 28px 44px;
}
@media only screen and (min-width: 992px) {
  #blog-preview-page .blog-article__body {
    padding: 44px 40px 52px;
  }
}
#blog-preview-page .blog-article__brc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#blog-preview-page .blog-article__brc a {
  color: #003782;
  text-decoration: none;
  font-weight: 600;
}
#blog-preview-page .blog-article__brc a:hover {
  text-decoration: underline;
}
#blog-preview-page .blog-article__brc .sep {
  margin: 0 8px;
  color: #9ca3af;
}
#blog-preview-page .blog-article__title {
  font-family: 'Ubuntu-Bold', 'Ubuntu', sans-serif;
  font-size: 34px;
  line-height: 1.25;
  color: #111827;
  text-transform: none;
  text-align: left;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  #blog-preview-page .blog-article__title {
    font-size: 24px;
  }
}
#blog-preview-page .blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 0 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 14px;
}
#blog-preview-page .blog-article__meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#blog-preview-page .blog-article__meta svg {
  width: 16px;
  height: 16px;
  color: #003782;
  flex-shrink: 0;
}
#blog-preview-page .blog-article__footer .back-to-blog svg {
  width: 16px;
  height: 16px;
}
#blog-preview-page .blog-article__content {
  font-size: 17px;
  line-height: 1.75;
  color: #1f2937;
  text-align: left;
  text-justify: auto;
}
#blog-preview-page .blog-article__content p {
  margin-bottom: 18px;
}
#blog-preview-page .blog-article__content h2,
#blog-preview-page .blog-article__content h3,
#blog-preview-page .blog-article__content h4 {
  font-family: 'Ubuntu-Bold', 'Ubuntu', sans-serif;
  color: #111827;
  margin: 36px 0 14px;
  line-height: 1.3;
  text-transform: none;
  text-align: left;
}
#blog-preview-page .blog-article__content h2 {
  font-size: 26px;
  padding-left: 14px;
  border-left: 4px solid #003782;
}
#blog-preview-page .blog-article__content h3 {
  font-size: 21px;
  color: #003782;
}
#blog-preview-page .blog-article__content h4 {
  font-size: 18px;
}
#blog-preview-page .blog-article__content a {
  color: #003782;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#blog-preview-page .blog-article__content a:hover {
  color: #002558;
}
#blog-preview-page .blog-article__content ul,
#blog-preview-page .blog-article__content ol {
  padding-left: 22px;
  margin-bottom: 18px;
}
#blog-preview-page .blog-article__content li {
  margin-bottom: 8px;
}
#blog-preview-page .blog-article__content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  background: #f4f6f8;
  border-left: 4px solid #003782;
  border-radius: 0 6px 6px 0;
  color: #374151;
  font-style: italic;
}
#blog-preview-page .blog-article__content blockquote p:last-child {
  margin-bottom: 0;
}
#blog-preview-page .blog-article__content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 6px;
  margin: 14px 0;
}
#blog-preview-page .blog-article__content iframe {
  max-width: 100%;
  border-radius: 6px;
}
#blog-preview-page .blog-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 15px;
}
#blog-preview-page .blog-article__content table th,
#blog-preview-page .blog-article__content table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
}
#blog-preview-page .blog-article__content table th {
  background: #111827;
  color: #fff;
  font-weight: 600;
}
#blog-preview-page .blog-article__content table tr:nth-child(even) td {
  background: #f9fafb;
}
#blog-preview-page .blog-article__content code {
  background: #f4f6f8;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.92em;
  color: #003782;
}
#blog-preview-page .blog-article__content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 32px 0;
}
#blog-preview-page .blog-article__footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
#blog-preview-page .blog-article__footer .back-to-blog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #003782;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}
#blog-preview-page .blog-article__footer .back-to-blog:hover {
  background: #002558;
  text-decoration: none;
  color: #fff;
}
#shop-page {
  padding: 0px 0px 20px 0px;
}
@media only screen and (min-width: 768px) {
  #shop-page {
    padding: 50px 0px;
  }
}
#shop-page .category-page-title {
  font-size: 17px;
  font-family: "Ubuntu-Medium";
  font-weight: normal;
  text-transform: uppercase;
}
#shop-page .breadcrumbs {
  margin-top: -25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  #shop-page .breadcrumbs {
    display: none;
  }
}
#shop-page .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
}
#shop-page .breadcrumbs a::after {
  content: "\/";
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
#shop-page .header .only_promo {
  display: inline-block;
  text-decoration: none!important;
  font-family: "Ubuntu-Medium";
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  #shop-page .header .only_promo {
    float: left;
  }
}
#shop-page .header .only_promo span {
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 13px;
  background: #ff0000;
  vertical-align: middle;
  border: 2px solid #b2b2b2;
  margin: 0px 10px 0px 0px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#shop-page .header .only_promo span::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#shop-page .header .only_promo.active span {
  background: #003782;
}
#shop-page .header .only_promo.active span::before {
  left: calc(100% - 15px);
}
#shop-page .header .settings {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #shop-page .header .settings {
    float: right;
    margin-top: 0px;
  }
}
#shop-page .header .settings .filters-toggle {
  float: left;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  background: #003782;
  color: #fff;
  padding: 0px 15px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #shop-page .header .settings .filters-toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #shop-page .header .settings .sorting-filter {
    float: right;
  }
}
#shop-page .products-list {
  overflow: visible;
  margin-top: 3px;
}
#shop-page .products-list .product-item {
  margin-bottom: 20px;
  border: 1px solid #ededed;
}
#shop-page .products-list .product-item .img-container img {
  max-width: 99%;
}
/* CSS Grid replaces the legacy float layout for category listings, so all
   cards in a row share the height of the tallest. The card itself is a
   flex column that anchors the price-line + buttons to the bottom — empty
   space collects in one predictable place between specs and price. */
/* /pcb-rigs-serii — series explainer page (banner click target) */
#rig-series-page {
  padding: 30px 0 60px;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}
#rig-series-page .rsp-hero {
  text-align: center;
  padding: 24px 16px 36px;
}
#rig-series-page .rsp-hero h1 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
#rig-series-page .rsp-hero-tagline {
  font-size: 17px;
  color: #4b5563;
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.55;
}
#rig-series-page .rsp-hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}
#rig-series-page .rsp-hero-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 14px 8px;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  color: #111827;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 90px;
}
#rig-series-page .rsp-hero-pill img { width: 56px; height: auto; display: block; }
#rig-series-page .rsp-hero-pill small { font-size: 11px; font-weight: 500; color: #6b7280; }
#rig-series-page .rsp-hero-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 55, 130, 0.12);
}
.rsp-pill-cyan:hover   { border-color: #22d3ee; }
.rsp-pill-silver:hover { border-color: #cbd5e1; }
.rsp-pill-red:hover    { border-color: #ef4444; }
.rsp-pill-purple:hover { border-color: #a78bfa; }

/* Series block */
#rig-series-page .rsp-series {
  position: relative;
  margin: 28px 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--rsp-grad);
  color: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
}
#rig-series-page .rsp-series-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 36px 40px;
  z-index: 1;
}
#rig-series-page .rsp-logo-side {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rig-series-page .rsp-logo-side img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.45));
}
#rig-series-page .rsp-text-side { flex: 1; min-width: 0; }
#rig-series-page .rsp-series-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#rig-series-page .rsp-series-title {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
#rig-series-page .rsp-series-sub {
  font-size: 16px;
  font-weight: 600;
  color: var(--rsp-accent);
  margin: 0 0 16px;
}
#rig-series-page .rsp-series-who {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  margin: 0 0 18px;
}
#rig-series-page .rsp-block {
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 12px;
}
#rig-series-page .rsp-block-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--rsp-accent);
  margin: 0 0 6px;
}
#rig-series-page .rsp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
#rig-series-page .rsp-list li {
  padding-left: 16px;
  position: relative;
  color: rgba(255,255,255,0.95);
}
#rig-series-page .rsp-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rsp-accent);
  font-weight: bold;
}
#rig-series-page .rsp-list-inline { display: flex; flex-wrap: wrap; gap: 8px 18px; }
#rig-series-page .rsp-list-inline li { padding-left: 14px; }
#rig-series-page .rsp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin: 14px 0 18px;
}
#rig-series-page .rsp-stats strong { color: #fff; font-weight: 700; }
#rig-series-page .rsp-cta {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #111827;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#rig-series-page .rsp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Partner section */
#rig-series-page .rsp-partner-section {
  margin: 40px 0 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 100%);
  border: 2px solid #003782;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 55, 130, 0.08);
}
#rig-series-page .rsp-partner-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e1ee;
}
#rig-series-page .rsp-partner-head img { height: 38px; width: auto; }
#rig-series-page .rsp-partner-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}
#rig-series-page .rsp-partner-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin: 0 0 12px;
}
#rig-series-page .rsp-partner-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 18px;
}
#rig-series-page .rsp-partner-list li {
  font-size: 13px;
  color: #1f2937;
  font-weight: 500;
}
#rig-series-page .rsp-partner-cta {
  display: inline-block;
  padding: 12px 22px;
  background: #003782;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#rig-series-page .rsp-partner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 55, 130, 0.25);
}
@media (max-width: 700px) {
  #rig-series-page .rsp-partner-list { grid-template-columns: 1fr; }
}
/* Footer CTA */
#rig-series-page .rsp-footer-cta {
  text-align: center;
  margin: 50px 0 0;
  padding: 36px 24px;
  background: #fff;
  border: 2px solid #003782;
  border-radius: 14px;
}
#rig-series-page .rsp-footer-cta h3 {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}
#rig-series-page .rsp-footer-cta p {
  font-size: 15px;
  color: #4b5563;
  margin: 0 0 20px;
}
#rig-series-page .rsp-footer-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
#rig-series-page .rsp-btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
#rig-series-page .rsp-btn-primary { background: #003782; color: #fff; }
#rig-series-page .rsp-btn-secondary { background: #f3f4f6; color: #111827; border: 1px solid #d1d5db; }
#rig-series-page .rsp-btn:hover { transform: translateY(-2px); }

/* Responsive */
@media (max-width: 900px) {
  #rig-series-page .rsp-hero h1 { font-size: 28px; }
  #rig-series-page .rsp-series-inner { flex-direction: column; padding: 28px 22px; gap: 18px; }
  #rig-series-page .rsp-logo-side { flex: 0 0 auto; max-width: 220px; }
  #rig-series-page .rsp-series-title { font-size: 36px; }
}

/* Partner-brand inline chip on rig listing cards — sits between the title and
   the spec list. Avoids overlap with on-case decals (LITE / MAX / etc.) that
   appear on the product photo itself. */
.product-item .partner-chip-inline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px 0;
  padding: 4px 10px;
  background: #f6f9ff;
  border: 1px solid #d9e1ee;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  line-height: 1;
}
.product-item .partner-chip-inline img {
  display: block;
  height: 16px;
  width: auto;
}
/* Partner info card on product page (under "Пълни характеристики" button) */
.partner-info-card {
  margin-top: 14px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
  border: 1px solid #d9e1ee;
  border-left: 3px solid #003782;
  border-radius: 6px;
}
.partner-info-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.partner-info-card__head img { height: 20px; width: auto; }
.partner-info-card__head strong { color: #003782; font-size: 14px; }
.partner-info-card p {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
}
/* Sidebar partner filter chip — full-width row, override default picker grid */
.filter-item.partner-filter .picker {
  display: block !important;
  grid-template-columns: none !important;
}
.filter-item.partner-filter .picker li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
.filter-item.partner-filter .picker a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 8px 12px !important;
  background: #ffffff !important;
  border: 1px solid #d9e1ee !important;
  border-radius: 6px !important;
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  white-space: nowrap !important;
}
.filter-item.partner-filter .picker a img { height: 14px !important; width: auto !important; flex-shrink: 0; }
.filter-item.partner-filter .picker a .asrock-white { display: none !important; }
.filter-item.partner-filter .picker a.active {
  background: #003782 !important;
  border-color: #003782 !important;
  color: #fff !important;
}
.filter-item.partner-filter .picker a.active .asrock-green { display: none !important; }
.filter-item.partner-filter .picker a.active .asrock-white { display: inline-block !important; }

/* Rig series hero ribbon — sits above the 3-column product layout on rig
   product pages. Per-series gradient via CSS variables (--rsh-grad / --rsh-accent). */
.rig-series-hero {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 30px 0;
  padding: 10px 24px;
  background: var(--rsh-grad);
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.18);
  position: relative;
  min-height: 70px;
}
.rig-series-hero__logo {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px 0; /* pop above/below the ribbon for visual punch */
}
.rig-series-hero__logo img {
  width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
}
.rig-series-hero__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rig-series-hero__series {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.rig-series-hero__tag {
  font-size: 14px;
  font-weight: 600;
  color: var(--rsh-accent);
  line-height: 1.3;
}
.rig-series-hero__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827 !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.rig-series-hero__cta:hover {
  background: #ffffff;
  transform: translateX(2px);
}
@media (max-width: 600px) {
  .rig-series-hero {
    flex-wrap: wrap;
    padding: 14px 16px;
    gap: 14px;
  }
  .rig-series-hero__logo { flex: 0 0 100px; }
  .rig-series-hero__logo img { max-height: 90px; }
  .rig-series-hero__series { font-size: 18px; }
  .rig-series-hero__tag { font-size: 12px; }
  .rig-series-hero__cta {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
}

/* Category banner slot — sits above the listing / series ribbon. Picks
   mobile vs desktop image via <picture> element. Optional CTA overlay
   ("Научи повече →") is rendered when banner_link is set, anchored to the
   right side, vertically centered. */
.rig-banner-slot {
  position: relative;
  display: block;
  margin: 0 0 16px 0;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 2px 6px rgba(17, 24, 39, 0.05);
  border: 1px solid #d9e1ee;
}
.rig-banner-slot picture,
.rig-banner-slot picture img {
  display: block;
  width: 100%;
  height: auto;
}
a.rig-banner-slot {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
}
a.rig-banner-slot:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 55, 130, 0.15);
}
.rig-banner-cta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 18px;
  background: #003782;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  z-index: 2;
}
a.rig-banner-slot:hover .rig-banner-cta {
  background: #0057c2;
  transform: translateX(2px);
}
@media (max-width: 768px) {
  .rig-banner-cta {
    right: 50%;
    bottom: 12px;
    transform: translateX(50%);
    font-size: 12px;
    padding: 7px 14px;
  }
  a.rig-banner-slot:hover .rig-banner-cta {
    transform: translateX(calc(50% + 2px));
  }
}
/* PCB|Rigs series ribbon (above top products on /c-geimarski-konfiguracii) */
#rig-series-ribbon {
  position: relative;
  margin: 0 0 24px 0;
  padding: 22px 50px 18px;
  background:
    radial-gradient(ellipse 50% 70% at 18% 30%, rgba(34, 211, 238, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 70% at 82% 70%, rgba(167, 139, 250, 0.16) 0%, transparent 65%),
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(0, 87, 194, 0.10) 0%, transparent 70%),
    linear-gradient(135deg, #f8fafc 0%, #eef2ff 50%, #f0f9ff 100%);
  border: 2px solid #003782;
  border-radius: 10px;
  box-shadow:
    0 6px 20px rgba(0, 55, 130, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
#rig-series-ribbon .rig-series-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  transition: transform 0.25s ease;
  text-decoration: none !important;
  z-index: 1;
}
#rig-series-ribbon .rig-series-tile img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(17, 24, 39, 0.22));
  transition: transform 0.25s ease, filter 0.25s ease;
}
#rig-series-ribbon .rig-series-tile:hover img {
  transform: scale(1.08);
  filter:
    drop-shadow(0 0 10px rgba(0, 87, 194, 0.45))
    drop-shadow(0 6px 14px rgba(17, 24, 39, 0.30))
    brightness(1.05)
    saturate(1.1);
}
@media (max-width: 600px) {
  #rig-series-ribbon { padding: 12px 24px; }
}
/* Owl carousel arrow buttons */
#rig-series-ribbon .owl-nav button.owl-prev,
#rig-series-ribbon .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid #d9e1ee !important;
  font-size: 18px !important;
  color: #003782 !important;
  box-shadow: 0 2px 6px rgba(0, 55, 130, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  z-index: 2;
}
#rig-series-ribbon .owl-nav button.owl-prev:hover,
#rig-series-ribbon .owl-nav button.owl-next:hover {
  background: #003782 !important;
  border-color: #003782 !important;
  color: #ffffff !important;
}
#rig-series-ribbon .owl-nav button.owl-prev { left: 4px; }
#rig-series-ribbon .owl-nav button.owl-next { right: 4px; }
#rig-series-ribbon .rig-series-ribbon-carousel { position: relative; }

/* Sticky compact series bar — appears below the main subheader after the
 * user scrolls past the ribbon. Slides down via transform; toggled by JS
 * adding/removing the .show class on scroll past the ribbon's bottom. */
#rig-series-sticky {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 998;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
  padding: 6px 0;
  transform: translateY(-150%);
  transition: transform 0.25s ease;
  pointer-events: none;
}
#rig-series-sticky.show {
  transform: translateY(0);
  pointer-events: auto;
}
#rig-series-sticky .rig-series-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
#rig-series-sticky .rig-series-sticky-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #6b7280;
  white-space: nowrap;
}
#rig-series-sticky .rig-sticky-tile {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 4px;
  background: #f6f9ff;
  border: 1px solid #d9e1ee;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #1f2937;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}
#rig-series-sticky .rig-sticky-tile img {
  height: 26px;
  width: auto;
  display: block;
}
#rig-series-sticky .rig-sticky-tile:hover {
  background: #eef3ff;
  border-color: #b7c8e3;
}
#rig-series-sticky .rig-sticky-spectre { color: #1e3a8a; }
#rig-series-sticky .rig-sticky-ghost   { color: #b45309; }
#rig-series-sticky .rig-sticky-reaper  { color: #991b1b; }
#rig-series-sticky .rig-sticky-apex    { color: #5b21b6; }
@media only screen and (max-width: 767px) {
  #rig-series-sticky {
    top: 71px;
  }
  #rig-series-sticky .rig-series-sticky-label { display: none; }
  #rig-series-sticky .rig-sticky-tile { padding: 3px 8px; font-size: 11px; }
  #rig-series-sticky .rig-sticky-tile img { height: 18px; }
}

#shop-page .products-list:not(.landing-list) {
  display: grid;
  gap: 20px 1%;
  /* minmax(0, 1fr) instead of 1fr — lets each cell shrink below its
     intrinsic content width so the row honors the container width. */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 1080px) {
  #shop-page .products-list:not(.landing-list) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#shop-page .products-list:not(.landing-list) .product-item {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}
#shop-page .products-list:not(.landing-list) .product-item .price-line {
  margin-top: auto;
}
/* Clamp the product title to 3 lines so specs+price+button start at the
   same Y across all cards in a row. Long admin-typed titles with full
   spec strings get truncated with ellipsis. */
#shop-page .products-list:not(.landing-list) .product-item .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;
  line-height: 1.2;
}
#shop-page .products-list:not(.landing-list) .product-item .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #shop-page .products-list.landing-list .product-item {
    width: 49.5%;
    float: left;
  }
  #shop-page .products-list.landing-list .product-item:nth-child(odd) {
    margin-right: 1%;
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shop-page .products-list.landing-list .product-item {
    width: 33%;
    float: left;
  }
  #shop-page .products-list.landing-list .product-item:nth-child(3n+2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  #shop-page .products-list.landing-list .product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  #shop-page .products-list.landing-list .product-item {
    width: 23.5%;
    float: left;
    margin-left: 2%;
  }
  #shop-page .products-list.landing-list .product-item:nth-child(4n+1) {
    clear: both;
    margin-left: 0px;
  }
}
#shop-page #filter {
  border-radius: 3px;
}
#shop-page #filter .close-filter {
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 15px;
  color: #4c5869;
}
@media only screen and (min-width: 768px) {
  #shop-page #filter .close-filter {
    display: none;
  }
}
#shop-page #filter .clearfilters {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-family: "Ubuntu-Medium";
  text-decoration: none;
}
#shop-page #filter .search_filter {
  font-family: "Ubuntu-Medium";
  margin-top: 10px;
}
#shop-page #filter .search_filter .search_label {
  text-transform: uppercase;
}
#shop-page #filter .search_filter .search_value {
  font-family: "Ubuntu-Bold";
}
@media only screen and (max-width: 768px) {
  #shop-page #filter {
    position: fixed;
    top: 71px;
    left: -100%;
    background: #fff;
    z-index: 99;
    height: calc(100% - 71px);
    width: 85%;
    padding: 15px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(41, 41, 41, 0.62);
    -moz-box-shadow: 2px 0px 5px 0px rgba(41, 41, 41, 0.62);
    box-shadow: 2px 0px 5px 0px rgba(41, 41, 41, 0.62);
    overflow-y: scroll;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  #shop-page #filter.active {
    left: 0px;
  }
}
#shop-page #filter h2 {
  margin-bottom: 20px;
  font-family: 'Ubuntu-Bold';
  text-transform: uppercase;
  font-size: 17px;
  color: #374151;
  font-weight: 500;
}
#shop-page #filter .filter-item {
  margin-bottom: 25px;
}
#shop-page #filter .filter-item .title {
  padding: 10px;
  color: #fff;
  background: #003782;
  border-radius: 3px;
  margin-bottom: 5px;
}
#shop-page #filter .filter-item ul {
  overflow: hidden;
}
#shop-page #filter .filter-item ul li a {
  color: #374151;
}
#shop-page #filter .filter-item ul.picker li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  #shop-page #filter .filter-item ul.picker li {
    width: 49.5%;
    float: left;
  }
  #shop-page #filter .filter-item ul.picker li:nth-child(odd) {
    clear: both;
    margin-right: 1%;
  }
}
#shop-page #filter .filter-item ul.picker li a {
  border-radius: 3px;
  display: block;
  border: 1px solid #ededed;
  padding: 5px;
  text-align: center;
  font-family: "Ubuntu";
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#shop-page #filter .filter-item ul.picker li a:hover,
#shop-page #filter .filter-item ul.picker li a.active {
  text-decoration: none!important;
  background: #003782;
  color: #fff;
  border-color: #1f2937;
}
#shop-page #filter .filter-item ul.picker li a:hover.active,
#shop-page #filter .filter-item ul.picker li a.active.active {
  position: relative;
}
#shop-page #filter .filter-item ul.picker li a:hover.active::before,
#shop-page #filter .filter-item ul.picker li a.active.active::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../images/tick.png);
  top: 8px;
  right: 3px;
  background-size: 12px 12px;
}
#shop-page #filter .filter-item.category-item ul.picker li {
  width: 100%;
  float: none;
  margin-right: 0% !important;
}
#shop-page #filter .filter-item.category-item ul.picker li a {
  text-align: left;
}
#shop-page #filter .filter-item.price-filter i {
  font-style: normal;
}
#shop-page #filter .filter-item.price-filter .min-max {
  overflow: hidden;
}
#shop-page #filter .filter-item.price-filter .min-max .min {
  float: left;
}
#shop-page #filter .filter-item.price-filter .min-max .max {
  float: right;
}
#shop-page #filter .filter-item.price-filter #price-range {
  width: calc(100% - 20px);
  margin: 10px 0px 10px 9px;
}
#shop-page #filter .filter-item.price-filter .ui-state-default,
#shop-page #filter .filter-item.price-filter .ui-widget-content .ui-state-default,
#shop-page #filter .filter-item.price-filter .ui-widget-header .ui-state-default,
#shop-page #filter .filter-item.price-filter .ui-button,
#shop-page #filter .filter-item.price-filter .ui-button.ui-state-disabled:hover,
#shop-page #filter .filter-item.price-filter .ui-button.ui-state-disabled:active {
  border-radius: 50%;
  background: #003782;
}
#shop-page #filter .filter-item.price-filter .ui-widget.ui-widget-content {
  border: none!important;
  background: #e1e1e1;
  height: 1px;
}
#shop-page #filter .filter-item.price-filter .ui-slider-horizontal .ui-slider-range {
  background: #003782;
}
#shop-page #filter .filter-item.price-filter .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}
@media only screen and (min-width: 768px) {
  #product-details-page {
    padding: 20px 0px 0px 0px;
  }
}
#product-details-page #unicredit-table-section #unicredit-table th {
  white-space: nowrap;
}
#product-details-page #unicredit-table-section #unicredit-table td {
  white-space: nowrap;
}
#product-details-page #unicredit-table-section .unicredit-option-holder {
  width: 100%;
  height: 100%;
}
#product-details-page #unicredit-table-section .unicredit-option-holder label:hover {
  cursor: pointer;
}
#product-details-page .breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  #product-details-page .breadcrumbs {
    display: none;
  }
}
#product-details-page .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
}
#product-details-page .breadcrumbs a::after {
  content: "\/";
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
#product-details-page .upper-section {
  margin-bottom: 20px;
}
#product-details-page .heading {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
#product-details-page .heading h1 {
  font-size: 1.35em;
  color: #1f2937;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  #product-details-page .heading h1 {
    float: left;
    width: calc(100% - 160px);
    font-size: 1.65em;
  }
}
#product-details-page .heading .share-buttons {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #product-details-page .heading .share-buttons {
    float: right;
    margin-top: 0px;
  }
}
#product-details-page .heading .share-buttons a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #003782;
  border: 1px solid #003782;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  background: transparent;
}
#product-details-page .heading .share-buttons a:hover {
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  border-color: transparent;
  color: #fff;
}
#product-details-page .heading .share-buttons a i {
  font-size: 23px;
  line-height: 35px;
}
#product-details-page #gallery {
  position: relative;
  border: 1px solid #ededed;
  /* Reserve height before owl-carousel JS initialises, otherwise the */
  /* pre-init vertical stack (400px × N images) collapses down to 400px */
  /* after init and shifts the right-hand product info column — massive CLS. */
  height: 400px;
  overflow: hidden;
}
#product-details-page #gallery.owl-loaded {
  height: auto;
  overflow: visible;
}
#product-details-page #thumbs {
  /* Same reasoning for the thumbs strip: reserve a single-row height */
  min-height: 80px;
  overflow: hidden;
}
#product-details-page #thumbs.owl-loaded {
  min-height: 0;
  overflow: visible;
}
#product-details-page #gallery.loading::after {
  width: 35px;
  height: 35px;
  background: url(../../images/loader.gif);
  background-size: 35px 35px;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
}
#product-details-page #gallery.loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
}
#product-details-page #gallery .main-picture {
  z-index: 1;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  text-align: center;
  height: 400px;
}
#product-details-page #gallery .main-picture img {
  max-width: 95%;
  max-height: 95%;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#product-details-page #gallery .main-picture::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #product-details-page #gallery .owl-nav {
    opacity: 0;
  }
}
#product-details-page #gallery .owl-nav .owl-prev,
#product-details-page #gallery .owl-nav .owl-next {
  width: 25px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0px;
  display: inline-block;
  z-index: 3;
  background: #4c5869;
}
#product-details-page #gallery .owl-nav .owl-prev::before,
#product-details-page #gallery .owl-nav .owl-next::before {
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  background-image: url('../../images/back.svg');
  background-size: 13px 13px;
  position: absolute;
  top: 11px;
  left: 6px;
}
#product-details-page #gallery .owl-nav .owl-prev.owl-next,
#product-details-page #gallery .owl-nav .owl-next.owl-next {
  left: auto;
  right: 0px;
}
#product-details-page #gallery .owl-nav .owl-prev.owl-next::before,
#product-details-page #gallery .owl-nav .owl-next.owl-next::before {
  background-image: url('../../images/next.svg');
}
#product-details-page #gallery .owl-nav .owl-prev span,
#product-details-page #gallery .owl-nav .owl-next span {
  display: none;
}
#product-details-page #gallery:hover .owl-nav {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #product-details-page #thumbs {
    display: none;
  }
}
#product-details-page #thumbs a {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin-right: 5px;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (min-width: 450px) {
  #product-details-page #thumbs a {
    width: 60px;
    height: 60px;
  }
}
#product-details-page #thumbs a img {
  max-width: 99%;
  max-height: 99%;
  display: inline-block;
  vertical-align: middle;
}
#product-details-page #thumbs a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#product-details-page #thumbs a.active {
  opacity: 1;
}
#product-details-page .chars-description h2 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
#product-details-page .chars-description ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
#product-details-page .chars-description iframe {
  max-width: 100%;
  max-height: 350px;
}
#product-details-page .chars-description img {
  max-width: 100%;
}
#product-details-page .buy-section {
  box-shadow: 0 1px 8px -4px #000;
  padding: 15px;
}
#product-details-page .buy-section .unicredit-holder .unicredit-modal-button {
  background: white none repeat scroll 0% 0%;
  border: 2px solid #ff0000 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  width: 100% !important;
  height: 52px !important;
  box-sizing: border-box !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-details-page .buy-section .unicredit-holder #unicredit-modal-btn-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
  transition: 0.5s ease;
  z-index: 10;
}
#product-details-page .buy-section .unicredit-holder #unicredit-modal-btn:hover #unicredit-modal-btn-img {
  display: none;
}
#product-details-page .buy-section .unicredit-holder #unicredit-modal-btn:hover #unicredit-modal-btn-overlay {
  display: block;
  text-decoration: none;
}
#product-details-page .buy-section .unicredit-holder #unicredit-modal-btn-text {
  color: #da0000;
  font-size: 1.1em;
  padding-top: 0.7em;
  left: calc(50% - 119px);
  position: absolute;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
}
#product-details-page .buy-section #tbi-modal-btn {
  display: block;
  border: 2px solid #ea6e0e;
  border-radius: 3px;
  text-align: center;
  color: #504f50;
  text-decoration: none;
}
#product-details-page .buy-section #tbi-modal-btn .hover {
  font-size: 16px;
  display: none;
  font-family: 'Ubuntu-Medium';
  line-height: 28px;
}
#product-details-page .buy-section #tbi-modal-btn:hover {
  background: #ea6e0e;
  color: #fff;
}
#product-details-page .buy-section #tbi-modal-btn:hover img:not(.hover) {
  display: none;
}
#product-details-page .buy-section #tbi-modal-btn:hover .hover {
  display: block;
}
#product-details-page .buy-section #bnp-modal-btn {
  display: block;
  border: 2px solid #1C8356;
  border-radius: 3px;
  text-align: center;
  color: #504f50;
  text-decoration: none;
  height: 52px;
}
#product-details-page .buy-section #bnp-modal-btn img {
  height: 36px;
  max-width: 100%;
  margin-top: 8px;
}
#product-details-page .buy-section #bnp-modal-btn .hover {
  font-size: 16px;
  display: none;
  font-family: 'Ubuntu-Medium';
  line-height: 45px;
}
#product-details-page .buy-section #bnp-modal-btn:hover {
  background: #1C8356;
  color: #fff;
}
#product-details-page .buy-section #bnp-modal-btn:hover img:not(.hover) {
  display: none;
}
#product-details-page .buy-section #bnp-modal-btn:hover .hover {
  display: block;
}
#product-details-page .buy-section .produt-on-sale-label {
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
  margin-bottom: 10px;
  font-family: 'Ubuntu-Medium';
  text-align: center;
  background: #003782;
}
#product-details-page .buy-section .show-on-print {
  display: none;
  font-size: 13px !important;
}
#product-details-page .buy-section .price {
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  color: #1f2937;
  font-weight: 700;
  font-size: 2em;
}
/* Промо цена — червена когато има стара цена преди нея */
#product-details-page .buy-section .old-price + .price {
  color: #e11d48;
}
#product-details-page .buy-section .price sup {
  top: -4px;
}
#product-details-page .buy-section .price .currency {
  font-size: 0.7em;
  color: #1f2937;
  font-family: "Ubuntu";
}
#product-details-page .buy-section .old-price {
  color: #353535;
  position: relative;
  font-size: 1.5em;
}
#product-details-page .buy-section .old-price span {
  display: inline-block;
  position: relative;
}
#product-details-page .buy-section .old-price span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #353535;
  width: 100%;
  height: 1px;
}
#product-details-page .buy-section .item-code-stock {
  margin: 15px 0px 5px 0px;
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
#product-details-page .buy-section .item-code-stock .item-code {
  float: left;
}
#product-details-page .buy-section .item-code-stock .stock {
  float: right;
  padding: 3px 10px;
  border-radius: 4px;
  text-align: right;
  background: green;
  color: white;
}
#product-details-page .buy-section .item-code-stock .stock .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#product-details-page .buy-section .item-code-stock .stock .info .text-stock {
  display: none;
  position: absolute;
  width: 80%;
  left: 10%;
  background: #4c5869;
  width: 200px;
  z-index: 33333;
  left: -137px;
  padding: 10px;
  transform: translateY(-100%);
  margin-top: -5px;
  border-radius: 4px;
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 12px;
  border: 1px solid #fff;
  text-align: left;
}
#product-details-page .buy-section .item-code-stock .stock .info::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(../../images/info-icon.svg);
  margin-left: 3px;
  background-size: 20px;
}
#product-details-page .buy-section .item-code-stock .stock .info:hover .text-stock {
  display: block;
}
#product-details-page .buy-section .item-code-stock .stock.out {
  background: #ff0000;
}
#product-details-page .buy-section .item-code-stock .stock.order {
  background: orange;
}
#product-details-page .buy-section .item-code-stock .stock.low {
  background: #003782;
}
#product-details-page .buy-section .item-code-stock .stock.long-delivery {
  background: #6e53ed;
}
#product-details-page .buy-section .item-code-stock .stock.on-road {
  background: #6e53ed;
  position: relative;
}
#product-details-page .buy-section .item-code-stock .stock.on-road::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(../../images/info-icon.svg);
  margin-left: 3px;
  background-size: 20px;
}
#product-details-page .buy-section .item-code-stock .stock.on-road .date-delivery-info {
  position: absolute;
  top: -100%;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.7);
  right: 0px;
  font-size: 12px;
  display: none;
}
#product-details-page .buy-section .item-code-stock .stock.on-road:hover .date-delivery-info {
  display: block;
}
#product-details-page .buy-section .icon-list li {
  font-size: 16px;
}
#product-details-page .buy-section .icon-list li i {
  width: 60px;
  color: #4c5869;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
#product-details-page .buy-section .loan-method {
  background: #f3f3f3;
  padding: 5px;
  margin: 10px 0px;
}
#product-details-page .buy-section .buy-button {
  height: 60px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 15px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
#product-details-page .buy-section .buy-button::before {
  font-family: "IcoFont" !important;
  content: "\efe7";
  font-size: 1.6em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
#product-details-page .buy-section .buy-button span {
  position: static;
  left: auto;
  transform: none;
  line-height: normal;
  font-weight: 900;
  top: auto;
  letter-spacing: 0.5px;
  transition: letter-spacing 0.3s ease;
}
#product-details-page .buy-section .buy-button i {
  display: none;
}
#product-details-page .buy-section .buy-button:hover {
  background: linear-gradient(180deg, #003782 0%, #111827 100%);
  box-shadow: 0 6px 20px rgba(0, 55, 130, 0.5);
  transform: translateY(-2px);
}
#product-details-page .buy-section .buy-button:hover::before {
  transform: scale(1.2);
}
#product-details-page .buy-section .buy-button:hover span {
  left: auto;
  transform: none;
  letter-spacing: 1px;
}
@keyframes buyBtnShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}
#product-details-page .buy-section .vendor-logo {
  margin-top: 15px;
}
#product-details-page .buy-section .vendor-logo img {
  max-width: 120px;
  max-height: 120px;
  transform: translatez(0);
}
#product-details-page .buy-section .tbi-holder {
  margin-top: 10px;
}
#product-details-page .fast-order-button {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background: #4c5869;
  display: block;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-family: "Ubuntu-Bold";
  border-radius: 3px;
  position: relative;
}
#product-details-page .fast-order-button i {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
#product-details-page #chars-list,
#product-details-page #bundle-products {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ededed;
}
#product-details-page #chars-list h2,
#product-details-page #bundle-products h2 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#product-details-page #similar-products {
  margin-bottom: 0px;
  padding: 50px 0px;
  background: #4c5869;
}
#product-details-page #similar-products h2:not(.product-title) {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #fff;
}
#product-details-page #similar-products .products-home-slider {
  background: #fff;
  padding: 5px;
}
#my-profile-page {
  padding: 50px 0px;
}
#my-profile-page .nav-pills a {
  position: relative;
  color: #1f2937;
}
#my-profile-page .nav-pills a i {
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 1.2em;
}
#my-profile-page .nav-pills > li.active > a,
#my-profile-page .nav-pills li.active > a:focus,
#my-profile-page .nav-pills > li.active > a:hover {
  background: #003782;
  color: #fff;
}
#my-profile-page h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#finish-order:not(.thankyou) {
  padding: 50px 0px;
}
#finish-order.thankyou {
  margin-top: -30px;
}
#finish-order .heading {
  position: relative;
  margin-bottom: 20px;
}
#finish-order .heading h1 {
  font-size: 1.5em;
  color: #353535;
  padding-right: 50px;
}
#finish-order .heading .print-button {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #4c5869;
}
#finish-order .heading .print-button:hover {
  color: #1f2937;
}
@media only screen and (min-width: 768px) {
  #finish-order .products-in-basket {
    float: left;
    width: calc(100% - 320px);
  }
}
#finish-order .products-in-basket td {
  vertical-align: middle;
}
#finish-order .products-in-basket td .img-container {
  display: inline-block;
}
#finish-order .products-in-basket td .img-container img {
  max-width: 100px;
  max-height: 100px;
}
#finish-order .products-in-basket td .title {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#finish-order .products-in-basket td.price {
  white-space: nowrap;
  text-align: center;
}
#finish-order .products-in-basket td .del-product {
  width: 16px;
  height: 16px;
  display: inline-block;
}
#finish-order .products-in-basket td .del-product img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #finish-order .delivery-details {
    float: right;
    width: 280px;
  }
}
#finish-order .delivery-details .delivery-to h3 {
  font-size: 17px;
}
#finish-order .delivery-details .delivery-to p {
  margin-bottom: 5px;
}
#finish-order .delivery-details .delivery-to p label {
  margin-bottom: 0px;
}
#finish-order .delivery-details .delivery-to.payment-options img {
  height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#finish-order .order-sums {
  min-width: 300px;
  max-width: 380px;
  width: 100%;
}
#finish-order .order-sums th,
#finish-order .order-sums td {
  vertical-align: middle;
}
#finish-order .order-sums th {
  width: 135px;
  text-align: right;
}
#finish-order .order-sums td {
  text-align: left;
}
#finish-order .order-sums .promo-code {
  width: calc(100% - 45px);
  margin-right: 2px;
  height: 33px;
  vertical-align: top;
}
#finish-order .order-sums .btn {
  vertical-align: top;
}
#finish-order .order-sums .btn img {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  #finish-order .basket-holder {
    display: flex;
    flex-wrap: wrap;
  }
  #finish-order .basket-holder .delivery-details {
    order: 1;
    flex: 100%;
    margin-bottom: 30px;
  }
  #finish-order .basket-holder .products-in-basket {
    order: 2;
    flex: 100%;
  }
}
#finish-order#finish-order .products-in-basket {
  float: none;
  width: 100%;
}
#cart-page {
  padding: 20px 0px 50px 0px;
}
#cart-page h1 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 15px;
}
/* ====== ORDER COMPLETE - NEW DESIGN ====== */

/* --- Hero --- */
.oc-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(160deg, #f0f4ff 0%, #ffffff 60%, #f5fff8 100%);
  border: 1px solid #e5eaf2;
}

.oc-check {
  position: relative;
  z-index: 2;
  align-self: stretch;
  margin: 0 -20px 22px;
  aspect-ratio: 680 / 565;
  max-height: 620px;
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  line-height: 0;
}
.oc-check svg {
  width: 100%;
  height: 100%;
  display: block;
}
.oc-hero__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  line-height: 1.2;
}
.oc-hero__order {
  font-size: 16px;
  color: #4c5869;
  margin-bottom: 16px;
}
.oc-hero__order strong {
  color: #003782;
  font-size: 18px;
}

/* Terminal animation */
.oc-terminal {
  width: 100%;
  max-width: 480px;
  background: #0d1117;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  animation: oc-term-in 0.4s 0.7s ease both;
  text-align: left;
}
@keyframes oc-term-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.oc-terminal__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1c2333;
  padding: 9px 14px;
}
.oc-terminal__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.oc-terminal__dot--red    { background: #ff5f57; }
.oc-terminal__dot--yellow { background: #febc2e; }
.oc-terminal__dot--green  { background: #28c840; }
.oc-terminal__title {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: #4a5568;
  font-family: monospace;
  letter-spacing: 0.5px;
}
.oc-terminal__body {
  padding: 14px 18px 16px;
  min-height: 110px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  line-height: 1.9;
}
.oc-terminal__line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  animation: oc-line-in 0.25s ease both;
}
@keyframes oc-line-in {
  from { opacity: 0; transform: translateX(-6px); }
  to   { opacity: 1; transform: translateX(0); }
}
.oc-terminal__line--cmd  { color: #58a6ff; }
.oc-terminal__line--ok   { color: #3fb950; }
.oc-terminal__line--wait { color: #d29922; }
.oc-terminal__line--info { color: #8b949e; }
.oc-terminal__cursor {
  display: inline-block;
  color: #3fb950;
  font-family: monospace;
  animation: oc-blink 1s step-end infinite;
}
@keyframes oc-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

.oc-print-wrap {
  margin-top: 14px;
}
.oc-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4c5869;
  border: 1px solid #d1d9e6;
  border-radius: 5px;
  padding: 6px 14px;
  margin-top: 4px;
  transition: color 0.2s, border-color 0.2s;
  text-decoration: none;
}
.oc-print-btn:hover {
  color: #003782;
  border-color: #003782;
  text-decoration: none;
}

/* --- Info cards --- */
.oc-info-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.oc-info-card {
  flex: 1;
  min-width: 210px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #e5eaf2;
  padding: 18px 18px;
  border-top: 4px solid #003782;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: oc-card-in 0.45s ease both;
}
.oc-info-card:nth-child(1) { animation-delay: 0.10s; }
.oc-info-card:nth-child(2) { animation-delay: 0.22s; }
.oc-info-card:nth-child(3) { animation-delay: 0.34s; }
.oc-info-card:nth-child(4) { animation-delay: 0.46s; }
.oc-info-card--blue   { border-top-color: #003782; }
.oc-info-card--orange { border-top-color: #FF6600; }
.oc-info-card--indigo { border-top-color: #6366f1; }
.oc-info-card--green  { border-top-color: #27ae60; }
@keyframes oc-card-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.oc-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,55,130,0.1);
}
.oc-info-card__icon {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.oc-info-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.oc-info-card p {
  font-size: 13px;
  color: #4c5869;
  line-height: 1.65;
  margin: 0;
}
.oc-game-note {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
  font-style: italic;
}

/* --- Order Details block --- */
.oc-details {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Meta info (status, delivery, payment) */
.oc-details__meta {
  padding: 20px 24px;
  background: #f7f9fc;
  border-bottom: 1px solid #e5eaf2;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.oc-meta-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 14px;
}
.oc-meta-row:last-child {
  border-bottom: none;
}
.oc-meta-label {
  color: #4c5869;
  min-width: 160px;
  font-weight: 600;
  flex-shrink: 0;
}
.oc-meta-value {
  color: #1a1a2e;
}

/* Products table */
.oc-products {
  padding: 20px 24px;
}
.oc-products__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #003782;
}
.oc-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  font-size: 14px;
}
.oc-table thead tr {
  background: #f0f4fa;
}
.oc-table thead th {
  padding: 10px 12px;
  font-weight: 700;
  color: #003782;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #d1daea;
}
.oc-table tbody tr {
  border-bottom: 1px solid #edf0f5;
  transition: background 0.15s;
}
.oc-table tbody tr:last-child {
  border-bottom: none;
}
.oc-table tbody tr:hover {
  background: #fafbff;
}
.oc-table td {
  padding: 12px 12px;
  vertical-align: middle;
  color: #1a1a2e;
}
.oc-table__img-cell {
  width: 80px;
}
.oc-table__img-cell img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #edf0f5;
}
.oc-table__name-cell a {
  color: #1a1a2e;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.oc-table__name-cell a:hover {
  color: #003782;
}
.oc-price {
  white-space: nowrap;
  font-weight: 600;
}
.oc-price small {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: 400;
}
.oc-price--total {
  color: #003782;
}

/* Totals */
.oc-totals {
  max-width: 420px;
  margin-left: auto;
  margin-top: 16px;
  border-top: 1px solid #e5eaf2;
  padding-top: 14px;
}
.oc-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  font-size: 14px;
  color: #4c5869;
  border-bottom: 1px solid #f0f2f7;
}
.oc-totals__row:last-child {
  border-bottom: none;
}
.oc-totals__row--discount {
  color: #27ae60;
}
.oc-totals__row--final {
  font-size: 18px;
  font-weight: 700;
  color: #003782;
  border-top: 2px solid #003782;
  margin-top: 6px;
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 767px) {
  .oc-hero__title    { font-size: 22px; }
  .oc-info-grid      { flex-direction: column; }
  .oc-info-card      { min-width: unset; }
  .oc-details__meta  { padding: 14px 16px; }
  .oc-products       { padding: 14px 16px; overflow-x: auto; }
  .oc-products__title { font-size: 14px; }
  .oc-meta-label     { min-width: 110px; font-size: 13px; }
  .oc-meta-row       { font-size: 13px; }
  /* Таблицата скролира хоризонтално вместо да се смаче */
  .oc-table          { min-width: 480px; }
  .oc-table thead th { font-size: 11px; padding: 8px 6px; }
  .oc-table td       { padding: 10px 6px; font-size: 13px; }
  .oc-table__img-cell     { width: 50px; }
  .oc-table__img-cell img { width: 44px; height: 44px; }
  .oc-totals         { max-width: 100%; }
  .oc-totals__row    { font-size: 13px; }
  .oc-totals__row--final { font-size: 15px; }
  /* Терминал на малки екрани */
  .oc-terminal       { max-width: 100%; }
  .oc-terminal__body { font-size: 11px; padding: 10px 12px; min-height: 90px; }
  .oc-terminal__line { white-space: normal; word-break: break-word; }
}

@media print {
  .cart-steps, .oc-print-btn, .oc-info-grid, .oc-pixels, .oc-terminal { display: none !important; }
  .oc-hero { background: #fff; border: none; padding: 10px 0; }
  .oc-hero__title { color: #000; }
}

/* ====== END ORDER COMPLETE ====== */
#cart-page .cart-steps {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#cart-page .cart-steps ul {
  overflow: hidden;
  display: block;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cart-page .cart-steps ul li {
  font-size: 19px;
  font-family: 'Ubuntu-Bold';
  font-weight: normal;
  background-color: #4c5869;
  display: block;
  float: left;
  width: 33.3333%;
  position: relative;
  cursor: pointer;
  line-height: 51px;
  box-sizing: border-box;
  -moz-border-sizing: border-box;
}
#cart-page .cart-steps ul li:fist-child {
  border-radius: 4px 0px 0px 4px;
}
#cart-page .cart-steps ul li.active {
  background: #003782;
}
#cart-page .cart-steps ul li.done {
  background: #1a5c2a;
}
#cart-page .cart-steps ul li.done a::before {
  content: '✓ ';
  font-size: 15px;
  opacity: 0.9;
}
#cart-page .cart-steps ul li span {
  font-weight: normal;
  vertical-align: top;
  margin: 0px 0px 0px 5px;
  display: inline-block;
  font-family: 'Ubuntu-Light';
  font-size: 17px;
}
#cart-page .cart-steps ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 15px;
}

/* Празна количка */
.cart-empty-state {
  text-align: center;
  padding: 50px 20px;
}
.cart-empty-icon {
  font-size: 56px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.cart-empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.cart-empty-text {
  font-size: 14px;
  color: #4c5869;
  margin-bottom: 24px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cart-empty-btn {
  display: inline-flex !important;
  width: auto !important;
}

/* Имейл бележка на Step 3 */
.oc-hero__email-note {
  font-size: 13px;
  color: #4c5869;
  margin: 4px 0 14px;
  background: #f0faf4;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  padding: 7px 14px;
}
@media only screen and (max-width: 830px) {
  #cart-page .cart-steps ul li span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 650px) {
  #cart-page .cart-steps ul li {
    text-align: center;
  }
  #cart-page .cart-steps ul li span {
    display: none;
  }
}
#cart-page .step-headline {
  background: #ededed;
  padding: 5px 10px;
  font-size: 1.5em;
}
/* ===== Cart layout — flex two-column ===== */
#cart-page .cart-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
#cart-page .cart-products-col {
  flex: 1 1 0%;
  min-width: 0;
}
#cart-page .cart-summary-col {
  width: 300px;
  flex-shrink: 0;
}

/* Column header bar */
#cart-page .cart-col-header {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  border-radius: 6px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Ubuntu-Medium';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
#cart-page .cart-col-h-product { flex: 1; }
#cart-page .cart-col-h-qty { width: 150px; text-align: center; }
#cart-page .cart-col-h-total { width: 110px; text-align: right; }

/* ===== Cart item card ===== */
#cart-page .cart-item-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
  gap: 14px;
  transition: box-shadow 0.2s ease;
}
#cart-page .cart-item-card:hover {
  box-shadow: 0 2px 14px rgba(0, 55, 130, 0.1);
}

/* Image */
#cart-page .cart-item-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}
#cart-page .cart-item-img img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

/* Body */
#cart-page .cart-item-body {
  flex: 1;
  min-width: 0;
}
#cart-page .cart-item-title {
  display: block;
  font-family: 'Ubuntu-Medium';
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  line-height: 1.45;
  margin-bottom: 6px;
  transition: color 0.2s;
}
#cart-page .cart-item-title:hover {
  color: #003782;
}
#cart-page .cart-item-unit-price {
  font-size: 12px;
  color: #9ca3af;
}
#cart-page .cart-item-unit-price span {
  color: #4b5563;
  font-weight: 500;
}

/* Qty column (desktop) */
#cart-page .cart-item-qty {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Qty changer — new styled +/- */
#cart-page .qty-changer {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #003782;
  border-radius: 6px;
  overflow: hidden;
  height: 34px;
}
#cart-page .qty-changer .arrow-left,
#cart-page .qty-changer .arrow-right {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-image: none !important;
  background-size: unset;
  cursor: pointer;
  color: #003782;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
}
#cart-page .qty-changer .arrow-left::before {
  content: '−';
}
#cart-page .qty-changer .arrow-right::before {
  content: '+';
}
#cart-page .qty-changer .arrow-left:hover,
#cart-page .qty-changer .arrow-right:hover {
  background: #003782;
  color: #fff;
}
#cart-page .qty-changer .arrow-left.disabled {
  opacity: 0.3;
  pointer-events: none;
}
#cart-page .qty-changer .qty {
  min-width: 38px;
  text-align: center;
  font-family: 'Ubuntu-Medium';
  font-size: 15px;
  color: #111827;
  border-left: 1.5px solid #003782;
  border-right: 1.5px solid #003782;
  height: 34px;
  line-height: 34px;
  padding: 0 4px;
  display: inline-block;
}

/* Remove button */
#cart-page .cart-remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.2s;
}
#cart-page .cart-remove-btn:hover {
  color: #dc2626;
  border-color: #fecaca;
  background: #fff5f5;
}

/* Total column (desktop) */
#cart-page .cart-item-total {
  width: 110px;
  flex-shrink: 0;
  text-align: right;
}
#cart-page .cart-item-total .price {
  display: block;
  font-family: 'Rajdhani';
  font-size: 22px;
  font-weight: 700;
  color: #003782;
  line-height: 1.1;
}
#cart-page .cart-item-total .price-bgn {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}

/* Mobile actions row inside card */
#cart-page .cart-item-mobile-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #cart-page .cart-item-mobile-actions .cart-remove-btn {
    min-width: 36px;
    min-height: 36px;
    justify-content: center;
    font-size: 16px;
    padding: 6px 10px;
    color: #ef4444;
    border-color: #fecaca;
    background: #fff5f5;
  }
}
#cart-page .cart-item-total-mobile {
  font-family: 'Rajdhani';
  font-size: 20px;
  font-weight: 700;
  color: #003782;
}

/* Mobile buy button */
#cart-page .cart-buy-mobile {
  margin: 16px 0 4px;
}

/* ===== Summary panel ===== */
#cart-page .cart-summary-panel {
  position: sticky;
  top: 80px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(0, 55, 130, 0.08);
}
#cart-page .summary-title {
  font-family: 'Ubuntu-Bold';
  font-size: 15px;
  color: #111827;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3f4f6;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#cart-page .summary-rows {
  margin-bottom: 16px;
}
#cart-page .summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6b7280;
  padding: 5px 0;
}
#cart-page .summary-row.discount-row {
  color: #16a34a;
  font-weight: 600;
}
#cart-page .summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0 2px;
  border-top: 2px solid #f3f4f6;
  margin-top: 8px;
  font-family: 'Ubuntu-Medium';
  font-size: 14px;
  color: #111827;
  font-weight: normal;
}
#cart-page .summary-total-row .total-price {
  font-family: 'Rajdhani';
  font-size: 30px;
  font-weight: 700;
  color: #003782;
  line-height: 1;
}
#cart-page .summary-bgn {
  text-align: right;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 18px;
}
#cart-page .summary-discount-form {
  margin-bottom: 14px;
}
#cart-page .summary-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  height: 44px;
}
#cart-page .summary-buy-btn span {
  position: static;
  left: auto;
  transform: none;
  line-height: normal;
  white-space: nowrap;
}
#cart-page .summary-buy-btn i {
  display: none;
}
#cart-page .summary-buy-btn:hover {
  background: linear-gradient(180deg, #003782 0%, #111827 100%);
  box-shadow: 0 6px 20px rgba(0, 55, 130, 0.4);
  transform: translateY(-1px);
}
#cart-page .summary-buy-btn:hover span {
  left: auto;
  transform: none;
}
#cart-page .summary-instock-text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
  font-size: 12px;
  color: #6b7280;
}

/* Mobile summary rows */
#cart-page .cart-summary-mobile .summary-rows {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  margin-bottom: 0;
}
#cart-page .cart-summary-mobile .summary-total-row {
  border-top: 2px solid #f3f4f6;
  margin-top: 8px;
  padding-top: 10px;
}

/* buy-area kept for step2 compat */
#cart-page .buy-area {
  margin-bottom: 20px;
  overflow: hidden;
}
#cart-page .buy-area .buy-button {
  height: 40px;
}
#cart-page .buy-area .buy-button span {
  white-space: nowrap;
}
#cart-page .buy-area .buy-button i {
  top: auto;
}
#cart-page .buy-area .buy-button.lease {
  float: left;
  width: 170px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
}

/* ===== Responsive ===== */
@media only screen and (max-width: 767px) {
  #cart-page .cart-layout {
    flex-direction: column;
  }
  #cart-page .cart-item-card {
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
  }
  #cart-page .cart-item-img {
    width: 80px;
    height: 80px;
  }
  #cart-page .cart-item-img img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cart-page .cart-summary-col {
    width: 250px;
  }
  #cart-page .cart-col-h-qty { width: 130px; }
  #cart-page .cart-item-qty { width: 130px; }
  #cart-page .cart-col-h-total { width: 95px; }
  #cart-page .cart-item-total { width: 95px; }
}
#cart-page .toggleDiscountForm {
  margin-bottom: 5px;
  display: inline-block;
}
#cart-page .discount_code_form {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-bottom: 20px;
  display: none;
}
#cart-page .discount_code_form .input {
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  outline: none;
  border: 2px solid #003782;
  padding: 0px 15px;
  font-family: 'Ubuntu-Light';
  color: #1f2937;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#cart-page .discount_code_form .button {
  height: 40px;
  display: inline-block;
  border: none;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  color: #fff;
  float: right;
  line-height: 40px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cart-page .discount_code_form .button:hover {
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
}
#cart-page .discount_code_form .button i {
  display: inline-block;
  vertical-align: middle;
}
#cart-page .discount_code_form.active {
  display: block;
}
#cart-page .sums {
  margin-top: 15px;
}
#cart-page .sums tr td {
  padding-right: right;
}
/* ===== Checkout Step 2 — new design ===== */

/* Two-column flex layout — steps left, summary right */
#cart-page.step2 .checkout-layout {
  display: flex;
  gap: 28px;
  align-items: stretch;
}
#cart-page.step2 .checkout-left-col {
  flex: 1 1 0%;
  min-width: 0;
}
#cart-page.step2 .checkout-right-col {
  width: 320px;
  flex-shrink: 0;
  min-height: 1px;
}

/* Card panels */
#cart-page.step2 .checkout-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 55, 130, 0.08);
  margin-bottom: 16px;
  overflow: hidden;
}
#cart-page.step2 .checkout-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  color: #fff;
  font-family: 'Ubuntu-Medium';
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
#cart-page.step2 .checkout-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.6);
  font-family: 'Ubuntu-Bold';
  font-size: 13px;
  flex-shrink: 0;
}
#cart-page.step2 .checkout-card-body {
  padding: 20px 18px;
}

/* Form fields inside checkout */
#cart-page.step2 .checkout-card-body .form-group {
  margin-bottom: 14px;
}
#cart-page.step2 .checkout-card-body .form-group label {
  display: block;
  font-family: 'Ubuntu-Medium';
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  font-weight: normal;
}
#cart-page.step2 .checkout-card-body .form-group .form-control {
  height: 44px;
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  padding: 0 14px;
  font-family: 'Ubuntu-Light';
  font-size: 14px;
  color: #111827;
  transition: border-color 0.2s;
  box-shadow: none;
}
#cart-page.step2 .checkout-card-body .form-group .form-control:focus {
  border-color: #003782;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 55, 130, 0.08);
}
#cart-page.step2 .checkout-card-body textarea.form-control {
  height: 100px;
  padding: 10px 14px;
  resize: vertical;
}
#cart-page.step2 .checkout-card-body #note {
  height: 100px;
}
#cart-page.step2 .checkout-card-body label#want_invoice {
  margin-top: 4px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
#cart-page.step2 .checkout-card-body label#want_invoice > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ubuntu-Light';
  font-size: 13px;
  color: #374151;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 0;
}

/* Payment methods — card style */
#cart-page.step2 .checkout-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#cart-page.step2 .checkout-payment-methods label {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  line-height: normal !important;
  position: relative;
  margin-left: 0 !important;
  box-sizing: border-box;
}
#cart-page.step2 .checkout-payment-methods label:hover {
  border-color: #003782;
  background: #f8fbff;
}
#cart-page.step2 .checkout-payment-methods label.active {
  border-color: #003782;
  background: #f4faff;
}
#cart-page.step2 .checkout-payment-methods label .pm-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
#cart-page.step2 .checkout-payment-methods label .pm-icon-small {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
#cart-page.step2 .checkout-payment-methods label .pm-image {
  height: 28px;
  max-width: 100px;
  object-fit: contain;
}
#cart-page.step2 .checkout-payment-methods label .pm-title {
  font-family: 'Ubuntu-Light';
  font-size: 13px;
  color: #111827;
}
#cart-page.step2 .checkout-payment-methods label .pm-icon-svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
#cart-page.step2 .checkout-payment-methods label .pm-card-logos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  flex-wrap: wrap;
}
#cart-page.step2 .checkout-payment-methods label .pm-card-logos img {
  height: 22px;
  width: auto;
  max-width: 100px;
  border-radius: 3px;
  object-fit: contain;
}
#cart-page.step2 .checkout-payment-methods label .pm-soon {
  font-size: 11px;
  color: #ef4444;
}

/* Delivery methods — card style */
#cart-page.step2 .checkout-delivery-methods {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
#cart-page.step2 .checkout-delivery-label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font-family: 'Ubuntu-Light';
  font-size: 13px;
  color: #111827;
}
#cart-page.step2 .checkout-delivery-label:hover {
  border-color: #003782;
  background: #f8fbff;
}

/* Tree/accordion structure — payment & delivery inline info */
#cart-page.step2 .pm-item {
  display: flex;
  flex-direction: column;
}
#cart-page.step2 .delivery-item {
  display: flex;
  flex-direction: column;
}
#cart-page.step2 .pm-item.combo-disabled,
#cart-page.step2 .delivery-item.combo-disabled {
  cursor: not-allowed;
}
/* The visible card is the label, not the .pm-item wrapper, so all greyed-out
   styling must target the label itself (and beat the existing hover rules). */
#cart-page.step2 .checkout-payment-methods .pm-item.combo-disabled > label,
#cart-page.step2 .pm-item.combo-disabled > label,
#cart-page.step2 .delivery-item.combo-disabled > label,
#cart-page.step2 .delivery-item.combo-disabled .checkout-delivery-label {
  background: #e5e7eb !important;
  border-color: #d1d5db !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.7;
}
/* Hide the empty iCheck skin so the box doesn't look like it invites a click. */
#cart-page.step2 .pm-item.combo-disabled .icheckbox_square-pcbuild,
#cart-page.step2 .pm-item.combo-disabled .iradio_square-pcbuild,
#cart-page.step2 .pm-item.combo-disabled .icheckbox_minimal,
#cart-page.step2 .pm-item.combo-disabled .iradio_minimal,
#cart-page.step2 .delivery-item.combo-disabled .icheckbox_square-pcbuild,
#cart-page.step2 .delivery-item.combo-disabled .iradio_square-pcbuild,
#cart-page.step2 .delivery-item.combo-disabled .icheckbox_minimal,
#cart-page.step2 .delivery-item.combo-disabled .iradio_minimal {
  visibility: hidden;
  width: 0 !important;
  margin-right: 0 !important;
}
#cart-page.step2 .pm-inline-info {
  margin: 0 0 6px 0;
  border-left: 3px solid #003782;
  border-radius: 0 6px 6px 6px;
  overflow: hidden;
}
#cart-page.step2 .pm-inline-info.checkout-info-box {
  margin-top: 0;
  border-top: none;
}
#cart-page.step2 .pm-inline-info.checkout-extended-section {
  background: #f8f9ff;
  padding: 16px;
}

#cart-page.step2 #delivery-info-section .office-select .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
}
#cart-page.step2 #delivery-info-section .office-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
#cart-page.step2 #delivery-info-section .office-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

/* Info boxes (bank transfer, pickup) */
#cart-page.step2 .checkout-info-box {
  background: #f8fbff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
#cart-page.step2 .checkout-info-box-inner {
  padding: 14px 18px;
}
#cart-page.step2 .checkout-info-box-inner p {
  margin: 0 0 6px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
}
#cart-page.step2 .checkout-info-box-inner p:last-child {
  margin-bottom: 0;
}
#cart-page.step2 .checkout-info-title {
  font-family: 'Ubuntu-Medium';
  font-size: 13px;
  color: #003782;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
#cart-page.step2 .checkout-info-box-inner .info-anchor {
  color: #003782;
  font-weight: 600;
}

/* Summary panel — JS-sticky sidebar */
#cart-page.step2 .checkout-summary-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 55, 130, 0.08);
  overflow: hidden;
}
#cart-page.step2 .checkout-summary-panel.is-sticky {
  position: fixed;
  z-index: 50;
}
#cart-page.step2 .checkout-summary-title {
  font-family: 'Ubuntu-Bold';
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 12px 18px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
#cart-page.step2 .cart-totals-calculations {
  padding: 16px 18px 0;
}
#cart-page.step2 .checkout-terms {
  padding: 0 18px;
}
#cart-page.step2 .checkout-buttons {
  padding: 14px 18px 10px;
  border-top: 1px solid #f3f4f6;
}
#cart-page.step2 .checkout-trust {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 18px 18px;
  border-top: 1px solid #f3f4f6;
}
#cart-page.step2 .checkout-trust-item {
  font-size: 13px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
  font-weight: 500;
}
#cart-page.step2 .checkout-trust-item .trust-icon {
  font-size: 18px;
  flex-shrink: 0;
  width: 26px;
  text-align: center;
  display: inline-block;
}

/* Totals rows */
#cart-page.step2 .checkout-totals-rows {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f3f4f6;
}
#cart-page.step2 .checkout-totals-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #4b5563;
  padding: 5px 0;
}
#cart-page.step2 .checkout-totals-discount {
  color: #16a34a;
  font-weight: 600;
}
#cart-page.step2 .checkout-totals-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0 2px;
  border-top: 2px solid #f3f4f6;
  margin-top: 8px;
  font-family: 'Ubuntu-Medium';
  font-size: 14px;
  color: #111827;
  font-weight: normal;
}
#cart-page.step2 .checkout-totals-grand {
  font-family: 'Rajdhani';
  font-size: 30px;
  font-weight: 700;
  color: #003782;
  line-height: 1;
}
#cart-page.step2 .checkout-totals-bgn {
  text-align: right;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* Terms */
#cart-page.step2 .checkout-terms {
  margin-bottom: 14px;
}
#cart-page.step2 .checkout-terms-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ubuntu-Light';
  font-size: 12px;
  color: #374151;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 1.5;
}
#cart-page.step2 .checkout-terms-label span {
  flex: 1;
  line-height: 1.4;
}
#cart-page.step2 .checkout-terms-label a {
  color: #003782;
  text-decoration: underline;
}

/* Buttons */
#cart-page.step2 .checkout-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
#cart-page.step2 .checkout-back-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  background: linear-gradient(180deg, #4c5869 0%, #374151 100%);
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
#cart-page.step2 .checkout-back-btn span {
  position: static;
  left: auto;
  transform: none;
  line-height: normal;
  font-size: 13px;
}
#cart-page.step2 .checkout-submit-btn {
  flex: 1;
  height: 44px;
  line-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#cart-page.step2 .checkout-submit-btn span {
  position: static;
  left: auto;
  transform: none;
  line-height: normal;
  font-size: 13px;
  white-space: nowrap;
}
#cart-page.step2 .checkout-submit-btn i {
  position: static;
  top: auto;
  font-size: 18px;
}

/* Extended payment sections (UniCredit, TBI, BNP) */
#cart-page.step2 .checkout-extended-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 55, 130, 0.07);
  padding: 20px;
  margin-bottom: 16px;
}
#cart-page.step2 #unicredit-info-section input[type=number] {
  -moz-appearance: textfield;
}
#cart-page.step2 #unicredit-info-section input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#cart-page.step2 #unicredit-info-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#cart-page.step2 #unicredit-info-section #unicredit-table-section {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#cart-page.step2 #unicredit-info-section #unicredit-table-section #unicredit-table th {
  white-space: nowrap;
}
#cart-page.step2 #unicredit-info-section #unicredit-table-section #unicredit-table td {
  white-space: nowrap;
}
#cart-page.step2 #unicredit-info-section #unicredit-table-section .unicredit-option-holder {
  width: 100%;
  height: 100%;
}
#cart-page.step2 #unicredit-info-section #unicredit-table-section .unicredit-option-holder label:hover {
  cursor: pointer;
}
#cart-page.step2 #tbi-info-section .table thead th {
  background-color: #fff;
  color: #353535;
}
#cart-page.step2 #tbi-info-section .table thead th:not(:last-child) {
  border-color: #ddd;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  #cart-page.step2 .checkout-layout {
    flex-direction: column;
    gap: 16px;
  }
  #cart-page.step2 .checkout-right-col {
    width: 100%;
    position: static !important;
  }
  #cart-page.step2 .checkout-summary-panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
  }
  #cart-page.step2 .checkout-buttons {
    flex-wrap: wrap;
  }
  #cart-page.step2 .checkout-back-btn,
  #cart-page.step2 .checkout-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  /* Checkout cards — намален padding */
  #cart-page.step2 .checkout-card {
    border-radius: 8px;
  }
  #cart-page.step2 .checkout-card-header {
    padding: 12px 14px;
  }
  #cart-page.step2 .checkout-card-body {
    padding: 14px;
  }
  #cart-page.step2 .checkout-card-body .form-group {
    margin-bottom: 12px;
  }
  /* Terms — checkbox да е горе при многоредов текст */
  #cart-page.step2 .checkout-terms-label {
    align-items: flex-start;
  }
  /* office/city select — пълна ширина */
  #cart-page.step2 #delivery-info-section .office-select .select2-container--default,
  #cart-page.step2 #delivery-info-section .select2-container {
    width: 100% !important;
  }
  /* Payment methods — по-малко padding на лейбъла */
  #cart-page.step2 .checkout-payment-methods label {
    padding: 8px 10px;
    gap: 8px;
  }
  /* Delivery label — по-малко padding */
  #cart-page.step2 .checkout-delivery-label {
    padding: 8px 10px;
    font-size: 13px;
  }
  /* Info boxes — намален padding */
  #cart-page.step2 .checkout-info-box-inner {
    padding: 10px 12px;
  }
  /* Summary totals — четими на малък екран */
  #cart-page.step2 .checkout-totals-row {
    font-size: 13px;
    padding: 5px 0;
  }
  #cart-page.step2 .checkout-totals-grand {
    font-size: 16px;
  }
  /* Extended sections (UniCredit, TBI) */
  #cart-page.step2 .checkout-extended-section {
    padding: 14px;
  }
}
#configurator {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #configurator {
    padding-top: 50px;
  }
}
#configurator .container-fluid {
  overflow: visible;
}
#configurator .heading {
  margin-top: 15px;
  padding: 0;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  box-shadow: 0 3px 12px rgba(0,0,0,0.35);
  border-radius: 6px;
  overflow: hidden;
}
#configurator .heading.fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  margin-top: 0px;
  z-index: 998;
  padding: 0;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
  transition: top 0.3s ease;
}
#configurator .heading.fixed .checkout-cta {
  padding: 8px 0;
}
#configurator .heading.fixed.active {
  top: 0px;
}
#configurator .heading:not(.fixed) .checkout-cta .sum {
  line-height: 45px !important;
}
@media only screen and (max-width: 768px) {
  #configurator .heading {
    display: none;
  }
  #configurator .heading.fixed {
    top: 71px;
    display: block;
  }
}
#configurator .heading h1 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Ubuntu-Bold', sans-serif;
}
@media only screen and (max-width: 500px) {
  #configurator .heading h1 {
    font-size: 1.2em;
  }
}
#configurator .heading .checkout-cta .sum {
  padding: 0px 15px;
  background: transparent;
  font-family: "Ubuntu";
  width: auto;
  white-space: nowrap;
  color: #fff;
  line-height: 45px;
}
#configurator .heading .checkout-cta .sum span {
  font-family: "Ubuntu-Bold";
  color: rgba(255,255,255,0.85);
}
#configurator .heading .checkout-cta .sum .total-sum-amount-display {
  color: #fff;
  font-size: 1.7em;
  font-weight: 700;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  display: inline;
  vertical-align: middle;
}
#configurator .heading .checkout-cta .sum .total-sum-amount-display-eur {
  color: rgba(255,255,255,0.65);
  font-size: 1em;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
}
/* Fixed heading overrides — transparent box, white text */
#configurator .heading.fixed .checkout-cta .sum {
  background: transparent;
  width: auto;
  color: #fff;
  text-align: left;
  line-height: normal;
  padding: 0 10px;
  border-radius: 0;
  white-space: nowrap;
}
#configurator .heading.fixed .checkout-cta .sum span,
#configurator .heading.fixed .checkout-cta .sum .total-sum-text {
  color: rgba(255,255,255,0.75);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85em;
}
#configurator .heading.fixed .checkout-cta .sum .total-sum-amount-display {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  display: inline;
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
  letter-spacing: 0.5px;
}
#configurator .heading.fixed .checkout-cta .sum .total-sum-amount-display-eur {
  color: rgba(255,255,255,0.7);
  font-size: 1em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  #configurator .heading .checkout-cta .sum {
    width: auto;
  }
}
@media only screen and (max-width: 385px) {
  #configurator .heading .checkout-cta .sum {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 600px) {
  #configurator .heading .checkout-cta .sum .total-sum-text {
    display: none;
  }
}
#configurator .heading .checkout-cta {
  padding: 10px 15px;
}
#configurator .heading .checkout-cta .buy-button {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.65);
  color: #fff;
  width: auto;
  height: 38px;
  line-height: 34px;
  display: inline-block;
  padding: 0 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
#configurator .heading .checkout-cta .buy-button:hover {
  background: rgba(255,255,255,0.3);
  box-shadow: 0 0 14px rgba(255,255,255,0.25);
  transform: translateY(-1px);
  color: #fff !important;
}
@media only screen and (max-width: 420px) {
  #configurator .heading .checkout-cta .buy-button {
    padding: 0 14px;
  }
}
#configurator .heading .checkout-cta .buy-button span {
  line-height: normal;
}
#configurator .heading .checkout-cta .buy-button i {
  display: none;
}
#configurator .heading.fixed .checkout-cta .buy-button {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.65);
  color: #fff;
  height: 36px;
  line-height: 32px;
  width: auto;
  padding: 0 20px;
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#configurator .heading.fixed .checkout-cta .buy-button:hover {
  background: rgba(255,255,255,0.3);
  box-shadow: 0 0 14px rgba(255,255,255,0.25);
  transform: translateY(-1px);
  color: #fff !important;
}
.conf-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  height: 36px;
  padding: 0 14px;
  border-radius: 4px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  white-space: nowrap;
}
.conf-toggle-btn:hover {
  background: rgba(255,255,255,0.22);
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
  transform: translateY(-1px);
}
.conf-toggle-btn i {
  font-size: 15px;
}
.conf-toggle-btn .conf-toggle-label {
  display: inline;
}
@media only screen and (max-width: 600px) {
  .conf-toggle-btn .conf-toggle-label {
    display: none;
  }
}
#configurator .component-section {
  margin-top: 15px;
}
#configurator .component-section .head {
  display: flex;
  align-items: center;
  min-height: 36px;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%) !important;
  color: #fff;
  padding: 0px 15px;
  font-size: 1.1em;
  border-radius: 4px;
}
@media only screen and (max-width: 500px) {
  #configurator .component-section .head {
    font-size: 1em;
    text-transform: none;
  }
}
#configurator .component-section .body {
  border: 1px solid #dbeafe;
  border-top: none;
  padding: 15px;
}
#configurator .component-section .body .box-carousel .owl-nav .owl-prev,
#configurator .component-section .body .box-carousel .owl-nav .owl-next {
  width: 25px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -28px;
  display: inline-block;
  z-index: 3;
  background: #4c5869;
}
#configurator .component-section .body .box-carousel .owl-nav .owl-prev::before,
#configurator .component-section .body .box-carousel .owl-nav .owl-next::before {
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  background-image: url('../../images/back.svg');
  background-size: 13px 13px;
  position: absolute;
  top: 11px;
  left: 6px;
}
#configurator .component-section .body .box-carousel .owl-nav .owl-prev.owl-next,
#configurator .component-section .body .box-carousel .owl-nav .owl-next.owl-next {
  left: auto;
  right: -28px;
}
#configurator .component-section .body .box-carousel .owl-nav .owl-prev.owl-next::before,
#configurator .component-section .body .box-carousel .owl-nav .owl-next.owl-next::before {
  background-image: url('../../images/next.svg');
}
#configurator .component-section .body .box-carousel .owl-nav .owl-prev span,
#configurator .component-section .body .box-carousel .owl-nav .owl-next span {
  display: none;
}
#configurator .component-section .body .box-carousel .item {
  text-align: center;
}
#configurator .component-section .body .box-carousel .item .img-container {
  height: 120px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
#configurator .component-section .body .box-carousel .item .img-container img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
#configurator .component-section .body .box-carousel .item .img-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#configurator .component-section .body .box-carousel .item .radiobox {
  margin: 5px 0px;
}
#configurator .component-section .body .box-carousel .item .price {
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  color: #1f2937;
  font-weight: 700;
  font-size: 1.1em;
}
#configurator .component-section .body .component-row:not(:last-child) {
  margin-bottom: 15px;
}
#configurator .component-section .body .hidden-component-rows,
#configurator .component-section .body .hidden-component-rows > .component-row {
  margin-bottom: 15px;
}
#configurator .component-section .body .component-row,
#configurator .component-section .body .hidden-component-rows,
#configurator .component-section .body .hidden-component-rows > .component-row {
  position: relative;
}
#configurator .component-section .body .component-row h2,
#configurator .component-section .body .hidden-component-rows h2,
#configurator .component-section .body .hidden-component-rows > .component-row h2 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-family: "Ubuntu-Medium";
}
#configurator .component-section .body .component-row .part-pic,
#configurator .component-section .body .hidden-component-rows .part-pic,
#configurator .component-section .body .hidden-component-rows > .component-row .part-pic {
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  float: left;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
#configurator .component-section .body .component-row .part-pic::before,
#configurator .component-section .body .hidden-component-rows .part-pic::before,
#configurator .component-section .body .hidden-component-rows > .component-row .part-pic::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#configurator .component-section .body .component-row .part-pic img,
#configurator .component-section .body .hidden-component-rows .part-pic img,
#configurator .component-section .body .hidden-component-rows > .component-row .part-pic img {
  max-width: 45px;
  max-height: 45px;
  display: inline-block;
  vertical-align: middle;
}
#configurator .component-section .body .component-row .part-select,
#configurator .component-section .body .hidden-component-rows .part-select,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select {
  float: right;
  width: calc(100% - 60px);
  background: #f0f4ff;
  height: 50px;
  padding-right: 60px;
  position: relative;
  cursor: pointer;
}
#configurator .component-section .body .component-row .part-select .arrow,
#configurator .component-section .body .hidden-component-rows .part-select .arrow,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select .arrow {
  background: #003782;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
}
#configurator .component-section .body .component-row .part-select .arrow::before,
#configurator .component-section .body .hidden-component-rows .part-select .arrow::before,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select .arrow::before {
  width: 17px;
  height: 17px;
  display: inline-block;
  content: "";
  background-image: url('../../images/back.svg');
  background-size: 17px 17px;
  position: absolute;
  top: 16.5px;
  left: 16.5px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
#configurator .component-section .body .component-row .part-select .unselect-part,
#configurator .component-section .body .hidden-component-rows .part-select .unselect-part,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select .unselect-part {
  background: #ff0000;
  position: absolute;
  top: 0;
  right: 100px;
  width: 50px;
  height: 50px;
  display: none;
}
#configurator .component-section .body .component-row .part-select .unselect-part::before,
#configurator .component-section .body .hidden-component-rows .part-select .unselect-part::before,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select .unselect-part::before {
  width: 17px;
  height: 17px;
  display: inline-block;
  content: "";
  background-image: url('../../images/close.png');
  background-size: 17px 17px;
  position: absolute;
  top: 16.5px;
  left: 16.5px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
#configurator .component-section .body .component-row .part-select .selected,
#configurator .component-section .body .hidden-component-rows .part-select .selected,
#configurator .component-section .body .hidden-component-rows > .component-row .part-select .selected {
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
}
#configurator .component-section .body .component-row .part-selection,
#configurator .component-section .body .hidden-component-rows .part-selection,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection {
  width: calc(100% - 60px);
  top: 100%;
  right: 0px;
  position: absolute;
  z-index: 9;
  box-shadow: 0 1px 8px -4px #000;
  display: none;
}
@media only screen and (max-width: 500px) {
  #configurator .component-section .body .component-row .part-selection,
  #configurator .component-section .body .hidden-component-rows .part-selection,
  #configurator .component-section .body .hidden-component-rows > .component-row .part-selection {
    width: 100%;
  }
}
#configurator .component-section .body .component-row .part-selection .holder-options,
#configurator .component-section .body .hidden-component-rows .part-selection .holder-options,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection .holder-options {
  position: relative;
  max-height: 250px;
  overflow-y: scroll;
}
#configurator .component-section .body .component-row .part-selection ul li a,
#configurator .component-section .body .hidden-component-rows .part-selection ul li a,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}
#configurator .component-section .body .component-row .part-selection ul li a:hover,
#configurator .component-section .body .hidden-component-rows .part-selection ul li a:hover,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection ul li a:hover {
  background: #f0f4ff;
  border-left-color: #003782;
}
#configurator .component-section .body .component-row .part-selection ul li.group,
#configurator .component-section .body .hidden-component-rows .part-selection ul li.group,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection ul li.group {
  font-family: "Ubuntu-Medium";
  padding: 5px 10px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
#configurator .component-section .body .component-row .part-selection ul li.active,
#configurator .component-section .body .hidden-component-rows .part-selection ul li.active,
#configurator .component-section .body .hidden-component-rows > .component-row .part-selection ul li.active {
  font-family: "Ubuntu-Medium";
}
#configurator .component-section .body .component-row.active .part-select .arrow::before,
#configurator .component-section .body .hidden-component-rows.active .part-select .arrow::before,
#configurator .component-section .body .hidden-component-rows > .component-row.active .part-select .arrow::before {
  transform: rotate(90deg);
}
#configurator .component-section .body .component-row.active .part-selection,
#configurator .component-section .body .hidden-component-rows.active .part-selection,
#configurator .component-section .body .hidden-component-rows > .component-row.active .part-selection {
  display: block;
}
#configurator .owl-scrollbar {
  margin-top: 20px;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  position: relative;
}
#configurator .owl-scrollbar .owl-scroll-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #003782;
  position: absolute;
  top: -5px;
  left: -1px;
}
#configurator .owl-scrollbar .owl-scroll-handle:hover {
  transform: scale(2);
  transition: transform 0.2s ease-in-out;
}
#configurator .owl-scrollbar .owl-scroll-progress {
  background: #003782;
  max-width: 100%;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#configurator .hidden-categories-toggle-holder {
  margin-left: 65px;
  margin-bottom: 15px;
}
#configurator .hidden-component-rows {
  background-color: #fbfbfb;
  margin-top: -15px;
  border-left: 3px dotted #e8e8e8;
  padding: 10px 0 10px 10px;
}
/* ===== CONFIGURATOR SUMMARY REDESIGN ===== */

/* Header bar */
#configurator-summary .summary-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  padding: 14px 20px;
  border-radius: 6px 6px 0 0;
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 10px;
}
#configurator-summary .summary-header-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#configurator-summary .summary-header-title i {
  font-size: 1.3em;
  color: rgba(255,255,255,0.85);
}

/* Share buttons */
#configurator-summary .share-buttons {
  display: flex;
  gap: 6px;
}
#configurator-summary .share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.08);
  transition: background 0.2s, color 0.2s;
}
#configurator-summary .share-buttons a:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
#configurator-summary .share-buttons a i {
  font-size: 18px;
  line-height: 1;
}

/* Body */
#configurator-summary .summary-body {
  border: 1px solid #dbeafe;
  border-top: none;
  padding: 20px;
  background: #fff;
}

/* Case panel */
#configurator-summary .summary-case-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#configurator-summary .case-image {
  width: 100%;
  text-align: center;
}
#configurator-summary .case-image img {
  max-height: 200px;
  max-width: 100%;
  display: inline-block;
}
#configurator-summary .case-image-secondary img {
  max-height: 140px;
  opacity: 0.85;
}

/* Components table */
#configurator-summary .summary-components-table {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
#configurator-summary .summary-component-row {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #f0f4ff;
  transition: background 0.15s;
}
#configurator-summary .summary-component-row:last-child {
  border-bottom: none;
}
#configurator-summary .summary-component-row:nth-child(odd) {
  background: #f8faff;
}
#configurator-summary .summary-component-row:nth-child(even) {
  background: #fff;
}
#configurator-summary .summary-component-row:hover {
  background: #f0f4ff;
}
#configurator-summary .summary-component-category {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 12px;
  color: #003782;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  min-width: 160px;
  flex-shrink: 0;
  padding-right: 14px;
}
#configurator-summary .summary-component-name {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
}
#configurator-summary .summary-hidden-row .summary-component-category,
#configurator-summary .summary-hidden-row .summary-component-name {
  color: #9ca3af;
}
@media (max-width: 500px) {
  #configurator-summary .summary-component-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  #configurator-summary .summary-component-category {
    min-width: 0;
  }
}

/* Total bar */
#configurator-summary .summary-total-bar {
  background: linear-gradient(90deg, #111827 0%, #003782 50%, #111827 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  flex-wrap: wrap;
  gap: 12px;
}

/* Qty stepper */
#configurator-summary .summary-qty-control {
  display: flex;
  align-items: center;
  gap: 8px;
}
#configurator-summary .summary-qty-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
#configurator-summary .qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-family: monospace;
}
#configurator-summary .qty-btn:hover {
  background: rgba(255,255,255,0.28);
}
#configurator-summary #qty-display {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  min-width: 24px;
  text-align: center;
}

/* Total price */
#configurator-summary .summary-total-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
#configurator-summary .summary-total-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
#configurator-summary .price {
  font-family: 'Rajdhani', 'Ubuntu-Bold', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  display: inline-block;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
#configurator-summary .price sup {
  top: -0.7em;
  font-size: 0.4em;
  color: inherit;
  font-family: 'Ubuntu', sans-serif;
}
#configurator-summary .price .currency {
  font-size: 0.75em;
  color: rgba(255,255,255,0.8);
}
#configurator-summary .price .delimiter {
  font-size: 0.6em;
  color: rgba(255,255,255,0.45);
  margin: 0 4px;
}

/* Buttons row */
#configurator-summary .summary-buttons-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 0 10px;
  flex-wrap: wrap;
}
#configurator-summary .go-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374151 !important;
  text-decoration: none !important;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  padding: 0 28px;
  height: 46px;
  background: #fff;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
#configurator-summary .go-back-button:hover {
  border-color: #003782;
  color: #003782 !important;
  background: #f0f4ff;
}
#configurator-summary .summary-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff !important;
  text-decoration: none !important;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0 36px;
  height: 46px;
  background: linear-gradient(90deg, #111827 0%, #003782 100%);
  box-shadow: 0 3px 12px rgba(0,55,130,0.3);
  transition: box-shadow 0.2s, transform 0.15s;
}
#configurator-summary .summary-buy-button:hover {
  box-shadow: 0 6px 20px rgba(0,55,130,0.45);
  transform: translateY(-1px);
  color: #fff !important;
}
#configurator-summary .summary-buy-button i,
#configurator-summary .go-back-button i {
  font-size: 16px;
}
@media (max-width: 500px) {
  #configurator-summary .summary-buy-button,
  #configurator-summary .go-back-button {
    width: 100%;
  }
}
/* ===== END CONFIGURATOR SUMMARY ===== */
.text-section-product {
  padding: 30px 0px;
}
.text-section-product h1 {
  font-family: 'Ubuntu-Light';
  margin-bottom: 30px;
  font-size: 23px;
}
.text-section-product .userText {
  line-height: 23px;
}
.text-section-product img {
  max-width: 100%;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .show-on-print {
    display: block !important;
  }
  a[href]:after {
    content: none !important;
  }
}
#subcategory-list {
  padding: 30px 0px 15px 0px;
}
#subcategory-list .page-title {
  font-family: 'Ubuntu-Bold';
  margin-bottom: 30px;
  font-size: 23px;
}
#subcategory-list .breadcrumbs {
  margin-top: -5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #subcategory-list .breadcrumbs {
    display: none;
  }
}
#subcategory-list .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
}
#subcategory-list .breadcrumbs a::after {
  content: "\/";
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
#subcategory-list .subcategories-list .subcategory {
  margin-bottom: 15px;
  border: 1px solid #ededed;
  padding: 10px 5px;
}
@media only screen and (min-width: 450px) and (max-width: 1079px) {
  #subcategory-list .subcategories-list .subcategory {
    width: 49.5%;
    float: left;
  }
  #subcategory-list .subcategories-list .subcategory:nth-child(odd) {
    margin-right: 1%;
    clear: both;
  }
}
@media only screen and (min-width: 1080px) {
  #subcategory-list .subcategories-list .subcategory {
    width: 33%;
    float: left;
  }
  #subcategory-list .subcategories-list .subcategory:nth-child(3n+2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  #subcategory-list .subcategories-list .subcategory:nth-child(3n+1) {
    clear: both;
  }
}
#subcategory-list .subcategories-list .subcategory .imgContainer {
  width: 100%;
  display: block;
  height: 200px;
  text-decoration: none!important;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
#subcategory-list .subcategories-list .subcategory .imgContainer::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#subcategory-list .subcategories-list .subcategory .imgContainer img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
}
#subcategory-list .subcategories-list .subcategory h1 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Ubuntu-Medium';
  text-align: center;
}
#subcategory-list .subcategories-list .subcategory h1 a {
  color: #1f2937;
  display: block;
  text-decoration: none;
}
.latest-posts-section a {
  text-decoration: none;
}
.latest-posts-section a:hover {
  text-decoration: none;
}
.latest-posts-section #blog_link_wrapper {
  padding-top: 8px;
}
.latest-posts-section #blog_link_wrapper #blog_link {
  padding: 12px 0 0 0;
}
.latest-posts-section #blog_link_wrapper #blog_link h1 {
  padding: 10px;
  text-align: center;
  background: #003782;
  color: #fff;
  font-family: "Ubuntu-Bold";
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.latest-posts-section h1.sec-title {
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Ubuntu-Bold';
  text-align: center;
}
.latest-posts-section .owl-stage-outer {
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.latest-posts-section #latest-posts {
  margin-top: 16px;
}
.latest-posts-section #latest-posts .article {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  overflow: hidden;
}
.latest-posts-section #latest-posts .article:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #424242;
  -moz-box-shadow: 0px 0px 10px 0px #424242;
  box-shadow: 0px 0px 10px 0px #424242;
}
.latest-posts-section #latest-posts .article .img-holder {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  text-align: none !important;
  border-bottom: 2px solid #ff0000;
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.latest-posts-section #latest-posts .article .info-holder {
  padding: 15px;
  background: #F4F6F7;
  height: 150px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.latest-posts-section #latest-posts .article .info-holder .blog-title {
  font-size: 14px;
  margin-bottom: 15px;
}
.latest-posts-section #latest-posts .article .info-holder .blog-title a {
  color: #1f2937;
  text-decoration: none !important;
  font-family: "Ubuntu-Medium";
}
.latest-posts-section .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  background: #003782;
  z-index: 9;
}
.latest-posts-section .owl-dots .owl-dot {
  border: 1px solid #fff;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.latest-posts-section .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}
.latest-posts-section .owl-dots .owl-dot.active {
  background: #fff;
}
.testimonials-section h4.sec-title {
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Ubuntu-Bold';
  text-align: center;
}
.testimonials-section .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  background: #003782;
  z-index: 9;
}
.testimonials-section .owl-dots .owl-dot {
  border: 1px solid #fff;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.testimonials-section .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}
.testimonials-section .owl-dots .owl-dot.active {
  background: #fff;
}
.testimonials-section #testimonials {
  margin-top: 20px;
}
.testimonials-section #testimonials article {
  padding-bottom: 20px;
}
.testimonials-section #testimonials article .inner {
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  background: #003782;
  color: #fff;
}
.testimonials-section #testimonials article .inner .img-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #fff;
}
.testimonials-section #testimonials article .inner .img-container img {
  width: 100%;
}
.testimonials-section #testimonials article .inner .feedback {
  margin: 40px 0px;
  position: relative;
  padding-left: 40px;
  font-size: 21px;
}
.testimonials-section #testimonials article .inner .feedback::before {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: block;
  background-image: url(../../images/signs.svg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-section #testimonials article .inner .feedback .other_part {
  display: none;
}
.testimonials-section #testimonials article .inner .feedback .read-more {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}
.home-page .branded-link {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .home-page .branded-link.right {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1359px) {
  .home-page .branded-link {
    display: none;
  }
}
.cookies-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  color: #fff;
}
.cookies-alert .text {
  margin-bottom: 10px;
}
.cookies-alert .text a {
  color: #fff;
  text-decoration: underline;
}
.cookies-alert .ok-cookie {
  background: #003782;
  border-radius: 9px;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .cookies-alert {
    text-align: center;
  }
  .cookies-alert .text {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    width: calc(100% - 304px);
  }
}
.ui-autocomplete-loading {
  background: white url(/images/loader.gif) 98% center no-repeat;
  background-size: 25px 25px;
}
.captcha-row {
  overflow: hidden;
}
.captcha-row .captcha-img {
  float: left;
  height: 40px;
  width: 92px;
  border: 2px solid #003782;
  border-right: 0px;
}
.captcha-row .captcha-img img {
  width: 100%;
  height: 36px;
}
.captcha-row .captcha-field {
  float: left;
  height: 40px;
  width: 92px;
}
.captcha-row .captcha-field .form-control {
  border-left: 0px;
  border-radius: 0px;
}
.page-tags {
  margin: 10px 0px;
}
.page-tags .tag {
  background: #d9edf7;
  border-radius: 3px;
  border: 1px solid #bce8f1;
  padding: 5px 10px;
  color: #31708f;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 13px;
}
#squares .square {
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
#squares .square-big {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
#squares .square-small {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #squares .square {
    float: left;
  }
  #squares .square-big {
    width: calc(50% - 10px);
    padding-top: calc(50% + 10px);
    margin-right: 10px;
  }
  #squares .square-small {
    width: calc(25% - 5px);
    padding-top: 25%;
  }
  #squares .square-small.square-2,
  #squares .square-small.square-4 {
    margin-right: 10px;
  }
  #squares .square-small.square-5,
  #squares .square-small.square-4 {
    margin-bottom: 0px;
  }
}
#brands div a {
  display: block;
  text-decoration: none;
  height: 120px;
  position: relative;
  white-space: nowrap;
}
#brands div a img {
  max-width: 95%;
  max-height: 100%;
  transform: translatez(0);
  display: inline-block;
  vertical-align: middle;
}
#brands div a::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
#games {
  position: relative;
  background: #000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #games {
    margin-top: -20px;
  }
}
#games .choose-game-title {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 5;
  animation: fadeTitle 0.8s ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  text-align: center;
  color: #fff;
  text-shadow: 5px 1px 4px #000000;
}
#games .choose-game-title h2 {
  font-size: 31px;
  text-transform: uppercase;
  font-family: 'Ubuntu-Bold';
}
#games .choose-game-title h3 {
  font-size: 21px;
  margin-top: 20px;
  font-family: 'Ubuntu-Bold';
}
@media only screen and (min-width: 768px) {
  #games .choose-game-title h2 {
    font-size: 43px;
  }
  #games .choose-game-title h3 {
    font-size: 27px;
  }
}
#games #games-teaser {
  position: relative;
  text-align: center;
  background-color: #040322;
}
#games #games-teaser img {
  max-width: 100%;
}
#games .icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 10px;
  margin-top: -35px;
  border: 2px solid #fff;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  z-index: 11;
}
#games .icon-scroll::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  position: absolute;
  left: 50%;
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.7);
    left: 50%;
  }
  100% {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
    left: 50%;
  }
}
@keyframes scale2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.7);
    left: 50%;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    left: 50%;
  }
}
@keyframes fadeTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
#games-list {
  background: #040322;
  padding: 50px 0px 100px 0px;
}
#games-list .game-text {
  line-height: 23px;
}
#games-list .heading {
  font-family: "Ubuntu-Bold";
  color: #fff;
  font-size: 35px;
}
#games-list .logos-container {
  border: 1px solid #646464;
  margin-top: 50px;
  border-radius: 7px;
  padding: 15px;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #games-list .logos-container {
    display: block;
  }
}
#games-list .logos-container a {
  display: block;
  float: left;
  width: 12.5%;
  text-align: center;
  height: 80px;
  text-decoration: none;
  position: relative;
}
#games-list .logos-container a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#games-list .list-games {
  margin-top: 50px;
}
#games-list .list-games .col-xs-12:not(:last-child) {
  margin-bottom: 35px;
}
#games-list .list-games .game {
  padding: 15px;
  border: 3px solid #353535;
  background-position: 50% 50%;
  border-radius: 7px;
  background-size: cover;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#games-list .list-games .game::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#games-list .list-games .game:hover {
  border-color: #fff;
}
#games-list .list-games .game:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
#games-list .list-games .game .logo {
  margin: 25px 0px;
  z-index: 3;
  position: relative;
}
#games-list .list-games .game .logo img {
  max-width: 150px;
  max-height: 80px;
}
#games-list .list-games .game h1 {
  font-family: "Ubuntu-Bold";
  text-transform: uppercase;
  font-size: 23px;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  z-index: 3;
  position: relative;
}
#games-list .list-games .game .userText {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  position: relative;
  z-index: 3;
  margin: 25px 0px;
}
#games-list .list-games .game .buy-button {
  z-index: 3;
  position: relative;
  width: 291px;
}
#games-list .list-games .game .buy-button span {
  left: auto;
  transform: none;
}
#game-view {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #game-view {
    margin-top: -20px;
  }
}
#game-view::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(0deg, #0a1203 0%, rgba(0, 0, 0, 0) 100%);
}
#game-view .logo {
  text-align: center;
  z-index: 3;
  position: relative;
}
#game-view .logo img {
  max-width: 150px;
  max-height: 80px;
}
#game-view h1.game-title {
  font-family: "Ubuntu-Bold";
  text-transform: uppercase;
  font-size: 41px;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  z-index: 3;
  position: relative;
  text-align: center;
  margin: 50px 0px;
}
#game-view .userText {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 600px;
  margin: 25px auto;
  width: 90%;
  font-size: 19px;
}
#game-view .userText .buy-button {
  margin-top: 25px;
  width: 280px;
  display: inline-block;
  background: #fff;
  color: #353535;
  text-shadow: none!important;
}
#game-view .userText .buy-button span,
#game-view .userText .buy-button i {
  color: #353535;
}
#game-view .userText .buy-button:hover span {
  left: auto;
  transform: none;
}
#game-view .userText .buy-button:hover i {
  right: auto;
  left: auto;
}
#game-view .configurations {
  margin-top: 100px;
  z-index: 3;
  position: relative;
}
#game-view .configurations .configuration .heading {
  background: #2f2f2f;
  padding: 15px 10px;
  font-size: 19px;
  text-align: center;
  font-family: "Ubuntu-Bold";
  color: #fff;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#game-view .configurations .configuration .text-holder {
  padding: 15px 15px;
  background: #fff;
}
#game-view .configurations .configuration .text-holder .img-container {
  width: 100%;
  height: 200px;
  text-align: center;
  display: block;
  text-decoration: none;
}
#game-view .configurations .configuration .text-holder .img-container img {
  transform: translatez(0);
  max-width: 100%;
  max-height: 100%;
}
#game-view .configurations .configuration .text-holder ul {
  margin: 20px 0px;
}
#game-view .configurations .configuration .text-holder ul li {
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
}
#game-view .configurations .configuration .text-holder ul li::before {
  width: 15px;
  height: 15px;
  background-image: url(images/check2.png);
  margin: -2px 5px 0px 0px;
  background-size: 15px 15px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#game-view .configurations .configuration .price-line {
  margin-top: 10px;
}
#game-view .configurations .configuration .price-line .new-price {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 5px;
}
.tbi_promo_options .tbi-option {
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
}
.tbi_promo_options .tbi-option .tbi-line {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #353535;
  height: 2px;
}
.tbi_promo_options .tbi-option .tbi-line.small {
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .tbi_promo_options .tbi-option .tbi-line {
    position: absolute;
    top: 10px;
    left: 320px;
  }
}
.tbi_promo_options .tbi-option .tbi-line .point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF6600;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.tbi_promo_options .tbi-option .tbi-line .point .text {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-100%);
  width: 88px;
  text-align: center;
}
.tbi_promo_options .tbi-option .promo-text {
  padding: 10px;
  background: #e9e9e9;
}
#city-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
#city-popup::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#city-popup .city-popup__content {
  width: 90%;
  max-width: 600px;
  background: #fff;
  height: 90%;
  height: 400px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}
#city-popup .close_city_popup {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#city-popup .close_city_popup::before {
  content: '\00d7';
  color: #000;
}
#city-popup .city-popup__content__header {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}
#city-popup .city-popup__content__header input {
  max-width: 250px;
}
#city-popup .list_with_cities_holder {
  overflow-y: scroll;
  height: 300px;
}
#city-popup .list_with_cities_holder .list_with_cities li {
  border-bottom: 1px dashed #e1e1e1;
}
#city-popup .list_with_cities_holder .list_with_cities li label {
  padding: 10px 0px;
  font-weight: 400;
  display: block;
}
#city-popup .list_with_cities_holder .list_with_cities li label input {
  margin-right: 10px;
}
#category-menu-list .gaming-pc {
  position: relative;
  border-radius: 3px;
  border: 1px solid #000;
  color: #1f2937;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #category-menu-list .gaming-pc {
    padding: 10px 0px !important;
  }
}
#category-menu-list .gaming-pc::before {
  display: none !important;
}
#category-menu-list .gaming-pc .text {
  position: relative;
  display: block;
  font-size: 13px;
  text-align: center;
  font-family: 'Ubuntu-Bold';
}
#category-menu-list .gaming-pc:hover {
  background: #003782;
  border-color: #1f2937;
  color: #fff !important;
}
.other-footer-logos {
  margin-top: 20px;
  vertical-align: middle;
  text-align: center;
}
.other-footer-logos > div {
  display: inline-block;
  vertical-align: top;
}
.other-footer-logos .zlatna-firma {
  margin-left: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  width: 200px;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.other-footer-logos .zlatna-firma img {
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
}
.other-footer-logos .zlatna-firma::before {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  content: "";
}
.messanger-link {
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 3;
}
.messanger-link::before {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 50px 50px;
  content: "";
  background-image: url(images/messanger.png);
}
#home-benefits {
  margin: 30px 0px 25px 0px;
}
#home-benefits .benefit-holder {
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #003782;
  margin-bottom: 5px;
}
#home-benefits .benefit-holder .icon {
  width: 60px;
  height: 60px;
  display: flex;
  white-space: nowrap;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #003782;
  box-shadow: 0 2px 8px rgba(0, 55, 130, 0.15);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#home-benefits .benefit-holder .icon img {
  max-width: 45px;
  max-height: 45px;
}
#home-benefits .benefit-holder .benefit-text {
  flex-grow: 1;
}
#home-benefits .benefit-holder .benefit-text h3 {
  font-size: 17px;
  font-family: 'Ubuntu-Bold';
  margin-bottom: 5px;
  letter-spacing: -1px;
}
#home-benefits .benefit-holder .benefit-text h4 {
  font-size: 13px;
  font-family: 'Ubuntu';
  line-height: 19px;
}
#home-benefits .benefit-holder .benefit-text a {
  font-family: 'Ubuntu-Medium';
  text-decoration: underline;
  font-size: 12px;
}


/* Google Reviews section */
.gr-section {
  background: transparent !important;
  padding: 3rem 1.5rem;
}
.gr-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.gr-header {
  text-align: center;
  margin-bottom: 28px;
}
.gr-header-main {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.gr-rating-value {
  font-size: 48px;
  font-weight: 700;
  color: #003782;
  letter-spacing: -2px;
  line-height: 1;
}
.gr-rating-stars {
  display: inline-flex;
  gap: 4px;
  color: #f5a623;
}
.gr-header-sub {
  font-size: 12px;
  color: #4d6080;
  margin: 8px 0 0;
}
.gr-maps-link {
  color: #1a56db;
  text-decoration: none;
}
.gr-maps-link:hover {
  text-decoration: underline;
}

.gr-star {
  flex-shrink: 0;
}
.gr-star--empty {
  color: rgba(245, 166, 35, 0.22);
}
.gr-star--small {
  width: 12px;
  height: 12px;
}

.gr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gr-card {
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  border: 1px solid rgba(0, 55, 130, 0.45);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gr-card--mobile-only {
  display: none;
}

.gr-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
}
.gr-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid rgba(0, 55, 130, 0.4);
  object-fit: cover;
  display: block;
}
.gr-avatar--initials {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu-Bold', sans-serif;
  border-color: rgba(255, 255, 255, 0.35);
}
.gr-card-meta {
  min-width: 0;
  flex: 1;
}
.gr-author {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gr-date {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}
.gr-card-stars {
  display: inline-flex;
  gap: 2px;
  color: #f5a623;
  margin-left: auto;
  flex-shrink: 0;
}

.gr-text {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.7;
  margin: 0;
  flex: 1;
  word-wrap: break-word;
}
.gr-text-rest {
  display: none;
}
.gr-text.is-expanded .gr-dots {
  display: none;
}
.gr-text.is-expanded .gr-text-rest {
  display: inline;
}
.gr-read-more {
  font-size: 12px;
  color: #a8c4f0;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
}
.gr-read-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.gr-card-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.gr-footer {
  text-align: center;
  margin-top: 28px;
}
.gr-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  border: 1px solid rgba(0, 55, 130, 0.45);
  color: #ffffff;
  font-size: 13px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.gr-all-btn:hover,
.gr-all-btn:focus {
  background: linear-gradient(180deg, #003782 0%, #111827 100%);
  border-color: rgba(0, 55, 130, 0.8);
  color: #ffffff;
}

@media (max-width: 768px) {
  .gr-section {
    padding: 2rem 1rem;
  }
  .gr-grid {
    grid-template-columns: 1fr;
  }
  .gr-card--mobile-only {
    display: flex;
  }
  .gr-rating-value {
    font-size: 40px;
  }
}


/* ===== INSTALLMENT PAGE (varianti-za-izplashtane) ===== */
.installment-page { padding: 24px 0; }
.installment-page > .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* 1. HERO */
.installment-page .ip-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 48px 40px;
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.installment-page .ip-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 45%;
  opacity: 0.06;
  pointer-events: none;
}
.installment-page .ip-hero-deco svg {
  width: 100%;
  height: 100%;
}
.installment-page .ip-hero-body { position: relative; z-index: 1; }

.installment-page .ip-hero-tag {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.installment-page .ip-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#text-page.installment-page .ip-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: none;
  text-align: left;
}
.installment-page .ip-hero-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 420px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.installment-page .ip-hero-stats {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.installment-page .ip-stat { min-width: 0; }
.installment-page .ip-stat-val {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-stat-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
}
.installment-page .ip-stat-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  align-self: stretch;
  display: block;
}

/* 2. HOW IT WORKS */
.installment-page .ip-how {
  margin-bottom: 32px;
}
.installment-page .ip-how-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.installment-page .ip-how-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.67% + 8px);
  right: calc(16.67% + 8px);
  border-top: 2px dashed rgba(0, 55, 130, 0.25);
  z-index: 0;
}
.installment-page .ip-how-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.installment-page .ip-how-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 55, 130, 0.2);
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-how-step-title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
}
.installment-page .ip-how-step-desc {
  font-size: 12px;
  color: #6b7a95;
  line-height: 1.5;
  max-width: 240px;
  margin: 0 auto;
}

/* 3. SECTION TITLE */
.installment-page .ip-sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-sec-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}

/* 4. CREDITOR CARDS */
.installment-page .ip-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.installment-page .ip-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  overflow: hidden;
}

/* card head */
.installment-page .ip-card-head {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f4f8;
  background: #fafbfc;
  gap: 14px;
}
.installment-page .ip-card-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.installment-page .ip-card-logo {
  height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.installment-page .ip-card-name {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-card-sub {
  font-size: 11.5px;
  color: #6b7a95;
  margin-top: 1px;
}

.installment-page .ip-badge {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.installment-page .ip-badge--tbi       { background: #fff3e0; color: #e65c00; }
.installment-page .ip-badge--unicredit { background: #fde8e8; color: #c0392b; }
.installment-page .ip-badge--pb        { background: #e8f5e9; color: #2e7d32; }

/* 5. card body */
.installment-page .ip-card-body { padding: 22px 24px; }

.installment-page .ip-card-intro {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 9px;
  border-left: 3px solid #003782;
}

#text-page.installment-page .ip-feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}
#text-page.installment-page .ip-feat {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(0, 55, 130, 0.35);
  color: #ffffff;
}
#text-page.installment-page .ip-feat-icon {
  color: #ffffff;
  display: inline-flex;
  margin-bottom: 6px;
}
#text-page.installment-page .ip-feat-icon svg {
  stroke: #ffffff;
}
#text-page.installment-page .ip-feat-val {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.installment-page .ip-feat-lbl {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.65);
}

/* 6. TBI plans (only shown for TBI card) */
.installment-page .ip-plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}
.installment-page .ip-plan {
  border: 1.5px solid #e8ecf2;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.installment-page .ip-plan::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #111827, #003782);
}
.installment-page .ip-plan-title {
  font-size: 11px;
  color: #6b7a95;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.installment-page .ip-plan-val {
  font-size: 20px;
  font-weight: 700;
  color: #003782;
  margin-bottom: 4px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-plan-desc {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.4;
}

/* DSK info section styles (used by both PDP modal and checkout step) */
.dsk-schemes-table th,
.dsk-schemes-table td { vertical-align: middle; }
.dsk-note {
  background: #f6f8ff;
  border-left: 3px solid #003782;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  color: #1f2937;
  margin-top: 14px;
}
.dsk-note strong { color: #003782; }
.dsk-note--campaign { background: #fff8e6; border-left-color: #d97706; margin-top: 8px; }
.dsk-note--campaign strong { color: #b45309; }

/* Collapsible leasing panel on PDP (wraps TBI / UniCredit / PB / DSK
   buttons in a single <details>). Toggle styled like
   `.price-inquiry-btn` — 2px brand-blue border, bold uppercase,
   gradient fill on hover/open. */
#product-details-page .buy-section .leasing-panel {
  margin: 5px 0;
  background: transparent;
}
#product-details-page .buy-section .leasing-panel-toggle {
  position: relative;
  display: block;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  list-style: none;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #003782;
  background: #fff;
  border: 2px solid #003782;
  border-radius: 3px;
  user-select: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
#product-details-page .buy-section .leasing-panel-toggle::-webkit-details-marker { display: none; }
#product-details-page .buy-section .leasing-panel-toggle::marker { display: none; content: ''; }
#product-details-page .buy-section .leasing-panel-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  color: inherit;
}
#product-details-page .buy-section .leasing-panel-text {
  display: inline-block;
  vertical-align: middle;
}
#product-details-page .buy-section .leasing-panel-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  color: inherit;
  transition: transform 0.25s ease;
}
#product-details-page .buy-section .leasing-panel[open] .leasing-panel-chevron {
  transform: translateY(-50%) rotate(180deg);
}
#product-details-page .buy-section .leasing-panel-toggle:hover,
#product-details-page .buy-section .leasing-panel[open] .leasing-panel-toggle {
  color: #fff;
  background: linear-gradient(180deg, #111827 0%, #003782 100%);
  border-color: transparent;
}
#product-details-page .buy-section .leasing-panel-body {
  padding: 12px 0 4px;
}
#product-details-page .buy-section .leasing-panel-body > .tbi-holder,
#product-details-page .buy-section .leasing-panel-body > .unicredit-holder,
#product-details-page .buy-section .leasing-panel-body > .bnp-holder,
#product-details-page .buy-section .leasing-panel-body > .dsk-holder {
  margin-bottom: 8px;
}
#product-details-page .buy-section .leasing-panel-body > *:last-child { margin-bottom: 0; }

/* 6b. inline help icon + tooltip (used on DSK „0% оскъпяване" plan) */
.installment-page .ip-plan--has-help { overflow: visible; }
.installment-page .ip-plan-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border-radius: 50%;
  background: #003782;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  position: relative;
  vertical-align: middle;
  user-select: none;
}
.installment-page .ip-plan-help:focus { outline: 2px solid #7367f0; outline-offset: 2px; }
.installment-page .ip-plan-tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: 240px;
  padding: 10px 12px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 20;
}
.installment-page .ip-plan-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111827;
}
.installment-page .ip-plan-tip strong { color: #fff; font-weight: 700; }
.installment-page .ip-plan-help:hover .ip-plan-tip,
.installment-page .ip-plan-help:focus .ip-plan-tip,
.installment-page .ip-plan-help:focus-within .ip-plan-tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
@media (max-width: 480px) {
  .installment-page .ip-plan-tip { width: 200px; font-size: 11.5px; }
}

/* 7. two-column (features + steps) */
.installment-page .ip-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.installment-page .ip-col {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px 16px;
}
.installment-page .ip-col-title {
  font-size: 11.5px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.installment-page .ip-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.installment-page .ip-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.4;
}
#text-page.installment-page .ip-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #003782;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#text-page.installment-page .ip-step-n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.installment-page .ip-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.installment-page .ip-step-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  color: #4b5563;
  line-height: 1.5;
}
.installment-page .ip-step-n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-family: 'Ubuntu-Bold', sans-serif;
}

/* 8. card footer */
.installment-page .ip-card-foot {
  padding: 14px 24px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(0, 55, 130, 0.06));
  border-top: 1px solid #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.installment-page .ip-card-foot-text {
  font-size: 11.5px;
  color: #6b7a95;
}
.installment-page .ip-card-btn {
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.15s ease;
  font-family: 'Ubuntu', Arial, sans-serif;
  white-space: nowrap;
}
.installment-page .ip-card-btn:hover,
.installment-page .ip-card-btn:focus {
  filter: brightness(1.1);
  color: #ffffff;
}

/* 9. MOBILE */
@media (max-width: 768px) {
  .installment-page { padding: 12px 0; }
  .installment-page .ip-hero {
    padding: 30px 22px;
    border-radius: 14px;
    margin-bottom: 26px;
  }
  .installment-page .ip-hero-deco { width: 60%; opacity: 0.05; }
  .installment-page .ip-hero-title { font-size: 24px; }
  .installment-page .ip-hero-sub { font-size: 13px; }
  .installment-page .ip-hero-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  .installment-page .ip-stat-val { font-size: 22px; }
  .installment-page .ip-stat-sep { display: none; }

  .installment-page .ip-how-grid { grid-template-columns: 1fr; gap: 18px; }
  .installment-page .ip-how-grid::before { display: none; }

  .installment-page .ip-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 18px;
  }
  .installment-page .ip-card-body { padding: 18px; }
  .installment-page .ip-card-foot {
    padding: 14px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .installment-page .ip-card-btn { justify-content: center; }

  .installment-page .ip-feats { grid-template-columns: 1fr 1fr; }
  .installment-page .ip-two-col { grid-template-columns: 1fr; }
  .installment-page .ip-plans { grid-template-columns: 1fr; }
}

/* ===== INSTALLMENT SUBPAGES (TBI / UniCredit / PB detail pages) ===== */
#text-page.installment-subpage { padding: 20px 0; }
#text-page.installment-subpage > .container-fluid {
  max-width: 960px;
  margin: 0 auto;
}

#text-page.installment-subpage .isp-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #003782;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(0, 55, 130, 0.06);
  transition: background 0.15s ease;
}
#text-page.installment-subpage .isp-back:hover {
  background: rgba(0, 55, 130, 0.12);
  color: #003782;
}

#text-page.installment-subpage .isp-head {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  color: #fff;
  padding: 32px 36px;
  border-radius: 14px;
  margin-bottom: 28px;
}
#text-page.installment-subpage .isp-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  text-transform: none;
  text-align: left;
}
#text-page.installment-subpage .isp-lead {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.55;
}

/* Content wrapper */
#text-page.installment-subpage .isp-content {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 32px 36px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #2b3446;
}

/* Typography inside CKEditor content */
#text-page.installment-subpage .isp-content h1,
#text-page.installment-subpage .isp-content h2,
#text-page.installment-subpage .isp-content h3,
#text-page.installment-subpage .isp-content h4 {
  font-family: 'Ubuntu-Bold', sans-serif;
  color: #111827;
  margin: 30px 0 14px;
  line-height: 1.3;
  text-transform: none;
  text-align: left;
}
#text-page.installment-subpage .isp-content h2 {
  font-size: 20px;
  color: #003782;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8ecf2;
}
#text-page.installment-subpage .isp-content h3 {
  font-size: 17px;
}
#text-page.installment-subpage .isp-content > *:first-child {
  margin-top: 0;
}

#text-page.installment-subpage .isp-content p {
  margin: 0 0 14px;
}
#text-page.installment-subpage .isp-content p:empty {
  display: none;
}
#text-page.installment-subpage .isp-content a {
  color: #003782;
  text-decoration: underline;
}
#text-page.installment-subpage .isp-content a:hover {
  color: #00306e;
}

#text-page.installment-subpage .isp-content ul,
#text-page.installment-subpage .isp-content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
#text-page.installment-subpage .isp-content li {
  margin-bottom: 6px;
}

/* Tame inline-styled images from CKEditor */
#text-page.installment-subpage .isp-content img,
#text-page.installment-subpage .isp-content .image img,
#text-page.installment-subpage .isp-content figure img,
#text-page.installment-subpage .isp-content .image_resized {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 10px;
  display: block;
  margin: 18px auto;
  box-shadow: 0 4px 16px -8px rgba(17, 24, 39, 0.2);
}

/* Banners (wide images placed in <p style="text-align:center"><a><img></a></p>) */
#text-page.installment-subpage .isp-content p:has(> a > img),
#text-page.installment-subpage .isp-content p:has(> img) {
  text-align: center;
  margin: 20px 0;
}
#text-page.installment-subpage .isp-content figure {
  margin: 18px 0;
  text-align: center;
}

/* Force grey CKEditor inline colors to readable color */
#text-page.installment-subpage .isp-content [style*="color:#696969"],
#text-page.installment-subpage .isp-content [style*="color: #696969"] {
  color: #2b3446 !important;
}

#text-page.installment-subpage .isp-content strong {
  color: #111827;
  font-weight: 700;
}

/* Tables */
#text-page.installment-subpage .isp-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 13.5px;
  border-radius: 8px;
  overflow: hidden;
}
#text-page.installment-subpage .isp-content table th {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
  border: none;
}
#text-page.installment-subpage .isp-content table td {
  padding: 9px 12px;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
}
#text-page.installment-subpage .isp-content table tr:nth-child(even) td {
  background: #f8fafc;
}
#text-page.installment-subpage .isp-content table tr:last-child td {
  border-bottom: none;
}

/* Footer back button */
#text-page.installment-subpage .isp-footer {
  text-align: center;
  margin-top: 24px;
}
#text-page.installment-subpage .isp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
#text-page.installment-subpage .isp-btn:hover {
  filter: brightness(1.1);
  color: #fff;
}

@media (max-width: 640px) {
  #text-page.installment-subpage .isp-head { padding: 24px 20px; border-radius: 12px; }
  #text-page.installment-subpage .isp-title { font-size: 22px; }
  #text-page.installment-subpage .isp-content { padding: 22px 18px; }
  #text-page.installment-subpage .isp-content h2 { font-size: 18px; }
}

/* ===== DELIVERY PAGE (usloviya-za-dostavka) ===== */
#text-page.delivery-page { padding: 24px 0; }
#text-page.delivery-page > .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */
#text-page.delivery-page .dp-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 44px 40px;
  border-radius: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #fff;
  gap: 32px;
}
#text-page.delivery-page .dp-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  opacity: 0.05;
  pointer-events: none;
}
#text-page.delivery-page .dp-hero-deco svg { width: 100%; height: 100%; }
#text-page.delivery-page .dp-hero-body { position: relative; z-index: 1; min-width: 0; flex: 1; }
#text-page.delivery-page .dp-hero-tag {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#text-page.delivery-page .dp-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#text-page.delivery-page .dp-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}
#text-page.delivery-page .dp-hero-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 440px;
  line-height: 1.6;
  margin: 0;
}
#text-page.delivery-page .dp-hero-stats {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
#text-page.delivery-page .dp-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 14px 18px;
  text-align: center;
  min-width: 100px;
}
#text-page.delivery-page .dp-stat-val {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1.1;
}
#text-page.delivery-page .dp-stat-lbl {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
}

/* TABS */
#text-page.delivery-page .dp-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#text-page.delivery-page .dp-tab {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid #e8ecf2;
  background: #ffffff;
  color: #6b7a95;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  font-family: 'Ubuntu', Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#text-page.delivery-page .dp-tab:hover {
  border-color: rgba(0, 55, 130, 0.3);
  color: #003782;
}
#text-page.delivery-page .dp-tab.is-active {
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  border-color: transparent;
}
#text-page.delivery-page .dp-select {
  display: none;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px solid #e8ecf2;
  background: #fff;
  font-size: 14px;
  color: #111827;
  margin-bottom: 24px;
  font-family: inherit;
  outline: none;
}
#text-page.delivery-page .dp-select:focus { border-color: #003782; }

/* PANES */
#text-page.delivery-page .dp-pane { display: none; }
#text-page.delivery-page .dp-pane.is-active { display: block; }

/* SECTION */
#text-page.delivery-page .dp-section {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
#text-page.delivery-page .dp-sec-head {
  padding: 18px 24px;
  border-bottom: 1px solid #f0f4f8;
  background: #fafbfc;
  display: flex;
  align-items: center;
  gap: 12px;
}
#text-page.delivery-page .dp-sec-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.delivery-page .dp-sec-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.delivery-page .dp-sec-sub {
  font-size: 12px;
  color: #6b7a95;
  margin-top: 1px;
}
#text-page.delivery-page .dp-sec-body { padding: 22px 24px; }

/* PRICE CARDS */
#text-page.delivery-page .dp-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
#text-page.delivery-page .dp-price-card {
  border-radius: 10px;
  padding: 18px;
  border: 1.5px solid #e8ecf2;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
}
#text-page.delivery-page .dp-price-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #003782;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#text-page.delivery-page .dp-price-icon--dark { background: #111827; }
#text-page.delivery-page .dp-price-card--blue .dp-price-val { color: #003782; }
#text-page.delivery-page .dp-price-card--dark .dp-price-val { color: #111827; }
#text-page.delivery-page .dp-price-val {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1.2;
}
#text-page.delivery-page .dp-price-lbl {
  font-size: 12px;
  color: #6b7a95;
}
#text-page.delivery-page .dp-price-sublbl {
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 3px;
}

/* WARN BLOCK */
#text-page.delivery-page .dp-warn {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 9px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12.5px;
  color: #5d4037;
  line-height: 1.55;
}
#text-page.delivery-page .dp-warn:last-child { margin-bottom: 0; }
#text-page.delivery-page .dp-warn-icon {
  display: flex;
  flex-shrink: 0;
  margin-top: 1px;
}
#text-page.delivery-page .dp-warn strong { color: #5d4037; }

/* IMPORTANT BLOCK */
#text-page.delivery-page .dp-important {
  background: rgba(17, 24, 39, 0.04);
  border-left: 3px solid #003782;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 16px;
}
#text-page.delivery-page .dp-important:last-child { margin-bottom: 0; }
#text-page.delivery-page .dp-important strong { color: #111827; }

/* TIME CARDS */
#text-page.delivery-page .dp-time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
#text-page.delivery-page .dp-time {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  border: 1px solid #e8ecf2;
}
#text-page.delivery-page .dp-time-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: #fff;
}
#text-page.delivery-page .dp-time-val {
  font-size: 15px;
  font-weight: 700;
  color: #003782;
  margin-bottom: 2px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.delivery-page .dp-time-lbl {
  font-size: 11px;
  color: #6b7a95;
}

/* RULES */
#text-page.delivery-page .dp-rules {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#text-page.delivery-page .dp-rules li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #374151;
  line-height: 1.55;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
}
#text-page.delivery-page .dp-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003782;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* COUNTRIES */
#text-page.delivery-page .dp-countries-box {
  background: #f0f5ff;
  border: 1px solid rgba(0, 55, 130, 0.15);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
#text-page.delivery-page .dp-countries-title {
  font-size: 11.5px;
  font-weight: 600;
  color: #003782;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#text-page.delivery-page .dp-countries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#text-page.delivery-page .dp-country {
  background: #ffffff;
  border: 1px solid rgba(0, 55, 130, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  color: #003782;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
  #text-page.delivery-page .dp-hero {
    padding: 24px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  #text-page.delivery-page .dp-hero-deco { width: 60%; opacity: 0.04; }
  #text-page.delivery-page .dp-hero-title { font-size: 22px; }
  #text-page.delivery-page .dp-hero-stats {
    flex-wrap: wrap;
    gap: 8px;
  }
  #text-page.delivery-page .dp-stat {
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
    padding: 10px 8px;
  }
  #text-page.delivery-page .dp-stat-val { font-size: 15px; }

  #text-page.delivery-page .dp-tabs { display: none; }
  #text-page.delivery-page .dp-select { display: block; }

  #text-page.delivery-page .dp-sec-head { padding: 16px 18px; }
  #text-page.delivery-page .dp-sec-body { padding: 18px; }

  #text-page.delivery-page .dp-price-grid { grid-template-columns: 1fr; }
  #text-page.delivery-page .dp-time-grid { grid-template-columns: 1fr 1fr; }
}

/* Courier partner block (Speedy / DPD) */
#text-page.delivery-page .dp-courier {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
#text-page.delivery-page .dp-courier-logos {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
#text-page.delivery-page .dp-courier-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 8px;
  padding: 8px 14px;
  min-width: 104px;
  height: 52px;
}
#text-page.delivery-page .dp-courier-logo img {
  max-height: 32px;
  max-width: 140px;
  width: auto;
  height: auto;
  display: block;
}
#text-page.delivery-page .dp-courier-text { min-width: 0; flex: 1; }
#text-page.delivery-page .dp-courier-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
  margin-bottom: 2px;
}
#text-page.delivery-page .dp-courier-sub {
  font-size: 12px;
  color: #6b7a95;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #text-page.delivery-page .dp-courier { padding: 14px 16px; gap: 12px; }
  #text-page.delivery-page .dp-courier-logo { min-width: 88px; height: 46px; padding: 6px 10px; }
  #text-page.delivery-page .dp-courier-logo img { max-height: 26px; max-width: 110px; }
}

/* ===== CONTACTS PAGE ===== */
#contacts-page.contacts-page { padding: 24px 0 60px; }
#contacts-page.contacts-page .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */
#contacts-page.contacts-page .cp-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 44px 40px;
  border-radius: 16px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #fff;
  gap: 32px;
}
#contacts-page.contacts-page .cp-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  opacity: 0.05;
  pointer-events: none;
}
#contacts-page.contacts-page .cp-hero-deco svg { width: 100%; height: 100%; }
#contacts-page.contacts-page .cp-hero-body { position: relative; z-index: 1; min-width: 0; flex: 1; }
#contacts-page.contacts-page .cp-hero-tag {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#contacts-page.contacts-page .cp-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
#contacts-page.contacts-page .cp-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}
#contacts-page.contacts-page .cp-hero-sub {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  max-width: 460px;
  line-height: 1.6;
  margin: 0;
}
#contacts-page.contacts-page .cp-hero-hours {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
#contacts-page.contacts-page .cp-hero-hours-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#contacts-page.contacts-page .cp-hero-hours-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
#contacts-page.contacts-page .cp-hero-hours-val {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#contacts-page.contacts-page .cp-hero-hours-sub {
  font-size: 11.5px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

/* INFO CARDS */
#contacts-page.contacts-page .cp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
#contacts-page.contacts-page .cp-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contacts-page.contacts-page .cp-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #111827, #003782);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#contacts-page.contacts-page .cp-card-label {
  font-size: 11px;
  color: #6b7a95;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
#contacts-page.contacts-page .cp-card-val {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1.4;
}
#contacts-page.contacts-page .cp-card-val--sm {
  font-size: 14px;
  font-weight: 500;
}
#contacts-page.contacts-page .cp-card-link {
  color: #003782;
  text-decoration: none;
}
#contacts-page.contacts-page .cp-card-link:hover {
  color: #00306e;
  text-decoration: underline;
}
#contacts-page.contacts-page .cp-card-meta {
  font-size: 12px;
  color: #6b7a95;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 4px;
}

/* SOCIAL ROW */
#contacts-page.contacts-page .cp-social-row {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
#contacts-page.contacts-page .cp-social-text { min-width: 0; }
#contacts-page.contacts-page .cp-social-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#contacts-page.contacts-page .cp-social-sub {
  font-size: 12px;
  color: #6b7a95;
  margin-top: 2px;
}
#contacts-page.contacts-page .cp-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#contacts-page.contacts-page .cp-soc {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
#contacts-page.contacts-page .cp-soc:hover { transform: translateY(-2px); filter: brightness(1.1); }
#contacts-page.contacts-page .cp-soc--fb { background: #1877f2; }
#contacts-page.contacts-page .cp-soc--yt { background: #ff0000; }
#contacts-page.contacts-page .cp-soc--ig { background: linear-gradient(135deg, #833ab4, #fd1d1d 50%, #fcb045); }
#contacts-page.contacts-page .cp-soc--tw { background: #9146ff; }
#contacts-page.contacts-page .cp-soc--dc { background: #5865f2; }
#contacts-page.contacts-page .cp-messenger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #111827, #003782);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
  transition: filter 0.15s ease;
}
#contacts-page.contacts-page .cp-messenger:hover { filter: brightness(1.15); color: #fff; }

/* BODY: FORM + MAP */
#contacts-page.contacts-page .cp-body {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
#contacts-page.contacts-page .cp-form-card,
#contacts-page.contacts-page .cp-map-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#contacts-page.contacts-page .cp-form-head {
  padding: 22px 26px 0;
}
#contacts-page.contacts-page .cp-form-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  text-align: left;
  text-transform: none;
}
#contacts-page.contacts-page .cp-form-sub {
  font-size: 13px;
  color: #6b7a95;
  margin: 0 0 18px;
}
#contacts-page.contacts-page .cp-form-body {
  padding: 0 26px 24px;
}

/* Form inputs scoped to contacts page */
#contacts-page.contacts-page .form-group { margin-bottom: 14px; }
#contacts-page.contacts-page .form-label {
  display: block;
  font-size: 12px;
  color: #6b7a95;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: none;
}
#contacts-page.contacts-page .form-control,
#contacts-page.contacts-page textarea.form-control,
#contacts-page.contacts-page input[type="text"],
#contacts-page.contacts-page input[type="email"],
#contacts-page.contacts-page input[type="tel"],
#contacts-page.contacts-page textarea {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #111827;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  font-family: inherit;
  box-shadow: none;
  height: auto;
  resize: vertical;
}
#contacts-page.contacts-page textarea {
  min-height: 110px;
}
#contacts-page.contacts-page .form-control:focus,
#contacts-page.contacts-page input:focus,
#contacts-page.contacts-page textarea:focus {
  border-color: #003782;
  background: #ffffff;
}

#contacts-page.contacts-page button.buy-button,
#contacts-page.contacts-page .buy-button {
  width: 100%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: 'Ubuntu', Arial, sans-serif;
  transition: filter 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
#contacts-page.contacts-page .buy-button:hover { filter: brightness(1.1); }
#contacts-page.contacts-page .buy-button i { font-size: 16px; }

#contacts-page.contacts-page .g-recaptcha {
  display: inline-block;
  margin: 4px 0 10px;
}

/* MAP CARD */
#contacts-page.contacts-page .cp-map-head {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f4f8;
  background: #fafbfc;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #003782;
}
#contacts-page.contacts-page .cp-map-head svg { flex-shrink: 0; }
#contacts-page.contacts-page .cp-map-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#contacts-page.contacts-page .cp-map-sub {
  font-size: 12px;
  color: #6b7a95;
  margin-top: 1px;
}
#contacts-page.contacts-page .cp-map {
  flex: 1;
  min-height: 380px;
  overflow: hidden;
  background: #f0f4f8;
}
#contacts-page.contacts-page .cp-map iframe,
#contacts-page.contacts-page .cp-map > * {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px;
  border: 0;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  #contacts-page.contacts-page .cp-cards { grid-template-columns: 1fr 1fr; }
  #contacts-page.contacts-page .cp-body { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #contacts-page.contacts-page .cp-hero {
    padding: 28px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  #contacts-page.contacts-page .cp-hero-title { font-size: 24px; }
  #contacts-page.contacts-page .cp-cards { grid-template-columns: 1fr; }
  #contacts-page.contacts-page .cp-social-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #contacts-page.contacts-page .cp-messenger { margin-left: 0; }
  #contacts-page.contacts-page .cp-form-head,
  #contacts-page.contacts-page .cp-form-body { padding-left: 20px; padding-right: 20px; }
}

/* ===== SERVICE PAGE (serviz) ===== */
#text-page.service-page { padding: 24px 0 60px; }
#text-page.service-page > .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */
#text-page.service-page .svz-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 44px 40px;
  border-radius: 16px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #fff;
  gap: 32px;
}
#text-page.service-page .svz-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  opacity: 0.05;
  pointer-events: none;
}
#text-page.service-page .svz-hero-deco svg { width: 100%; height: 100%; }
#text-page.service-page .svz-hero-body { position: relative; z-index: 1; min-width: 0; flex: 1; }
#text-page.service-page .svz-hero-tag {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#text-page.service-page .svz-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
#text-page.service-page .svz-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}
#text-page.service-page .svz-hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  max-width: 460px;
  line-height: 1.6;
  margin: 0 0 20px;
}
#text-page.service-page .svz-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#text-page.service-page .svz-hero-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#text-page.service-page .svz-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
#text-page.service-page .svz-hero-stat {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 12px 18px;
  text-align: center;
  min-width: 110px;
}
#text-page.service-page .svz-hero-stat-val {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1;
}
#text-page.service-page .svz-hero-stat-lbl {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

/* VIDEO */
#text-page.service-page .svz-video {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
  aspect-ratio: 16/9;
  background: #000;
  border: 1px solid #e8ecf2;
}
#text-page.service-page .svz-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 4 TRUST CARDS */
#text-page.service-page .svz-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
#text-page.service-page .svz-trust-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#text-page.service-page .svz-trust-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #111827, #003782);
}
#text-page.service-page .svz-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #fff;
}
#text-page.service-page .svz-trust-num {
  font-size: 26px;
  font-weight: 700;
  color: #003782;
  margin-bottom: 2px;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1;
}
#text-page.service-page .svz-trust-title {
  font-size: 12.5px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 3px;
}
#text-page.service-page .svz-trust-desc {
  font-size: 11px;
  color: #6b7a95;
  line-height: 1.4;
}

/* SEC TITLE */
#text-page.service-page .svz-sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: none;
  text-align: left;
}
#text-page.service-page .svz-sec-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}

/* SERVICE CARDS */
#text-page.service-page .svz-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}
#text-page.service-page .svz-card-head {
  padding: 16px 20px;
  background: #fafbfc;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f0f4f8;
}
#text-page.service-page .svz-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.service-page .svz-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.service-page .svz-card-sub {
  font-size: 11.5px;
  color: #6b7a95;
  margin-top: 1px;
}
#text-page.service-page .svz-card-fig {
  margin: 0;
  background: #f8fafc;
}
#text-page.service-page .svz-card-fig img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 260px;
  object-fit: cover;
  object-position: center;
}

/* PRICE TABLE */
#text-page.service-page .svz-table-wrap { overflow-x: auto; }
#text-page.service-page .svz-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
#text-page.service-page .svz-table thead th {
  background: #f8fafc;
  border-top: 1px solid #f0f4f8;
  border-bottom: 1px solid #f0f4f8;
  font-size: 10.5px;
  color: #6b7a95;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 9px 16px;
  font-weight: 600;
  text-align: left;
}
#text-page.service-page .svz-table thead th.svz-th-price { text-align: right; padding-right: 16px; }
#text-page.service-page .svz-trust-card--no-num .svz-trust-icon { width: 52px; height: 52px; margin-bottom: 16px; }
#text-page.service-page .svz-trust-card--no-num .svz-trust-icon svg { width: 22px; height: 22px; }
#text-page.service-page .svz-table tbody tr {
  border-bottom: 1px solid rgba(0, 55, 130, 0.06);
  transition: background 0.15s ease;
}
#text-page.service-page .svz-table tbody tr:last-child { border-bottom: none; }
#text-page.service-page .svz-table tbody tr:hover { background: #f8faff; }
#text-page.service-page .svz-td-name {
  padding: 11px 16px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.45;
  vertical-align: top;
}
#text-page.service-page .svz-td-name strong {
  color: #111827;
  font-weight: 600;
}
#text-page.service-page .svz-td-note {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 400;
  font-style: italic;
  margin-top: 2px;
  line-height: 1.45;
}
#text-page.service-page .svz-td-price {
  padding: 11px 16px;
  text-align: right;
  font-weight: 600;
  color: #003782;
  white-space: nowrap;
  font-size: 12.5px;
  vertical-align: top;
}
#text-page.service-page .svz-td-price--muted {
  color: #9ca3af;
  font-weight: 400;
  font-style: italic;
}

/* WARN & IMPORTANT INSIDE CARD */
#text-page.service-page .svz-warn {
  background: #fff8e1;
  border-top: 1px solid #ffe082;
  padding: 11px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #5d4037;
  line-height: 1.6;
}
#text-page.service-page .svz-warn-icon { display: inline-flex; flex-shrink: 0; margin-top: 1px; }
#text-page.service-page .svz-important {
  background: #f0f5ff;
  border-top: 1px solid rgba(0,55,130,0.1);
  border-left: 3px solid #003782;
  padding: 11px 16px;
  font-size: 12px;
  color: #374151;
  line-height: 1.6;
}

/* GLOBAL NOTES */
#text-page.service-page .svz-notes {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 18px 20px;
  margin-top: 14px;
  margin-bottom: 20px;
}
#text-page.service-page .svz-notes-title {
  font-size: 11.5px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#text-page.service-page .svz-note-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.55;
  padding: 7px 0;
  border-bottom: 1px solid #f0f4f8;
}
#text-page.service-page .svz-note-item:last-child { border-bottom: none; }
#text-page.service-page .svz-note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003782;
  flex-shrink: 0;
  margin-top: 7px;
}

/* CTA */
#text-page.service-page .svz-cta {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 20px;
}
#text-page.service-page .svz-cta-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.service-page .svz-cta-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
#text-page.service-page .svz-cta-btn {
  background: #fff;
  color: #003782;
  border: none;
  border-radius: 9px;
  padding: 12px 28px;
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
#text-page.service-page .svz-cta-btn:hover,
#text-page.service-page .svz-cta-btn:focus {
  background: #eaf1ff;
  color: #003782;
}

/* MOBILE */
@media (max-width: 768px) {
  #text-page.service-page .svz-hero {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 18px;
  }
  #text-page.service-page .svz-hero-title { font-size: 22px; }
  #text-page.service-page .svz-hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #text-page.service-page .svz-hero-stat {
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
    padding: 10px 8px;
  }
  #text-page.service-page .svz-hero-stat-val { font-size: 17px; }

  #text-page.service-page .svz-trust { grid-template-columns: 1fr 1fr; }
  #text-page.service-page .svz-trust-num { font-size: 22px; }

  #text-page.service-page .svz-card-fig img { max-height: 180px; }

  #text-page.service-page .svz-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 22px 20px;
    gap: 16px;
  }
  #text-page.service-page .svz-cta-btn {
    text-align: center;
    padding: 14px 20px;
  }
}

/* ===== PAYMENT METHODS PAGE (nachini-na-plashtane) ===== */
#text-page.payment-page { padding: 24px 0 60px; }
#text-page.payment-page > .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */
#text-page.payment-page .pp-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 44px 40px;
  border-radius: 16px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
#text-page.payment-page .pp-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  opacity: 0.05;
  pointer-events: none;
}
#text-page.payment-page .pp-hero-deco svg { width: 100%; height: 100%; }
#text-page.payment-page .pp-hero-body { position: relative; z-index: 1; flex: 1; min-width: 0; }
#text-page.payment-page .pp-hero-tag {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#text-page.payment-page .pp-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
#text-page.payment-page .pp-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}
#text-page.payment-page .pp-hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  max-width: 440px;
  line-height: 1.6;
  margin: 0;
}
#text-page.payment-page .pp-hero-stats {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
#text-page.payment-page .pp-hero-stat {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  min-width: 90px;
}
#text-page.payment-page .pp-hero-stat-val {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1.1;
}
#text-page.payment-page .pp-hero-stat-lbl {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

/* TABS */
#text-page.payment-page .pp-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#text-page.payment-page .pp-tab {
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid #e8ecf2;
  background: #ffffff;
  color: #6b7a95;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  font-family: 'Ubuntu', Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#text-page.payment-page .pp-tab:hover {
  color: #003782;
  border-color: rgba(0, 55, 130, 0.3);
}
#text-page.payment-page .pp-tab.is-active {
  background: linear-gradient(135deg, #111827, #003782);
  color: #fff;
  border-color: transparent;
}

/* PANES */
#text-page.payment-page .pp-pane { display: none; }
#text-page.payment-page .pp-pane.is-active { display: block; }

/* SEC TITLE */
#text-page.payment-page .pp-sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: none;
  text-align: left;
}
#text-page.payment-page .pp-sec-title + .pp-sec-title,
#text-page.payment-page .pp-sec-title:not(:first-child) { margin-top: 24px; }
#text-page.payment-page .pp-sec-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}

/* METHOD CARDS */
#text-page.payment-page .pp-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
#text-page.payment-page .pp-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
}
#text-page.payment-page .pp-card--wide { margin-bottom: 20px; }
#text-page.payment-page .pp-card-head {
  padding: 14px 18px;
  background: #fafbfc;
  border-bottom: 1px solid #f0f4f8;
  display: flex;
  align-items: center;
  gap: 10px;
}
#text-page.payment-page .pp-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.payment-page .pp-card-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.payment-page .pp-card-sub {
  font-size: 11.5px;
  color: #6b7a95;
  margin-top: 1px;
}
#text-page.payment-page .pp-card-body {
  padding: 14px 18px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
}
#text-page.payment-page .pp-card-body p { margin: 0 0 10px; }
#text-page.payment-page .pp-card-body p:last-child { margin-bottom: 0; }

#text-page.payment-page .pp-address {
  font-size: 12px;
  color: #6b7a95;
  margin-top: 10px;
}
#text-page.payment-page .pp-note-small {
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 8px;
  font-style: italic;
}

/* CARD BADGES */
#text-page.payment-page .pp-card-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#text-page.payment-page .pp-badge {
  background: #f0f5ff;
  border: 1px solid rgba(0,55,130,0.15);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #003782;
}

/* BANK ACCOUNTS */
#text-page.payment-page .pp-banks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
#text-page.payment-page .pp-bank {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
}
#text-page.payment-page .pp-bank-head {
  padding: 14px 18px;
  background: #fafbfc;
  border-bottom: 1px solid #f0f4f8;
  display: flex;
  align-items: center;
  gap: 10px;
}
#text-page.payment-page .pp-bank-logo {
  width: 72px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8ecf2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px 8px;
}
#text-page.payment-page .pp-bank-logo img {
  max-height: 32px;
  max-width: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#text-page.payment-page .pp-bank-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.payment-page .pp-bank-body { padding: 6px 18px; }
#text-page.payment-page .pp-bank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f8fafc;
}
#text-page.payment-page .pp-bank-row:last-child { border-bottom: none; }
#text-page.payment-page .pp-bank-lbl {
  font-size: 10.5px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 90px;
  flex-shrink: 0;
}
#text-page.payment-page .pp-bank-val {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  word-break: break-all;
}

/* IMPORTANT */
#text-page.payment-page .pp-important {
  background: rgba(17,24,39,0.04);
  border-left: 3px solid #003782;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 20px;
}
#text-page.payment-page .pp-important strong { color: #111827; }

/* INSTALLMENT CARD */
#text-page.payment-page .pp-card-text {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 14px;
}
#text-page.payment-page .pp-card-text strong { color: #111827; }
#text-page.payment-page .pp-cond-title {
  font-size: 11.5px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
#text-page.payment-page .pp-conditions {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#text-page.payment-page .pp-conditions li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #374151;
}
#text-page.payment-page .pp-check-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #003782;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.payment-page .pp-hint {
  background: #f0f5ff;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #4b5563;
  line-height: 1.55;
}

/* EU METHODS */
#text-page.payment-page .pp-eu-methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#text-page.payment-page .pp-eu-methods li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.55;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
}
#text-page.payment-page .pp-eu-methods li strong { color: #111827; }
#text-page.payment-page .pp-eu-methods .pp-check-circle {
  width: 20px; height: 20px;
  margin-top: 1px;
}

/* MOBILE */
@media (max-width: 768px) {
  #text-page.payment-page .pp-hero {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 18px;
  }
  #text-page.payment-page .pp-hero-title { font-size: 22px; }
  #text-page.payment-page .pp-hero-stats {
    flex-wrap: wrap;
  }
  #text-page.payment-page .pp-hero-stat {
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
    padding: 10px 8px;
  }
  #text-page.payment-page .pp-hero-stat-val { font-size: 15px; }

  #text-page.payment-page .pp-tabs { flex-wrap: wrap; }
  #text-page.payment-page .pp-tab { flex: 1 1 auto; justify-content: center; }

  #text-page.payment-page .pp-methods { grid-template-columns: 1fr; }
  #text-page.payment-page .pp-banks { grid-template-columns: 1fr; }

  #text-page.payment-page .pp-bank-row { flex-wrap: wrap; gap: 2px; }
  #text-page.payment-page .pp-bank-lbl { width: 100%; font-size: 10px; }
  #text-page.payment-page .pp-bank-val { font-size: 12.5px; }
}

/* Credit partner logos in "Потребителско кредитиране" card */
#text-page.payment-page .pp-credit-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
#text-page.payment-page .pp-credit-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  padding: 10px 18px;
  height: 56px;
  min-width: 130px;
  flex: 1 1 0;
  max-width: 200px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#text-page.payment-page .pp-credit-logo:hover {
  border-color: rgba(0, 55, 130, 0.3);
  box-shadow: 0 4px 12px -6px rgba(0, 55, 130, 0.25);
}
#text-page.payment-page .pp-credit-logo img {
  max-height: 36px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  #text-page.payment-page .pp-credit-logo {
    flex: 1 1 calc(50% - 8px);
    max-width: none;
    min-width: 0;
  }
}

/* Wallet badges (Apple Pay / Google Pay / Revolut Pay) */
#text-page.payment-page .pp-card-badges--wallets {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed #e8ecf2;
}
#text-page.payment-page .pp-badge--apple,
#text-page.payment-page .pp-badge--google,
#text-page.payment-page .pp-badge--revolut {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1;
}
#text-page.payment-page .pp-badge--apple {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#text-page.payment-page .pp-badge--google {
  background: #fff;
  color: #3c4043;
  border: 1px solid #dadce0;
}
#text-page.payment-page .pp-badge--revolut {
  background: #0075eb;
  color: #fff;
  border: 1px solid #0075eb;
  font-family: 'Ubuntu-Bold', sans-serif;
  letter-spacing: 0.02em;
}

/* ===== WARRANTY / RMA PAGE (garanciya-i-serviz) ===== */
#text-page.warranty-page { padding: 24px 0 60px; }
#text-page.warranty-page > .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

/* HERO */
#text-page.warranty-page .wp-hero {
  background: linear-gradient(135deg, #111827 0%, #003782 100%);
  padding: 44px 40px;
  border-radius: 16px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
#text-page.warranty-page .wp-hero-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  opacity: 0.05;
  pointer-events: none;
}
#text-page.warranty-page .wp-hero-deco svg { width: 100%; height: 100%; }
#text-page.warranty-page .wp-hero-body { position: relative; z-index: 1; flex: 1; min-width: 0; }
#text-page.warranty-page .wp-hero-tag {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#text-page.warranty-page .wp-hero-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
#text-page.warranty-page .wp-hero-title {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}
#text-page.warranty-page .wp-hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  max-width: 440px;
  line-height: 1.6;
  margin: 0 0 20px;
}
#text-page.warranty-page .wp-hero-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
#text-page.warranty-page .wp-hero-btn {
  border-radius: 9px;
  padding: 11px 22px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: filter 0.15s ease, background 0.15s ease;
}
#text-page.warranty-page .wp-hero-btn--primary {
  background: #ffffff;
  color: #003782;
  font-weight: 700;
  border: none;
}
#text-page.warranty-page .wp-hero-btn--primary:hover {
  background: #eaf1ff;
  color: #003782;
}
#text-page.warranty-page .wp-hero-btn--ghost {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 500;
}
#text-page.warranty-page .wp-hero-btn--ghost:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
#text-page.warranty-page .wp-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
#text-page.warranty-page .wp-hero-stat {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  min-width: 100px;
}
#text-page.warranty-page .wp-hero-stat-val {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1.1;
}
#text-page.warranty-page .wp-hero-stat-lbl {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

/* STEPS */
#text-page.warranty-page .wp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  gap: 16px;
}
#text-page.warranty-page .wp-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.67% + 8px);
  right: calc(16.67% + 8px);
  border-top: 2px dashed rgba(0, 55, 130, 0.2);
  z-index: 0;
}
#text-page.warranty-page .wp-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
#text-page.warranty-page .wp-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 55, 130, 0.2);
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.warranty-page .wp-step-title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
}
#text-page.warranty-page .wp-step-desc {
  font-size: 12px;
  color: #6b7a95;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}

/* WARN */
#text-page.warranty-page .wp-warn {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #5d4037;
  line-height: 1.6;
}
#text-page.warranty-page .wp-warn strong { color: #5d4037; }
#text-page.warranty-page .wp-warn-icon { display: inline-flex; flex-shrink: 0; margin-top: 1px; }
#text-page.warranty-page .wp-warn--block { align-items: flex-start; }
#text-page.warranty-page .wp-warn-list {
  list-style: disc;
  margin: 8px 0 0 18px;
  padding: 0;
}
#text-page.warranty-page .wp-warn-list li { margin: 4px 0; }

/* PDF CARD */
#text-page.warranty-page .wp-pdf-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
#text-page.warranty-page .wp-pdf-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
#text-page.warranty-page .wp-pdf-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.warranty-page .wp-pdf-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 3px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.warranty-page .wp-pdf-sub {
  font-size: 12px;
  color: #6b7a95;
  line-height: 1.4;
}
#text-page.warranty-page .wp-pdf-btn {
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  transition: filter 0.15s ease;
}
#text-page.warranty-page .wp-pdf-btn:hover {
  filter: brightness(1.1);
  color: #fff;
}

/* FORM CARD */
#text-page.warranty-page .wp-form-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
}
#text-page.warranty-page .wp-card-head {
  padding: 16px 20px;
  background: #fafbfc;
  border-bottom: 1px solid #f0f4f8;
  display: flex;
  align-items: center;
  gap: 10px;
}
#text-page.warranty-page .wp-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #111827, #003782);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
#text-page.warranty-page .wp-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  font-family: 'Ubuntu-Bold', sans-serif;
}
#text-page.warranty-page .wp-card-sub {
  font-size: 11.5px;
  color: #6b7a95;
  margin-top: 1px;
}
#text-page.warranty-page .wp-card-body { padding: 20px; }

#text-page.warranty-page .wp-section-title {
  font-size: 11.5px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}
#text-page.warranty-page .wp-divider {
  height: 1px;
  background: #f0f4f8;
  margin: 16px 0;
}

/* FORM FIELDS */
#text-page.warranty-page .wp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}
#text-page.warranty-page .wp-field {
  display: flex;
  flex-direction: column;
}
#text-page.warranty-page .wp-field--full { margin: 14px 0 16px; }
#text-page.warranty-page .wp-field label {
  font-size: 10.5px;
  color: #6b7a95;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
#text-page.warranty-page .wp-field input,
#text-page.warranty-page .wp-field textarea {
  width: 100%;
  background: #f8fafc;
  border: 1.5px solid #e8ecf2;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  color: #111827;
  outline: none;
  font-family: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
  box-shadow: none;
  height: auto;
}
#text-page.warranty-page .wp-field textarea {
  min-height: 90px;
  resize: vertical;
}
#text-page.warranty-page .wp-field input::placeholder,
#text-page.warranty-page .wp-field textarea::placeholder { color: #9ca3af; }
#text-page.warranty-page .wp-field input:focus,
#text-page.warranty-page .wp-field textarea:focus {
  border-color: #003782;
  background: #ffffff;
}
#text-page.warranty-page .wp-req { color: #dc2626; }

/* CHECKBOX GROUPS */
#text-page.warranty-page .wp-check-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
#text-page.warranty-page .wp-check-group {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
}
#text-page.warranty-page .wp-check-group-title {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#text-page.warranty-page .wp-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12.5px;
  color: #374151;
  cursor: pointer;
}
#text-page.warranty-page .wp-check:last-child { margin-bottom: 0; }
#text-page.warranty-page .wp-check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #003782;
  cursor: pointer;
  flex-shrink: 0;
}

/* TERMS BLOCK */
#text-page.warranty-page .wp-terms {
  background: #f0f5ff;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
#text-page.warranty-page .wp-terms-title {
  font-size: 11px;
  font-weight: 600;
  color: #003782;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#text-page.warranty-page .wp-term {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,55,130,0.08);
}
#text-page.warranty-page .wp-term:last-child { border-bottom: none; }
#text-page.warranty-page .wp-term::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003782;
  flex-shrink: 0;
  margin-top: 7px;
  display: inline-block;
}

/* SIGNATURE */
#text-page.warranty-page .wp-signature {
  border-top: 2px solid #e8ecf2;
  padding-top: 8px;
  margin-bottom: 16px;
}
#text-page.warranty-page .wp-signature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
}

/* RECAPTCHA */
#text-page.warranty-page .wp-recaptcha {
  margin: 4px 0 14px;
  display: flex;
  justify-content: center;
}
#text-page.warranty-page .wp-submit-btn[disabled] { opacity: .7; cursor: not-allowed; }

/* SUBMIT BUTTON */
#text-page.warranty-page .wp-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #111827, #003782);
  color: #ffffff;
  border: none;
  border-radius: 9px;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Ubuntu', Arial, sans-serif;
  transition: filter 0.15s ease;
}
#text-page.warranty-page .wp-submit-btn:hover { filter: brightness(1.1); }

/* FORM MESSAGE */
#text-page.warranty-page .wp-form-message {
  display: block !important;
  margin: 14px auto 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  max-width: 520px;
  width: fit-content;
  min-width: min(320px, 100%);
  box-sizing: border-box;
  float: none !important;
  clear: both;
}
#text-page.warranty-page .wp-form-message--ok {
  background: #e8f5e9;
  border: 1px solid #81c784;
  color: #1b5e20;
}
#text-page.warranty-page .wp-form-message--err {
  background: #fdecea;
  border: 1px solid #ef9a9a;
  color: #7b1f1a;
}

/* CONDITIONS SECTION */
#text-page.warranty-page .wp-sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 24px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: none;
  text-align: left;
}
#text-page.warranty-page .wp-sec-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}
#text-page.warranty-page .wp-notes {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 8px;
}
#text-page.warranty-page .wp-note-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.55;
  padding: 7px 0;
  border-bottom: 1px solid #f0f4f8;
}
#text-page.warranty-page .wp-note-item:last-child { border-bottom: none; }
#text-page.warranty-page .wp-note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003782;
  flex-shrink: 0;
  margin-top: 7px;
}
#text-page.warranty-page .wp-important {
  background: #f0f5ff;
  border-left: 3px solid #003782;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 13px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 8px;
}
#text-page.warranty-page .wp-important strong { color: #111827; }

/* MOBILE */
@media (max-width: 768px) {
  #text-page.warranty-page .wp-hero {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 18px;
  }
  #text-page.warranty-page .wp-hero-title { font-size: 22px; }
  #text-page.warranty-page .wp-hero-actions { flex-wrap: wrap; }
  #text-page.warranty-page .wp-hero-btn { justify-content: center; flex: 1 1 auto; }
  #text-page.warranty-page .wp-hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #text-page.warranty-page .wp-hero-stat { flex: 1 1 calc(50% - 6px); min-width: 0; }

  #text-page.warranty-page .wp-steps { grid-template-columns: 1fr; gap: 18px; }
  #text-page.warranty-page .wp-steps::before { display: none; }

  #text-page.warranty-page .wp-pdf-card {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  #text-page.warranty-page .wp-pdf-btn { justify-content: center; }

  #text-page.warranty-page .wp-form-grid { grid-template-columns: 1fr; }
  #text-page.warranty-page .wp-check-groups { grid-template-columns: 1fr; }
  #text-page.warranty-page .wp-signature-row { grid-template-columns: 1fr; gap: 8px; }
}
