@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap%27);");
:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --c-cream: #dee1ca;
  --primary: #fa8968;
  --primary-light: #f7cab7;
  --ink: #ee7c5a;
  --light-bg: #fdf3f2;
  --icon-bg: #fdf3f2;
  --primary-foreground: #fdf3f2;
  --plight-bg: #e9ebdc;
  --body-mid: #585451;
  --body-color: #1a1a1a;
  --c-red: #8d0000;
  --olive: #949c67;
  --primary-mid: #f0ae9a;
  --primary-lighter: #fbe0d5;
  --gutter: 22px;
}

html {
  height: 100%;
}

.menu-open {
  overflow: hidden;
  height: 100%;
}

.top-header-section {
  background-color: var(--primary-light);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767.72px) {
  .top-header-section {
    display: none;
  }
}

.top-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: var(--body-color);
}
.top-header-content svg {
  color: var(--ink);
  width: 20px;
  height: 20px;
}
.top-header-content .content {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .top-header-content .content {
    font-size: 14px;
  }
}

.left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .right-content {
    gap: 50px;
  }
}
.right-content .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.right-content .content-wrap svg path {
  fill: var(--ink);
}

header.site-header {
  position: sticky;
  z-index: 999;
  background-color: var(--light-bg);
  top: var(--wp-admin--admin-bar--height, 0px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
header.site-header .header-container {
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1200px) and (max-width: 1399.72px) {
  header.site-header .header-container .container {
    max-width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .header-container .container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1600px) {
  header.site-header .header-container .container {
    max-width: 1520px;
  }
}
header.site-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  position: relative;
}
header.site-header .nav-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0;
  padding-left: 12px;
}
@media screen and (min-width: 1200px) {
  header.site-header .nav-toggler {
    display: none;
  }
}
header.site-header .nav-toggler .toggler {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  border: none;
  background: transparent;
  border: 1px solid rgba(250, 137, 104, 0.5);
  border-radius: 50%;
}
header.site-header .nav-toggler .toggler span {
  content: "";
  position: absolute;
  width: 18px;
  top: calc(50% - 1px);
  height: 2px;
  left: calc(50% - 9px);
  border-bottom: 2px solid var(--ink);
  z-index: 999;
  cursor: pointer;
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s, width 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, opacity 0.3s 0.3s, width 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, width 0.3s 0.3s, left 0.3s 0.3s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, width 0.3s 0.3s, left 0.3s 0.3s, -webkit-transform 0.3s 0s;
}
header.site-header .nav-toggler .toggler span:nth-child(2) {
  top: calc(50% - 6px);
}
header.site-header .nav-toggler .toggler span:nth-child(3) {
  top: calc(50% + 4px);
}
.menu-open header.site-header .nav-toggler .toggler span {
  -webkit-transition: top 0.3s, opacity 0.3s, width 0.3s, left 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, width 0.3s, left 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, width 0.3s, left 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, width 0.3s, left 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-open header.site-header .nav-toggler .toggler span:nth-child(1) {
  opacity: 0;
}
.menu-open header.site-header .nav-toggler .toggler span:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-open header.site-header .nav-toggler .toggler span:nth-child(3) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.site-header .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
header.site-header .logo-col .site-logo {
  max-width: 130px;
}
@media screen and (min-width: 360px) {
  header.site-header .logo-col .site-logo {
    max-width: 148px;
  }
}
@media screen and (min-width: 576px) {
  header.site-header .logo-col .site-logo {
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299.72px) {
  header.site-header .logo-col .site-logo {
    max-width: 172px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399.72px) {
  header.site-header .logo-col .site-logo {
    max-width: 210px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .logo-col .site-logo {
    max-width: 220px;
  }
}
@media screen and (min-width: 1600px) {
  header.site-header .logo-col .site-logo {
    max-width: 240px;
  }
}
header.site-header .logo-col .site-logo a {
  display: block;
}
header.site-header .logo-col .site-logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header.site-header .logo-col h1.site-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
header.site-header .logo-col a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--primary);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--heading-font);
}
@media screen and (min-width: 992px) {
  header.site-header .logo-col a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .logo-col a {
    font-size: 28px;
  }
}
header.site-header .navigation-col {
  width: auto;
  display: none;
}
@media screen and (min-width: 1200px) {
  header.site-header .navigation-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 1300px) {
  header.site-header .navigation-col {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1600px) {
  header.site-header .navigation-col {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 1200px) {
  header.site-header nav.navigation {
    width: 100%;
  }
}
header.site-header nav.navigation ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 100%;
}
@media screen and (min-width: 992px) {
  header.site-header nav.navigation ul.navbar-nav {
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  header.site-header nav.navigation ul.navbar-nav {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header nav.navigation ul.navbar-nav {
    gap: 20px;
  }
}
header.site-header nav.navigation ul.navbar-nav > li {
  height: 100%;
}
header.site-header nav.navigation ul.navbar-nav > li > a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.site-header nav.navigation ul.navbar-nav > li:hover {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav > li:hover > a .sub-menu-caret svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
header.site-header nav.navigation ul.navbar-nav > li.current-menu-ancestor a {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li a {
  color: var(--body-color);
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  line-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  header.site-header nav.navigation ul.navbar-nav li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299.72px) {
  header.site-header nav.navigation ul.navbar-nav li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header nav.navigation ul.navbar-nav li a {
    font-size: 16px;
  }
}
header.site-header nav.navigation ul.navbar-nav li a:hover {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li a .sub-menu-caret svg {
  width: 10px;
  min-width: 10px;
  height: 10px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header.site-header nav.navigation ul.navbar-nav li:hover > a {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li.current-menu-item > a {
  font-weight: 500;
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li ul.sub-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  padding: 12px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--c-white);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-radius: 0 0 12px 12px;
}
header.site-header nav.navigation ul.navbar-nav li ul.sub-menu li a {
  color: var(--body-mid);
  line-height: 1.2;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: block;
  padding: 6px 15px;
  text-align: center;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.site-header nav.navigation ul.navbar-nav li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > a {
  position: relative;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-bottom: solid 15px var(--c-white);
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  opacity: 0;
  visibility: visible;
  -webkit-filter: drop-shadow(0px -4px 12px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px -4px 12px rgba(0, 0, 0, 0.24));
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: unset;
          transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 12px;
  max-width: 1120px;
  -webkit-box-shadow: 0 5px 12px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 12px -4px rgba(0, 0, 0, 0.12);
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu li a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 4px;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu li a .sub-menu-caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu li.current-menu-parent > a {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu > li > a {
  background-color: var(--light-bg);
  padding: 8px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu ul.sub-menu {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  padding-bottom: 0;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu ul.sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu ul.sub-menu li a {
  text-align: left;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-size: 14px;
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu ul.sub-menu li a:hover {
  color: var(--ink);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item > ul.sub-menu ul.sub-menu li.current-menu-item a {
  color: var(--ink);
}
header.site-header nav.navigation ul.navbar-nav li.collection-menu-item:hover > a::after {
  opacity: 1;
  visibility: visible;
}
header.site-header .user-cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  gap: 8px;
  margin-left: auto;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  header.site-header .user-cart-wrap {
    margin-left: 0;
  }
}
header.site-header .user-cart-wrap .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199.72px) {
  header.site-header .user-cart-wrap .search-form-wrapper {
    display: none;
  }
}
header.site-header .user-cart-wrap .search-form-wrapper .search-icon,
header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(250, 137, 104, 0.5);
  border-radius: 38px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  color: var(--ink);
  width: 34px;
  height: 34px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .search-form-wrapper .search-icon,
  header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon {
    width: 38px;
    font-size: 15px;
    border: 1px solid rgba(250, 137, 104, 0.25);
    height: 38px;
  }
}
header.site-header .user-cart-wrap .search-form-wrapper .search-icon:hover,
header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon:hover {
  border-color: var(--primary);
}
header.site-header .user-cart-wrap .search-form-wrapper .search-icon svg {
  width: 20px;
}
header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon {
  margin-left: -34px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 3;
  background-color: var(--ink);
  color: var(--c-white);
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon {
    margin-left: -38px;
  }
}
header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon:hover {
  background-color: var(--primary-mid);
}
.search-open header.site-header .user-cart-wrap .search-form-wrapper .search-close-icon {
  opacity: 1;
  visibility: visible;
}
header.site-header .user-cart-wrap .account-menu-wrapper .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  header.site-header .user-cart-wrap .account-menu-wrapper .menu-item {
    gap: 12px;
  }
}
header.site-header .user-cart-wrap .account-menu-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4%;
  font-size: 12px;
  color: var(--ink);
  text-transform: uppercase;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(250, 137, 104, 0.5);
  border-radius: 38px;
}
@media screen and (min-width: 320px) and (max-width: 359.72px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a {
    width: 28px;
    height: 28px;
  }
}
header.site-header .user-cart-wrap .account-menu-wrapper a svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 320px) and (max-width: 359.72px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a {
    font-size: 13px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(250, 137, 104, 0.25);
  }
}
header.site-header .user-cart-wrap .account-menu-wrapper a:hover {
  border-color: var(--primary);
}
header.site-header .user-cart-wrap .account-menu-wrapper a.user {
  border-radius: 22px;
  border: 1px solid var(--ink);
  padding: 0;
  font-size: 0;
}
@media screen and (min-width: 576px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.user {
    gap: 4px;
    width: auto;
    font-size: 12px;
    padding: 6px 15px;
  }
}
@media screen and (min-width: 1200px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.user {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.user {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.user:hover {
    background-color: var(--ink);
    border-color: transparent;
    color: var(--c-white);
  }
}
.page-id-30 header.site-header .user-cart-wrap .account-menu-wrapper a.user {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--primary-foreground);
}
header.site-header .user-cart-wrap .account-menu-wrapper a.cart {
  border: 1px solid rgba(67, 73, 24, 0.5);
  border-radius: 22px;
  border: 1px solid var(--ink);
  padding: 0;
  font-size: 0;
  position: relative;
}
@media screen and (min-width: 400px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart {
    gap: 4px;
    width: auto;
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1200px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart {
    padding: 10px 15px;
    font-size: 13px;
  }
}
header.site-header .user-cart-wrap .account-menu-wrapper a.cart::before {
  content: "";
  -webkit-mask-image: url("./images/cart-shopping-solid-full.svg");
          mask-image: url("./images/cart-shopping-solid-full.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--ink);
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart::before {
    width: 16px;
    height: 16px;
  }
}
header.site-header .user-cart-wrap .account-menu-wrapper a.cart .cart-count {
  background-color: var(--ink);
  color: var(--c-white);
  width: 24px;
  height: 24px;
  min-width: 24px;
  line-height: normal;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -12px;
  right: -8px;
}
@media screen and (max-width: 399.72px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart .cart-count {
    right: -14px;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart:hover {
    background-color: var(--ink);
    border-color: transparent;
    color: var(--c-white);
  }
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart:hover::before {
    background-color: var(--c-white);
  }
  header.site-header .user-cart-wrap .account-menu-wrapper a.cart:hover .cart-count {
    background-color: var(--primary);
  }
}
.page-id-28 header.site-header .user-cart-wrap .account-menu-wrapper a.cart {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--primary-foreground);
}
.page-id-28 header.site-header .user-cart-wrap .account-menu-wrapper a.cart::before {
  background-color: var(--primary-foreground);
}
.page-id-28 header.site-header .user-cart-wrap .account-menu-wrapper a.cart .cart-count {
  background-color: var(--ink);
}
.page-id-98 header.site-header .user-cart-wrap .account-menu-wrapper a.wishlist {
  color: var(--c-white);
  background-color: var(--primary);
  border-color: var(--primary);
}
header.site-header .mobile-navigation {
  padding: 70px 0px 40px;
}
@media screen and (min-width: 768px) {
  header.site-header .mobile-navigation {
    padding: 130px 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  header.site-header .mobile-navigation {
    padding: 0;
  }
}
@media screen and (max-width: 1199.72px) {
  header.site-header .mobile-navigation {
    position: fixed;
    height: 100%;
    width: 100%;
    height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
    min-width: 100%;
    min-height: 100%;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: 99;
    left: 0;
    background-color: var(--light-bg);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header.site-header .mobile-navigation .mobile-navigation-wrap {
    max-height: 100%;
    overflow: auto;
  }
}
.menu-open header.site-header .mobile-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 1200px) {
  header.site-header .mobile-navigation .mobile-nav {
    display: none !important;
  }
}
header.site-header .mobile-navigation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site-header .mobile-navigation ul li.current-menu-item > a {
  color: var(--ink);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.site-header .mobile-navigation ul li.current-menu-item .sub-menu-toggler {
  color: var(--ink);
}
header.site-header .mobile-navigation ul li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
header.site-header .mobile-navigation ul li a {
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.site-header .mobile-navigation ul li .sub-menu {
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
}
header.site-header .mobile-navigation ul li .sub-menu li a {
  font-weight: normal;
  font-size: 16px;
  padding: 6px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.site-header .mobile-navigation ul li .sub-menu-toggler {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  color: var(--body-color);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -18px;
}
header.site-header .mobile-navigation ul li .sub-menu-toggler.active {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
header.site-header .mobile-navigation ul li .sub-menu-toggler svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
header.site-header .mobile-navigation ul li.current-menu-ancestor > a {
  color: var(--ink);
}
header.site-header .mobile-navigation ul li.current-menu-ancestor > .sub-menu-toggler {
  color: var(--ink);
}
header.site-header .mobile-navigation ul.sub-menu .sub-menu-toggler {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header.site-header .mobile-navigation ul.sub-menu .sub-menu-toggler.active {
  color: var(--ink);
  -webkit-transform: unset;
          transform: unset;
}
header.site-header .mobile-navigation ul.sub-menu ul.sub-menu a {
  font-size: 15px;
  color: var(--body-mid);
}
header.site-header .mobile-navigation ul.sub-menu ul.sub-menu .current-menu-item a {
  color: var(--ink);
}

body .aws-container form.aws-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background-color: #fbe0d5;
  border: 1px solid rgb(247, 202, 183);
  border-radius: 999px;
  padding: 6px 6px 6px 20px;
  margin: 0;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  width: 100%;
  height: unset;
}
body .aws-container form.aws-search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  font: 400 16px/1 "Hanken Grotesk";
  color: var(--body-color);
  outline: none;
  padding: 6px 10px 6px 10px !important;
}
@media screen and (min-width: 768px) {
  body .aws-container form.aws-search-form input {
    padding: 8px 10px 8px 10px !important;
  }
}
@media screen and (max-width: 1199.72px) {
  body .aws-container form.aws-search-form input {
    background-image: url("./images/search-solid.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 16px;
  }
}
body .aws-container form.aws-search-form input:hover, body .aws-container form.aws-search-form input:focus {
  outline: none;
  background: transparent;
  border: 0;
  background-image: unset;
}
body .aws-container form.aws-search-form input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.7);
}
body .aws-container form.aws-search-form input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.7);
}
body .aws-container form.aws-search-form input:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.7);
}
body .aws-container form.aws-search-form input::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.7);
}
body .aws-container form.aws-search-form input::placeholder {
  color: rgba(26, 26, 26, 0.7);
}
body .aws-container form.aws-search-form.aws-form-active input {
  background-image: unset;
}
body .aws-container form.aws-search-form .aws-search-btn {
  background: var(--ink);
  color: var(--primary-foreground);
  border: 0;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 12px;
  font-family: var(--body-font);
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 42px;
  width: 42px;
  min-width: 42px;
  display: none;
}
@media screen and (min-width: 768px) {
  body .aws-container form.aws-search-form .aws-search-btn {
    font-size: 13px;
  }
}
body .aws-container form.aws-search-form .aws-search-btn .aws-search-btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: auto;
}
body .aws-container form.aws-search-form .aws-search-btn .aws-search-btn_icon::before {
  content: none;
  color: var(--primary-foreground);
}
body .aws-container form.aws-search-form .aws-search-btn svg {
  fill: var(--primary-foreground);
  height: auto;
  display: block;
  width: 26px;
  min-width: 26px;
}
body .aws-container form.aws-search-form .aws-search-btn:hover {
  background-color: var(--body-color);
}

@media screen and (max-width: 1199.72px) {
  .search-popup {
    padding: 12px 15px 2px;
  }
}
@media screen and (max-width: 1199.72px) and (min-width: 1200px) {
  .search-popup {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
    background-color: var(--light-bg);
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 20px;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
  }
}
@media screen and (max-width: 1199.72px) {
  .search-popup .search-popup-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .search-popup .search-popup-container .sug-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-mid);
    text-align: center;
    line-height: 40px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 1199.72px) and (max-width: 991.72px) {
  .search-popup .search-popup-container .sug-label {
    display: none;
  }
}
@media screen and (max-width: 1199.72px) {
  .search-open .search-popup {
    opacity: 1;
    visibility: visible;
  }
  .search-popup .search-close-btn {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    background-color: var(--ink);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border: 1px solid var(--primary);
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .search-popup .search-close-btn svg {
    width: 14px;
    height: 14px;
    fill: var(--c-cream);
  }
  .search-popup .search-close-btn:hover {
    background-color: var(--primary);
  }
  .search-open .search-popup .search-close-btn {
    opacity: 1;
    visibility: visible;
  }
}
.aws-search-result {
  background-color: var(--light-bg);
  border: none;
}
.aws-search-result#aws-search-result-2 {
  padding: 10px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(26, 26, 26, 0.12);
          box-shadow: 0 4px 6px 0 rgba(26, 26, 26, 0.12);
}
@media screen and (min-width: 576px) {
  .aws-search-result#aws-search-result-2 {
    padding: 20px;
  }
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item {
  border-bottom: 1px solid var(--light-bg);
  -webkit-transition: background 0.32s ease-in-out;
  transition: background 0.32s ease-in-out;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item:hover {
  background-color: var(--primary-light);
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item:nth-last-child(2) {
  border-bottom: none;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item.aws_search_more {
  background-color: var(--ink);
  border-radius: 100px;
  color: var(--primary-foreground);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border: none;
  margin: 15px !important;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item.aws_search_more:hover {
  background-color: var(--primary);
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item .aws_result_term {
  color: var(--body-color);
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item.aws_no_result {
  cursor: unset;
  background-color: var(--light-bg);
}

@media screen and (min-width: 1200px) {
  .mobile-navigation-wrap .search-popup {
    display: none;
  }
}

.search-form-wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .navigation-col .aws-container {
    position: relative;
    right: -10px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    z-index: 2;
    margin-right: -100%;
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .search-open .navigation-col .aws-container {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
footer.studio-footer {
  background-color: var(--ink);
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
footer.studio-footer .footer-top {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-top {
    padding-bottom: 30px;
  }
}
footer.studio-footer .footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer.studio-footer .footer-top-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-top-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-top-inner {
    text-align: center;
  }
}
footer.studio-footer .footer-top-inner h2 {
  color: var(--c-white);
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  footer.studio-footer .footer-top-inner h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-top-inner h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  footer.studio-footer .footer-top-inner h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.72px) {
  footer.studio-footer .footer-top-inner .newsletter-form {
    width: 70%;
  }
}
footer.studio-footer .footer-top-inner .newsletter-form h1 {
  display: none;
}
footer.studio-footer .footer-top-inner .newsletter-form .widget p {
  display: none;
}
footer.studio-footer .footer-top-inner .newsletter-form .widget p.success-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--c-white);
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-top-inner .newsletter-form .widget p.success-msg {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1400px) {
  footer.studio-footer .footer-top-inner .newsletter-form .widget p.success-msg {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-top-inner .newsletter-form .widget p.success-msg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-field {
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 32px 0 0 32px;
  background-color: var(--c-white);
  width: 13em;
}
@media screen and (min-width: 576px) {
  footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-field {
    width: 16em;
  }
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-field {
    width: 20em;
  }
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-field:focus {
  outline: none;
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-submit {
  border: none;
  padding: 10px 30px;
  background-image: url("./images/arrow-right-solid.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: var(--body-color);
  border-radius: 0 32px 32px 0;
  font-size: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap input.email-submit:hover {
  opacity: 0.8;
}
footer.studio-footer .footer-top-inner .newsletter-form .input-btn-wrap .notification {
  position: absolute;
  bottom: -4px;
  color: var(--c-red);
  font-size: 12px;
  padding: 6px;
}
footer.studio-footer .footer-top-inner .newsletter-form .form-validation .input-btn-wrap {
  padding-bottom: 40px;
}
footer.studio-footer .footer-top-inner .newsletter-form .form-validation .notification {
  background-color: var(--c-white);
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field {
  margin-top: 14px;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 576px) {
  footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label a {
  color: var(--c-white);
  text-decoration: underline;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label .icon {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: transparent;
  height: 1.3em;
  width: 1.3em;
  min-width: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label .icon svg {
  font-size: 9px;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field label .text {
  cursor: pointer;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field input {
  display: none;
}
footer.studio-footer .footer-top-inner .newsletter-form .tnp-privacy-field input:checked + label .icon {
  color: var(--c-white);
}
footer.studio-footer .footer-inner .footer-main-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--c-white);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-main-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu a {
  color: var(--c-white);
}
footer.studio-footer .footer-inner .footer-main-menu .footer-logo-col {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-col {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991.72px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-col {
    text-align: center;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 991.72px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap h5 {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap h5 {
    margin-bottom: 20px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--heading-font);
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-logo-wrap a {
    font-size: 28px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .logo-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 1400px) {
  footer.studio-footer .footer-inner .footer-main-menu .logo-text {
    font-size: 16px;
    margin-top: 22px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social {
  padding-top: 16px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-social {
    padding-top: 30px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 991.72px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.72px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-social ul {
    gap: 6px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: var(--light-bg);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) and (max-width: 1199.72px) {
  footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a {
    width: 36px;
    height: 36px;
  }
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a svg {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a svg path {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  fill: var(--primary);
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a:hover {
  background-color: var(--primary-light);
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer.studio-footer .footer-inner .footer-main-menu .footer-social ul a:hover svg path {
  fill: var(--ink);
}
footer.studio-footer .footer-inner .footer-menus {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-menus {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-inner .footer-menus {
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.72px) {
  footer.studio-footer .footer-inner .footer-menus .heading-menu-wrap {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  footer.studio-footer .footer-inner .footer-menus .heading-menu-wrap {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-inner .footer-menus,
  footer.studio-footer .footer-inner .footer-contact {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-menus,
  footer.studio-footer .footer-inner .footer-contact {
    padding-top: 15px;
  }
}
footer.studio-footer .footer-inner .footer-menus h6,
footer.studio-footer .footer-inner .footer-contact h6 {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 10%;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-inner .footer-menus h6,
  footer.studio-footer .footer-inner .footer-contact h6 {
    margin-bottom: 20px;
  }
}
footer.studio-footer .footer-inner .footer-menus ul,
footer.studio-footer .footer-inner .footer-contact ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-inner .footer-menus ul li,
  footer.studio-footer .footer-inner .footer-contact ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.studio-footer .footer-inner .footer-menus ul li a,
footer.studio-footer .footer-inner .footer-contact ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer.studio-footer .footer-inner .footer-menus ul li a:hover,
footer.studio-footer .footer-inner .footer-contact ul li a:hover {
  color: var(--c-white);
}
footer.studio-footer .footer-bottom {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  footer.studio-footer .footer-bottom {
    padding-top: 30px;
  }
}
footer.studio-footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  footer.studio-footer .footer-bottom .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  footer.studio-footer .footer-bottom .container {
    gap: 40px;
  }
}
@media screen and (max-width: 767.72px) {
  footer.studio-footer .footer-bottom .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.studio-footer .footer-bottom .footer-bottom-links ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  footer.studio-footer .footer-bottom .footer-bottom-links ul {
    gap: 10px;
  }
}
footer.studio-footer .footer-bottom .footer-bottom-links ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
footer.studio-footer .footer-bottom .footer-bottom-links ul li a::after {
  content: "|";
  font-size: 9px;
  font-weight: 400;
  color: white;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  footer.studio-footer .footer-bottom .footer-bottom-links ul li a::after {
    padding-left: 10px;
  }
}
footer.studio-footer .footer-bottom .footer-bottom-links ul li:last-child a {
  border: none;
  padding-right: 0;
}
footer.studio-footer .footer-bottom .footer-bottom-links ul li:last-child a::after {
  content: none;
}
footer.studio-footer .footer-bottom-inner {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
footer.studio-footer .footer-bottom-inner a {
  color: var(--c-white);
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer.studio-footer .footer-bottom-inner a:hover {
  color: rgba(243, 236, 216, 0.55);
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-row .ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(243, 236, 216, 0.08);
  color: var(--cream);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-row .ico svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-row .label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 236, 216, 0.55);
}
.info-row .value {
  font-family: "Fraunces", serif;
  font-size: 17px;
  margin-top: 4px;
  color: var(--cream);
  line-height: 1.4;
}
.info-row .value a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.info-row .value a:hover {
  color: #e8c887;
}

/* Banner Section Start */
.bannerSwiper {
  width: 100%;
  position: relative;
}
.bannerSwiper .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .bannerSwiper .swiper-slide {
    height: calc(100vh - 137px);
  }
}
@media screen and (min-width: 1400px) {
  .bannerSwiper .swiper-slide {
    height: calc(100vh - 159px);
  }
}
@media screen and (min-width: 1600px) {
  .bannerSwiper .swiper-slide {
    height: calc(100vh - 170px);
  }
}
.bannerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 170, 150, 0.95)), color-stop(28%, rgba(232, 196, 180, 0.82)), color-stop(55%, rgba(245, 225, 215, 0.18)), to(rgba(255, 245, 240, 0.05)));
  background: linear-gradient(90deg, rgba(214, 170, 150, 0.95) 0%, rgba(232, 196, 180, 0.82) 28%, rgba(245, 225, 215, 0.18) 55%, rgba(255, 245, 240, 0.05) 100%);
}
.bannerSwiper .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
}
.bannerSwiper .swiper-slide .slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bannerSwiper .swiper-slide .slide-content-wrap {
  position: relative;
  z-index: 2;
  color: var(--body-mid);
  width: 100%;
  height: 100%;
}
.bannerSwiper .swiper-slide .slide-content-wrap .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bannerSwiper .swiper-slide .slide-content-wrap .container {
    padding-bottom: 0;
  }
}
.bannerSwiper .swiper-slide .slide-content-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerSwiper .swiper-slide .slide-content-wrap-inner .eyebrow {
  margin: 0 0 10px;
  color: var(--body-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .eyebrow {
    font-size: 18px;
    line-height: 1.7;
  }
}
.bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-title {
  font-weight: 800;
  line-height: 1;
  max-width: 8em;
  font-family: var(--heading-font);
  font-size: 38px;
}
@media screen and (min-width: 992px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-title {
    font-size: 54px;
  }
}
@media screen and (min-width: 1400px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-title {
    font-size: 68px;
  }
}
.bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-desc {
  max-width: 410px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .slide-desc {
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .bannerSwiper .swiper-slide .slide-content-wrap-inner .primary-btn {
    margin-top: 28px;
  }
}
.bannerSwiper .slider-controls-wrap {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(251, 250, 243, 0.45);
  margin-left: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 576px) {
  .bannerSwiper .slider-controls-wrap {
    margin-left: max(var(--gutter), (100vw - var(--container)) / 2 + var(--gutter));
  }
}
@media screen and (min-width: 768px) {
  .bannerSwiper .slider-controls-wrap {
    padding: 12px;
    bottom: 50px;
    left: unset;
    right: 0;
    margin-left: auto;
    margin-right: max(var(--gutter), (100vw - var(--container)) / 2 + var(--gutter));
  }
}
.bannerSwiper .slider-controls-wrap:hover {
  background-color: var(--c-white);
}
@media screen and (max-width: 767.72px) {
  .bannerSwiper .slider-controls-wrap .container {
    padding: 0;
  }
}
.bannerSwiper .slider-controls-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.bannerSwiper .slider-controls-wrap-inner .swiper-pagination-custom {
  color: var(--ink);
  font-weight: 600;
  font-size: 16px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .bannerSwiper .slider-controls-wrap-inner .swiper-pagination-custom {
    font-size: 18px;
  }
}
.bannerSwiper .slider-controls-wrap-inner .slider-divider-line {
  width: 70px;
  height: 3px;
  background-color: var(--ink);
}
@media screen and (min-width: 768px) {
  .bannerSwiper .slider-controls-wrap-inner .slider-divider-line {
    width: 120px;
  }
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows {
    gap: 40px;
  }
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-prev-custom,
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-next-custom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-prev-custom svg,
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-next-custom svg {
  fill: var(--ink);
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-prev-custom:hover,
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-next-custom:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-prev-custom:hover svg,
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-next-custom:hover svg {
  fill: var(--primary);
}
.bannerSwiper .slider-controls-wrap-inner .slider-nav-arrows .swiper-button-prev-custom:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

/* Banner Section End */
/* Banner Bottom Section Start */
@media screen and (max-width: 991.72px) {
  .banner-bottom > .e-con-inner {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 12px 12px !important;
  }
}
@media screen and (max-width: 991.72px) {
  .banner-bottom .icon-text {
    width: calc(50% - 6px);
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 575.72px) {
  .banner-bottom .icon-text {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .banner-bottom .icon-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .banner-bottom .icon-text:nth-child(1) {
    border-right: 1px solid #e6d9d6;
  }
}
@media screen and (max-width: 575.72px) {
  .banner-bottom .icon-text:nth-child(1) {
    border-bottom: 1px solid #e6d9d6;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .banner-bottom .icon-text:nth-child(2) {
    border-right: 1px solid #e6d9d6;
  }
}
@media screen and (max-width: 575.72px) {
  .banner-bottom .icon-text:nth-child(2) {
    border-bottom: 1px solid #e6d9d6;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 576px) {
  .banner-bottom .icon-text:nth-child(3) {
    border-right: 1px solid #e6d9d6;
  }
}
@media screen and (max-width: 575.72px) {
  .banner-bottom .icon-text:nth-child(3) {
    border-bottom: 1px solid #e6d9d6;
    padding-bottom: 12px;
  }
}
.banner-bottom .icon-wrap svg path {
  stroke: var(--ink) !important;
  stroke-width: 1.5px !important;
}

/* Banner Bottom Section End */
/* Brooklyn Section Start */
.brooklyn-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden !important;
}
@media screen and (min-width: 992px) {
  .brooklyn-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .brooklyn-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.brooklyn-section > .e-con-inner {
  gap: 30px 0 !important;
}
@media screen and (max-width: 767.72px) {
  .brooklyn-section > .e-con-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 767.72px) {
  .brooklyn-section .text-wrap {
    width: 100% !important;
  }
}
.brooklyn-section .text-wrap .text {
  max-width: 27.8em !important;
}
.brooklyn-section .text-wrap .btn-wrap {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 576px) {
  .brooklyn-section .text-wrap .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.brooklyn-section .text-wrap .btn-wrap .site-primary-btn {
  font-size: 14px;
}
.brooklyn-section .text-wrap .reviews {
  padding-top: 16px;
}
.brooklyn-section .text-wrap .reviews ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.brooklyn-section .text-wrap .reviews ul li {
  font-size: 10px;
  border-left: 1px solid #e8dada;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .brooklyn-section .text-wrap .reviews ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .brooklyn-section .text-wrap .reviews ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 575.72px) {
  .brooklyn-section .text-wrap .reviews ul li {
    font-size: 14px;
  }
}
.brooklyn-section .text-wrap .reviews ul li strong {
  font-weight: 500;
  font-size: 18px;
}
.brooklyn-section .text-wrap .reviews ul li:first-child {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.brooklyn-section .img-wrap {
  position: relative;
}
@media screen and (max-width: 767.72px) {
  .brooklyn-section .img-wrap {
    width: 100% !important;
  }
}
.brooklyn-section .img-wrap:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.brooklyn-section .img-wrap .elementor-widget-image {
  width: 100%;
  height: 100%;
}
.brooklyn-section .img-wrap .elementor-widget-image::after {
  content: "";
  position: absolute;
  inset: -1.5rem;
  background: oklch(82% 0.06 18deg / 0.3);
  border-radius: 2rem;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}
.brooklyn-section .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.brooklyn-section .img-wrap .elementor-widget-text-editor {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-white);
  border-radius: 12px;
  padding: 16px;
}
@media screen and (min-width: 576px) {
  .brooklyn-section .img-wrap .elementor-widget-text-editor {
    bottom: -10px;
    left: -10px;
  }
}
.brooklyn-section .img-wrap h3 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}
.brooklyn-section .img-wrap p {
  font-size: 18px;
  margin: 0;
}

/* Brooklyn Section End */
/* Category Section Start */
.category-slider-section {
  overflow: hidden !important;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .category-slider-section {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .category-slider-section {
    padding-bottom: 100px;
  }
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper {
  overflow: visible;
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper .swiper-slide {
  height: auto;
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper .category-slide-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper .category-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 72.74%;
}
@media screen and (min-width: 576px) {
  .category-slider-section .custom-category-slider-wrapper .categorySwiper .category-img-wrap {
    padding-bottom: 133.23%;
  }
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper .category-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.category-slider-section .custom-category-slider-wrapper .categorySwiper .category-info {
  color: var(--c-black);
  font-weight: 800;
  margin-top: 12px;
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .category-slider-section .custom-category-slider-wrapper .category-slider-controls {
    padding-top: 50px;
  }
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .swiper-scrollbar {
  position: unset;
  max-width: 360px;
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--ink);
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-prev,
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-next {
  position: unset;
  margin: 0;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--primary);
}
@media screen and (min-width: 768px) {
  .category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-prev,
  .category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-prev::after,
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-next::after {
  color: var(--c-white);
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-prev::after,
  .category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-next::after {
    font-size: 16px;
  }
}
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-prev:hover,
.category-slider-section .custom-category-slider-wrapper .category-slider-controls .category-nav-buttons .swiper-button-next:hover {
  background-color: var(--ink);
}

/* Category Section End */
/* Product Card Section Start */
.product-card-section {
  background-color: var(--light-bg);
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .product-card-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .product-card-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.product-card-section .title-btn-wrap .sub-title h3 {
  color: #351816;
}
.product-card-section .title-btn-wrap .elementor-widget-heading .elementor-heading-title {
  color: #351816;
}

.product-grid-section .product-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
.product-grid-section .product-card {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .product-grid-section .product-card {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .product-grid-section .product-card {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media screen and (min-width: 992px) {
  .product-grid-section .product-card {
    width: calc(25% - 15px);
  }
}

.product-card {
  position: relative;
}
.product-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-card .product-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-card-image {
  position: relative;
  width: 100%;
  padding-bottom: 73.19%;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-card-image {
    padding-bottom: 120.41%;
  }
}
.product-card-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-card .product-wishlist-icon .yith-wcwl-add-to-wishlist-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--c-white);
}
.product-card .product-wishlist-icon .yith-wcwl-add-to-wishlist-button svg {
  color: var(--primary);
  width: 18px;
  height: 18px;
}
.product-card .product-wishlist-icon .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
  background-color: var(--primary);
}
.product-card .product-wishlist-icon .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg {
  color: var(--c-white);
}
.product-card .product-wishlist-icon .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.product-card .product-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-top: 18px;
  color: #351816;
}
.product-card .product-card-content .product-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #2d1c1a;
  padding: 6px 15px;
  color: var(--c-white);
  border-radius: 32px;
  font-weight: 400;
  letter-spacing: 20%;
  font-size: 12px;
}
.product-card .product-card-content .product-title {
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .product-card .product-card-content .product-title {
    font-size: 16px;
  }
}
.product-card .product-card-content .product-price {
  font-size: 14px;
  white-space: nowrap;
}
.product-card .product-card-content .product-price span {
  font-size: 16px;
  font-weight: 900;
}

/* Product Card Section End */
/* Season Item Section Start */
.season-item-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .season-item-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .season-item-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.season-item-section .elementor-widget-shortcode {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .season-item-section .elementor-widget-shortcode {
    padding-top: 50px;
  }
}
.season-item-section .product-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .season-item-section .product-info-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.season-item-section .product-info-box .product-info-thumb {
  border-radius: 8px;
  overflow: hidden;
}
.season-item-section .product-info-box .product-info-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #edf0ef;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 576px) {
  .season-item-section .product-info-box .product-info-thumb img {
    width: 118px;
    height: 158px;
  }
}
.season-item-section .product-info-box .product-info-thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.season-item-section .product-info-box .product-title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font);
}
.season-item-section .product-info-box .product-title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.season-item-section .product-info-box .product-price {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  margin: 0;
}
.season-item-section .product-info-box .product-add-to-cart-wrap {
  margin-top: 16px;
}
.season-item-section .product-info-box .product-add-to-cart-wrap .add-to-cart {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.season-item-section .product-info-box:hover span.add-to-cart {
  background-color: var(--primary);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.season-item-section .swiper-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 34px;
}
.season-item-section .swiper-controls-container .swiper-fraction-pagination {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: unset;
  color: var(--ink);
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--ink);
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-prev,
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-next {
  position: unset;
  margin: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-prev::after,
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-next::after {
  color: var(--ink);
  font-size: 18px;
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.season-item-section .swiper-controls-container .swiper-nav-wrapper .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.season-item-section .hot-item-wrap {
  position-anchor: relative;
}
@media screen and (max-width: 767.72px) {
  .season-item-section .hot-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.season-item-section .hot-item-bg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .season-item-section .hot-item-bg {
    width: calc(50% - 24px);
  }
}
.season-item-section .hot-item-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.season-item-section .hot-item {
  position: static;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .season-item-section .hot-item {
    width: calc(50% - 24px) !important;
  }
}
.season-item-section .hot-item .elementor-widget-shortcode {
  position: static;
}
.season-item-section .hot-item .elementor-widget-shortcode .elementor-shortcode {
  position: static;
}
.season-item-section .left-slider-column {
  position: relative;
}
.season-item-section .right-slider-column {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .season-item-section .right-slider-column {
    width: calc(50% - 24px);
    height: 100%;
    top: 0;
    bottom: unset;
  }
}
.season-item-section .right-slider-column .product-image-swiper {
  height: 100%;
}
.season-item-section .right-slider-column .nested-product-image {
  padding: 20%;
  height: 100%;
}
.season-item-section .right-slider-column .nested-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.season-item-section .right-slider-column .nested-product-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Season Item Section End */
/* Marquee Section Start */
.marquee-section {
  overflow: hidden !important;
}
.marquee-section #marquee-wrap * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.marquee-section #marquee-wrap > * {
  all: unset;
}
.marquee-section #marquee-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.marquee-section #marquee-wrap .elementor-icon-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  white-space: nowrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.marquee-section #marquee-wrap .elementor-icon-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  white-space: nowrap;
}
.marquee-section #marquee-wrap .elementor-icon-box-content .elementor-icon-box-title span {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 10%;
}
.marquee-section #marquee-wrap .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 16px;
  letter-spacing: 10%;
  font-weight: 500;
}

/* Marquee Section End */
/* Provided Services Section Start */
.provided-service {
  background-color: var(--light-bg);
}
@media screen and (min-width: 768px) {
  .provided-service > .e-con-inner {
    gap: 20px !important;
  }
}
@media screen and (max-width: 767.72px) {
  .provided-service > .e-con-inner > .e-con-full {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.72px) {
  .provided-service > .e-con-inner > .e-con-full {
    width: 100%;
  }
}
.provided-service .service-card {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .provided-service .service-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.provided-service .service-card .elementor-icon-box-icon svg {
  width: 24px;
  height: 24px;
}
.provided-service .service-card .elementor-icon-box-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.provided-service .service-card .elementor-icon-box-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* Provided Services Section End */
/* Testimonial Section Start */
.testimonial-section {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .testimonial-section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-section {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonial-section {
    padding-top: 150px;
  }
}
.testimonial-section .center-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-section .center-lines::before, .testimonial-section .center-lines::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(26, 26, 26, 0.35);
}
.testimonial-section .review-card-items .e-atomic-element {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial-section .review-card-items .e-atomic-element .elementor-widget-text-editor h4 {
  color: var(--body-mid);
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .testimonial-section .review-card-items .e-atomic-element .elementor-widget-text-editor h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonial-section .review-card-items .e-atomic-element .elementor-widget-text-editor h4 {
    font-size: 32px;
  }
}

/* Testimonial Section End */
/* Counter Section Start */
.counter-section {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .counter-section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .counter-section {
    padding-top: 100px;
  }
}
.counter-section .counter-row {
  border-top: 1px solid rgba(26, 26, 26, 0.12);
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}
@media screen and (max-width: 767.72px) {
  .counter-section .counter-row {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767.72px) {
  .counter-section .counter-row > .e-con-full {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.72px) {
  .counter-section .counter-row > .e-con-full {
    width: 100%;
  }
}
@media screen and (max-width: 767.72px) {
  .counter-section .counter-row .elementor-element:nth-child(2) .elementor-widget-counter {
    border: none;
  }
}
.counter-section .counter-row .elementor-element:last-child .elementor-widget-counter {
  border: none;
}
.counter-section .counter-row .elementor-widget-counter {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .counter-section .counter-row .elementor-widget-counter {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(26, 26, 26, 0.12);
  }
}
.counter-section .counter-row .elementor-widget-counter .elementor-counter-number-wrapper {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.counter-section .counter-row .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-style: italic;
  font-weight: 300;
  color: var(--primary);
}
.counter-section .counter-row .elementor-widget-counter .elementor-counter-title {
  margin-top: 10px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.55);
}

/* Counter Section End */
.contact-field-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .contact-field-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-field-wrapper {
    padding-bottom: 100px;
  }
}
.contact-field-wrapper .contact-form-wrap > .e-con-inner {
  padding-left: 0;
  padding-right: 0;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper h2 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper h2 {
    font-size: 24px;
  }
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  color: #6f736d;
  margin-bottom: 34px;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item {
    width: calc(50% - 8px);
  }
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 10%;
  color: #6f736d;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input,
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c9bd;
  padding: 12px 0;
  border-radius: 0;
  background-color: transparent;
  color: #6f736d;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input:focus,
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea:focus {
  outline: none;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input::-webkit-input-placeholder, .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input::-moz-placeholder, .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea::-moz-placeholder {
  opacity: 0.7;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input:-ms-input-placeholder, .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea:-ms-input-placeholder {
  opacity: 0.7;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input::-ms-input-placeholder, .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea::-ms-input-placeholder {
  opacity: 0.7;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span input::placeholder,
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item p span textarea::placeholder {
  opacity: 0.7;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-subject, .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-message {
  width: 100%;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox {
  width: 100%;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item {
  margin-left: 0;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item label {
  cursor: pointer;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item input {
  display: none;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item .wpcf7-list-item-label {
  letter-spacing: normal;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item .wpcf7-list-item-label span::first-letter {
  text-transform: capitalize;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--c-white);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid var(--body-color);
  margin-top: 3px;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("./images/check-black.svg");
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p label input {
  border-radius: 0;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item-label {
  text-transform: uppercase;
  color: #646560;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item.accept-checkbox p .wpcf7-list-item-label a {
  color: #646560;
  text-decoration: underline;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 575.72px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p .wpcf7-spinner {
  margin-top: 5px;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p.response-time {
  font-size: 14px;
  color: #6f736d;
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p.response-time {
    margin-top: 18px;
  }
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p:last-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
@media screen and (max-width: 575.72px) {
  .contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p:last-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p:last-child .wpcf7-submit {
  background: var(--ink);
  color: var(--c-white);
  border: none;
  padding: 16px 70px 16px 30px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p:last-child::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  background: var(--light-bg);
  color: var(--c-black);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("./images/arrow-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-field-wrapper .contact-form-wrap .form-main-wrapper .form-item-submit p:last-child:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.contact-field-wrapper .contact-form-wrap .wpcf7-response-output {
  border-color: #ff0000 !important;
  color: #ff0000;
}
.contact-field-wrapper .contact-form-wrap .wpcf7-acceptance-as-validation.sent .wpcf7-response-output {
  border-color: var(--ink) !important;
  color: var(--ink);
}
@media screen and (max-width: 991.72px) {
  .contact-field-wrapper .contact-detail-wrap > .e-con-inner {
    padding: 0;
  }
}
.contact-field-wrapper .contact-detail-wrap .title-head .elementor-heading-title {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .contact-field-wrapper .contact-detail-wrap .title-head .elementor-heading-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-field-wrapper .contact-detail-wrap .title-head .elementor-heading-title {
    font-size: 24px;
  }
}
.contact-field-wrapper .contact-detail-wrap .elementor-icon-box-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box .elementor-icon-box-icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--light-bg);
  border-radius: 50%;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--primary);
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 700;
  letter-spacing: 10%;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: "Inter", sans-serif;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box .elementor-icon-box-description {
  font-family: var(--heading-font);
  font-weight: 500;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-icon-box a {
  color: var(--light-bg);
}
.contact-field-wrapper .contact-detail-wrap .title {
  border-top: 1px solid var(--light-bg);
  padding-top: 20px;
}
.contact-field-wrapper .contact-detail-wrap .title h3 {
  font-family: "Inter", sans-serif;
  color: #95986d;
  font-size: 16px;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons {
  padding-top: 20px;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons .elementor-social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons .elementor-grid-item {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons .elementor-grid-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--light-bg);
  border-radius: 50%;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons .elementor-grid-item a svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.contact-field-wrapper .contact-detail-wrap .elementor-widget-social-icons .elementor-grid-item a:hover svg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contact-field-wrapper .contact-detail-wrap .visit-us {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  min-height: 260px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.contact-field-wrapper .contact-detail-wrap .visit-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 84, 81, 0.5);
  border-radius: 30px;
}
.contact-field-wrapper .contact-detail-wrap .visit-us .elementor-widget-text-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--c-white);
  position: relative;
  z-index: 1;
}
.contact-field-wrapper .contact-detail-wrap .visit-us .elementor-widget-text-editor::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--c-white);
  border-radius: 50%;
}
.contact-field-wrapper .contact-detail-wrap .visit-us .elementor-widget-text-editor p {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 10%;
  font-weight: 600;
}
.contact-field-wrapper .contact-detail-wrap .visit-us .elementor-button-info a {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 22px;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .contact-field-wrapper .contact-detail-wrap .visit-us .elementor-button-info a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-field-wrapper .contact-detail-wrap .visit-us .elementor-button-info a {
    font-size: 26px;
  }
}
.contact-field-wrapper .contact-detail-wrap .visit-us:hover {
  background-size: 105%;
}

/* FAQ Section Start */
@media screen and (max-width: 575.72px) {
  .faq-accordian-section h2.elementor-heading-title {
    font-size: 24px !important;
  }
}
.faq-accordian-section .faq-accordian .e-n-accordion-item {
  border-bottom-width: 0;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
  font-family: var(--heading-font);
  font-weight: 600;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #c8c9bd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #6f736d;
  width: 12px;
  height: 12px;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: unset;
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-icon {
  background-color: var(--body-color);
}
.faq-accordian-section .faq-accordian .e-n-accordion-item .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-icon svg {
  fill: var(--c-white);
}
.faq-accordian-section .faq-accordian .e-n-accordion-item:last-child {
  border-bottom-width: 1px;
}

/* FAQ Section End */
/* Privacy Policy */
.basic-page-main {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .basic-page-main {
    padding-bottom: 80px;
  }
}

/* Privacy Policy */
.outofstock .instock .product-card .add-to-cart i.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* CTA Section Start */
.cta-label-tag .elementor-button-icon svg {
  font-size: 9px;
}

/* CTA Section End */
/* Our Story Page Start */
.banner-type-1 h1.elementor-heading-title em {
  color: var(--primary);
}

h2.elementor-heading-title em,
h1.elementor-heading-title em {
  color: var(--ink);
}

/* Our Story Page End */
/* Fabric Page Start */
.collection-fabric .title-list h3 {
  font-family: var(--body-font);
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .collection-fabric .title-list h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .collection-fabric .title-list h3 {
    font-size: 24px;
  }
}
.collection-fabric .title-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.collection-fabric .title-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.collection-fabric .title-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  min-width: 10px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

/* Fabric Page End */
.title-btn-wrap .site-primary-btn {
  color: var(--c-black) !important;
  background-color: #eeeeee !important;
  font-weight: 800;
  font-size: 16px !important;
  padding: 7px 18px !important;
}
.title-btn-wrap .elementor-widget-heading .elementor-heading-title {
  color: var(--c-black);
}

.woocommerce-account {
  background-color: var(--light-bg);
}
.woocommerce-account .u-columns.col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-account .u-columns.col2-set .u-column1.col-1 {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account .u-columns.col2-set .u-column2.col-2 {
  display: none;
}
.woocommerce-account .fabric-custom-register-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .fabric-custom-register-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-account .fabric-custom-register-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768.72px) {
  .woocommerce-account .fabric-custom-register-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-account .fabric-custom-register-wrapper .u-columns.col2-set .u-column1.col-1 {
  display: none;
}
.woocommerce-account .fabric-custom-register-wrapper .u-columns.col2-set .u-column2.col-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce-account .fabric-custom-register-wrapper .woocommerce-error {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768.72px) {
  .woocommerce-account .fabric-custom-register-wrapper .woocommerce-error {
    width: 100%;
  }
}
.woocommerce-account h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 28px;
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  .woocommerce-account h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-account h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-account h2 {
    font-size: 42px;
  }
}
.woocommerce-account .woocommerce {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce-account .woocommerce {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-account .woocommerce {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.woocommerce-account .woocommerce-error {
  background-color: var(--light-bg);
  -webkit-box-shadow: 0 4px 6px 0 rgba(26, 26, 26, 0.12);
          box-shadow: 0 4px 6px 0 rgba(26, 26, 26, 0.12);
}
.woocommerce-account .woocommerce-error li {
  color: var(--primary);
}
.woocommerce-account #customer_login h2 {
  text-align: center;
  text-align: left;
}
.woocommerce-account #customer_login .u-column1.col-1,
.woocommerce-account #customer_login .u-column2.col-2 {
  background-color: var(--c-white);
  padding: 15px;
}
@media screen and (min-width: 576px) {
  .woocommerce-account #customer_login .u-column1.col-1,
  .woocommerce-account #customer_login .u-column2.col-2 {
    padding: 30px;
  }
}
.woocommerce-account form.woocommerce-form, .woocommerce-account form.woocommerce-ResetPassword {
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.woocommerce-account form.woocommerce-form p:last-child, .woocommerce-account form.woocommerce-ResetPassword p:last-child {
  margin-bottom: 0;
}
.woocommerce-account form.woocommerce-form label, .woocommerce-account form.woocommerce-ResetPassword label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 10%;
  color: var(--body-color);
  margin-bottom: 8px;
}
.woocommerce-account form.woocommerce-form label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-ResetPassword label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox {
  font-weight: 500;
}
.woocommerce-account form.woocommerce-form input.input-text, .woocommerce-account form.woocommerce-ResetPassword input.input-text {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid rgba(33, 24, 15, 0.13);
  border-radius: 32px;
  outline: none;
  background: var(--light-bg);
  color: var(--body-color);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--body-mid);
  border-radius: 0;
  padding: 0 0 12px;
}
@media screen and (min-width: 992px) {
  .woocommerce-account form.woocommerce-form input.input-text, .woocommerce-account form.woocommerce-ResetPassword input.input-text {
    padding: 18px;
    padding: 0 0 12px;
  }
}
.woocommerce-account form.woocommerce-form input.woocommerce-form__input-checkbox, .woocommerce-account form.woocommerce-ResetPassword input.woocommerce-form__input-checkbox {
  cursor: pointer;
}
.woocommerce-account form.woocommerce-form .woocommerce-form-row, .woocommerce-account form.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .woocommerce-account form.woocommerce-form .woocommerce-form-row.form-row-first, .woocommerce-account form.woocommerce-form .woocommerce-form-row.form-row-last, .woocommerce-account form.woocommerce-ResetPassword .woocommerce-form-row.form-row-first, .woocommerce-account form.woocommerce-ResetPassword .woocommerce-form-row.form-row-last {
    width: 48%;
  }
}
.woocommerce-account form.woocommerce-form .form-row, .woocommerce-account form.woocommerce-ResetPassword .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-account form.woocommerce-form .form-row br, .woocommerce-account form.woocommerce-ResetPassword .form-row br {
  display: none;
}
.woocommerce-account form.woocommerce-form .form-row label, .woocommerce-account form.woocommerce-ResetPassword .form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.woocommerce-account form.woocommerce-form .form-row label span, .woocommerce-account form.woocommerce-ResetPassword .form-row label span {
  cursor: pointer;
}
.woocommerce-account form.woocommerce-form .form-row input[type=checkbox], .woocommerce-account form.woocommerce-ResetPassword .form-row input[type=checkbox] {
  accent-color: var(--body-color);
  width: 18px;
  height: 18px;
}
.woocommerce-account form.woocommerce-form .form-row button.woocommerce-button, .woocommerce-account form.woocommerce-form .form-row button.woocommerce-Button, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-button, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-Button {
  border-radius: 32px;
  padding: 12px 18px;
  background-color: var(--primary);
  color: var(--c-white);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 10%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px 6px 30px;
}
@media screen and (min-width: 768px) {
  .woocommerce-account form.woocommerce-form .form-row button.woocommerce-button, .woocommerce-account form.woocommerce-form .form-row button.woocommerce-Button, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-button, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-Button {
    padding: 18px;
    padding: 6px 8px 6px 30px;
  }
}
.woocommerce-account form.woocommerce-form .form-row button.woocommerce-button::after, .woocommerce-account form.woocommerce-form .form-row button.woocommerce-Button::after, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-button::after, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-Button::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("./images/arrow-right-dark.svg");
  background-color: var(--light-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-account form.woocommerce-form .form-row button.woocommerce-button:hover, .woocommerce-account form.woocommerce-form .form-row button.woocommerce-Button:hover, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-button:hover, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-Button:hover {
  background-color: var(--primary-mid);
}
.woocommerce-account form.woocommerce-form .form-row button.woocommerce-button:hover::after, .woocommerce-account form.woocommerce-form .form-row button.woocommerce-Button:hover::after, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-button:hover::after, .woocommerce-account form.woocommerce-ResetPassword .form-row button.woocommerce-Button:hover::after {
  -webkit-transform: unset;
          transform: unset;
}
.woocommerce-account form.woocommerce-form .lost_password, .woocommerce-account form.woocommerce-ResetPassword .lost_password {
  text-align: center;
}
.woocommerce-account form.woocommerce-form .lost_password a, .woocommerce-account form.woocommerce-ResetPassword .lost_password a {
  text-decoration: underline;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  text-underline-offset: 5px;
}
.woocommerce-account form.woocommerce-form .lost_password a:hover, .woocommerce-account form.woocommerce-ResetPassword .lost_password a:hover {
  color: var(--body-color);
}

/* Lost Password Page Start */
.woocommerce-lost-password .dashboard-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce-lost-password .dashboard-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-lost-password .dashboard-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.woocommerce-lost-password .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c-white);
  padding: 30px;
}
@media screen and (min-width: 576px) {
  .woocommerce-lost-password .woocommerce {
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-lost-password .woocommerce {
    max-width: 48%;
  }
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .woocommerce-form-row.form-row-first {
  width: 100%;
}
.woocommerce-lost-password .additional-links a:first-child::after {
  content: "|";
  color: var(--primary);
  font-size: 0.8em;
  padding-left: 15px;
}

/* Lost Password Page End */
/* Dashboard Page Start */
.woocommerce-dashboard.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-orders.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-view-order.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-account.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-downloads.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-edit-address.logged-in .dashboard-wrap > .woocommerce,
.woocommerce-edit-account.logged-in .dashboard-wrap > .woocommerce,
.hc-address-active.logged-in .dashboard-wrap > .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-dashboard.logged-in .dashboard-wrap > .woocommerce::before, .woocommerce-dashboard.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-orders.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-orders.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-view-order.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-view-order.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-account.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-account.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-downloads.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-downloads.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-edit-address.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-edit-address.logged-in .dashboard-wrap > .woocommerce::after,
.woocommerce-edit-account.logged-in .dashboard-wrap > .woocommerce::before,
.woocommerce-edit-account.logged-in .dashboard-wrap > .woocommerce::after,
.hc-address-active.logged-in .dashboard-wrap > .woocommerce::before,
.hc-address-active.logged-in .dashboard-wrap > .woocommerce::after {
  content: none;
}
@media screen and (min-width: 1200px) {
  .woocommerce-dashboard.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-orders.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-view-order.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-account.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-downloads.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-edit-address.logged-in .dashboard-wrap > .woocommerce,
  .woocommerce-edit-account.logged-in .dashboard-wrap > .woocommerce,
  .hc-address-active.logged-in .dashboard-wrap > .woocommerce {
    gap: 40px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation,
.woocommerce-orders .woocommerce-MyAccount-navigation,
.woocommerce-view-order .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-downloads .woocommerce-MyAccount-navigation,
.woocommerce-edit-address .woocommerce-MyAccount-navigation,
.woocommerce-edit-account .woocommerce-MyAccount-navigation,
.hc-address-active .woocommerce-MyAccount-navigation {
  width: 100%;
  background-color: var(--c-white);
  border-radius: 12px;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-navigation,
  .woocommerce-orders .woocommerce-MyAccount-navigation,
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-downloads .woocommerce-MyAccount-navigation,
  .woocommerce-edit-address .woocommerce-MyAccount-navigation,
  .woocommerce-edit-account .woocommerce-MyAccount-navigation,
  .hc-address-active .woocommerce-MyAccount-navigation {
    width: calc(30% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-dashboard .woocommerce-MyAccount-navigation,
  .woocommerce-orders .woocommerce-MyAccount-navigation,
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-downloads .woocommerce-MyAccount-navigation,
  .woocommerce-edit-address .woocommerce-MyAccount-navigation,
  .woocommerce-edit-account .woocommerce-MyAccount-navigation,
  .hc-address-active .woocommerce-MyAccount-navigation {
    padding: 24px;
    width: calc(25% - 20px);
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation ul,
.woocommerce-orders .woocommerce-MyAccount-navigation ul,
.woocommerce-view-order .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-downloads .woocommerce-MyAccount-navigation ul,
.woocommerce-edit-address .woocommerce-MyAccount-navigation ul,
.woocommerce-edit-account .woocommerce-MyAccount-navigation ul,
.hc-address-active .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-navigation ul,
  .woocommerce-orders .woocommerce-MyAccount-navigation ul,
  .woocommerce-view-order .woocommerce-MyAccount-navigation ul,
  .woocommerce-account .woocommerce-MyAccount-navigation ul,
  .woocommerce-downloads .woocommerce-MyAccount-navigation ul,
  .woocommerce-edit-address .woocommerce-MyAccount-navigation ul,
  .woocommerce-edit-account .woocommerce-MyAccount-navigation ul,
  .hc-address-active .woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation ul li a,
.woocommerce-orders .woocommerce-MyAccount-navigation ul li a,
.woocommerce-view-order .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-downloads .woocommerce-MyAccount-navigation ul li a,
.woocommerce-edit-address .woocommerce-MyAccount-navigation ul li a,
.woocommerce-edit-account .woocommerce-MyAccount-navigation ul li a,
.hc-address-active .woocommerce-MyAccount-navigation ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--primary);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-orders .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-view-order .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-downloads .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-edit-address .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-edit-account .woocommerce-MyAccount-navigation ul li a,
  .hc-address-active .woocommerce-MyAccount-navigation ul li a {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 575.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-orders .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-view-order .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-downloads .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-edit-address .woocommerce-MyAccount-navigation ul li a,
  .woocommerce-edit-account .woocommerce-MyAccount-navigation ul li a,
  .hc-address-active .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
    padding: 8px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-orders .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-view-order .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-downloads .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-edit-address .woocommerce-MyAccount-navigation ul li a br,
.woocommerce-edit-account .woocommerce-MyAccount-navigation ul li a br,
.hc-address-active .woocommerce-MyAccount-navigation ul li a br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-orders .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-view-order .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-downloads .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-navigation ul li a:hover,
.hc-address-active .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--ink);
  color: var(--c-white);
}
.woocommerce-dashboard .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-orders .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-view-order .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-downloads .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-edit-address .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-edit-account .woocommerce-MyAccount-navigation ul li.is-active a,
.hc-address-active .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--ink);
  color: var(--c-white);
}
.woocommerce-dashboard .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.hc-address-active .woocommerce-MyAccount-content {
  width: 100%;
  background-color: var(--c-white);
  padding: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content,
  .woocommerce-orders .woocommerce-MyAccount-content,
  .woocommerce-view-order .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-downloads .woocommerce-MyAccount-content,
  .woocommerce-edit-address .woocommerce-MyAccount-content,
  .woocommerce-edit-account .woocommerce-MyAccount-content,
  .hc-address-active .woocommerce-MyAccount-content {
    width: calc(70% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content,
  .woocommerce-orders .woocommerce-MyAccount-content,
  .woocommerce-view-order .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-downloads .woocommerce-MyAccount-content,
  .woocommerce-edit-address .woocommerce-MyAccount-content,
  .woocommerce-edit-account .woocommerce-MyAccount-content,
  .hc-address-active .woocommerce-MyAccount-content {
    width: calc(75% - 20px);
    padding: 24px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content > p,
.woocommerce-orders .woocommerce-MyAccount-content > p,
.woocommerce-view-order .woocommerce-MyAccount-content > p,
.woocommerce-account .woocommerce-MyAccount-content > p,
.woocommerce-downloads .woocommerce-MyAccount-content > p,
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content > p,
.hc-address-active .woocommerce-MyAccount-content > p {
  color: var(--body-color);
}
.woocommerce-dashboard .woocommerce-MyAccount-content p strong,
.woocommerce-orders .woocommerce-MyAccount-content p strong,
.woocommerce-view-order .woocommerce-MyAccount-content p strong,
.woocommerce-account .woocommerce-MyAccount-content p strong,
.woocommerce-downloads .woocommerce-MyAccount-content p strong,
.woocommerce-edit-address .woocommerce-MyAccount-content p strong,
.woocommerce-edit-account .woocommerce-MyAccount-content p strong,
.hc-address-active .woocommerce-MyAccount-content p strong {
  font-family: var(--heading-font);
  font-size: 18px;
  letter-spacing: 5%;
  color: var(--ink);
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content p strong,
  .woocommerce-orders .woocommerce-MyAccount-content p strong,
  .woocommerce-view-order .woocommerce-MyAccount-content p strong,
  .woocommerce-account .woocommerce-MyAccount-content p strong,
  .woocommerce-downloads .woocommerce-MyAccount-content p strong,
  .woocommerce-edit-address .woocommerce-MyAccount-content p strong,
  .woocommerce-edit-account .woocommerce-MyAccount-content p strong,
  .hc-address-active .woocommerce-MyAccount-content p strong {
    font-size: 20px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content p a,
.woocommerce-orders .woocommerce-MyAccount-content p a,
.woocommerce-view-order .woocommerce-MyAccount-content p a,
.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce-downloads .woocommerce-MyAccount-content p a,
.woocommerce-edit-address .woocommerce-MyAccount-content p a,
.woocommerce-edit-account .woocommerce-MyAccount-content p a,
.hc-address-active .woocommerce-MyAccount-content p a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-dashboard .woocommerce-MyAccount-content p a:hover,
.woocommerce-orders .woocommerce-MyAccount-content p a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content p a:hover,
.woocommerce-account .woocommerce-MyAccount-content p a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content p a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content p a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content p a:hover,
.hc-address-active .woocommerce-MyAccount-content p a:hover {
  color: var(--body-color);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-view-order p,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-view-order p,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-view-order p {
  color: var(--ink);
}
.woocommerce-dashboard .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.hc-address-active .woocommerce-MyAccount-content {
  /* Order Detail Start*/
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-info,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-info {
  border-color: var(--ink);
  color: var(--primary);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-info:before,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-info:before,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-info:before {
  color: var(--ink);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-info a,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-info a {
  color: var(--c-white);
  background-color: var(--primary);
  border-radius: 32px;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 10%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-info a,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-info a,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-info a {
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 0;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-info a:hover,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background-color: var(--primary-mid);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-item,
.woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-item,
.hc-address-active .woocommerce-MyAccount-content .shippo-tracking-item {
  background-color: var(--light-bg);
}
@media screen and (max-width: 575.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header,
  .hc-address-active .woocommerce-MyAccount-content .shippo-tracking-item .shippo-status-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-summary,
.woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-summary,
.hc-address-active .woocommerce-MyAccount-content .shippo-tracking-summary {
  margin-top: 16px;
}
@media screen and (max-width: 575.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row,
  .hc-address-active .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before,
  .hc-address-active .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row::before {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-orders .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-view-order .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-downloads .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-edit-address .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.woocommerce-edit-account .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br,
.hc-address-active .woocommerce-MyAccount-content .shippo-tracking-summary .shippo-summary-row br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-orders .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-view-order .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-account .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-downloads .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-edit-address .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.woocommerce-edit-account .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br,
.hc-address-active .woocommerce-MyAccount-content .shippo-history-toggle .shippo-show-history br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table {
  border-color: var(--ink);
  border-radius: 0;
}
@media screen and (max-width: 768.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table {
    border: none;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 18px;
  background-color: var(--light-bg);
}
@media screen and (max-width: 768.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
  .hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr {
    border: 1px solid var(--ink);
    border-top: none;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
  padding: 10px;
  border-color: var(--ink);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th br,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p {
  margin-bottom: 0;
  color: var(--body-mid);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a {
  color: var(--body-color);
  font-family: var(--heading-font);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  line-height: 1;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th p a:hover,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td p a:hover {
  color: var(--primary);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
  background-color: var(--ink);
  color: var(--c-white);
  padding: 7px 14px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions a:hover,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover {
  background-color: var(--primary);
  color: var(--c-white);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr th::before,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td::before {
  color: var(--ink);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details {
  border-color: var(--ink);
  border-radius: 0;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr th {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 18px;
  background-color: var(--light-bg);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td {
  border-color: var(--ink);
  color: var(--body-mid);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a {
  color: var(--ink);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a:hover {
  color: var(--primary);
}
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-dashboard .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-orders .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-view-order .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-downloads .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-edit-address .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-edit-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.hc-address-active .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th {
  color: var(--body-mid);
  border-color: var(--ink);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 24px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 32px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses > p {
  margin-bottom: 0;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses address {
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--body-mid);
  padding: 20px;
}
@media screen and (max-width: 768.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address {
    padding-top: 20px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.hc-address-active .woocommerce-MyAccount-content {
  /* Order Detail End*/
  /* Account Detail Edit Start */
}
.woocommerce-dashboard .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-orders .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-view-order .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-downloads .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-edit-address .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.woocommerce-edit-account .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,
.hc-address-active .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {
  margin-left: unset;
  margin-right: unset;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form br,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields br,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form br,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm br,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields br,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form label,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form label,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields label,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form label {
  font-weight: 600;
  letter-spacing: 10%;
}
@media screen and (max-width: 575.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form label,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields label,
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form label {
    font-size: 14px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form input,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form input,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields input,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(33, 24, 15, 0.13);
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--body-mid);
}
@media screen and (max-width: 575.72px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form input,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields input,
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form input {
    padding: 8px 0;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form button.button {
  border-radius: 32px;
  padding: 12px 18px;
  background-color: var(--primary);
  color: var(--c-white);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 10%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-right: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form button.button {
    padding: 18px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form button.button:hover {
  background-color: var(--primary-mid);
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(33, 24, 15, 0.13);
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--body-mid);
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection--single,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single,
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection--single {
    padding: 18px 0;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__rendered,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__rendered {
  padding: 0;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-selection__arrow,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form .select2-selection__arrow {
  right: 0;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-dashboard .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-orders .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-view-order .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-downloads .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.woocommerce-edit-account .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--open .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--open .select2-selection--single,
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-form .select2-container--open .select2-selection--single {
  border-radius: 32px 32px 0 0;
}
.woocommerce-dashboard .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.hc-address-active .woocommerce-MyAccount-content {
  /* Account Detail Edit End */
  /* Address Section Start */
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses::after, .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses::before,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses::before {
  content: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  background-color: var(--c-white);
  border-radius: 12px;
  padding: 15px;
}
@media screen and (min-width: 576px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding: 20px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before, .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after {
  content: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title br {
  display: none;
}
.woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
  font-size: 20px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-dashboard .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
  .hc-address-active .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
    font-size: 24px;
  }
}
.woocommerce-dashboard .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.hc-address-active .woocommerce-MyAccount-content {
  /* Address Section End */
}
.woocommerce-dashboard .elementor-1141,
.woocommerce-orders .elementor-1141,
.woocommerce-view-order .elementor-1141,
.woocommerce-account .elementor-1141,
.woocommerce-downloads .elementor-1141,
.woocommerce-edit-address .elementor-1141,
.woocommerce-edit-account .elementor-1141,
.hc-address-active .elementor-1141 {
  display: none;
}

/* Multi Address Section Start */
.hc-address-active .woocommerce-MyAccount-content #hc_wcma_add_address_fields_wrapper {
  padding-bottom: 30px;
}
.hc-address-active .woocommerce-MyAccount-content .hc_wcma_fields {
  padding-top: 30px;
}
.hc-address-active .woocommerce-MyAccount-content hr {
  display: none;
}
.hc-address-active .woocommerce-MyAccount-content h1 {
  font-weight: 600;
  line-height: 1;
  font-size: 28px;
  color: var(--ink);
}
@media screen and (min-width: 992px) {
  .hc-address-active .woocommerce-MyAccount-content h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .hc-address-active .woocommerce-MyAccount-content h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .hc-address-active .woocommerce-MyAccount-content h1 {
    font-size: 44px;
  }
}
.hc-address-active .woocommerce-MyAccount-content h2 {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .hc-address-active .woocommerce-MyAccount-content h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .hc-address-active .woocommerce-MyAccount-content h2 {
    font-size: 28px;
  }
}
.hc-address-active .woocommerce-MyAccount-content form.hc-wcma-address-form .form-row input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(33, 24, 15, 0.13);
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--body-mid);
}
@media screen and (max-width: 575.72px) {
  .hc-address-active .woocommerce-MyAccount-content form.hc-wcma-address-form .form-row input {
    padding: 8px 0;
  }
}
.hc-address-active .woocommerce-MyAccount-content form.hc-wcma-address-form .form-row select {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 1px solid rgba(33, 24, 15, 0.13);
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--body-mid);
}
@media screen and (min-width: 992px) {
  .hc-address-active .woocommerce-MyAccount-content form.hc-wcma-address-form .form-row select {
    padding: 18px 12px;
  }
}
.hc-address-active .woocommerce-MyAccount-content form.hc-wcma-address-form .hc_wcma_shipping_same_as_billing_wrapper .form-row label input {
  width: auto;
  accent-color: var(--body-color);
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list {
    gap: 30px;
  }
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-address-card {
  background-color: var(--c-white);
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  border-radius: 0;
  border-color: var(--ink);
}
@media screen and (min-width: 768px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-address-card {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-address-card {
    width: calc(50% - 20px);
  }
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 {
  font-weight: 600;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 {
    font-size: 24px;
  }
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 .hc-wcma-default-badge {
  color: var(--c-white);
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
  background-color: var(--ink);
  padding: 5px 10px;
  border-radius: 0;
}
@media screen and (min-width: 576px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 .hc-wcma-default-badge {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list h3 .hc-wcma-default-badge {
    font-size: 16px;
  }
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list address {
  margin-bottom: 0;
  width: calc(100% - 50px);
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions {
  padding-top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  width: 30px;
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button {
  margin-top: 0;
  max-width: unset;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: var(--ink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-size: 0;
  border-radius: 0;
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button::after {
  content: "";
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button.hc-wcma-edit-button::after {
  -webkit-mask-image: url("./images/edit-svgrepo-com.svg");
          mask-image: url("./images/edit-svgrepo-com.svg");
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button.hc-wcma-delete-button::after {
  -webkit-mask-image: url("./images/trash-can-regular-full.svg");
          mask-image: url("./images/trash-can-regular-full.svg");
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button.hc-wcma-set-default-button::after {
  -webkit-mask-image: url("./images/check-square-svgrepo-com.svg");
          mask-image: url("./images/check-square-svgrepo-com.svg");
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button:hover {
  background-color: var(--primary);
}
.hc-address-active .woocommerce-MyAccount-content .hc-wcma-address-list .hc-wcma-actions button:hover::after {
  background-color: var(--c-white);
}
.hc-address-active .woocommerce-MyAccount-content .woocommerce-error {
  margin-top: 30px;
}

/* Multi Address Section End */
/* Payment Method Add Section */
.woocommerce-payment-methods p a.button {
  background-color: var(--ink);
  color: var(--c-white);
  text-decoration: none;
  padding: 10px 20px;
  font-family: var(--heading-font);
}
.woocommerce-payment-methods p a.button:hover {
  color: var(--c-white);
  background-color: var(--primary);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods {
  border-color: var(--ink);
  border-radius: 0;
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods thead tr th {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  border-color: var(--ink);
  font-size: 18px;
  background-color: var(--light-bg);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td {
  color: var(--body-mid);
  border-color: var(--ink);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td a {
  color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-family: var(--heading-font);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td a.delete {
  background-color: var(--c-red);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td a.delete:hover {
  background-color: var(--primary);
  color: var(--c-white);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td a.default {
  background-color: var(--primary);
}
.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td a.default:hover {
  background-color: var(--ink);
  color: var(--c-white);
}
@media screen and (max-width: 768.72px) {
  .woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions::before {
    content: none;
  }
}

.woocommerce-add-payment-method form button.woocommerce-Button--alt {
  background-color: var(--ink) !important;
  color: var(--c-white) !important;
  text-decoration: none;
  padding: 10px 20px;
  font-family: var(--heading-font);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-add-payment-method form button.woocommerce-Button--alt:hover {
  color: var(--c-white) !important;
  background-color: var(--primary) !important;
}

/* Payment Method Add End */
.select2-container--default.select2-container--open {
  color: var(--ink);
  border: 1px solid rgba(33, 24, 15, 0.13);
}
.select2-container--default.select2-container--open .select2-results__option--highlighted {
  background-color: var(--primary) !important;
}
.select2-container--default.select2-container--open.select2-dropdown--below {
  background-color: var(--light-bg);
}
.select2-container--default.select2-container--open.select2-dropdown--above {
  background-color: var(--light-bg);
}

/* Dashboard Page End */
.search-page-header {
  text-align: center;
}
.search-page-header .search-title {
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1;
  font-size: 30px;
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  .search-page-header .search-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .search-page-header .search-title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .search-page-header .search-title {
    font-size: 48px;
  }
}
.search-page-header .search-title strong {
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
}
.search-page-header .search-form-wrapper form input.search-field {
  border: 1px solid var(--olive);
  border-radius: 32px 0 0 32px;
  color: var(--primary);
  padding: 10px 20px;
}
@media screen and (max-width: 575.72px) {
  .search-page-header .search-form-wrapper form input.search-field {
    max-width: 180px;
  }
}
.search-page-header .search-form-wrapper form .search-submit {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  padding: 10px 20px;
  border-radius: 0 32px 32px 0;
  color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.search-page-header .search-form-wrapper form .search-submit:hover {
  background-color: var(--ink);
}

.search-results-wrapper {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
.search-results-wrapper .search-result-card {
  background-color: var(--light-bg);
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--olive) !important;
}
.search-results-wrapper .search-result-card h2 a {
  color: var(--ink) !important;
  font-size: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 4px !important;
}
@media screen and (min-width: 992px) {
  .search-results-wrapper .search-result-card h2 a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .search-results-wrapper .search-result-card h2 a {
    font-size: 26px;
  }
}
.search-results-wrapper .search-result-card h2 a:hover {
  color: var(--body-color) !important;
}
.search-results-wrapper .search-result-card .search-result-summary p {
  color: var(--primary);
}

.search-main-content nav.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.search-main-content nav.navigation .nav-links .page-numbers {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  border-radius: 50%;
  color: var(--primary);
  font-weight: 600;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border: 1px solid transparent;
}
.search-main-content nav.navigation .nav-links .page-numbers:hover {
  border-color: var(--primary);
}
.search-main-content nav.navigation .nav-links .page-numbers.current {
  background-color: var(--primary);
  color: var(--c-white);
}
.search-main-content nav.navigation .nav-links .page-numbers.next {
  border-color: var(--light-bg);
  font-size: 0;
}
.search-main-content nav.navigation .nav-links .page-numbers.next::after {
  content: "";
  -webkit-mask-image: url("./images/chevron-right-solid.svg");
          mask-image: url("./images/chevron-right-solid.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.search-main-content nav.navigation .nav-links .page-numbers.next:hover {
  background-color: var(--primary);
}
.search-main-content nav.navigation .nav-links .page-numbers.next:hover::after {
  background-color: var(--c-white);
}

/* Your Cart Page Start */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading,
.woocommerce-cart .wc-block-grid {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  display: block;
  color: var(--ink);
  font-size: 18px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title:before {
  color: var(--c-ink);
  width: 200px;
  height: 200px;
  -webkit-mask-size: 10em;
          mask-size: 10em;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block p.has-text-align-center a {
  background-color: var(--primary);
  color: var(--c-white);
  border-radius: 32px;
  padding: 12px 26px;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-weight: 600;
  font-family: var(--heading-font);
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block p.has-text-align-center a:hover {
  background-color: var(--ink);
}

.your-cart {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .your-cart {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .your-cart {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.your-cart > .e-con-inner {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.your-cart .wc-block-components-sidebar-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991.72px) {
  .your-cart .wp-block-woocommerce-cart-items-block {
    padding-bottom: 40px !important;
  }
}
.your-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-item__total {
  display: table-cell;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.your-cart .wp-block-woocommerce-cart-items-block table {
  border: none;
}
@media screen and (max-width: 991.72px) {
  .your-cart .wp-block-woocommerce-cart-items-block table thead tr {
    display: table-row !important;
  }
}
.your-cart .wp-block-woocommerce-cart-items-block table thead tr th {
  font-family: var(--heading-font);
  letter-spacing: 10%;
  font-weight: 600;
  color: var(--ink);
  border-color: var(--ink);
}
@media screen and (max-width: 350px) {
  .your-cart .wp-block-woocommerce-cart-items-block table thead tr th {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.72px) {
  .your-cart .wp-block-woocommerce-cart-items-block table tbody tr {
    display: table-row !important;
    border-top: 1px solid var(--ink);
  }
}
@media screen and (max-width: 991.72px) {
  .your-cart .wp-block-woocommerce-cart-items-block table tbody tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td {
  border-color: var(--ink);
  color: var(--ink);
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-cart-item__quantity svg {
  color: var(--c-red);
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-name {
  color: var(--body-color);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 350px) {
  .your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-name {
    font-size: 12px;
  }
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-name:hover {
  color: var(--primary);
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-price .wc-block-components-product-price__value {
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 350px) {
  .your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-price .wc-block-components-product-price__value {
    font-size: 12px;
  }
}
.your-cart .wp-block-woocommerce-cart-items-block table tbody tr td .wc-block-components-product-metadata__description {
  color: var(--body-color);
}

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  background-color: var(--light-bg);
  padding: 20px !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .wc-block-components-sidebar,
  .woocommerce-checkout .wc-block-components-sidebar {
    padding: 30px !important;
  }
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border-color: var(--ink);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-family: var(--heading-font);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: var(--ink);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title::after,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__totals-title::after {
  content: "";
  max-width: 60px;
  width: 100%;
  height: 1px;
  background-color: var(--ink);
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title::after,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__totals-title::after {
    max-width: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title::after,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__totals-title::after {
    max-width: 150px;
  }
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-color: var(--ink);
  color: var(--primary);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper input,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper input {
  border-color: var(--ink);
  color: var(--primary);
  border-radius: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper input:focus-visible,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper input:focus-visible {
  border: none;
  outline: none;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper input:focus,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper input:focus {
  border: 2px solid var(--ink);
  border-radius: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper button,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper button {
  border: 1px solid var(--body-color);
  color: var(--c-white);
  background-color: var(--body-color);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper button:hover,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper button:hover {
  background-color: var(--primary);
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-totals-block {
  border-color: var(--ink);
  color: var(--primary);
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value strong,
.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value strong {
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font);
  letter-spacing: 0.05em;
}
.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: var(--ink);
}
.woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-weight: 500;
  font-size: 13px;
  color: var(--body-color);
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
    font-size: 14px;
  }
}
.woocommerce-cart .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-family: var(--heading-font);
  color: var(--primary);
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-cart .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
    font-size: 20px;
  }
}
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-cart__submit-button {
  background-color: var(--body-color);
  color: var(--c-white);
  font-family: var(--heading-font);
  letter-spacing: 10%;
  font-weight: 400;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-radius: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px 50px 16px 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-checkout .wc-block-cart__submit-button {
    padding: 16px 70px 16px 30px;
  }
}
@media screen and (max-width: 767.72px) {
  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-checkout .wc-block-cart__submit-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text,
.woocommerce-checkout .wc-block-cart__submit-button .wc-block-components-button__text {
  color: var(--c-white);
  border: none;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text,
  .woocommerce-checkout .wc-block-cart__submit-button .wc-block-components-button__text {
    font-size: 16px;
  }
}
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text::after,
.woocommerce-checkout .wc-block-cart__submit-button .wc-block-components-button__text::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  background: var(--light-bg);
  color: var(--c-black);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("./images/arrow-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text::after,
  .woocommerce-checkout .wc-block-cart__submit-button .wc-block-components-button__text::after {
    width: 40px;
    height: 40px;
    top: 8px;
  }
}
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text:hover::after,
.woocommerce-checkout .wc-block-cart__submit-button .wc-block-components-button__text:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-cart__submit-button:hover {
  background-color: var(--ink);
}
.woocommerce-cart .wc-block-cart__submit-button:hover .wc-block-components-button__text::after,
.woocommerce-checkout .wc-block-cart__submit-button:hover .wc-block-components-button__text::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.woocommerce-cart .wc-block-cart__submit-container--sticky .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-cart__submit-container--sticky .wc-block-cart__submit-button {
  width: 100%;
  float: unset;
}

/* Your Cart Page End */
/* Checkout Page Start */
.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-title {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 10%;
  font-family: var(--heading-font);
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-title {
    font-size: 24px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=password] {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=password]:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--ink);
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-text-input label {
  left: 0;
  color: var(--primary);
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-blocks-components-select__container {
  background: transparent;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-blocks-components-select__container label {
  left: 0;
  color: var(--primary);
}
.woocommerce-checkout .wp-block-woocommerce-checkout select,
.woocommerce-checkout .wp-block-woocommerce-checkout textarea,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-k4pu08.css-k4pu08.css-k4pu08,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-ssb0uf.css-ssb0uf.css-ssb0uf {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout select:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout textarea:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-k4pu08.css-k4pu08.css-k4pu08:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-ssb0uf.css-ssb0uf.css-ssb0uf:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--ink);
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-checkbox__label {
  color: var(--primary);
}
.woocommerce-checkout .wp-block-woocommerce-checkout .components-input-control__container {
  background-color: transparent;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .css-11pat5e:focus-within:not(:has(:is(.em5sgkm8, .em5sgkm7):focus-within)) .em5sgkm6 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .css-k4pu08.css-k4pu08.css-k4pu08,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-ssb0uf.css-ssb0uf.css-ssb0uf,
.woocommerce-checkout .wp-block-woocommerce-checkout select {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .css-k4pu08.css-k4pu08.css-k4pu08:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout .css-ssb0uf.css-ssb0uf.css-ssb0uf:focus,
.woocommerce-checkout .wp-block-woocommerce-checkout select:focus {
  padding-left: 10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .hc-wcma-nickname-fields .components-text-control__input {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .hc-wcma-nickname-fields .components-text-control__input:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--ink);
}
.woocommerce-checkout .wc-block-components-checkbox__label {
  color: var(--primary);
}
.woocommerce-checkout .wc-block-components-checkbox__label a {
  color: var(--body-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-checkout .wc-block-components-checkbox__label a:hover {
  color: var(--ink);
}
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--body-color);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
  fill: var(--body-color);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--primary);
}
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover svg {
  fill: var(--primary);
  -webkit-transform: translateX(-3px) translateY(-50%);
          transform: translateX(-3px) translateY(-50%);
}
.woocommerce-checkout .wc-block-checkout__actions_row button.wc-block-components-button {
  background: var(--c-black);
  color: var(--c-white);
  border: none;
  padding: 16px 70px 16px 30px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.woocommerce-checkout .wc-block-checkout__actions_row button.wc-block-components-button::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  background: var(--plight-bg);
  color: var(--c-black);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("./images/arrow-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.woocommerce-checkout .wc-block-checkout__actions_row button.wc-block-components-button:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 575.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
    padding: 10px !important;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 0.05em;
  font-size: 16px;
  border-top: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin: 0;
  }
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title.is-open {
    border-bottom: 1px solid var(--olive);
  }
}
@media screen and (max-width: 575.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
    font-size: 14px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
  border-bottom: 1px solid var(--olive);
  padding-top: 10px;
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
  background-color: var(--primary);
  width: 20px;
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-text-input input {
  border: 1px solid var(--olive);
  color: var(--primary);
  border-radius: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-text-input input:focus-visible {
  border: none;
  outline: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-text-input input:focus {
  border: 2px solid var(--ink);
  border-radius: 0;
  border: 2px solid var(--ink);
  border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-text-input label {
  left: 10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-text-input.is-active {
  border: 2px solid var(--ink);
  border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-color: var(--ink);
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wc-block-components-checkout-order-summary__content {
    border: none !important;
  }
}
@media screen and (max-width: 991.72px) {
  .woocommerce-checkout .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}

.woocommerce form .form-row.woocommerce-validated select {
  border-color: #c8c9bd;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #c8c9bd;
  color: var(--body-color);
}

.select2-container--default.select2-container--open {
  border: none;
  border-bottom: 2px solid #c8c9bd;
}

.woocommerce form .form-row select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c8c9bd !important;
  width: 100%;
  color: var(--body-color);
}
.woocommerce form .form-row select:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #c8c9bd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-checkout {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .cart-checkout {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .cart-checkout {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cart-checkout .hc-wcma-checkout-selector {
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.cart-checkout form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1400px) {
  .cart-checkout form.checkout {
    gap: 60px;
  }
}
.cart-checkout form.checkout .woocommerce-NoticeGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cart-checkout form.checkout .woocommerce-NoticeGroup .woocommerce-error {
  background-color: var(--light-bg);
}
.cart-checkout form.checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--light-bg);
  padding: 30px 20px;
  border-radius: 28px;
  width: 100%;
  border: 1px solid rgba(238, 127, 90, 0.16);
}
@media screen and (min-width: 992px) {
  .cart-checkout form.checkout .col2-set {
    width: calc(55% - 10px);
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-checkout form.checkout .col2-set {
    width: calc(60% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .cart-checkout form.checkout .col2-set {
    width: calc(60% - 30px);
  }
}
.cart-checkout form.checkout .col-1,
.cart-checkout form.checkout .col-2 {
  width: 100%;
}
.cart-checkout form.checkout h3 {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 10%;
  font-family: var(--heading-font);
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .cart-checkout form.checkout h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .cart-checkout form.checkout h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575.72px) {
  .cart-checkout form.checkout .form-row-first,
  .cart-checkout form.checkout .form-row-last {
    width: 100%;
  }
}
.cart-checkout form.checkout .form-row label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 10%;
  color: #6f736d;
  line-height: 1;
  margin-top: 16px;
}
.cart-checkout form.checkout .form-row input.input-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c9bd;
  padding: 12px 0;
  border-radius: 0;
  background-color: transparent;
  color: #6f736d;
}
.cart-checkout form.checkout .form-row input.input-text:focus {
  outline: none;
}
.cart-checkout form.checkout .form-row input.input-text::-webkit-input-placeholder {
  opacity: 0.7;
}
.cart-checkout form.checkout .form-row input.input-text::-moz-placeholder {
  opacity: 0.7;
}
.cart-checkout form.checkout .form-row input.input-text:-ms-input-placeholder {
  opacity: 0.7;
}
.cart-checkout form.checkout .form-row input.input-text::-ms-input-placeholder {
  opacity: 0.7;
}
.cart-checkout form.checkout .form-row input.input-text::placeholder {
  opacity: 0.7;
}
.cart-checkout form.checkout .form-row textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c8c9bd;
  color: var(--ink);
  padding-left: 0;
  padding-right: 0;
}
.cart-checkout form.checkout .form-row textarea:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #c8c9bd;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-checkout form.checkout .form-row .select2-selection {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c8c9bd;
  color: var(--body-mid);
  border-radius: 0;
}
.cart-checkout form.checkout .form-row .select2-selection:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--body-color);
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-checkout form.checkout .form-row .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.cart-checkout :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
  right: 0;
}
.cart-checkout #ship-to-different-address {
  width: 100%;
}
.cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
  background-color: var(--primary-light);
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] {
  display: none;
}
.cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox span {
  font-size: 14px;
  color: var(--body-mid);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: normal;
  font-family: var(--body-font);
}
@media screen and (min-width: 1200px) {
  .cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox span {
    font-size: 16px;
  }
}
.cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--c-white);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid var(--ink);
  margin-top: 3px;
}
.cart-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox:has(input[type=checkbox]:checked)::before {
  background-color: var(--ink);
  background-image: url("./images/check-white.svg");
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--primary-light);
}

.woocommerce-checkout-review-order {
  background-color: var(--light-bg);
  border-radius: 28px;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid rgba(238, 127, 90, 0.16);
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout-review-order {
    width: calc(45% - 10px);
    padding: 48px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order {
    width: calc(40% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-checkout-review-order {
    width: calc(40% - 30px);
  }
}
.woocommerce-checkout-review-order table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout-review-order table thead,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table tfoot {
  width: 100%;
}
.woocommerce-checkout-review-order table thead tr,
.woocommerce-checkout-review-order table tbody tr,
.woocommerce-checkout-review-order table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout-review-order table thead th:first-child,
.woocommerce-checkout-review-order table thead td:first-child,
.woocommerce-checkout-review-order table tbody th:first-child,
.woocommerce-checkout-review-order table tbody td:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
  border: none;
  border-radius: 0;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td {
  padding-left: 0;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
  padding-right: 0;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr th {
  border-color: var(--body-color);
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .order-total th {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  text-align: left !important;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  font-weight: 400;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  width: 50%;
  font-size: 14px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:nth-child(even) {
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #c8c9bd;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:nth-child(odd) {
  padding: 10px 10px 10px 0;
  border-right: 1px solid #c8c9bd;
  border-bottom: 1px solid #c8c9bd;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-child {
  border-bottom: none;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:only-child {
  border-right: none;
}
.woocommerce-checkout-review-order .payment_box.payment_method_stripe {
  background-color: var(--c-white) !important;
  border-radius: 12px !important;
}
.woocommerce-checkout-review-order .payment_box.payment_method_stripe::before {
  border: 1em solid var(--c-white) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout-review-order .wc_payment_methods {
  padding: 0 !important;
  padding-bottom: 12px !important;
  border-color: var(--ink) !important;
}
.woocommerce-checkout-review-order .place-order {
  padding: 0 !important;
  padding-top: 12px !important;
}
.woocommerce-checkout-review-order .place-order .woocommerce-privacy-policy-text {
  font-size: 14px;
}
.woocommerce-checkout-review-order .place-order .woocommerce-privacy-policy-text a {
  text-decoration: underline;
  text-transform: capitalize;
  color: var(--ink);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-checkout-review-order .place-order .woocommerce-privacy-policy-text a:hover {
  color: var(--primary);
}
.woocommerce-checkout-review-order .place-order .woocommerce-invalid #terms {
  outline: none;
  outline-offset: 0;
}
.woocommerce-checkout-review-order .place-order .woocommerce-form__input-checkbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  accent-color: var(--ink);
}
.woocommerce-checkout-review-order .place-order .woocommerce-form__label-for-checkbox,
.woocommerce-checkout-review-order .place-order .woocommerce-form__input-checkbox {
  cursor: pointer;
}
.woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-checkbox-text {
  letter-spacing: normal;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-checkbox-text a {
  text-transform: capitalize;
  text-decoration: underline;
}
.woocommerce-checkout-review-order button#place_order {
  background-color: var(--body-color);
  color: var(--c-white);
  font-family: var(--heading-font);
  letter-spacing: 10%;
  font-weight: 400;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-radius: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 8px 10px 8px 32px;
}
@media screen and (max-width: 768.72px) {
  .woocommerce-checkout-review-order button#place_order {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    float: right !important;
  }
}
.woocommerce-checkout-review-order button#place_order::after {
  content: "";
  background: var(--light-bg);
  color: var(--c-black);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("./images/arrow-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order button#place_order::after {
    width: 40px;
    height: 40px;
    top: 8px;
  }
}
.woocommerce-checkout-review-order button#place_order:hover {
  background-color: var(--ink);
}
.woocommerce-checkout-review-order button#place_order:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
  background-color: var(--body-color);
  color: var(--c-white);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
  background-color: var(--ink);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  padding: 22px 40px 22px 10px;
  border-radius: 50px;
}
@media screen and (min-width: 1200px) {
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    padding: 22px 70px 22px 30px;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

/* Checkout Page End */
/* Order Placed Page Start */
.woocommerce-order-received .woocommerce-order {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-order-received .woocommerce-order {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--ink);
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--body-mid);
}
@media screen and (max-width: 991.72px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px;
  margin: 0;
  color: var(--body-color);
  border-bottom: 1px solid var(--body-mid);
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
    border-bottom: none;
    border-right: 1px solid var(--body-mid);
  }
}
@media screen and (max-width: 991.72px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li:last-child {
  border: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    padding-top: 50px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1;
  font-size: 28px;
  color: var(--ink);
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 42px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details {
  border-color: var(--body-mid);
  border-radius: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details thead tr th {
  color: var(--body-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
  border-color: var(--body-mid);
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details thead tr th {
    font-size: 18px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details tbody tr td {
  color: var(--body-color);
  border-color: var(--body-mid);
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details tbody tr td a {
  color: var(--primary);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details tbody tr td a:hover {
  color: var(--body-mid);
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details tfoot tr th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table--order-details tfoot tr td {
  color: var(--body-color);
  border-color: var(--body-mid);
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
  color: var(--ink);
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
    font-size: 28px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border: 1px solid var(--body-mid);
  border-radius: 0;
  color: var(--body-color);
  padding: 20px;
}
@media screen and (max-width: 768.72px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address {
    padding-top: 20px;
  }
}

/* Order Placed Page End */
a {
  text-decoration: none;
}

body {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--body-color);
  --heading-font: "Fraunces", serif;
  --body-font: "Inter", sans-serif;
  --p-60: 30px;
  --p-80: 40px;
  --p-100: 50px;
  --p-170: 60px;
}
@media screen and (min-width: 992px) {
  body {
    --p-60: 50px;
    --p-80: 60px;
    --p-100: 70px;
    --p-170: 100px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --p-60: 60px;
    --p-80: 80px;
    --p-100: 100px;
    --p-170: 150px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --p-170: 170px;
  }
}
@media screen and (min-width: 576px) {
  body {
    --container: 540px;
  }
}
@media screen and (min-width: 768px) {
  body {
    --container: 740px;
  }
}
@media screen and (min-width: 992px) {
  body {
    --container: 940px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --container: 1176px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --container: 1376px;
  }
}
@media screen and (min-width: 1600px) {
  body {
    --container: 1420px;
  }
}

.sub-title h3 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

h2 {
  font-family: var(--heading-font);
}

.title h2 {
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1;
  font-size: 30px;
}
@media screen and (min-width: 576px) {
  .title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .title h2 {
    font-size: 42px;
  }
}
.title h2 strong {
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
}

.large-container {
  width: 100%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .large-container {
    max-width: 90%;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 52px;
  border-radius: 999px;
  padding: 6px 10px 6px 24px;
  color: #050505;
  background: var(--ink);
  color: var(--c-white);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  text-transform: uppercase;
}
.primary-btn .btn-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--c-white);
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  overflow: hidden;
}
.primary-btn .btn-icon svg {
  width: 22px;
  height: 22px;
  -webkit-animation: arrowLoop 1.5s linear infinite;
          animation: arrowLoop 1.5s linear infinite;
}
.primary-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: var(--c-white);
}
@-webkit-keyframes arrowLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 0;
  }
  61% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrowLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 0;
  }
  61% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.secondary-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: var(--c-white);
  padding: 12px 20px;
  font-weight: 500 !important;
  font-size: 12px;
  border-radius: 32px;
  background-color: var(--c-black) !important;
}
.secondary-btn.type-2 a {
  background-color: var(--c-white) !important;
  color: var(--c-black);
}/*# sourceMappingURL=style.css.map */