body {
  padding: 0;
  margin: 0;
  font-family: "Outfit";
}
table,
tr,
td,
th,
div,
span,
ul,
li,
ol,
a,
h1,
h2,
h3,
h4,
h5,
p,
form,
input,
button,
textarea {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "Outfit";
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
    url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"),
    url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"),
    url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
    url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* For the same colors */
:root {
  /* Style */
  --textGray: #888888;
  --secondary: #f96120;
  --plceholder: #888888;
  --redButtonText: #ff2149;

  /* Dashboard */
  --sidebarWidth: 350px;
  --sidebarBrandHeight: 93px;
  --filterDropdownText: #838383;
  --filterDropdownBorder: #626262;
  --grayButtonText: #838383;
  --greenButtonText: #49bd4e;
  --yellowButtonText: #ffce22;
  --redButtonText: #ff2149;

  /* Detail */
  --navbarToggleWidth: 300px;
  --footerHeight: 70px;
}

body.dark {
  /* Style */
  --primary: #12141c;
  --primary-text: #fff;
  --inputBg: #1f2127;
  --contactRightBg: #1f2127;
  --contactFormBg: #191c23;
  --heroToggleBg: #1f2127;
  --contentBg: #1f2127;
  --headerToggleBG: #12141c;
  --productNewsBG: #1f2127;
  --productTableBG: #12141c;
  --productTableBorder: #3e3f47;
  --productTheadBG: #1f2127;
  --productBanner: #12141c;
  --selectOptionBG: #3C404F;
  --selectOptionTag: #3C404F;
  --loaderBG: rgb(0 0 0 / 90%);
  --filterDropdownBg: #3c404f;
  --filterDropdownHoverBg: #1f2127;
  --scrollerthumb: #1f2127;
  --scrollerBG: #12141c;

  /* Dashboard */
  --borderColor: #1f2127;
  --contentBg: #1f2127;
  --mainBg: #1f2127;
  --inputText: rgba(255, 255, 255, 0.5);
  --tableInputBg: #12141c;
  --mobileSearchBG: rgb(60 64 79 / 50%);
  --socialIconsBG: #191c23;
  --socialIconsColor: #ffffff;
  --checkboxBG: #38363d;
  --selectedTagBG: #12141c;
  --dataTableBorder: #272e43;
  --tableSortBG: #1f2127;
  --paginationHoverBG: #12141c;  

  /* Detail */
  --footerBG: #12141c;
  --detailPageBG: #1f2127;
  --detailPageLogoBG: #1f2127;
  --headerBottomBorder: #12141c;
  --statsListingBG: #12141c;
  --borderHeadBG: #1f2127;
  --tableBorder: #3e3f47;
  --detailPageSidebarBg: #1f2127;
}
body.light {
  /* Style */
  --primary: #fff;
  --primary-text: #12141c;
  --inputBg: #e9e9e9;
  --contactRightBg: #e9e9e9;
  --heroToggleBg: #e9e9e9;
  --contentBg: #e9e9e9;
  --contactFormBg: #f7f7f7;
  --headerToggleBG: #ffffff;
  --productNewsBG: #ffffff;
  --productTableBG: #ffffff;
  --productTableBorder: #e9e9e9;
  --productTableWrapperBorder: #e9e9e9;
  --productTheadBG: #f7f7f7;
  --productBanner: #e9e9e9;
  --selectOptionBG: #dcdcdc;
  --selectOptionTag: #d5d5d5;
  --loaderBG: rgb(255 255 255 / 90%);  
  --filterDropdownBg: #ffffff;
  --filterDropdownHoverBg: #bdbdbd;
  --scrollerthumb: #e9e9e9;
  --scrollerBG: #FFF;
  --filterShadowTop: rgba(0, 0, 0, 0.35) 0px -5px 15px;
  --filterShadowBottom: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  /* Dashboard */
  --borderColor: #e9e9e9;
  --contentBg: #e9e9e9;
  --mainBg: #ffffff;
  --inputText: rgba(18, 20, 28, 0.5);
  --tableInputBg: #e9e9e9;
  --mobileSearchBG: rgb(233 233 233 / 50%);
  --socialIconsBG: #ffffff;
  --socialIconsColor: var(--secondary);
  --checkboxBG: #e9e9e9;
  --selectedTagBG: #d5d5d5;
  --dataTableBorder: #e9e9e9;
  --tableSortBG: #e9e9e9;
  --paginationHoverBG: #e9e9e9;
  --sidebarLightBorder: #e9e9e9;

  /* Detail */
  --footerBG: #e9e9e9;
  --detailPageBG: #ffffff;
  ----detailPageLogoBG: #ffffff;
  --headerBottomBorder: #e9e9e9;
  --statsListingBG: #e9e9e9;
  --borderHeadBG: #ffffff;
  --tableBorder: #d6d6d6;
  --detailPageSidebarBg: #e9e9e9;
}
* {
  box-sizing: border-box;
}
p,
label,
.forgot {
  color: var(--primary-text);
  font-weight: lighter;
}
h1,
h2,
h3,
h4 {
  color: var(--primary-text);
}
.container {
  width: 100%;
  max-width: 1344px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.btnPrimary {
  background: var(--secondary);
  font-size: 16px;
  color: var(--primary-text);
  border: none;
  border-radius: 0;
}
img,
svg {
  max-width: 100%;
}

a {
  color: var(--secondary);
}
.error {
  color: #f85050;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
}
.success {
  color: #49bd4e;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
}

body {
  background-color: var(--primary);
  color: var(--primary-text);
  padding-top: 89px;
}

body.path-user {
  padding-top: 0;
}

body.bg-dark {
  background-color: var(--primary) !important;
}

body.text-light {
  background-color: var(--primary) !important;
}

body.user-logged-in[data-once="contextualToolbar-init"] {
  padding-top: 128px !important;
}
body.user-logged-in.toolbar-tray-open.toolbar-horizontal[data-once="contextualToolbar-init"] {
  padding-top: 166px !important;
}

body.toolbar-vertical:not(.toolbar-fixed) header.scrolled{
  top: 0;
}

.visually-hidden-focusable {
  display: none;
}
.layout-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  min-height: calc(100vh - 70px);
}

.formblock div[role="alert"] {
  color: var(--redButtonText);
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.formblock div[role="alert"] a {
  color: var(--redButtonText);
  text-decoration: underline;
  display: none;
}
.formblock div[role="alert"] a:hover {
  text-decoration: none;
}

input#edit-name,
input#edit-mail,
input#edit-pass-pass1,
input#edit-pass-pass2,
.inputText {
  background-color: var(--inputBg);
  border: none;
  height: 50px;
  width: 100%;
  padding: 0 20px 0 51px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: lighter;
  outline: none;
  color: var(--primary-text);
}
.inputText::placeholder {
  color: var(--plceholder);
}
.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox input + span {
  padding-left: 37px;
  font-size: 14px;
}
.checkbox input + span::after {
  content: "1";
  border: solid 2px var(--secondary);
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
.checkbox input:checked + span::after {
  content: "";
  color: #fff;
}

.checkbox input:checked + span::before {
  content: "";
  height: 10px;
  width: 4px;
  border-bottom: 2px solid #f96120;
  border-right: 2px solid #f96120;
  transform: rotate(45deg);
  margin: 20px;
  display: inline-block;
  position: absolute;
  left: -12px;
  bottom: -15px;
}
.loginWrap {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
  height: 100%;
  gap: 50px;
}
.loginWrap .leftBlock {
  width: 50%;
}
.loginWrap .leftBlock .headTitle {
  text-align: center;
  margin-bottom: 88px;
}
.loginWrap .leftBlock .headTitle h3 {
  font-size: 35px;
}
.loginWrap .leftBlock .headTitle p {
  font-size: 16px;
  font-weight: lighter;
  color: var(--textGray);
  margin-top: 7px;
}

.loginWrap .leftBlock .formblock {
  width: 100%;
  max-width: 526px;
  margin: auto;
}
.loginWrap .leftBlock .formblock h2 {
  font-size: 30px;
  font-weight: normal;
}
.loginWrap .leftBlock .formblock h5 {
  font-size: 18px;
  font-weight: lighter;
  color: var(--primary-text);
}
.loginWrap .leftBlock .formblock .control {
  margin-top: 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.loginWrap .leftBlock .formblock .control label {
  margin-bottom: 8px;
  font-weight: lighter;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.loginWrap .leftBlock .formblock .control svg {
  position: absolute;
  left: 17px;
  bottom: 15px;
}
.loginWrap .leftBlock .formblock .control .checkbox {
  position: relative;
  float: left;
  width: auto;
}
.loginWrap .leftBlock .formblock .control .forgot {
  float: right;
  font-weight: lighter;
  font-size: 14px;
}
.loginWrap .leftBlock .formblock .control .forgot:hover {
  text-decoration: underline;
}
.loginWrap .leftBlock .formblock .action {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}
.loginWrap .leftBlock .formblock .action button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.loginWrap .leftBlock .formblock .action button:hover {
  border: solid 2px var(--secondary);
  background: none;
  color: var(--secondary);
}
.loginWrap .leftBlock .formblock .action .button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.loginWrap .leftBlock .formblock .action .button:hover {
  border: solid 2px var(--secondary);
  background: none;
  color: var(--secondary);
}
.loginWrap .leftBlock .formblock .createAccount {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.loginWrap .leftBlock .formblock .createAccount a:hover {
  text-decoration: underline;
}

.loginWrap .rightBlock {
  width: 50%;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888888;
  padding: 30px;
  margin-top: auto;
}
.copyright p {
  display: flex;
  color: #888888;
  align-items: center;
  font-size: 14px;
}
.copyright p a {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--primary-text);
}
.copyright p svg {
  margin-right: 4px;
}

/* Login Form */

.formblock .form-item {
  position: relative;
}

.formblock
  :is(.form-type-email, .form-type-textfield, .form-type-password)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 14px;
  left: 14px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.formblock .form-type-email::after {
  background-image: url("../images/envelope-icon.svg");
}
.formblock .form-type-textfield::after {
  background-image: url("../images/user-icon.svg");
}
.formblock .form-type-password::after {
  background-image: url("../images/password-icon.svg");
}

.formblock .form-type-password:has(.password-confirm-message)::after {
  bottom: 45px;
}

/* Custom checkbox */

.control input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.control input[type="checkbox"] + label {
  padding-left: 37px;
  font-size: 14px;
  cursor: pointer;
}
.control input[type="checkbox"] + label::after {
  content: "1";
  border: solid 2px var(--secondary);
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
.control input[type="checkbox"]:checked + label::after {
  content: "";
  color: #fff;
}

.control input[type="checkbox"]:checked + label::before {
  content: "";
  height: 10px;
  width: 4px;
  border-bottom: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);
  transform: rotate(45deg);
  margin: 20px;
  display: inline-block;
  position: absolute;
  left: -12px;
  bottom: -10px;
}

/* Register */

.loginWrap .leftBlock .formblock .description {
  display: none;
}

.user-register-form
  .form-item:not(.form-type-password-confirm, .form-item-keep-signed-in) {
  margin-top: 27px;
}

.user-register-form .form-item label {
  margin-bottom: 8px;
  font-weight: lighter;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.password-confirm-message {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  visibility: hidden !important;
}
.password-confirm-message:has(.ok) {
  visibility: visible !important;
}

.password-confirm-message span.ok {
  color: #49bd4e;
}

/* Forgot template */

.loginWrap .leftBlock .formblock form p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

/* Remove autofill background color in Chrome, Safari, and Opera */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 100px var(--inputBg) inset;
  box-shadow: 0 0 0px 100px var(--inputBg) inset;
  -webkit-text-fill-color: var(--primary-text) !important;
}

/* Remove autocomplete background color in Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  box-shadow: 0 0 0px 100px var(--inputBg) inset;
}

/* Contact Form */

.contact-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1320px;
  margin: 80px auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 20px;
}
.contact-form-wrapper .contact-form {
  width: 50%;
  background: var(--contactFormBg);
  padding: 60px;
  max-width: 560px;
  flex-shrink: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.contact-form-wrapper form {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
.contact-form-wrapper .form-side-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: var(--contactRightBg);
  padding: 60px 120px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contact-form-wrapper
  :is(
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="email"],
    textarea
  ) {
  background-color: var(--inputBg);
  border: none;
  height: 50px;
  width: 100%;
  padding: 20px 20px !important;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: lighter;
  outline: none;
  color: var(--primary-text);
}

.contact-form-wrapper textarea {
  min-height: 150px;
}

.contact-form-wrapper label {
  margin-bottom: 8px;
  font-weight: lighter;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.contact-form-wrapper form .form-item {
  margin-top: 24px;
}

.contact-form-wrapper form .button {
  background: var(--secondary);
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 50px;
  padding-inline: 28px;
  border: solid 2px var(--secondary);
  margin-top: 24px;
}
.contact-form-wrapper form .button:hover {
  background: none;
  color: var(--secondary);
}
.contact-social-icons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-social-icons ul li {
  list-style-type: none;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--socialIconsBG);
  border-radius: 100px;
  color: var(--socialIconsColor);
}
.contact-title {
  margin-bottom: 40px;
}
.contact-social-icons ul li:hover {
  background-color: #0a0c12;
  color: #ffffff;
}

.contact-title h1 {
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
}

.contact-information ul li {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-social-icons ul li a {
  color: var(--primary-text);
}
.contact-information ul li address {
  font-style: normal;
}
.contact-information .round-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary);
  border-radius: 40px;
}
.contact-information .round-icon svg {
  color: var(--secondary);
}
.contact-social-icons ul li:hover a {
  color: var(--secondary);
}

/* Header */
body.user-logged-in[data-once="contextualToolbar-init"] header {
  top: 39px;
}
body.user-logged-in.toolbar-tray-open.toolbar-horizontal[data-once="contextualToolbar-init"]
  header {
  top: 79px;
}

header {
  background-color: var(--primary);
  padding: 18px 50px;
  display: flex;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid var(--borderColor);
}

header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 50px;
}
.header-wrapper:not(header .header-wrapper) {
  position: relative;
}
header #block-stock-admin-site-branding {
  max-width: 200px;
}

header
  .header-wrapper
  nav#block-stock-admin-main-menu
  ul:not(.contextual-links) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
header
  .header-wrapper
  nav#block-stock-admin-main-menu
  ul:not(.contextual-links)
  li {
  list-style: none;
}
header
  .header-wrapper
  nav#block-stock-admin-main-menu
  ul:not(.contextual-links)
  li
  a {
  color: var(--primary-text);
}
header
  .header-wrapper
  nav#block-stock-admin-main-menu
  ul:not(.contextual-links)
  li
  a:hover {
  color: var(--secondary);
}
header
  .header-wrapper
  nav#block-stock-admin-main-menu
  ul:not(.contextual-links)
  li
  a.is-active {
  color: var(--secondary);
}
#block-stock-admin-account-menu {
  flex-shrink: 0;
}
header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links) {
  display: flex;
  align-items: center;
  gap: 50px;
}
header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li {
  list-style: none;
}
header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li
  a {
  color: var(--primary-text);
}
header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li
  a:hover {
  color: var(--secondary);
}

.header-toggle {
  display: none;
  cursor: pointer;
}
.header-toggle svg {
  color: var(--secondary);
}

.header-toggle .toggle-open {
  display: block;
}
.header-toggle .toggle-cross {
  display: none;
}
header.is-expanded .header-toggle .toggle-cross {
  display: block;
}
header.is-expanded .header-toggle .toggle-open {
  display: none;
}

#block-stock-admin-primary-local-tasks {
  max-width: 1320px;
  margin: 0 auto;
  background: var(--heroToggleBg);
  padding: 14px 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

#block-stock-admin-primary-local-tasks ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-bottom: 10px;
  overflow-x: auto;
}
#block-stock-admin-primary-local-tasks ul li {
  list-style-type: none;
}
#block-stock-admin-primary-local-tasks ul li a {
  color: var(--primary-text);
}
#block-stock-admin-primary-local-tasks ul li a:hover {
  color: var(--secondary);
}

header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li
  a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li
  a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/log-in.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.toolbar-icon-10
  header
  .header-wrapper
  nav#block-stock-admin-account-menu
  ul:not(.contextual-links)
  li
  a::before {
  background-image: url("../images/log-out.svg");
}

.header_menu {
  padding-left: 50px;
  flex-grow: 1;
}

.header_menu ul:not(.contextual-links) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.path-dashboard .header_menu ul:not(.contextual-links), .path-frontpage .header_menu ul:not(.contextual-links) {
  gap: 36px;
}
.header_menu ul:not(.contextual-links) li {
  list-style: none;
}
.header_menu ul:not(.contextual-links) li a {
  color: var(--primary-text);
}
.header_menu ul:not(.contextual-links) li a:hover {
  color: var(--secondary);
}
.header_menu ul:not(.contextual-links) li a.is-active {
  color: var(--secondary);
}

/* Hero Banner */

.hero-banner {
  width: 100%;
  position: relative;
}
.hero-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

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

.hero-banner .hero-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

.hero-banner-content h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.data-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  padding: 100px 0;
}

.data-section-wrapper .section-content h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 32px;
}
.data-section-wrapper .section-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: var(--primary-text);
}

.data-section-wrapper .section-image {
  max-width: 600px;
  width: 100%;
  flex-shrink: 0;
}
.data-section-wrapper .section-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Modal container */
.tc-modal {
  display: none; /* Hide the modal by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.tc-modal.open {
  display: flex !important;
}

/* Modal content */
.tc-modal-content {
  background-color: var(--contentBg);
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 90%;
  max-width: 991px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.tc-modal-content img{
  object-fit: cover;
}
/* Close button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: var(--secondary);
}

.close-modal svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-text);
}

.toggle-password {
  position: absolute;
  right: 10px;
  bottom: 18px;
  cursor: pointer;
}

/* Footer */

footer {
  padding: 24px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--footerBG);
}

footer .copyright {
  padding: 0;
  margin-top: 0;
}

footer .social-icons {
  margin-bottom: 0;
}
footer .data-source {
  margin-top: 0;
}
.data-source p{
  color: #888888;
}
.data-source a {
  margin-left: 4px;
  color: var(--primary-text);
}
.data-source a svg {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.footer-links ul:not(.contextual-links) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-links ul {
  gap: 36px;
}
.footer-links ul li {
  list-style-type: none;
}

.footer-links a {
  color: var(--primary-text);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.footer-links a:hover {
  color: var(--secondary);
}

/* Bespoke Form */

#webform-submission-bespoke-form-add-form {
  max-width: 767px;
  width: 100%;
  margin: 100px auto;
  padding: 0 20px;
}
#webform-submission-bespoke-form-add-form
  .form-item:not(.form-item .form-item) {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

#webform-submission-bespoke-form-add-form .form-item label {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-text);
  margin-bottom: 8px;
}

#webform-submission-bespoke-form-add-form
  .form-item
  :is(input[type="text"], input[type="number"], select) {
  width: 100%;
  height: 44px;
  background-color: var(--inputBg);
  color: var(--primary-text);
  border: none;
  font-size: 14px;
  line-height: 1.25;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}

#webform-submission-bespoke-form-add-form
  .form-item
  :is(input[type="text"], input[type="number"]) {
  padding: 20px;
}
#webform-submission-bespoke-form-add-form .form-actions {
  text-align: center;
}

#webform-submission-bespoke-form-add-form
  .select2-container--default
  .select2-selection--multiple {
  width: 100%;
  min-height: 44px;
  background-color: var(--inputBg);
  border: none;
  border-radius: 0;
  color: var(--primary-text);
  display: flex;
  align-items: center;
  padding: 5px 20px;
  padding-top: 5px;
}

.webform-select2 legend {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-text);
  margin-bottom: 8px;
}

#webform-submission-bespoke-form-add-form
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  color: var(--primary-text);
  font-size: 14px;
  line-height: 1.25;
}

.select2-results__option {
  color: var(--primary-text);
}

.select2-dropdown {
  background-color: var(--primary);
  border-color: #717171;
  overflow: hidden;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #fff;
  background-color: #808080;
  border: none;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #a9a9a9;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #808080;
  color: #fff !important;
}

#webform-submission-bespoke-form-add-form fieldset {
  margin-left: 0;
  margin-right: 0;
}

#webform-submission-bespoke-form-add-form .button--primary {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background: var(--secondary);
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  max-width: 250px;
}
#webform-submission-bespoke-form-add-form .button--primary:hover {
  border: solid 2px var(--secondary);
  background: none;
  color: var(--secondary);
}

/* Bespoke Updated form */


.bespoke-product-form {
  max-width: 767px;
  width: 100%;
  margin: 60px auto;
  padding: 0 20px;
}
.bespoke-product-form
  .form-item:not(.form-item .form-item) {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.bespoke-product-form .form-item label {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-text);
  margin-bottom: 8px;
}

.bespoke-product-form
  .form-item
  :is(input[type="text"], input[type="number"], select) {
  width: 100%;
  height: 44px;
  background-color: var(--inputBg);
  color: var(--primary-text);
  border: none;
  font-size: 14px;
  line-height: 1.25;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}
.bespoke-product-form .form-item :is(input[type="text"], input[type="number"], select):disabled{
  cursor: not-allowed;
  opacity: 0.4;
}

.bespoke-product-form
  .form-item
  :is(input[type="text"], input[type="number"]) {
  padding: 20px;
}
.bespoke-product-form .form-actions {
  text-align: center;
  margin-top: 36px;
}

.bespoke-product-form fieldset {
  margin-left: 0;
  margin-right: 0;
}

.bespoke-product-form .button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background: var(--secondary);
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  max-width: 250px;
}
.bespoke-product-form .button:hover {
  border: solid 2px var(--secondary);
  background: none;
  color: var(--secondary);
}

#autocomplete-section{
  position: relative;
}
#autocomplete-section #option-selected{
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
#autocomplete-section #option-selected span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  background: var(--selectOptionTag);
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 8px;
  margin-bottom: 8px;
}
#autocomplete-section #option-list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--selectOptionBG);
  border: 1px solid var(--borderColor);
  padding: 20px;
  max-height: 275px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #888888 transparent;
}
#autocomplete-section #option-list:empty{
  display: none;
}
#autocomplete-section #option-list ul li{
  list-style-type: none;
}
#autocomplete-section #option-list ul li:not(:last-child){
  margin-bottom: 16px;
}
#option-list ul li input {
  display: none;
}
#option-list ul li label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  word-wrap: break-word;
  cursor: pointer;
}
#option-list ul li label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: var(--checkboxBG);
  border: 1px solid var(--primary-text);
}
#option-list ul li input:checked + label::before {
  background-color: var(--secondary);
  background-image: url("../images/checkmark.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Bespoke Error messages */

div[aria-label="Error message"] {
  max-width: 767px;
  width: 100%;
  margin: 30px auto 0px;
  padding: 0 20px;
}
div[aria-label="Error message"] ul {
  padding-left: 20px;
}
div[aria-label="Error message"] ul li{
  list-style-type: disclosure-closed;
  font-size: 16px;
  line-height: 1.25;
  color: var(--redButtonText);
}
div[aria-label="Error message"] ul li:not(:last-child){
  margin-bottom: 8px;
}

/* 404 page messages */

.error-404 {
  text-align: center;
  padding: 100px 20px;
}

.error-404 h1 {
  font-size: 3em;
  color: #f96120; /* Example color */
}

.error-404 p {
  font-size: 1.2em;
}

.error-404 .button {
  padding: 10px 20px;
  background-color: #f96120; /* Example color */
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}

/* Custom scrollbar firefox */

#autocomplete-section #option-list:-webkit-scrollbar {
  width: 11px;
}
#autocomplete-section #option-list:-webkit-scrollbar-track {
  background: transparent;
}
#autocomplete-section #option-list:-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 6px;
  border: 3px solid transparent;
}

/* Custom scrollbar webkit browsers */

#autocomplete-section #option-list::-webkit-scrollbar,
#autocomplete-section #option-list::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

#autocomplete-section #option-list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

/* Mode switcher */

.mode-switcher input {
  display: none;
}
.mode-switcher label.toggle-btn {
  width: 72px;
  height: 36px;
  position: relative;
  background-color: var(--contentBg);
  display: block;
  border-radius: 100px;
  cursor: pointer;
}

.mode-switcher label.toggle-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/mode-dark.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  transform: translate(6px, 6px);
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.mode-switcher input:checked + label.toggle-btn::after {
  left: 0;
  right: auto;
  transform: translate(42px, 6px);
  transition: all 0.4s ease-in-out;
  background: url("../images/mode-light.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

/* Search block updated */

#block-stock-admin-stocksearchblock {
  flex-grow: 1;
  position: relative;
}

/* Product News Template */

.product-news {
  padding: 36px 50px 96px 50px;
  background-color: var(--productNewsBG);
}

.product-news-heading {
  margin-bottom: 40px;
}

.product-news-heading h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 44px;
  text-align: left;
  color: var(--primary-text);
}
.product-news .product-table-wrapper {
  background-color: var(--productTableBG);
  padding: 24px;
  border-radius: 10px;
  border: 1px solid var(--productTableWrapperBorder);
  max-width: 100%;
  overflow-x: auto;
}

.product-news .product-2-col {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}

.product-news .product-2-col .single-product {
  flex: 1 1 0%;
}

.product-news .single-product-heading {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 18px;
}

.product-news table {
  width: 100%;
  border-collapse: collapse;
}

.product-news table th,
.product-news table td {
  border: 1px solid var(--productTableBorder);
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.product-news table th {
  background-color: var(--productTheadBG);
}

.product-banner-grid {
  display: flex;
  gap: 20px;
}
.product-banner-grid .product-change-section {
  background: var(--productBanner);
  padding: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 50%;
}

.product-banner-grid .product-change-section h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.product-banner-grid .change-value {
  display: flex;
  align-items: center;
}
.change-value .value {
  font-size: 13px;
  line-height: 1;
}
.change-value .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff00003b;
  border-radius: 100%;
  margin-left: 10px;
}

.change-value .arrow::before {
  font-size: 28px;
  line-height: 1;
}


.change-value.positive {
  color: green;
}

.change-value.negative {
  color: red;
}
.change-value.positive .arrow {
  background: rgb(0 128 0 / 28%);
}
.change-value.negative .arrow {
  background: rgb(255 0 0 / 28%);
}
.positive {
  color: green;
}

.negative {
  color: red;
}

.product-change-section {
  margin-bottom: 20px;
}

.arrow.up::before {
  content: "↑";
}

.arrow.down::before {
  content: "↓";
}

/* Top Products Design */

.graph-wrapper {
  margin-top: 40px;
}

.product-news .performance-graph {
  background-color: var(--productTableBG);
  padding: 24px;
  border-radius: 10px;
  border: 1px solid var(--productTableWrapperBorder);
  max-width: 100%;
}

.graph-wrapper h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 44px;
  text-align: left;
  color: var(--primary-text);
  margin-bottom: 40px;
}

/* Logo With Tagline */

.logo-small {
  text-align: left;
}
.brand {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.brand-tagline {
  color: var(--textGray);
  font-size: 12px;
  line-height: 16px;
}
.sidebar-brand{
  color: var(--primary-text);
}

/* Navbar Search */

.navbar-search {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
}

.navbar-search-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-text);
}
.navbar-search-mobile {
  flex-shrink: 0;
  display: none;
}
.navbar-search-mobile .navbar-search-icon {
  position: relative;
  transform: translateY(0);
  top: auto;
  right: auto;
}

.navbar-search input {
  background-color: var(--contentBg);
  padding: 15px 50px 15px 34px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--inputText);
  width: 100%;
  box-shadow: none;
  outline: none;
  border: 0;
  display: block;
}

/* Loader */

.loader{
  background-color: var(--loaderBG);
}
.spinner{
  border: 4px solid var(--primary-text);
  border-top: 4px solid var(--secondary);
  width: 64px;
  height: 64px;
}


/* Media Queries */

@media (max-width: 1536px) {
  header .header-wrapper{
    gap: 20px;
  }
  .header_menu{
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .data-section-wrapper {
    gap: 50px;
  }
  .data-section-wrapper .section-image {
    max-width: 50%;
  }
  .product-news {
    padding: 36px 20px 96px 20px;
  }
  .product-news .product-2-col {
    flex-direction: column;
    gap: 40px;
  }
  .product-news .product-table-wrapper {
    padding: 14px;
  }
  .product-news-heading h1,
  .graph-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  .contact-form-wrapper .contact-form {
    padding: 40px;
  }
  .contact-form-wrapper .form-side-content {
    padding: 40px 50px;
  }
  header.is-expanded .header-logo-wrapper .header-toggle{
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  header .header-toggle {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* Toggle navabr */

  header {
    padding: 20px 72px 20px 20px;
  }
  header > .header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--headerToggleBG);
    left: -100%;
    max-width: 310px;
    z-index: 99;
    bottom: 0;
    padding-top: 24px;
    border-right: 1px solid var(--productTableBorder);
    transition: all 0.5s ease-in-out;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  body[data-once="contextualToolbar-init"] header > .header-wrapper{
    padding-top: 50px;
  }
  body.toolbar-tray-open.toolbar-horizontal[data-once="contextualToolbar-init"] header > .header-wrapper{
    padding-top: 90px;
  }
  header > .header-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(0 0 0 / 44%);
    z-index: -1;
    opacity: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
  }
  .path-dashboard header > .header-wrapper::before, .path-frontpage header > .header-wrapper::before {
    left: 0;
    right: auto;
  }
  header.navbar-expanded > .header-wrapper::before {
    opacity: 1;
    width: calc(100% - 310px);
  }
  .path-dashboard header > .header-wrapper , .path-frontpage header > .header-wrapper {
    right: -100%;
    left: auto;
    border-left: 1px solid #616161;
    border-right: 0;
  }
  header.navbar-expanded > .header-wrapper {
    left: 0;
  }
  .path-dashboard header.navbar-expanded > .header-wrapper, .path-frontpage header.navbar-expanded > .header-wrapper {
    right: 0;
    left: auto;
  }
  header .header-wrapper nav#block-stock-admin-main-menu {
    width: 100%;
  }
  header .mode-switcher {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid var(--productTableBorder);
    margin-bottom: 20px;
  }
  header .header-wrapper nav#block-stock-admin-account-menu {
    width: 100%;
    padding: 0 20px;
  }
  header
    .header-wrapper
    nav#block-stock-admin-main-menu
    ul:not(.contextual-links) {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  header
    .header-wrapper
    nav#block-stock-admin-main-menu
    ul:not(.contextual-links)
    li {
    list-style: none;
    width: 100%;
    padding: 0;
  }
  header.is-expanded .header-wrapper nav#block-stock-admin-main-menu {
    left: 0;
  }
  header.navbar-expanded > .header-wrapper .header-toggle {
    top: 60px;
    right: -28px;
  }
  .path-dashboard header.navbar-expanded > .header-wrapper .header-toggle , .path-frontpage header.navbar-expanded > .header-wrapper .header-toggle {
    top: 60px;
    right: auto;
    left: -28px;
  }
  header.navbar-expanded > .header-wrapper .header-toggle .toggle-cross {
    display: block;
  }
  header.navbar-expanded > .header-wrapper .header-toggle .toggle-open {
    display: none;
  }
  body[data-once="contextualToolbar-init"] header.navbar-expanded > .header-wrapper .header-toggle{
    top: 60px;
  }
  body.toolbar-tray-open.toolbar-horizontal[data-once="contextualToolbar-init"] header.navbar-expanded > .header-wrapper .header-toggle{
    top: 100px;
  }
  .header_menu {
    flex-grow: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0;
    border-bottom: 1px solid var(--productTableBorder);
  }
  .header_menu ul:not(.contextual-links) {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #block-stock-admin-stocksearchblock {
    flex-grow: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    border-bottom: 1px solid var(--productTableBorder);
  }
  /* Footer */
  footer.dashboard-footer {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }
  footer.dashboard-footer .copyright p {
    margin: 0;
  }
  .footer-links ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .loginWrap {
    height: auto;
    display: inline-block;
    padding: 20px;
    width: 100%;
  }
  .loginWrap .leftBlock {
    width: 100%;
  }
  .rightBlock {
    display: none;
  }
  .copyright {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .copyright p {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .data-section-wrapper .section-content h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    flex-direction: column;
    margin: 50px auto;
  }
  .contact-form-wrapper .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 32px 20px;
  }
  .contact-form-wrapper .form-side-content {
    width: 100%;
    padding: 32px 20px;
  }
  .contact-title h1 {
    font-size: 44px;
    line-height: 1.4;
    font-weight: 700;
  }
  .contact-information {
    margin-bottom: 20px;
  }
  .hero-banner img {
    height: 250px;
  }
  .hero-banner-content h2 {
    font-size: 40px;
    line-height: 1;
  }

  /* Section content */
  .data-section-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
  }
  .data-section-wrapper .section-image {
    max-width: 100%;
  }
  .data-section-wrapper .section-image img {
    height: 300px;
  }
  .data-section-wrapper .section-content h2 {
    font-size: 32px;
    line-height: 1;
  }
  .data-section-wrapper .section-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .tc-modal-content {
    padding: 32px 20px;
  }
  .contact-form-wrapper .form-side-content {
    border-radius: 0;
  }
  .contact-form-wrapper .contact-form {
    border-radius: 0;
  }
  #webform-submission-bespoke-form-add-form {
    margin: 60px auto;
    margin-top: 100px;
  }
  /* Product News page */
  .product-news {
    padding: 36px 20px 50px 20px;
  }
  .product-news-heading {
    margin-bottom: 32px;
  }
  .product-news-heading h1,
  .graph-wrapper h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .product-news .single-product-heading {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 14px;
  }
  .product-news .product-2-col {
    gap: 32px;
    margin-top: 32px;
  }
  .graph-wrapper h2 {
    margin-bottom: 32px;
  }
  .graph-wrapper {
    margin-top: 32px;
  }
  .product-news .performance-graph {
    padding: 10px;
  }
  .product-news .performance-graph canvas {
    max-height: 300px;
  }
  .product-banner-grid .product-change-section{
    padding: 20px 16px;
  }
  .product-banner-grid .product-change-section h3{
    font-size: 18px;
  }
  div[aria-label="Error message"] ul li{
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .product-banner-grid {
    flex-direction: column;
    gap: 0;
  }
  .product-banner-grid .product-change-section{
    width: 100%;
  }
}
