@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap");
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Perfectly Nineties";
  src: url("../fonts/PerfectlyNineties-Regular.woff2") format("woff2"), url("../fonts/PerfectlyNineties-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body,
html {
  font-family: "Satoshi" !important;
  font-size: 14px;
  font-weight: 400;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 300;
}

h4, .h4 {
  font-weight: 400;
}

h5, .h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.d-none {
  display: none;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  font-family: "Satoshi", sans-serif !important;
}

.heading {
  font-weight: 400;
}
.heading > * {
  font-weight: 400;
}

.page-title, .account .column.main h2 {
  font-weight: 400;
}
.page-title > *, .account .column.main h2 > * {
  font-weight: 400;
}
.page-title > .base, .account .column.main h2 > .base {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 1.3333333333;
}

.text-title {
  font-family: "Perfectly Nineties", serif;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .page-wrapper {
    padding-top: 126px;
  }
  .page-header {
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .page-header .header.content {
    padding: 0 20px !important;
  }
  .page-header .custom-header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
  .page-header .custom-header-top .custom-logo img {
    width: 270px;
  }
  .page-header .custom-header-top .header-top-inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .custom-header-top .header-top-inner .block-search {
    position: static;
    width: 200px;
    padding-bottom: 0;
  }
  .page-header .custom-header-top .header-top-inner .block-search .control {
    padding-bottom: 0;
  }
  .page-header .custom-header-top .header-top-inner .block-search .control input {
    padding-left: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: transparent;
  }
  .page-header .custom-header-top .header-top-inner .block-search .action.search {
    left: 15px;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper {
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .wishlist {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 1;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper > a {
    color: #000;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper > a:hover {
    color: #f26522;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart {
    color: #000;
    font-size: 19px;
    line-height: 1;
    position: relative;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart:hover {
    color: #f26522;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart .counter {
    position: absolute;
    right: -9px;
    top: -7px;
    font-size: 10px;
    padding: 3px 5px;
    background: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 10rem;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart .counter.empty {
    display: none;
  }
  .page-header .nav-sections {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-header .custom-navigation .level0 > .level-top {
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 0 !important;
  }
  .page-header .custom-navigation .level0 > .level-top::after {
    display: none !important;
  }
  .page-header .custom-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-header .custom-navigation .level-top {
    position: static !important;
  }
  .page-header .custom-navigation .level-top.parent > a {
    position: relative !important;
  }
  .page-header .custom-navigation .level-top.parent > a::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 4px;
    width: 9px;
    height: 10px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D'9px'%20height%3D'10px'%20viewBox%3D'0%200%209%2010'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20d%3D'M0%200.551969L4.224%204.77597L4.5%205.03997L4.776%204.77597L9%200.55197L8.448%20-3.04235e-05L4.5%203.94797L0.552%20-3.05176e-05L0%200.551969Z'%20fill%3D'%23231F20'%2F%3E%3C%2Fsvg%3E") no-repeat center;
  }
  .page-header .custom-navigation .level-top > .level0.submenu {
    left: 50% !important;
    top: 100% !important;
    bottom: auto;
    z-index: 2;
    min-height: 250px;
    height: auto;
    width: calc(100vw - 20px);
    transform: translateX(-50%);
    background-color: #f5f5f7;
    padding: 25px 30px !important;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0;
  }
  .page-header .custom-navigation .level-top ~ .submenu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item {
    position: static;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    width: 25%;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item > a {
    display: flex;
    align-items: center;
    font-weight: 400;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item > a::after {
    display: none;
    margin-left: auto;
    transform: rotate(-90deg);
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item.parent > a {
    position: static;
    font-weight: bold;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item.parent > a.ui-state-focus ~ .submenu, .page-header .custom-navigation .level-top ~ .submenu .level1.category-item.parent > a.ui-state-active ~ .submenu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: 100%;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item > a {
    text-transform: uppercase;
    font-weight: bold;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item .submenu {
    position: static !important;
    display: block !important;
    background: transparent;
    padding: 0;
  }
  .page-header .custom-navigation .level-top ~ .submenu .level1.category-item .submenu a {
    text-transform: uppercase;
  }
  .navigation .level0.parent:hover > .submenu {
    padding: 25px 30px !important;
  }
  .parent > a {
    padding-right: 15px;
  }
  .parent > a::after {
    font-family: "FontAwesome";
    content: "\f078";
    margin-left: 8px;
    font-size: 10px;
  }
  .footer.content.custom-footer .wrapper .title {
    font-family: "Amiri";
    font-size: 22px;
    margin-bottom: 25px;
  }
  .footer.content.custom-footer .wrapper ul li {
    margin-bottom: 19px;
  }
  .footer.content.custom-footer .wrapper ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
  .footer.content.custom-footer .store-locator-form .container {
    display: flex;
    width: 100%;
  }
  .footer.content.custom-footer .store-locator-form .container input,
  .footer.content.custom-footer .store-locator-form .container button {
    border-radius: 0;
    height: 50px;
  }
  .footer.content.custom-footer .store-locator-form .container input {
    width: calc(100% - 50px);
  }
  .footer.content.custom-footer .store-locator-form .container button {
    position: static;
    text-decoration: underline;
    font-size: 16px;
    border: 0;
    background-color: transparent;
    color: #000;
    width: 50px;
  }
  .footer.content.custom-footer .store-locator-form .container button:hover {
    background-color: transparent;
    color: #f26522;
  }
  .footer.content.custom-footer .store-locator-form .subtitle {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
  }
  li.level0[data-children-design=design-2] ul .level1 a {
    margin-bottom: 15px !important;
  }
  .navigation .submenu .level2 a span {
    padding-left: 0 !important;
    text-transform: none;
  }
  li.level0[data-children-design=design-2] ul .level1 a span {
    padding-left: 0 !important;
  }
  .navigation li.level0.level-top.focus:after {
    opacity: 0 !important;
  }
  .navigation li.level0.level-top.focus > a {
    color: #f26522;
  }
  .page-header .logo {
    width: 270px;
  }
  .page-header .block-search label {
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: unset;
    position: absolute;
    right: -4px;
    top: 0;
  }
  .page-header .block-search label::before {
    color: #000;
    font-size: 37px;
    line-height: 25px;
  }
  .page-header .block-search .block-content .form.minisearch {
    position: relative !important;
  }
  .page-header .block-search .control {
    z-index: -1;
    opacity: 0;
    height: 30px;
    position: relative;
    background-color: #fff;
  }
  .page-header .block-search .minisearch.active .control {
    z-index: 14;
    opacity: 1;
  }
  .page-header .block-search .action.search {
    left: 0 !important;
    top: -5px;
  }
  .page-header .block-search .action.search::before {
    color: #000;
    font-size: 19px;
    margin-left: 0;
  }
  .page-header .block-search .action.search:focus {
    border-color: #000;
  }
  .page-header .block-search .action.search:hover::before {
    color: #f26522;
  }
  .footer .copyright span,
  .footer .copyright p,
  .footer .copyright a {
    font-size: 1.8rem;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
  }
  .footer .copyright a {
    text-decoration: underline;
  }
  .footer.content .wrapper .footer-column.locator-column .socials {
    margin: 0;
    margin-top: 60px;
  }
  .footer.content .wrapper .footer-column.locator-column .socials li {
    width: auto !important;
    height: auto !important;
    margin-right: 19px !important;
  }
  .footer.content .wrapper .footer-column.locator-column .socials li a {
    display: flex;
    align-items: center;
  }
  .navigation .level0 > .level-top {
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.mobile-custom-nav-links {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-custom-nav-links {
    display: block;
  }
  .page-wrapper {
    padding-top: 64.5px;
  }
  .page-header .header.content {
    padding: 5px 15px;
  }
  .page-header .custom-header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    position: relative;
  }
  .page-header .custom-header-top .custom-logo {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }
  .page-header .custom-header-top .custom-logo img {
    width: 160px;
  }
  .page-header .custom-header-top .nav-toggle {
    order: 1;
    left: 0;
  }
  .page-header .custom-header-top .header-top-inner {
    position: static;
    width: auto;
    padding-right: 0;
    order: 3;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper {
    display: none !important;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .wishlist {
    margin-top: 0;
    margin-right: 10px;
    line-height: 1;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart {
    color: #000;
    font-size: 19px;
    line-height: 1;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper .showcart:hover {
    color: #f26522;
  }
  .page-header .custom-header-top .header-top-inner i,
  .page-header .custom-header-top .header-top-inner a {
    font-size: 22px;
  }
  .page-header .nav-sections {
    width: 100%;
    margin-top: 0;
    height: calc(100vh - 56px);
    overflow: auto;
    background-color: #f5f5f7;
  }
  .navigation .parent .level-top:after {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .navigation .level0 > .level-top {
    overflow: hidden;
  }
  .nav-sections .nav-links {
    display: none;
  }
  .level0.first {
    padding-top: 15px;
  }
  .navigation .ui-menu-item a span {
    font-size: 14px;
  }
  .navigation .level0 > .level-top > span,
  .nav-sections .ui-menu-item.level1 > a > span {
    font-weight: bold;
  }
  .navigation ul.level1.submenu > li > a {
    text-transform: none;
  }
  .navigation .level0,
  .navigation ul li {
    border-top: none;
  }
  .navigation li.level0:last-child {
    border-bottom: 0;
  }
  .navigation .ui-menu-item a,
  .nav-sections .ui-menu-item.level1 > a {
    padding: 10px 0px 8px 17px;
  }
  .navigation ul li.level1.parent > a:after {
    top: -5px;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 35px !important;
  }
  .navigation ul.level1.submenu > li > a {
    padding-left: 70px !important;
  }
  .navigation ul .parent .level-top:after {
    top: -10px;
  }
  .navigation {
    background: #f5f5f7;
  }
  .page-header .block-search label {
    display: inline-block !important;
    cursor: pointer;
  }
  .page-header .block-search label::before {
    color: #000;
    font-size: 29px;
    line-height: 29px;
  }
  .page-header .block-search .block-content .form.minisearch {
    position: static !important;
  }
  .page-header .block-search .control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0;
  }
  .page-header .block-search input {
    height: 40px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
  }
  .page-header .block-search .minisearch.active .control {
    z-index: 14;
    opacity: 1;
  }
  .page-header .block-search .action.search {
    left: 5px !important;
    top: 15px;
  }
  .page-header .block-search .action.search::before {
    color: #000;
    font-size: 20px;
    margin-left: 0;
  }
  .page-header .block-search .action.search:focus {
    border-color: #000;
  }
  .page-header .block-search .action.search:hover::before {
    color: #f26522;
  }
  footer .footer.content .wrapper {
    padding: 25px 15px 0;
  }
  footer .footer.content .wrapper .title {
    border-bottom: 0;
    background-color: transparent;
    font-family: Amiri;
    font-size: 20px;
  }
  footer .footer.content .wrapper .title::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgNyI+PHBhdGggZmlsbD0iIzIzMUYyMCIgZD0ibTAgMS4wMTYgNS42MzIgNS42MzJMNiA3bC4zNjgtLjM1MkwxMiAxLjAxNiAxMS4yNjQuMjggNiA1LjU0NC43MzYuMjggMCAxLjAxNloiLz48L3N2Zz4=) no-repeat top;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
  }
  footer .footer.content .wrapper .title.active::after {
    transform: rotate(-180deg);
  }
  footer .footer.content .wrapper .footer-column {
    margin-bottom: 22px;
  }
  footer .footer.content .wrapper ul {
    padding: 0;
  }
  footer .footer.content .wrapper ul li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  footer .footer.content .wrapper ul li a {
    font-size: 13px;
  }
  footer .footer.content .wrapper .footer-column.locator-column .socials {
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0 !important;
  }
  footer .footer.basement .wrapper {
    padding: 0 15px;
  }
  footer .footer.basement .wrapper .title {
    font-family: Amiri;
    font-size: 20px;
  }
  footer .copyright span {
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  footer .copyright a {
    font-size: 13px;
  }
  footer .confidence a {
    font-size: 13px;
  }
  .custom-nav-links {
    display: none !important;
  }
  .page-header .logo {
    order: 2;
    position: static !important;
    margin: auto !important;
    transform: unset !important;
  }
}
@media (max-width: 500px) {
  .page-header .nav-sections {
    top: 50px;
    width: 100%;
    margin-top: 0;
  }
  .page-wrapper {
    padding-top: 55.5px;
  }
  .page-header .custom-header-top .header-top-inner .custom-minicart-wrapper {
    padding-left: 0;
  }
}
@media screen and (min-width: 1145px) {
  .page-wrapper {
    padding-top: 124px;
  }
}
.nav-open .nav-toggle:after {
  color: #000;
  background: #fff;
  border: 0;
  right: 3px;
  top: 7px;
  padding-top: 0;
}

.footer.content,
.footer.basement {
  background-color: #f5f5f7 !important;
}
.footer.content .wrapper,
.footer.basement .wrapper {
  background-color: transparent !important;
}

.page-header .panel.wrapper {
  display: none !important;
}

.account header {
  position: fixed !important;
}
.account header::after {
  display: none !important;
}

.custom-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-nav-links a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-nav-links a:not(:last-child) {
  margin-right: 25px;
}
.custom-nav-links a:hover, .custom-nav-links a:focus {
  text-decoration: none;
  color: #ea631a;
}
.custom-nav-links a svg {
  margin-right: 10px;
}

.dashboard-top {
  display: none !important;
}

.page-main {
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page-main > h2 {
    display: none;
  }
}
.page-main button {
  font-size: 16px;
}

.block .title strong {
  font-weight: 400;
}

.dashboard-content .block-content p,
.dashboard-content .box-content p {
  font-weight: 300 !important;
}

.account .column.main h2 {
  font-weight: 400;
}
.account .column.main .block:not(.widget) strong.block-title {
  font-size: 1.8rem;
  font-weight: 300 !important;
}
.account .column.main .dashboard-content ~ .page-title-wrapper {
  display: none;
}

.nav.items li * {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3rem;
}

.fieldset > .legend {
  font-size: 16px;
  font-weight: 300;
}
.fieldset > .field label {
  font-weight: 300;
  font-family: "Satoshi";
}
.fieldset > .field input {
  font-weight: 300 !important;
  font-family: "Satoshi";
}
.fieldset > .field input[type=text],
.fieldset > .field input[type=password],
.fieldset > .field input[type=url],
.fieldset > .field input[type=tel],
.fieldset > .field input[type=search],
.fieldset > .field input[type=number],
.fieldset > .field input[type=datetime],
.fieldset > .field input[type=email] {
  height: 50px;
}

.actions-toolbar .primary .action {
  text-transform: uppercase;
  height: 50px;
  font-weight: 600;
  font-family: "Satoshi";
  letter-spacing: 0.05rem;
}

.footer.content .wrapper .title {
  text-transform: capitalize !important;
}

.footer.basement .wrapper:before {
  display: none !important;
}

.custom-minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  background: #fff;
  border: 1px solid hsla(0, 0%, 80%, 0.7);
  top: 100%;
  right: 0;
  padding: 0;
  width: 80vw;
  max-width: 450px;
  max-height: calc(100vh - 120px);
}
.custom-minicart-wrapper .mage-dropdown-dialog .block-minicart {
  margin-bottom: 0;
}
.custom-minicart-wrapper .mage-dropdown-dialog .block-title {
  margin-bottom: 10px;
}
.custom-minicart-wrapper .mage-dropdown-dialog .minicart-items-wrapper {
  margin: 0;
  max-height: calc(100vh - 270px);
}

.actions-toolbar .shopping-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.sidebar-main .block-collapsible-nav-title {
  display: none;
}
.sidebar-main .block-collapsible-nav-content .nav.item {
  margin-bottom: 15px;
}
.sidebar-main .block-collapsible-nav-content .nav.item strong,
.sidebar-main .block-collapsible-nav-content .nav.item a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.sidebar-main .block-collapsible-nav-content .nav.item.current strong,
.sidebar-main .block-collapsible-nav-content .nav.item.current a {
  color: #f26522;
}
.sidebar-main .block-collapsible-nav-content .nav.item:nth-child(3) {
  display: none;
}
.sidebar-main .block-collapsible-nav-content .nav.item.logout {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.sidebar-main .block-collapsible-nav-content .nav.item.logout a {
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .sidebar-main .block-collapsible-nav-content .nav.item:not(.logout) {
    background-color: #f5f5f7;
    border-radius: 20px;
  }
  .sidebar-main .block-collapsible-nav-content .nav.item:not(.logout) a,
  .sidebar-main .block-collapsible-nav-content .nav.item:not(.logout) strong {
    width: 100%;
    padding: 15px;
    display: block;
  }
}

@media (max-width: 767px) {
  .account .column.main {
    padding-left: 0 !important;
  }
}
.account .column.main .page-title-wrapper {
  margin-top: 0;
}
.account .column.main .page-title-wrapper .order-status,
.account .column.main .page-title-wrapper .order-date {
  font-weight: 300;
}
.account .column.main h2 {
  margin-top: 0;
  font-size: 28px;
  color: #000;
  line-height: 100%;
  text-transform: capitalize;
}
.account .column.main .actions-toolbar:not(.order-actions-toolbar) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account .column.main .actions-toolbar:not(.order-actions-toolbar) .action {
  color: #000;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 10px;
  height: unset;
}
.account .column.main .actions-toolbar:not(.order-actions-toolbar) .action:hover, .account .column.main .actions-toolbar:not(.order-actions-toolbar) .action:focus {
  color: #f26522;
  background: transparent;
}
.account .column.main .order-links {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  display: inline-block;
}
.account .column.main .order-links .item {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 40px;
  border: 1px solid #ededed;
  border-bottom: 0;
}
.account .column.main .order-links .item strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
}
.account .column.main .order-links .item:nth-child(2) {
  display: none;
}
.account .column.main .order-details-items {
  border: 1px solid #ededed;
}
.account .column.main .order-details-items .order-title {
  display: none;
}
.account .column.main .order-details-items .table-wrapper {
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .account .column.main .order-details-items .table-wrapper {
    padding: 0 10px;
  }
}
.account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > th, .account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > td {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  color: #000;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > th .product-item-name, .account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > td .product-item-name {
  font-weight: 300;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > th .price-including-tax,
.account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > th .price-excluding-tax, .account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > td .price-including-tax,
.account .column.main .order-details-items .table-wrapper .table-order-items > thead > tr > td .price-excluding-tax {
  font-size: 14px;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td {
  border-bottom: 1px solid #ededed;
  padding: 15px 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  color: #000;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th.price, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th.qty, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td.price, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td.qty {
  text-align: left;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th .price-including-tax,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th .price-excluding-tax, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td .price-including-tax,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td .price-excluding-tax {
  line-height: unset;
  font-size: 14px;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th .abs-product-link,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th .product-item-name,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > th .product.name a, .account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td .abs-product-link,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td .product-item-name,
.account .column.main .order-details-items .table-wrapper .table-order-items > tbody > tr > td .product.name a {
  font-weight: 300;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot {
  background: #f5f5f7;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > td {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  color: #000;
  text-align: right;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr:first-child > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr:first-child > td {
  padding-top: 20px;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr:last-child > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr:last-child > td {
  padding-bottom: 20px;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > td:first-child {
  font-weight: 300;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > th strong, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > td:first-child strong {
  font-weight: 300;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > td {
  font-weight: 400;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr > td strong {
  font-weight: 400;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > th, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > td:first-child {
  font-weight: 400;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > th strong, .account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > td:first-child strong {
  font-weight: 400;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > td {
  font-weight: 700;
}
.account .column.main .order-details-items .table-wrapper .table-order-items > tfoot > tr.grand_total_incl > td strong {
  font-weight: 700;
}
.account .column.main .block-order-details-view {
  overflow: hidden;
}
.account .column.main .block-order-details-view .block-title {
  margin-bottom: 0 !important;
}
.account .column.main .block-order-details-view .block-title strong {
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 1.1818181818 !important;
  letter-spacing: 0.03em;
  color: #000;
}
.account .column.main .block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: -26px;
}
.account .column.main .block-order-details-view .block-content > .box {
  width: calc(50% - 26px) !important;
  margin: 20px 26px 20px 0;
  border: 1px solid #ededed;
  padding: 20px;
}
.account .column.main .block-order-details-view .block-content > .box .box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.account .column.main .block-order-details-view .block-content > .box .box-title strong,
.account .column.main .block-order-details-view .block-content > .box .box-title span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
}
.account .column.main .block-order-details-view .block-content > .box .box-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  color: #000;
}
.account .column.main .block-order-details-view .block-content > .box .box-content br:first-child {
  display: none;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method {
  margin-bottom: 0;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method .title {
  font-weight: 300;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method th,
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method td {
  font-size: 14px;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  color: #000;
  padding: 5px 0;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method th {
  font-weight: 300;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method th strong {
  font-weight: 300;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method td {
  font-weight: 600;
}
.account .column.main .block-order-details-view .block-content > .box .box-content .payment-method td strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .account .column.main .block-order-details-view .block-content {
    margin-right: 0;
  }
  .account .column.main .block-order-details-view .block-content > .box {
    width: 100% !important;
    margin: 20px 0;
    padding: 15px;
  }
}
.account .field.choice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.account .field.choice input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.account .field.choice .label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4444444444;
  color: #000;
}

@media (max-width: 767px) {
  .dashboard-content {
    padding: 0 0 0 0 !important;
  }
}
.dashboard-content .block-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1818181818;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  color: #000;
}

.dashboard-content .block-content .action.edit,
.dashboard-content .box-content .action.edit,
.dashboard-content .block-content p,
.dashboard-content .box-content p,
.dashboard-content .block-content address,
.dashboard-content .box-content address,
.dashboard-content .block-content .action.change-password,
.dashboard-content .box-content .action.change-password,
.dashboard-content .block-content strong,
.dashboard-content .box-content strong,
.dashboard-content .block-content strong span,
.dashboard-content .box-content strong span,
.dashboard-content .block-content .box-title,
.dashboard-content .box-content .box-title {
  line-height: 1.4444444444 !important;
}

.fieldset > .field:not(.choice) > .label {
  padding-top: 0;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}

.text-right {
  text-align: right;
}

.orders-history .table-order-items thead > tr > th {
  background-color: #dca784;
  color: #fff;
  padding: 13px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.orders-history .table-order-items tbody > tr {
  border: 1px solid #ededed;
  border-top: 0;
}
.orders-history .table-order-items tbody > tr > td {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000;
  padding: 29px 16px !important;
  background: #fff;
}
.orders-history .table-order-items tbody > tr > td .action {
  color: #000;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.orders-history .table-order-items tbody > tr > td .action:hover, .orders-history .table-order-items tbody > tr > td .action:focus {
  color: #f26522;
}
.orders-history .table-order-items tbody > tr:nth-child(even) > td {
  background: #f5f5f7;
}

.order-actions-toolbar .action.print {
  float: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-main > .custom-nav-links {
  display: none;
}

@media print {
  .custom-nav-links {
    display: none;
  }
}
.account .column.main .custom-order-detail .page-title-wrapper .page-title, .account .column.main .custom-order-detail .page-title-wrapper h2 {
  margin-bottom: 15px;
}
.account .column.main .custom-order-detail .page-title-wrapper .page-title .base, .account .column.main .custom-order-detail .page-title-wrapper h2 .base {
  font-size: 30px;
  text-transform: capitalize;
}
.account .column.main .custom-order-detail .page-title-wrapper .order-date {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 30px;
}
.account .column.main .custom-order-detail .order-details-items {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .account .column.main .custom-order-detail .order-details-items {
    margin-bottom: 30px;
  }
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > thead > tr > th {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tbody .product-name img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tbody td.qty {
  text-align: center;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tbody td.price {
  text-align: left !important;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tbody td.price .price-including-tax {
  text-align: left !important;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot {
  font-size: 16px !important;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot > tr > th, .account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot > tr > td {
  font-size: 16px;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot .amount .price {
  font-weight: 600;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot .totals .amount {
  font-weight: 600;
}
.account .column.main .custom-order-detail .order-details-items .table-order-items > tfoot .grand_total_incl strong {
  font-weight: 600;
}
.account .column.main .custom-order-detail .order-info {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
.account .column.main .custom-order-detail .order-info h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
}
.account .column.main .custom-order-detail .order-info-inner .title {
  padding: 6px 20px;
  background: #f5f5f7;
  border: 1px solid #f5f5f7;
}
.account .column.main .custom-order-detail .order-info-inner .title h5 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 1.4444444444;
}
.account .column.main .custom-order-detail .order-info-inner .inner {
  padding: 18px 20px;
  margin-bottom: 20px;
  border: 1px solid #ededed;
}
.account .column.main .custom-order-detail .order-info-inner .inner p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
}
.account .column.main .custom-order-detail .order-info-inner .inner p span {
  font-weight: 600;
}
.account .column.main .custom-order-detail .order-info-inner .inner p:last-child {
  margin-bottom: 0;
}

.otp-wrapper button {
  background: #ea631a;
  border: 0;
  text-transform: uppercase;
  color: #fff;
}
.otp-wrapper p {
  display: inline-flex;
  flex-wrap: wrap;
}
.otp-wrapper p .normal-link {
  margin-left: 4px;
  margin-right: 4px;
  display: inline;
  padding: 0;
  background: 0;
  font-weight: 400;
  border: 0;
  color: #ea631a;
  text-transform: unset;
  text-decoration: underline;
}
.otp-form {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.otp-form-inner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
.otp-form-inner .otp-input {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  height: 40px;
  padding: 0 0.9375rem;
  width: 80%;
  max-width: 300px;
}

.sidebar-main h2 {
  margin-top: 0;
  display: none;
}
.sidebar-main .hamburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sidebar-main h2 {
    display: block;
  }
  .sidebar-main .hamburger {
    display: block;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  .sidebar-main .hamburger::before, .sidebar-main .hamburger::after,
  .sidebar-main .hamburger span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.2s ease-out;
  }
  .sidebar-main .hamburger::before {
    top: 0;
  }
  .sidebar-main .hamburger::after {
    bottom: 0;
  }
  .sidebar-main .hamburger span {
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar-main .hamburger span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 33px;
    background: black;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .sidebar-main .hamburger.active::before, .sidebar-main .hamburger.active::after {
    opacity: 0;
  }
  .sidebar-main .hamburger.active span {
    transform: translateY(-50%) rotate(45deg);
  }
  .sidebar-main .hamburger.active span::after {
    opacity: 1;
  }
  .sidebar-main .sidenav {
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateX(-120%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .sidebar-main .sidenav.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
  .sidebar-main .sidenav .nav.item:not(.logout) > a, .sidebar-main .sidenav .nav.item:not(.logout) > strong {
    position: relative;
    padding-right: 50px;
  }
  .sidebar-main .sidenav .nav.item:not(.logout) > a::after, .sidebar-main .sidenav .nav.item:not(.logout) > strong::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  .sidebar-main .sidenav .nav.item:not(.logout) > a::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20320%20512'%3E%3Cpath%20d%3D'M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z'%20fill%3D'black'%2F%3E%3C%2Fsvg%3E") no-repeat center;
  }
  .sidebar-main .sidenav .nav.item:not(.logout) > strong::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20320%20512'%3E%3Cpath%20d%3D'M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z'%20fill%3D'%23f26522'%2F%3E%3C%2Fsvg%3E") no-repeat center;
  }
}

.minicart-items {
  font-family: Satoshi, sans-serif;
}
.minicart-items .product-item {
  padding: 14px 0;
  margin-bottom: 14px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 0;
}
.minicart-items .product-item:not(:last-child) {
  border-bottom: solid 1px hsla(0, 0%, 80%, 0.7);
}
.minicart-items .product-item > .product {
  position: relative;
}
.minicart-items .product-item > .product .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border: 1px solid hsla(0, 0%, 80%, 0.7);
}
.minicart-items .product-item > .product .product-item-photo .product-image-container {
  width: 100% !important;
  height: 100%;
}
.minicart-items .product-item > .product .product-item-details .product-item-name {
  margin-bottom: 10px;
}
.minicart-items .product-item > .product .product-item-details .product-item-name a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
}
.minicart-items .product-item > .product .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
.minicart-items .product-item > .product .product-item-details .price-including-tax,
.minicart-items .product-item > .product .product-item-details .price-excluding-tax {
  margin-top: 0;
  text-align: left;
}
.minicart-items .product-item > .product .product-item-details .price-including-tax .price,
.minicart-items .product-item > .product .product-item-details .price-excluding-tax .price {
  font-size: 16px;
  font-weight: 400;
}
.minicart-items .product.actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.minicart-items .product.actions .primary {
  display: none;
}
.minicart-items .product.actions .secondary .delete::before, .minicart-items .product.actions .secondary .delete::after {
  display: none;
}
.minicart-items .product.actions .secondary .delete span {
  position: static;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  margin: 0;
}

.plain-card h2 {
  font-size: 28px;
  text-transform: capitalize;
}

#minicart-content-wrapper .items-total,
#minicart-content-wrapper .action.close {
  display: none;
}
#minicart-content-wrapper .block-content {
  display: flex;
  flex-direction: column;
}
#minicart-content-wrapper .block-content .minicart-items-wrapper {
  order: 1;
}
#minicart-content-wrapper .block-content .minicart-items-wrapper ~ .actions {
  display: none;
}
#minicart-content-wrapper .block-content .subtotal {
  order: 2;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#minicart-content-wrapper .block-content .subtotal .label span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
#minicart-content-wrapper .block-content .subtotal .price {
  font-size: 16px;
  margin-left: 10px;
  color: #f26522;
}
#minicart-content-wrapper .block-content .subtotal ~ .actions {
  order: 3;
  margin-top: 0;
}
#minicart-content-wrapper .block-content .subtotal ~ .actions .checkout {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
#minicart-content-wrapper .block-title {
  display: block;
  padding: 15px 15px;
  margin: 0;
  text-align: center;
}
#minicart-content-wrapper .block-title .title {
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
}
#minicart-content-wrapper .braintree-googlepay-button {
  border-radius: 0 !important;
}

.text-uppercase {
  text-transform: capitalize !important;
}

.m-b-30 {
  margin-bottom: 30px;
}

.h4 {
  font-size: 28px !important;
}

.text-normal {
  font-weight: 400 !important;
}/*# sourceMappingURL=additional.css.map */