/* ============================================================
   NRG.ro — Unified Design Tokens
   Single source of truth for all CSS variables.
   ============================================================ */
:root {
  /* ── Brand System (canonical — used by modern components) ── */
  --brand-primary: #0ea5e9;
  --brand-primary-hover: #0277BD;
  --brand-dark: #0f172a;
  --brand-dark-hover: #1e293b;
  --brand-light: #f8fafc;
  --brand-border: #e2e8f0;
  --brand-text: #334155;
  --brand-text-muted: #64748b;
  --brand-success: #10b981;
  --brand-warning: #f59e0b;
  --brand-danger: #ef4444;

  /* ── NRG aliases (point to --brand-* for consistency) ── */
  --nrg-bg-app: var(--brand-light);
  --nrg-bg-card: #ffffff;
  --nrg-bg-secondary: #f1f5f9;
  --nrg-border-default: var(--brand-border);
  --nrg-border-input: #cbd5e1;
  --nrg-text-primary: var(--brand-dark);
  --nrg-text-label: var(--brand-dark-hover);
  --nrg-text-muted: var(--brand-text-muted);
  --nrg-blue-primary: var(--brand-primary);
  --nrg-blue-hover: var(--brand-primary-hover);
  --nrg-status-success: var(--brand-success);
  --nrg-status-warning: var(--brand-warning);
  --nrg-status-error: var(--brand-danger);

  /* ── Legacy vars (kept for backwards compatibility) ── */
  --white-color: #fff;
  --black-color: #000;
  --main-color: #222222;
  --second-color: #00a0e7;
  --second-color-2: #0095d7;
  --second-color-3: #FFCC00;
  --second-color-4: #00d660;
  --second-color-5: #39b54a;
  --dark-100: #343745;
  --dark-200: #292931;
  --dark-300: #353e47;
  --dark-400: #666666;
  --dark-500: #464a63;
  --dark-600: #333333;
  --dark-700: #575757;
  --light-100: #ddd;
  --light-200: #f5f5f5;
  --light-300: #f2f2f2;
  --light-400: #999999;
  --light-500: #f3f3f3;
  --light-600: #888888;
  --light-700: #f7f7f7;
  --red-color: #ff4b58;
  --radius-r: 25px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';

  font-display: swap;
}
@font-face {
  font-family: 'Font electro';
  src: url('../fonts/font-electro-webfont.eot');
  src: url('../fonts/font-electro-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-electro-webfont.svg#font-electro') format('svg'), url('../fonts/font-electro-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';

  font-display: swap;
}
@font-face {
  font-family: 'Star';
  src: url('../fonts/star-webfont.eot');
  src: url('../fonts/star-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/star-webfont.svg#star') format('svg'), url('../fonts/star-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';

  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon-webfont.eot');
  src: url('../fonts/icomoon-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon-webfont.svg#icomoon') format('svg'), url('../fonts/icomoon-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';

  font-display: swap;
}
/* OpenSans fonts now loaded via Google Fonts CDN in nrg-custom.css */
.back-to-top-btn {
  position: fixed;
  right: 30px;
  bottom: 15%;
  width: 40px;
  height: 40px;
  background: var(--dark-400);
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  line-height: 32px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
@media (max-width: 991px) {
  .back-to-top-btn {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .back-to-top-btn {
    right: 15px;
  }
}
.back-to-top-btn.active {
  opacity: 1;
  visibility: initial;
}
.back-to-top-btn:hover {
  background: var(--dark-600);
}
.main-btn {
  background: var(--light-300);
  border: 1px solid #cdcdcd;
  color: var(--main-color);
  border-radius: 4px;
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
}
.main-btn.large {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  padding: 13.5px 17px;
}
@media (max-width: 767px) {
  .main-btn.large {
    padding: 9px 12px;
  }
}
.main-btn.small {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  .main-btn.small {
    padding: 4px 12px;
  }
}
.main-btn.uppercase {
  text-transform: uppercase;
}
.main-btn.white {
  background-color: var(--white-color);
}
.main-btn.white:hover {
  background: var(--second-color-5);
  border-color: var(--second-color-5);
  color: var(--white-color);
}
.main-btn.light {
  background: var(--second-color-5);
  color: var(--white-color);
  border-color: var(--second-color-5);
}
.main-btn.light:hover {
  background: var(--dark-600);
  border-color: var(--dark-600);
  color: var(--white-color);
}
.main-btn.dark {
  background: #1979c3;
  color: var(--white-color);
  border-color: #1979c3;
}
.main-btn.dark:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: var(--white-color);
}
.main-btn.transparent {
  background: transparent;
  color: #1979c3;
  border-color: transparent;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
.main-btn.transparent:hover {
  background: transparent;
  border-color: transparent;
  color: var(--second-color-3);
}
.main-btn.full {
  width: 100%;
}
.main-btn:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

.custom-form .radios {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .custom-form .radios {
    flex-direction: column;
    gap: 10px;
  }
}
.custom-form .radios:not(.inline) {
  gap: 10px;
  flex-direction: column;
}
.custom-form .upload-area {
  position: relative;
}
.custom-form .upload-area input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-form .upload-area label {
  color: #2196f3;
  position: relative;
  padding-left: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .custom-form .upload-area label {
    font-size: 14px;
  }
}
.custom-form .upload-area label:hover {
  text-decoration: underline;
}
.custom-form .upload-area label svg {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 16px;
}
.custom-form .check-section {
  position: relative;
}
.custom-form .check-section input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-form .check-section input:checked + label:after {
  opacity: 1;
  visibility: initial;
}
.custom-form .check-section label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
}
@media (max-width: 575px) {
  .custom-form .check-section label {
    font-size: 13px;
  }
}
.custom-form .check-section label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--light-400);
  border-radius: 50%;
}
.custom-form .check-section label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--second-color);
  top: 4px;
  left: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.custom-form .check-section label a {
  color: var(--second-color);
}
.custom-form .check-section label a:hover {
  color: var(--second-color-5);
}
.custom-form dl {
  margin-bottom: 10px;
}
.custom-form dl dt {
  margin-bottom: 4px;
}
.custom-form dl dt label {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.custom-form dl dt span {
  color: var(--red-color);
}
.custom-form dl dd {
  display: flex;
  flex-direction: column;
}
.custom-form dl dd span.form-error {
  order: 2;
  color: var(--red-color);
  font-size: 13px;
}
.custom-form.small-form .form-main-wrap {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .custom-form.small-form .form-main-wrap {
    column-gap: 15px;
  }
}
.custom-form.small-form .form-main-wrap dl {
  width: 100%;
  max-width: calc((100% / 3) - (40px / 3));
}
@media (max-width: 991px) {
  .custom-form.small-form .form-main-wrap dl {
    max-width: calc((100% / 2) - (15px / 2));
  }
}
@media (max-width: 767px) {
  .custom-form.small-form .form-main-wrap dl {
    max-width: 100%;
  }
}
.custom-form.small-form .buttons {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .custom-form.small-form .buttons {
    margin-top: 5px;
  }
}
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form input[type="number"],
.custom-form input[type="password"],
.custom-form select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 14px;
  height: 40px;
  padding: 0 9px;
  color: var(--dark-400);
  outline: none;
  text-align: left;
  text-align-last: left;
  box-shadow: unset;
}
@media (max-width: 575px) {
  .custom-form input[type="text"],
  .custom-form input[type="email"],
  .custom-form input[type="tel"],
  .custom-form input[type="number"],
  .custom-form input[type="password"],
  .custom-form select {
    font-size: 13px;
    height: 36px;
  }
}

.custom-form textarea {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 14px;
  padding: 9px;
  color: var(--dark-400);
  outline: none;
  box-shadow: unset;
}
@media (max-width: 575px) {
  .custom-form textarea {
    font-size: 13px;
  }
}
.auth-form .bottom-actions {
  margin-top: 10px;
}
.auth-form .bottom-actions .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.auth-form .bottom-actions .link {
  color: var(--second-color);
  text-decoration: underline;
}
.auth-form .bottom-actions .link.register {
  text-align: center;
}
.auth-form .bottom-actions .link:hover {
  color: var(--second-color-3);
}
.auth-form .bottom-actions .fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-form .bottom-actions .buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-heading {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--light-100);
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.section-heading.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-right: 110px;
}
.section-heading:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--second-color);
}
.section-heading .heading {
  font-size: 171.428%;
  line-height: 1.5;
  color: var(--main-color);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
}
@media (max-width: 375px) {
  .section-heading .heading {
    font-size: 130.428%;
  }
}
.section-heading .heading.white {
  color: var(--white-color);
}
.footer-heading {
  font-size: 128.571%;
  color: var(--main-color);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  margin-bottom: 17px;
}
.tabs-list {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid var(--light-100);
  margin-bottom: 20px;
  gap: 15px;
}
.tabs-list li {
  display: flex;
  padding-bottom: 10px;
  color: var(--main-color);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
}
.tabs-list li.active {
  border-bottom-color: var(--main-color);
}
.modal-dialog {
  background-color: vaR(--white-color);
}
.modal-content {
  overflow: hidden;
}
.modal-content .close {
  color: var(--main-color);
  opacity: 1;
}
.modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.modal-header:before {
  display: none;
}
.modal-header.no-border {
  border: 0;
}
.modal-header .modal-title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--second-color);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
.modal-header .close {
  float: none;
  order: 2;
  margin: 0 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.modal-header .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 3px;
  background-color: var(--light-400);
}
.modal-header .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 100%;
  background-color: var(--light-400);
}
.modal-header .close span {
  display: none;
}
.modal-body.description {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-200);
}
.modal-body.auth-body {
  padding: 0 15px 15px;
}
.modal-body .auth-tabs-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  background: var(--light-200);
}
@media (max-width: 767px) {
  .modal-body .auth-tabs-list {
    margin-bottom: 15px;
  }
}
.modal-body .auth-tabs-list li {
  padding: 7px 20px;
  font-size: 16px;
  color: var(--main-color);
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-body .auth-tabs-list li {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.modal-body .auth-tabs-list li.active {
  color: var(--white-color);
  background: var(--second-color);
}
.modal-body .auth-tabs-wrap .tab {
  display: none;
}
.modal-body .auth-tabs-wrap .tab.active {
  display: block;
}
.modal-body .auth-tabs-wrap .tab .login-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 600px) {
  .modal-body .auth-tabs-wrap .tab .login-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method {
  width: 100%;
  max-width: 260px;
  background: var(--light-200);
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .modal-body .auth-tabs-wrap .tab .login-wrapper .another-method {
    max-width: 100%;
  }
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method .separator {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  height: 100%;
  width: 2px;
  display: flex;
  background: #dbdbdb;
  align-items: center;
  justify-content: center;
  transform: translateX(-30px);
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method .separator span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  line-height: 24px;
  text-align: center;
  height: 30px;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  color: #dbdbdb;
  z-index: 2;
  background: var(--white-color);
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method h4 {
  color: var(--dark-400);
  text-align: center;
  font-size: 13px;
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 4px;
  gap: 10px;
  background: vaR(--second-color);
  color: vaR(--white-color);
  font-size: 13px;
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method a .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--white-color);
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method a .icon img {
  width: 100%;
  max-width: 25px;
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .another-method a:hover {
  background: #77aeff;
}
.modal-body .auth-tabs-wrap .tab .login-wrapper .auth-form {
  width: 100%;
  max-width: calc(100% - 310px);
}
@media (max-width: 600px) {
  .modal-body .auth-tabs-wrap .tab .login-wrapper .auth-form {
    max-width: 100%;
  }
}
.modal-body.fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-body.fields .field {
  display: flex;
  flex-direction: column;
}
.modal-body.fields dl {
  display: flex;
  flex-direction: column;
}
.modal-body.fields dl dd {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .owl-nav {
    display: none;
  }
}
.owl-nav:not(.disabled) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  pointer-events: none;
}
.owl-nav:not(.disabled) button {
  width: 60px;
  height: 60px;
  font-size: 31px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  cursor: pointer;
}
.owl-nav:not(.disabled) button:hover {
  background: var(--second-color);
}
.owl-nav:not(.disabled) button:hover i:before {
  color: var(--white-color);
}
.owl-dots:not(.disabled) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.owl-dots:not(.disabled) .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid vaR(--white-color);
  display: flex;
}
.owl-dots:not(.disabled) .owl-dot.active {
  background: vaR(--white-color);
}
.breadcrumbs-section {
  padding: 15px 0 30px;
}
@media (max-width: 1199px) {
  .breadcrumbs-section {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-section {
    padding: 10px 0;
  }
}
.breadcrumbs-section .navigator-container .navigator {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumbs-section .navigator-container .navigator li a {
  color: var(--light-600);
  font-size: 13px;
  line-height: 19.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-section .navigator-container .navigator li a:hover {
  color: var(--main-color);
}
.breadcrumbs-section .navigator-container .navigator li.delimiter i:before {
  color: var(--light-600);
  font-size: 13px;
}
.breadcrumbs-section .navigator-container .navigator li:last-child a {
  color: var(--main-color);
}
.pagination {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 9px;
  margin: 20px 0 0;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  line-height: 34px;
  color: var(--main-color);
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  background-color: var(--white-color);
}
.pagination a.prev-btn,
.pagination a.next-btn {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .pagination a.prev-btn,
  .pagination a.next-btn {
    display: none;
  }
}
.pagination a:hover,
.pagination a.a {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--white-color);
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/components/components/elements/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.main-container {
  width: 100%;
  max-width: 1650px;
}
.small-container { max-width: 1200px; }
.cart-checkout-summary .cart-list {
  max-height: calc(88.33px * 3);
  overflow-y: auto;
}
.cart-checkout-summary .cart-list::-webkit-scrollbar {
  width: 5px;
}
.cart-checkout-summary .cart-list::-webkit-scrollbar-track {
  background: var(--light-100);
}
.cart-checkout-summary .cart-list::-webkit-scrollbar-thumb {
  background-color: var(--dark-300);
}
.cart-checkout-summary .cart-list li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 575px) {
  .cart-checkout-summary .cart-list li {
    gap: 10px;
    padding: 10px 0;
  }
}
.cart-checkout-summary .cart-list li .image {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 575px) {
  .cart-checkout-summary .cart-list li .image {
    max-width: 65px;
  }
}
.cart-checkout-summary .cart-list li .image img {
  max-width: 100%;
}
.cart-checkout-summary .cart-list li .details {
  width: 100%;
  max-width: calc(100% - 95px);
}
@media (max-width: 575px) {
  .cart-checkout-summary .cart-list li .details {
    max-width: calc(100% - 75px);
  }
}
.cart-checkout-summary .cart-list li .details .name {
  color: var(--main-color);
}
.cart-checkout-summary .cart-list li .details .quantity-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
  gap: 5px;
}
.cart-checkout-summary .cart-list li .details .quantity-container .button-q {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-200);
  color: var(--white-color);
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.cart-checkout-summary .cart-list li .details .quantity-container .button-q:hover {
  background: var(--second-color);
}
.cart-checkout-summary .cart-list li .details .quantity-container label {
  font-size: 13px;
  margin-right: 5px;
}
.cart-checkout-summary .cart-list li .details .quantity-container input {
  text-align: center;
  text-align-last: center;
  width: 45px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: var(--dark-400);
  outline: none;
}
.cart-checkout-summary .cart-list li .details .price {
  color: var(--dark-400);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
body {
  width: 100%;
  margin: auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 400;
  color: var(--main-color);
  font-size: 14px;
  line-height: 21px;
  background: var(--white-color);
}
body #wh-widget-send-button {
  z-index: 1;
}
body::-webkit-scrollbar {
  width: 10px;
}
.padding-section {
  padding: 30px 0;
}
.page-padding {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .page-padding {
    padding: 0 0 30px;
  }
}
.row.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.flex:before,
.row.flex:after {
  display: none;
}
header {
  position: sticky;
  top: -97.42px;
  z-index: 5;
}
@media (max-width: 991px) {
  header {
    top: 0;
  }
}
@media (max-width: 991px) {
  header .main-header {
    background: var(--light-300);
  }
}
header .main-header-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 10px;
}
@media (max-width: 1400px) {
  header .main-header-wrapper {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  header .main-header-wrapper {
    padding: 10px 0 0;
    gap: 0px;
  }
}
header .main-header-wrapper .hamburger {
  width: 35px;
}
@media (max-width: 991px) {
  header .main-header-wrapper .hamburger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
header .main-header-wrapper .hamburger i::before {
  font-size: 32px;
}
header .main-header-wrapper .logo-container {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 1199px) {
  header .main-header-wrapper .logo-container {
    width: auto;
  }
}
@media (max-width: 991px) {
  header .main-header-wrapper .logo-container {
    flex: 1;
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .main-header-wrapper .logo-container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
}
@media (max-width: 991px) {
  header .main-header-wrapper .logo-container .logo {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  header .main-header-wrapper .logo-container .logo {
    max-width: 130px;
  }
}
header .main-header-wrapper .logo-container .logo img {
  max-width: 100%;
}
header .main-header-wrapper .search-holder {
  width: 100%;
  max-width: 588px;
}
@media (max-width: 1400px) {
  header .main-header-wrapper .search-holder {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  header .main-header-wrapper .search-holder {
    order: 2;
    padding: 10px 15px;
    margin: 10px -15px 0;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    background: var(--white-color);
  }
}
header .main-header-wrapper .search-holder .form-search {
  position: relative;
}
header .main-header-wrapper .search-holder .form-search input {
  border: 1px solid var(--second-color);
  border-radius: var(--radius-r);
  padding: 0 70px 0 28px;
  height: 42px;
  width: 100%;
  outline: none;
}
@media (max-width: 991px) {
  header .main-header-wrapper .search-holder .form-search input {
    border: 1px solid var(--light-100);
    border-radius: 3px;
    padding: 0 40px 0 10px;
    height: 34px;
  }
}
header .main-header-wrapper .search-holder .form-search button {
  position: absolute;
  top: 0;
  height: 42px;
  right: 0;
  width: 64px;
  background-color: transparent;
  border: 0;
  outline: none;
  background: url('https://www.nrg.ro/static/images/search_field_icon.png') no-repeat center center;
  background-size: auto 60%;
}
@media (max-width: 991px) {
  header .main-header-wrapper .search-holder .form-search button {
    height: 34px;
    width: 34px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .main-header-wrapper .search-holder .form-search button i:before {
    color: var(--light-400);
    font-size: 18px;
  }
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list {
  padding: 15px;
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list::-webkit-scrollbar {
  width: 5px;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list::-webkit-scrollbar-track {
  background: var(--light-100);
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list::-webkit-scrollbar-thumb {
  background: var(--second-color);
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
}
@media (max-width: 767px) {
  header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .image {
    max-width: 60px;
  }
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .image img {
  max-width: 100%;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .right-section {
  width: 100%;
  max-width: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .right-section {
    max-width: calc(100% - 70px);
  }
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .right-section .name {
  color: var(--main-color);
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .right-section .name:hover {
  color: var(--second-color-3);
}
header .main-header-wrapper .search-holder .form-search #sugestive-search-results .results-list li .right-section .price {
  color: var(--main-color);
}
header .main-header-wrapper .header-main-wrap-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media (max-width: 1500px) {
  header .main-header-wrapper .header-main-wrap-actions {
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  header .main-header-wrapper .header-main-wrap-actions {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  header .main-header-wrapper .header-main-wrap-actions {
    flex: unset;
    width: 35px;
  }
}
header .main-header-wrapper .header-main-wrap-actions .action-li {
  position: relative;
}
header .main-header-wrapper .header-main-wrap-actions .action-li.languages .action img {
  width: 100%;
  max-width: 20px;
}
@media (max-width: 1199px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li.languages .action span {
    display: none;
  }
}
@media (max-width: 1300px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li.wishlit-action-wrapper .action .txt {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li.quick-cart-wrapper .action .txt {
    display: none;
  }
}
header .main-header-wrapper .header-main-wrap-actions .action-li .action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .action .txt {
  color: var(--main-color);
}
@media (max-width: 767px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li .action i:before {
    font-size: 26px;
  }
}
header .main-header-wrapper .header-main-wrap-actions .action-li .action .small-circle {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--second-color);
  color: var(--white-color);
  font-size: 85.714%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li .action .small-circle {
    top: 0;
    right: 0;
    left: unset;
    transform: translate(50%, -50%);
  }
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 25px;
  transition: all 400ms ease-in-out;
  z-index: 2;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  background: var(--white-color);
  transition: all 300ms ease-in-out;
  min-width: 200px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner {
    padding: 15px;
  }
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .pages {
  display: flex;
  flex-direction: column;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .pages li a,
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .pages li .logout {
  display: block;
  color: vaR(--main-color);
  line-height: 30px;
  font-size: 100%;
  text-transform: capitalize;
  position: relative;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .pages li a:hover,
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .pages li .logout:hover {
  color: var(--second-color);
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs li a {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: var(--main-color);
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs li a img {
  width: 100%;
  max-width: 20px;
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs li a span {
  display: block;
  width: 100%;
  max-width: calc(100% - 30px);
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs li a:hover {
  color: var(--second-color);
}
header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action .inner .langs li a.active span {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
@media (max-width: 991px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li .drop-action.open {
    opacity: 1;
    visibility: initial;
  }
}
@media (min-width: 992px) {
  header .main-header-wrapper .header-main-wrap-actions .action-li:hover .drop-action {
    opacity: 1;
    visibility: initial;
  }
}
header .navigation-header {
  background: var(--dark-200);
}
@media (max-width: 991px) {
  header .navigation-header {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-120%);
    height: 100%;
    transition: all 400ms ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  header .navigation-header.open {
    opacity: 1;
    visibility: initial;
    transform: translateX(0%);
  }
  header .navigation-header .container {
    max-width: 280px;
    background: var(--white-color);
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
  }
  header .navigation-header .container .row,
  header .navigation-header .container div[class*="col-"] {
    height: 100%;
  }
}
header .navigation-header-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1400px) {
  header .navigation-header-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  header .navigation-header-wrapper {
    gap: 10px;
  }
}
header .navigation-header-wrapper.n {
  display: none;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.15rem;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
  }
}
header .navigation-header-wrapper .categories-wrapper {
  position: relative;
  height: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper {
    height: unset;
    width: 100%;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  text-transform: capitalize;
  color: var(--white-color);
  height: 40px;
  background: var(--dark-300);
  border-radius: 10px 10px 0 0;
  width: 160px;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-trigger {
    display: none;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-trigger h4 {
  z-index: 2;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-trigger i {
  z-index: 2;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-trigger i:before {
  color: var(--second-color);
}
header .navigation-header-wrapper .categories-wrapper .dropdown-trigger i:last-child {
  margin-bottom: -4px;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 248px;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list {
    position: initial;
    width: 100%;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: var(--white-color);
    border: 1px solid var(--light-100);
  }
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul {
    gap: 1.15rem;
  }
}
@media (min-width: 992px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent:not(:last-child) {
    border-bottom: 1px solid var(--light-100);
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link {
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 992px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link {
    padding: 12.5px 40px 12.5px 20px;
    background: var(--light-200);
  }
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link {
    padding-right: 20px;
    text-transform: uppercase;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link > i {
  position: absolute;
  top: 12.5px;
  right: 20px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link > i {
    top: 0;
    right: 0;
    transform: rotate(0deg);
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .parent-link > i:before {
  color: var(--main-color);
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories {
  padding: 25px 15px 26px;
  background: var(--white-color);
  width: 100vw;
  max-width: calc(1630px - 255px);
}
@media (max-width: 1650px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories {
    max-width: calc(100vw - (248px + 28px));
  }
}
@media (min-width: 992px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories {
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--white-color);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories {
    padding: 15px 0 0;
    width: 100%;
    max-width: 100%;
    display: none;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories::-webkit-scrollbar {
  width: 5px;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories::-webkit-scrollbar-track {
  background: var(--light-200);
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
  border-radius: 0;
}
@media (min-width: 992px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul {
    columns: 3;
    gap: 18px;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 {
    margin-bottom: 15px;
  }
  header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1:last-child {
    margin-bottom: 0;
  }
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 .parent-l1-link {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  color: var(--main-color);
  display: flex;
  margin-bottom: 4px;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 .subcategories-last {
  display: flex;
  flex-direction: column;
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 .subcategories-last li a {
  padding: 4px 0;
  font-size: 92.857%;
  display: block;
  color: var(--dark-400);
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent .subcategories .subcategories-l1-ul .parent-l1 .subcategories-last li a:hover {
  color: var(--second-color);
}
header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list .parent-ul .parent:hover .subcategories {
  opacity: 1;
  visibility: initial;
}
header .navigation-header-wrapper .pages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .pages {
    flex-direction: column;
    width: 100%;
    gap: 1.15rem;
  }
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .pages li {
    width: 100%;
  }
}
header .navigation-header-wrapper .pages li a {
  padding: 0 20px;
  color: var(--white-color);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  header .navigation-header-wrapper .pages li a {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  header .navigation-header-wrapper .pages li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .pages li a {
    color: var(--main-color);
    font-size: 14px;
    justify-content: flex-start;
    padding: 0;
    height: unset;
    text-transform: uppercase;
  }
}
header .navigation-header-wrapper .pages li a .hot {
  position: absolute;
  top: 0;
  right: 20px;
  background: var(--second-color);
  font-size: 10px;
  line-height: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  color: var(--white-color);
  padding: 0 6px;
  border-radius: 3px;
  transform: translateY(-50%);
  letter-spacing: 0.2px;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .pages li a .hot {
    display: none;
  }
}
header .navigation-header-wrapper .pages li a .hot:before {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid var(--second-color);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
header .navigation-header-wrapper .contact-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header .navigation-header-wrapper .contact-wrapper {
    display: none;
  }
}
header .navigation-header-wrapper .contact-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--white-color);
}
@media (max-width: 1199px) {
  header .navigation-header-wrapper .contact-wrapper a {
    font-size: 12px;
  }
}
header .navigation-header-wrapper .contact-wrapper a i:before {
  color: var(--white-color);
  font-size: 18px;
}
@media (max-width: 1199px) {
  header .navigation-header-wrapper .contact-wrapper a i:before {
    font-size: 15px;
  }
}
header .navigation-header .settings-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
header .navigation-header .settings-wrapper ul li a {
  color: var(--main-color);
  display: flex;
  text-transform: uppercase;
}
header .navigation-header .settings-wrapper ul.langs {
  gap: 10px;
}
header .navigation-header .settings-wrapper ul.langs li a {
  gap: 10px;
}
header .navigation-header .settings-wrapper ul.langs li a img {
  width: 100%;
  max-width: 20px;
}
header .navigation-header .settings-wrapper ul.langs li a span {
  display: block;
  width: 100%;
  max-width: calc(100% - 30px);
}
header .navigation-header .settings-wrapper ul.langs li a.active span {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
@media (min-width: 992px) {
  header.isSticky .navigation-header-wrapper .pages li a .hot {
    display: none;
  }
  header.isSticky .navigation-header-wrapper .categories-wrapper {
    align-items: center;
  }
  header.isSticky .navigation-header-wrapper .categories-wrapper .dropdown-categories-list {
    opacity: 0;
    visibility: hidden;
  }
  header.isSticky .navigation-header-wrapper .categories-wrapper .dropdown-trigger {
    border-radius: 10px;
  }
  header.isSticky .navigation-header-wrapper .categories-wrapper:hover .dropdown-categories-list {
    opacity: 1;
    visibility: initial;
  }
}
@media (min-width: 992px) {
  header.pages-custom-header .navigation-header-wrapper .categories-wrapper {
    align-items: center;
  }
  header.pages-custom-header .navigation-header-wrapper .categories-wrapper .dropdown-categories-list:not(.default-categories) {
    opacity: 0;
    visibility: hidden;
  }
  header.pages-custom-header .navigation-header-wrapper .categories-wrapper .dropdown-trigger {
    border-radius: 10px;
  }
  header.pages-custom-header .navigation-header-wrapper .categories-wrapper:hover .dropdown-categories-list {
    opacity: 1;
    visibility: initial;
  }
}
footer .main-footer {
  padding: 53px 0 15px;
}
@media (max-width: 991px) {
  footer .main-footer {
    padding: 35px 0 15px;
  }
}
footer .main-footer .wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
footer .main-footer .wrap .area {
  width: 100%;
  max-width: calc(100% / 6 - ((30px * 5) / 6));
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area {
    max-width: 100%;
  }
}
footer .main-footer .wrap .area.large {
  max-width: calc(2*(100% / 6 - ((30px * 5) / 6)));
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area.large {
    max-width: 100%;
  }
}
footer .main-footer .wrap .area .contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .main-footer .wrap .area .contact-list li {
  position: relative;
  padding-left: 38px;
  color: var(--dark-400);
}
footer .main-footer .wrap .area .contact-list li i {
  position: absolute;
  top: 0;
  left: 0;
}
footer .main-footer .wrap .area .contact-list li i:before {
  font-size: 18px;
  color: var(--dark-400);
}
footer .main-footer .wrap .area .contact-list li h4 {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 700;
}
footer .main-footer .wrap .area .contact-list li a {
  color: var(--dark-400);
}
footer .main-footer .wrap .area .contact-list li a:hover {
  color: var(--second-color);
}
footer .main-footer .wrap .area .pages {
  display: flex;
  flex-direction: column;
  gap: 11.5px;
}
footer .main-footer .wrap .area .pages li a {
  display: block;
  color: var(--dark-400);
}
footer .main-footer .wrap .area .pages li a:hover {
  color: var(--second-color);
}
footer .main-footer .wrap .area .categories {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
footer .main-footer .wrap .area .categories li a {
  padding: 9px 15px;
  border-radius: 4px;
  font-size: 92.857%;
  display: block;
  background: var(--light-200);
  color: var(--main-color);
}
footer .main-footer .wrap .area .categories li a:hover {
  background: var(--second-color);
  color: var(--white-color);
}
footer .main-footer .wrap .area .extern-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
footer .main-footer .wrap .area .extern-links li {
  max-width: calc(50% - 2.5px);
  display: flex;
  justify-content: flex-start;
}
footer .main-footer .wrap .area .extern-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .main-footer .wrap .area .extern-links li a img {
  max-width: 100%;
  max-height: 35px;
}
footer .middle-section {
  margin-top: 55px;
}
@media (max-width: 991px) {
  footer .middle-section {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  footer .middle-section {
    margin-top: 15px;
  }
}
footer .middle-section .wrap {
  padding: 28px 30px;
  border-radius: 10px;
  background: var(--light-200);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  footer .middle-section .wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .middle-section .wrap {
    padding: 28px 10px;
  }
}
footer .middle-section .wrap .newsletter-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) {
  footer .middle-section .wrap .newsletter-form {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  footer .middle-section .wrap .newsletter-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .middle-section .wrap .newsletter-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .middle-section .wrap .newsletter-form h2 {
  font-size: 128.571%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  white-space: nowrap;
  color: var(--main-color);
}
@media (max-width: 1199px) {
  footer .middle-section .wrap .newsletter-form h2 {
    font-size: 100%;
  }
}
footer .middle-section .wrap .newsletter-form div {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .middle-section .wrap .newsletter-form div {
    flex: 1;
  }
}
@media (max-width: 767px) {
  footer .middle-section .wrap .newsletter-form div {
    flex: unset;
    width: 100%;
  }
}
footer .middle-section .wrap .newsletter-form div button {
  color: var(--white-color);
  background: var(--second-color);
  text-transform: uppercase;
  padding: 0 25px 0 23px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-radius: 0 22px 22px 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  outline: none;
  transition: all 400ms ease-in-out;
}
footer .middle-section .wrap .newsletter-form div button:hover {
  background: var(--main-color);
}
footer .middle-section .wrap .newsletter-form div input {
  padding-left: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-radius: 22px 0 0 22px;
  background: var(--white-color);
  height: 44px;
  color: var(--main-color);
  min-width: 520px;
}
@media (max-width: 1400px) {
  footer .middle-section .wrap .newsletter-form div input {
    min-width: 300px;
  }
}
@media (max-width: 1199px) {
  footer .middle-section .wrap .newsletter-form div input {
    min-width: 200px;
  }
}
footer .middle-section .wrap .newsletter-form div input::-ms-input-placeholder {
  color: var(--main-color);
}
footer .middle-section .wrap .newsletter-form div input::placeholder {
  color: var(--main-color);
}
footer .copyright .wrap {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  footer .copyright .wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  footer .copyright .wrap {
    padding: 15px 0;
  }
}
footer .copyright .wrap p {
  font-size: 92.857%;
  color: var(--dark-400);
  max-width: 810px;
  flex: 1;
}
@media (max-width: 991px) {
  footer .copyright .wrap p {
    max-width: 100%;
  }
}
footer .copyright .wrap p a {
  color: var(--dark-400);
}
footer .copyright .wrap .payment img {
  max-width: 100%;
}
.product-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-item:hover .image .action.quick-view {
  opacity: 1;
  visibility: visible;
}
.product-item .image {
  position: relative;
  padding-top: 100%;
  border: 1px solid var(--light-100);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
}
.product-item .image .action.quick-view {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #fff;
  z-index: 120;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-item .image .action.quick-view svg {
  width: 18px;
}
.product-item .image .action.quick-view:hover {
  background-color: var(--second-color);
}
.product-item .image.no-border {
  border: 0;
}
.product-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
.product-item .image:hover {
  border-color: var(--second-color);
}
.product-item .discount-lbl {
  color: #fff;
  background: #ff4b58;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
}
.product-item .details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-item:hover .image {
  border-color: var(--main-color);
}
.product-item .stock,
.product-item .short_description {
  display: none;
}
.product-item .name {
  color: vaR(--main-color);
  display: flex;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .name:hover {
  color: var(--second-color);
}
.product-item .price-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-bottom: 15px;
}
.product-item .price-container .new {
  font-size: 128.571%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  color: var(--main-color);
}
.product-item .price-container .old {
  text-decoration: line-through;
  color: var(--light-600);
  font-size: 128.571%;
}
.product-item .action-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 1;
  gap: 5px;
}
.product-item .action-buttons .button,
.product-item .action-buttons .fav-btn,
.product-item .action-buttons .compare-btn {
  height: 40px;
  padding: 0 15px;
  background-color: var(--light-500);
  border-radius: 4px;
  cursor: pointer;
  color: var(--main-color);
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .action-buttons .button i:before,
.product-item .action-buttons .fav-btn i:before,
.product-item .action-buttons .compare-btn i:before {
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.product-item .action-buttons .button.add-to-cart-disabled,
.product-item .action-buttons .fav-btn.add-to-cart-disabled,
.product-item .action-buttons .compare-btn.add-to-cart-disabled {
  background: var(--red-color);
  pointer-events: none;
  color: var(--white-color);
}
.product-item .action-buttons .button.add-to-cart-disabled i:before,
.product-item .action-buttons .fav-btn.add-to-cart-disabled i:before,
.product-item .action-buttons .compare-btn.add-to-cart-disabled i:before {
  color: var(--white-color);
}
.product-item .action-buttons .button:hover,
.product-item .action-buttons .fav-btn:hover,
.product-item .action-buttons .compare-btn:hover,
.product-item .action-buttons .button.added,
.product-item .action-buttons .fav-btn.added,
.product-item .action-buttons .compare-btn.added {
  background: var(--second-color);
  color: var(--white-color);
}
.product-item .action-buttons .button:hover i:before,
.product-item .action-buttons .fav-btn:hover i:before,
.product-item .action-buttons .compare-btn:hover i:before,
.product-item .action-buttons .button.added i:before,
.product-item .action-buttons .fav-btn.added i:before,
.product-item .action-buttons .compare-btn.added i:before {
  color: var(--white-color);
}
.product-small {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.product-small .image {
  position: relative;
  padding-top: 110px;
  border: 1px solid var(--light-100);
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  width: 100%;
  max-width: 110px;
}
@media (max-width: 767px) {
  .product-small .image {
    padding-top: 108px;
    max-width: 108px;
  }
}
.product-small .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
.product-small .image:hover {
  border-color: var(--second-color);
}
.product-small .details {
  width: 100%;
  max-width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-small .details .name {
  color: vaR(--main-color);
  display: flex;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-small .details .name:hover {
  color: var(--second-color);
}
.product-small .details .price-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
.product-small .details .price-container .new {
  font-size: 128.571%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif; font-weight: 600;
  color: var(--main-color);
}
.products-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1199px) {
  .products-list {
    gap: 15px;
  }
}
.products-list .product-item {
  width: 100%;
  max-width: calc(100% / 5 - ((30px * 4) / 5));
}
@media (max-width: 1700px) {
  .products-list .product-item {
    max-width: calc(100% / 4 - ((30px * 3) / 4));
  }
}
@media (max-width: 1450px) {
  .products-list .product-item {
    max-width: calc(100% / 3 - ((30px * 2) / 3));
  }
}
@media (max-width: 1199px) {
  .products-list .product-item {
    max-width: calc(100% / 3 - ((15px * 2) / 3));
  }
}
@media (max-width: 767px) {
  .products-list .product-item {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
@media (max-width: 490px) {
  .products-list .product-item {
    max-width: 100%;
  }
}
.products-list .product-item.full {
  max-width: 100%;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .products-list .product-item.full {
    gap: 15px;
  }
}
.products-list .product-item.full .image {
  width: 100%;
  max-width: 270px;
  padding-top: 270px;
  margin: 0;
}
@media (max-width: 767px) {
  .products-list .product-item.full .image {
    max-width: 100%;
    padding-top: 100%;
  }
}
.products-list .product-item.full .discount-lbl {
  right: unset;
  left: 10px;
}
@media (max-width: 767px) {
  .products-list .product-item.full .discount-lbl {
    left: unset;
    right: 10px;
  }
}
.products-list .product-item.full .details {
  width: 100%;
  max-width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .products-list .product-item.full .details {
    max-width: 100%;
  }
}
.products-list .product-item.full .details .name {
  font-size: 128.571%;
  margin-bottom: 20px;
}
.products-list .product-item.full .details .stock,
.products-list .product-item.full .details .short_description {
  display: block;
}
.products-list .product-item.full .details .stock {
  margin-bottom: 20px;
  color: var(--dark-400);
}
@media (max-width: 767px) {
  .products-list .product-item.full .details .stock {
    margin-bottom: 15px;
  }
}
.products-list .product-item.full .details .short_description {
  margin-bottom: 30px;
  color: var(--dark-400);
}
@media (max-width: 767px) {
  .products-list .product-item.full .details .short_description {
    margin-bottom: 15px;
  }
}
.products-list .product-item.full .details .price-container .new,
.products-list .product-item.full .details .price-container .old {
  font-size: 171.428%;
}
.block-products__thumb {
  position: absolute;
  right: 0;
  top: -3px;
  height: 100%;
  z-index: 4;
}
.block-products__thumb #products-1__thumb .owl-stage-outer {
  max-height: 338px;
}
.block-products__thumb #products-1__thumb .owl-stage {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 110px;
}
.block-products__thumb #products-1__thumb .owl-stage .owl-item {
  width: 104px;
  height: 104px;
}
.block-products__thumb #products-1__thumb .owl-stage .owl-item.active .product-item {
  border: 1px solid var(--second-color);
}
.block-products__thumb #products-1__thumb .owl-stage .owl-item:not(:last-child) {
  margin-bottom: 10px;
}
.block-products__thumb #products-1__thumb .owl-stage .owl-item .product-item {
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 4px;
  margin-right: -5px;
}
.block-products__thumb #products-1__thumb .owl-stage .owl-item .product-item img {
  width: 104px;
  height: 104px;
  object-fit: cover;
}
.block-products__thumb .owl-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 100%;
  height: 100%;
  right: 0;
  left: unset;
  transform: translate(0, -100%);
  opacity: 1;
  visibility: initial;
  padding: 0;
}
.block-products__thumb .owl-nav button {
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: 1px solid #ddd;
}
.block-products__thumb .owl-nav button.owl-prev {
  top: -60px;
  position: absolute;
}
.block-products__thumb .owl-nav button.owl-prev.disabled {
  opacity: .2;
}
.block-products__thumb .owl-nav button.owl-next {
  bottom: -55px;
  position: absolute;
}
.block-products__thumb .owl-nav button.owl-next.disabled {
  opacity: .2;
}
.block-products__thumb:hover .owl-nav {
  opacity: 1;
  visibility: initial;
}

.partners-section {
  padding: 30px 0;
}
.partners-section .item a {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--light-100);
  background: var(--white-color);
}
