@import url(https://fonts.googleapis.com/css2?family=Bitter&family=Roboto:ital,wght@0,400;1,300;1,500&display=swap);
@font-face {
  font-family: "Carolina";
  src: url("../fonts/CAROLINA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GRAPHIKLCG-LIGHT.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GRAPHIKLCG-REGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GRAPHIKLCG-MEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
body,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}

.aw-container {
  width: 100%;
  max-width: 1630px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
}

.page .page-main .aw-container {
  margin: 100px auto 200px;
}
.page .page-main .aw-container h1 {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin-bottom: 50px;
}

.pagination {
  margin: 100px auto 0;
  width: -moz-max-content;
  width: max-content;
}
.pagination .page-numbers {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8A8A8A;
  padding: 10px;
}
.pagination .page-numbers.current {
  color: #000;
}

#aw-checkout .checkbox {
  position: relative;
  margin: 20px auto;
}
#aw-checkout .checkbox span {
  position: relative;
}
#aw-checkout .checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -30px;
  background: #fff;
  border: 1px solid #E6E6E6;
}
#aw-checkout .checkbox span:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 5px;
  right: -26px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
#aw-checkout .checkbox span:hover::before {
  background: #E6E6E6;
}
#aw-checkout .checkbox input[type=checkbox] {
  visibility: hidden;
}
#aw-checkout .checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
#aw-checkout .checkbox input[type=checkbox]:checked + span:before {
  background: #E6E6E6;
}

#aw-home-slider > .prev, #aw-home-slider > .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.2) -2.56%, rgba(255, 255, 255, 0) 100%), rgba(75, 75, 75, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  width: 70px;
  height: 100px;
}
#aw-home-slider > .next {
  left: auto;
  right: 0;
}

.pswp .pswp__caption {
  display: none;
}

html .woocommerce .woocommerce-breadcrumb {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin: 40px 0;
}
html .woocommerce .woocommerce-breadcrumb a {
  color: #8A8A8A;
}

html > body.theme-arton-wild .woocommerce-password-strength,
html > body.theme-arton-wild .woocommerce-password-hint {
  font-family: "Graphik LCG", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  position: absolute;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: none;
  margin-top: 10px;
  top: -10px;
  z-index: 999999;
  transform: translateY(calc(-100% - 10px));
}
html > body.theme-arton-wild .woocommerce-password-strength:after,
html > body.theme-arton-wild .woocommerce-password-hint:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 10%;
  transform: translateX(-50%);
}

html > body.theme-arton-wild.woocommerce-page #main .button,
html > body.theme-arton-wild.woocommerce-page .button,
html > body.theme-arton-wild.woocommerce-page #main #submit.submit {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  max-width: 320px;
  width: 100%;
  height: 60px;
  background-color: #000;
  border-radius: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid #fff;
  cursor: pointer;
}
html > body.theme-arton-wild.woocommerce-page #main .button:hover,
html > body.theme-arton-wild.woocommerce-page .button:hover,
html > body.theme-arton-wild.woocommerce-page #main #submit.submit:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input,
html > body.theme-arton-wild.woocommerce-page .form-row input,
html > body.theme-arton-wild.woocommerce-page .select2-selection,
html > body.theme-arton-wild.woocommerce-page .country_select,
html > body.theme-arton-wild.woocommerce-page #shipping_state {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  border: 1px solid #8A8A8A;
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding-left: 20px;
  background-color: transparent;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input[aria-expanded=true],
html > body.theme-arton-wild.woocommerce-page .form-row input[aria-expanded=true],
html > body.theme-arton-wild.woocommerce-page .select2-selection[aria-expanded=true],
html > body.theme-arton-wild.woocommerce-page .country_select[aria-expanded=true],
html > body.theme-arton-wild.woocommerce-page #shipping_state[aria-expanded=true] {
  border-bottom: none;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input:focus,
html > body.theme-arton-wild.woocommerce-page .form-row input:focus,
html > body.theme-arton-wild.woocommerce-page .select2-selection:focus,
html > body.theme-arton-wild.woocommerce-page .country_select:focus,
html > body.theme-arton-wild.woocommerce-page #shipping_state:focus {
  outline: none;
  border-color: #8A8A8A;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input:-webkit-autofill, html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input:-webkit-autofill:hover, html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input:-webkit-autofill:focus,
html > body.theme-arton-wild.woocommerce-page .form-row input:-webkit-autofill,
html > body.theme-arton-wild.woocommerce-page .form-row input:-webkit-autofill:hover,
html > body.theme-arton-wild.woocommerce-page .form-row input:-webkit-autofill:focus,
html > body.theme-arton-wild.woocommerce-page .select2-selection:-webkit-autofill,
html > body.theme-arton-wild.woocommerce-page .select2-selection:-webkit-autofill:hover,
html > body.theme-arton-wild.woocommerce-page .select2-selection:-webkit-autofill:focus,
html > body.theme-arton-wild.woocommerce-page .country_select:-webkit-autofill,
html > body.theme-arton-wild.woocommerce-page .country_select:-webkit-autofill:hover,
html > body.theme-arton-wild.woocommerce-page .country_select:-webkit-autofill:focus,
html > body.theme-arton-wild.woocommerce-page #shipping_state:-webkit-autofill,
html > body.theme-arton-wild.woocommerce-page #shipping_state:-webkit-autofill:hover,
html > body.theme-arton-wild.woocommerce-page #shipping_state:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row,
html > body.theme-arton-wild.woocommerce-page .form-row {
  margin-bottom: 30px;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row span,
html > body.theme-arton-wild.woocommerce-page .form-row span {
  color: #000;
  line-height: 38px;
  height: 40px;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row span .select2-selection__rendered,
html > body.theme-arton-wild.woocommerce-page .form-row span .select2-selection__rendered {
  padding-left: 0;
}
html > body.theme-arton-wild.woocommerce-page .woocommerce-invalid .woocommerce-form-row input,
html > body.theme-arton-wild.woocommerce-page .woocommerce-invalid .select2-selection,
html > body.theme-arton-wild.woocommerce-page .woocommerce-invalid .country_select {
  border: 1px solid red;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field {
  width: 100px;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field label {
  display: none;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field .select2-selection {
  padding: 0 0 0 18px;
  border: 1px solid #8A8A8A;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field .select2-selection .phcd-flag {
  width: 20px;
  height: 12px;
  margin-right: 0;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field .select2-selection .phcd-code {
  text-align: center;
  line-height: 40px;
  width: 100%;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field .select2-selection__arrow {
  left: 0;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field #select2-billing_phone_code-container {
  height: 38px;
  padding: 0;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_field {
  width: calc(100% - 120px);
  z-index: 2;
  position: relative;
}
html > body.theme-arton-wild.woocommerce-page #billing_phone_field input {
  padding: 0 0 0 10px;
}

.valko-woo-phcd-select2-container {
  width: 300px !important;
  padding: 10px;
  left: -14px !important;
  border: none;
}
.valko-woo-phcd-select2-container .select2-results__options::-webkit-scrollbar {
  width: 10px;
  padding: 2px;
  border-radius: 2px;
}
.valko-woo-phcd-select2-container .select2-results__options::-webkit-scrollbar-track {
  background: rgba(221, 221, 221, 0.2) !important;
  border-radius: 2px;
}
.valko-woo-phcd-select2-container .select2-results__options::-webkit-scrollbar-thumb {
  background: #111 !important;
  border-radius: 2px;
}
.valko-woo-phcd-select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #000 !important;
  border-radius: 2px;
}

html .select2-dropdown {
  border-radius: 0;
  border-color: #8A8A8A;
}
html .select2-dropdown .phcd-flag {
  width: 20px;
  height: 12px;
  margin-right: 0;
}
html .select2-dropdown .phcd-flag > svg {
  width: 20px;
  height: 12px;
  margin-bottom: 5px;
}
html .select2-dropdown li {
  justify-content: space-between;
}
html .select2-dropdown li:focus-visible {
  outline-color: transparent;
  outline: none;
}
html .select2-dropdown .select2-search__field {
  outline-color: transparent;
  outline: none;
}

.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(221, 221, 221, 0.2);
  color: #000;
}

html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row label {
  display: none;
}

html .woocommerce-message,
html .woocommerce-info,
html .woocommerce-error {
  background: none;
  border: none;
}
html .woocommerce-message::before,
html .woocommerce-info::before,
html .woocommerce-error::before {
  color: #000;
}

html .woocommerce-ordering {
  display: none !important;
}

html .woocommerce-password-strength {
  position: absolute;
  left: -100vw;
}

.widget_wpc_sorting_widget {
  order: -1;
  position: absolute;
  right: 40px;
  top: -25px;
  z-index: 9;
}
.widget_wpc_sorting_widget .custom-sort-products-select {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  max-width: -moz-max-content;
  max-width: max-content;
}
.widget_wpc_sorting_widget .custom-sort-products-select:focus-visible {
  outline-color: transparent;
  outline: none;
}
.widget_wpc_sorting_widget .custom-sort-products-select > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}
.widget_wpc_sorting_widget .custom-sort-products-select .dropdown-toggle {
  border-bottom: 2px solid #E6E6E6;
  padding: 0 20px 15px 20px !important;
  position: relative;
  margin-bottom: 15px;
}
.widget_wpc_sorting_widget .custom-sort-products-select .dropdown-toggle:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8" fill="none"><path d="M0 0.498727C0 0.372211 0.0537072 0.242736 0.157962 0.145642C0.366473 -0.0485468 0.707671 -0.0485468 0.916181 0.145642L8.05292 6.7922L15.0854 0.242736C15.2939 0.0485468 15.6351 0.0485468 15.8436 0.242736C16.0521 0.436925 16.0521 0.754689 15.8436 0.948878L8.43203 7.85436C8.22352 8.04855 7.88232 8.04855 7.67381 7.85436L0.157962 0.854727C0.0505479 0.75469 0 0.628187 0 0.498727Z" fill="%23111111"/></svg>');
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.widget_wpc_sorting_widget .custom-sort-products-select .dropdown-toggle.active:after {
  transform: rotate(180deg);
}
.widget_wpc_sorting_widget .custom-sort-products-select li {
  cursor: pointer;
  padding: 0 20px;
}
.widget_wpc_sorting_widget .custom-sort-products-select .selected {
  order: -1;
}
.widget_wpc_sorting_widget .wpc-orderby-select {
  display: none;
}

.theme-arton-wild.woocommerce-page .woocommerce-customer-details {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.theme-arton-wild.woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin: 20px 0;
}
.theme-arton-wild.woocommerce-page .woocommerce-customer-details address {
  font-size: 16px;
  font-style: normal;
  border: none;
  padding: 0;
}
.theme-arton-wild.woocommerce-page .woocommerce-customer-details address > p {
  padding: 0;
}
.theme-arton-wild.woocommerce-page .woocommerce-customer-details address > p:before {
  display: none;
}

.theme-arton-wild.woocommerce-page .products {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.theme-arton-wild.woocommerce-page .products:before {
  display: none;
}
.theme-arton-wild.woocommerce-page .products .product {
  padding-top: 55%;
  width: calc(25% - 8px);
  margin: 0;
  display: block;
  position: relative;
}
.theme-arton-wild.woocommerce-page .products .product > a {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.theme-arton-wild.woocommerce-page .products .product > a > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-icons {
  min-width: 18px;
}
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-icons img {
  min-width: 18px;
}
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-icons-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: brightness(0) saturate(100%);
}
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info-wrap {
  transition: transform 0.5s;
}
.theme-arton-wild.woocommerce-page .products .product > a:hover .aw-woo-loop-info-wrap {
  transform: translateY(-100%);
}
.theme-arton-wild.woocommerce-page .products .product > a .woocommerce-loop-product__title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  padding: 20px;
}
.theme-arton-wild.woocommerce-page .products .product > a .woocommerce-loop-product__title,
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info {
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info {
  background: rgba(52, 52, 52, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translateZ(0);
}
.theme-arton-wild.woocommerce-page .products .product > a:hover .woocommerce-loop-product__title,
.theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info {
  transform: translateY(0);
}

#main .woocommerce > .woocommerce-notices-wrapper, #main .woocommerce > .wc-empty-cart-message, #main .woocommerce > .woocommerce-error {
  width: 100%;
  max-width: 1630px;
  padding: 0 40px;
  margin: 50px auto 0;
  overflow: visible;
}
#main .woocommerce > .woocommerce-notices-wrapper a, #main .woocommerce > .wc-empty-cart-message a, #main .woocommerce > .woocommerce-error a {
  text-decoration: underline;
}
#main .woocommerce > .woocommerce-notices-wrapper > *, #main .woocommerce > .wc-empty-cart-message > *, #main .woocommerce > .woocommerce-error > * {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  background: none;
  border: none;
  padding-right: 0;
  margin: 0;
}
#main .woocommerce > .woocommerce-notices-wrapper > * .button, #main .woocommerce > .wc-empty-cart-message > * .button, #main .woocommerce > .woocommerce-error > * .button {
  transform: translateY(-40%);
}
#main .woocommerce > .wc-empty-cart-message {
  margin: 0 auto;
}
#main .woocommerce > .woocommerce-error {
  margin: 50px auto 100px;
  background: none;
  border: none;
}
#main .woocommerce > .woocommerce-error:before {
  display: none;
}

.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
  width: 100%;
  max-width: 1630px;
  padding: 0 40px;
  margin: 50px auto 0;
  overflow: visible;
}
.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper a, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message a, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error a {
  text-decoration: underline;
}
.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper > *, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message > *, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error > * {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  background: none;
  border: none;
  padding-right: 0;
  margin: 0;
}
.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper > * .button, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message > * .button, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error > * .button {
  transform: translateY(-40%);
}
.theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message {
  margin: 0 auto;
}
.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
  margin: 50px auto 100px;
  background: none;
  border: none;
}
.theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error:before {
  display: none;
}

.aw-woo-loop-info {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  padding: 20px;
}
.aw-woo-loop-info .aw-woo-loop-attr {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.aw-woo-loop-info .aw-woo-loop-attr .color-container,
.aw-woo-loop-info .aw-woo-loop-attr .size-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.aw-woo-loop-info .aw-woo-loop-attr .color-container .attr-color,
.aw-woo-loop-info .aw-woo-loop-attr .color-container img.attachment-full,
.aw-woo-loop-info .aw-woo-loop-attr .size-container .attr-color,
.aw-woo-loop-info .aw-woo-loop-attr .size-container img.attachment-full {
  width: 35px;
  min-width: 35px;
  height: 10px;
  margin: 0;
  flex: 0 0 auto;
}
.aw-woo-loop-info .aw-woo-loop-attr .color-container .attr-text,
.aw-woo-loop-info .aw-woo-loop-attr .size-container .attr-text {
  font-family: "Graphik LCG", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #000;
  line-height: 25px;
  text-align: center;
  border: 1px solid #E6E6E6;
  min-width: 35px;
  padding: 0 5px;
  height: 25px;
}

img.border, .attr-color.border {
  border: 1px solid #000;
}

.quantity {
  border-radius: 1px;
  border: 2px solid #E6E6E6;
  width: 120px;
  height: 50px;
  position: relative;
}
.quantity input {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  background-color: transparent;
  border: none;
}
.quantity:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M16 1.83317H0V0.166504H16V1.83317Z" fill="%238A8A8A"/></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 15px;
  z-index: 2;
}
.quantity:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M16 7.8335H9V13.6668H7V7.8335H0V6.16683H7V0.333496H9V6.16683H16V7.8335Z" fill="%238A8A8A"/></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 2;
}
.quantity .text {
  width: 100% !important;
  height: 100%;
}
.quantity .minus,
.quantity .plus {
  position: absolute;
  padding: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.quantity .plus {
  left: auto;
  right: 0;
}

.aw-header {
  position: relative;
  z-index: 99;
}
.aw-header-logo-block, .aw-header-menu-block {
  background-color: #fff;
}
.aw-header-logo-block .aw-container, .aw-header-menu-block .aw-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.aw-header-logo-block .custom-logo-link > img {
  max-width: 218px;
}
.aw-header-logo-block .aw-container {
  position: relative;
  overflow: visible;
}
.aw-header-menu-block {
  background-color: #000;
  position: relative;
}
.aw-header-menu-block .aw-container {
  overflow: visible;
}
.aw-nav-main-menu-btn {
  display: none;
}
.aw-set-panel .aw-nav-container, .aw-sales-tools .aw-nav-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.aw-sales-tools .menu-item {
  width: 22px;
  height: 22px;
}
.aw-set-panel {
  position: absolute;
  right: 40px;
  top: 28px;
  z-index: 2;
}
.aw-set-panel .aw-language-switcher.has-two-children {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 45px;
}
.aw-set-panel .aw-language-switcher.has-two-children > :nth-child(1) {
  width: calc(100% + 10px);
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.aw-set-panel .aw-language-switcher.has-two-children > :nth-child(1):after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M0.0405273 0.436386C0.0405273 0.325684 0.0808077 0.212394 0.158999 0.127436C0.315382 -0.0424795 0.571281 -0.0424795 0.727663 0.127436L6.08021 5.94318L11.3546 0.212393C11.511 0.0424781 11.7669 0.0424781 11.9232 0.212393C12.0796 0.382308 12.0796 0.660353 11.9232 0.830268L6.36455 6.87256C6.20816 7.04248 5.95227 7.04248 5.79588 6.87256L0.158999 0.747885C0.0784383 0.660353 0.0405273 0.549663 0.0405273 0.436386Z" fill="%23111111"/></svg>');
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 5px;
}
.aw-set-panel .aw-language-switcher > li {
  background-color: #fff;
  padding: 0 10px 10px;
}
.aw-set-panel .aw-language-switcher > :nth-child(2) {
  display: none;
}
.aw-set-panel .wcml_currency_switcher {
  width: 100%;
  margin: 0 !important;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency {
  border: none;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency:hover {
  background-color: transparent;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency:hover .wcml-cs-submenu {
  visibility: unset;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency > a {
  padding: 0 10px 10px;
  line-height: 140%;
  background-color: transparent;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency > a:after {
  display: none;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency.has-two-children > a {
  padding: 0 20px 10px 10px;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency.has-two-children .wcml-cs-item-toggle {
  width: calc(100% + 10px);
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency.has-two-children .wcml-cs-item-toggle:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M0.0405273 0.436386C0.0405273 0.325684 0.0808077 0.212394 0.158999 0.127436C0.315382 -0.0424795 0.571281 -0.0424795 0.727663 0.127436L6.08021 5.94318L11.3546 0.212393C11.511 0.0424781 11.7669 0.0424781 11.9232 0.212393C12.0796 0.382308 12.0796 0.660353 11.9232 0.830268L6.36455 6.87256C6.20816 7.04248 5.95227 7.04248 5.79588 6.87256L0.158999 0.747885C0.0784383 0.660353 0.0405273 0.549663 0.0405273 0.436386Z" fill="%23111111"/></svg>');
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 10px;
  border: none;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency .wcml-cs-submenu {
  border: none;
  visibility: visible;
  display: none;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency .wcml-cs-submenu > li {
  border: none;
}
.aw-set-panel .wcml_currency_switcher .wcml-cs-active-currency .wcml-cs-submenu > li > a {
  line-height: 140%;
  padding: 0 10px 10px;
}
.aw-set-panel li {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.aw-set-panel li a {
  color: #000;
}
.aw-nav-main-menu {
  height: 100%;
}
.aw-nav-main-menu .aw-nav-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.aw-nav-main-menu .aw-nav-container > li {
  line-height: 70px;
}
.aw-nav-main-menu .aw-nav-container > li li {
  line-height: 180%;
  width: -moz-max-content;
  width: max-content;
}
.aw-nav-main-menu .aw-nav-container > li li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 150px;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: -moz-max-content;
  width: max-content;
  padding-right: 110px;
}
.aw-nav-main-menu .aw-nav-container > .menu-item > .sub-menu {
  bottom: 50px;
  position: absolute;
  left: 0;
  transform: translateY(0%);
  min-height: 300px;
  height: 100%;
  width: 100vw;
  background: rgba(52, 52, 52, 0.4);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  transition: transform 0.5s linear;
  transition-delay: 0s;
  z-index: -1;
  padding-top: 100px;
  padding-bottom: 360px;
  display: flex;
}
.aw-nav-main-menu .aw-nav-container > .menu-item:hover > .sub-menu {
  transform: translateY(100%);
  transition-delay: 0.3s;
}
.aw-nav-main-menu .aw-nav-container .title > a {
  cursor: default;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}
.aw-nav-main-menu .menu-item > a {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

.aw-footer {
  padding: 100px 0 70px;
  background: linear-gradient(90deg, #111 -0.17%, rgba(17, 17, 17, 0.95) 97.72%);
}
.aw-footer-contact {
  width: 100%;
  max-width: 350px;
}
.aw-footer-mailchimp {
  width: 100%;
  max-width: 350px;
}
.aw-footer-mailchimp .mc4wp-response {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.aw-footer-mailchimp input {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  width: 100%;
  padding: 17px 26px;
}
.aw-footer-mailchimp input[type=email] {
  border: 1px solid rgba(138, 138, 138, 0.5);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.aw-footer-mailchimp input[type=email]:focus-visible {
  outline: none;
}
.aw-footer-mailchimp input[type=submit] {
  border: 1px solid rgba(138, 138, 138, 0.5);
  background: #000;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.aw-footer-contact-title, .aw-footer-mailchimp-title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8A8A8A;
  margin-bottom: 40px;
}
.aw-footer-logo-block, .aw-footer-nav-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.aw-footer-nav-block {
  margin-top: 100px;
}
.aw-footer-logo > img {
  width: 100%;
  max-width: 235px;
}
.aw-footer-address, .aw-footer-phone, .aw-footer-e-mail {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.aw-footer-social-block {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 40px 0;
}
.aw-footer-social-block > a {
  width: 30px;
  height: 30px;
}
.aw-footer-social-block > a svg {
  width: 30px;
  height: 30px;
}
.aw-footer-logo, .aw-footer-nav {
  display: flex;
  align-items: center;
}
.aw-nav-footer-menu .aw-nav-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.aw-nav-footer-menu .menu-item > a {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #E6E6E6;
}

.aw-home-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 140px);
}
.aw-home-quote {
  margin: 50px auto 100px;
  position: relative;
  max-width: 950px;
  padding: 0 60px;
}
.aw-home-quote-logo {
  margin: 0 auto;
  display: block;
  max-width: 80px;
  height: 100%;
}
.aw-home-quote-text {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-style: italic;
  margin-top: 40px;
}
.aw-home-signature {
  position: absolute;
  bottom: -80px;
  right: 18%;
  max-width: 120px;
  transform: rotate(-19.478deg);
}
.aw-home-category {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.aw-home-category:before {
  content: "SOON...";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24vw;
  z-index: 5;
}
.aw-home-category-full {
  width: 100%;
  height: 32vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aw-home-category-half {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 70vw;
}
.aw-home-category-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 50px;
  opacity: 0.4;
}
.aw-home-collections {
  overflow: hidden;
  position: relative;
  height: 53vw;
}
.aw-home-collections > div {
  display: flex;
  transform: translateX(-100%);
  height: 100%;
  color: white;
  width: 100%;
}
.aw-home-collections > div > div {
  flex: 0 0 auto;
}
.aw-home-collections-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.aw-blog {
  margin-bottom: 150px;
}
.aw-blog .aw-container {
  position: relative;
  overflow: visible;
}
.aw-blog-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  text-transform: uppercase;
  margin: 100px 0 50px;
}
.aw-blog-category-nav {
  position: relative;
  height: 132px;
  overflow: hidden;
}
.aw-blog-category-nav-block {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  padding: 10px 70px 30px;
  position: absolute;
  margin: 0 auto;
  z-index: 2;
  transition: all 1s;
}
.aw-blog-category-nav-block li {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #E6E6E6;
  position: relative;
  transition: color 1s;
}
.aw-blog-category-nav-block li.current-cat {
  color: #000 !important;
}
.aw-blog-category-nav-block li.current-cat::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -15px;
  width: calc(100% + 30px);
  height: 2px;
  background-color: #000 !important;
  transition: width 0.5s;
  cursor: default;
}
.aw-blog-category-nav-block li.current-cat a {
  cursor: default;
}
.aw-blog-category-nav-block li::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -15px;
  width: 0;
  height: 2px;
  background-color: #8A8A8A;
  transition: width 0.5s;
}
.aw-blog-category-nav-block li:hover {
  color: #8A8A8A;
}
.aw-blog-category-nav-block li:hover::before {
  width: calc(100% + 30px);
}
.aw-blog-category-nav-block li a {
  white-space: nowrap;
}
.aw-blog-category-nav #aw-blog-category-nav-scrollbar {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 70px;
  background-color: #E6E6E6;
}
.aw-blog-category-nav .btn {
  position: absolute;
  width: 50px;
  z-index: 3;
  display: none;
}
.aw-blog-category-nav .btn > svg {
  width: 30px;
  position: relative;
  display: block;
  cursor: pointer;
}
.aw-blog-category-nav .btn > svg:hover path {
  transition: all 0.5s;
  fill: #000;
}
.aw-blog-category-nav .btn.prev {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.aw-blog-category-nav .btn.prev > svg {
  margin-right: auto;
}
.aw-blog-category-nav .btn.next {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.aw-blog-category-nav .btn.next > svg {
  margin-left: auto;
}
.aw-blog-category-nav .btn.noClick > svg {
  cursor: no-drop;
}
.aw-blog-category-nav .btn.noClick > svg:hover path {
  fill: #E6E6E6;
}
.aw-blog-single-post-content {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin: 170px 0;
}
.aw-blog-single-post-content h2,
.aw-blog-single-post-content h3 {
  margin: 15px 0 10px;
}
.aw-blog-single-post-content h4,
.aw-blog-single-post-content h5 {
  margin: 10px 0 5px;
}
.aw-blog-single-post-content .wp-block-post-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.aw-blog-single-post-content .wp-block-columns {
  gap: 250px;
}
.aw-blog-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.aw-blog-post-4, .aw-blog-post-10 {
  grid-column: span 2;
}
.aw-blog-post article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 940px;
}
.aw-blog-post article a {
  display: inline-block;
  width: 100%;
  height: calc(100% - 30px);
  position: relative;
  overflow: hidden;
}
.aw-blog-post .aw-blog-post-title, .aw-blog-post .aw-blog-post-excerpt {
  font-family: "Graphik LCG", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  position: absolute;
  text-wrap: balance;
  max-width: 1000px;
  top: 70%;
  left: 50px;
  right: 50px;
}
.aw-blog-post .aw-blog-post-title {
  top: 70%;
}
.aw-blog-post .aw-blog-post-excerpt {
  top: calc(70% + 50px);
}

.aw-about-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  gap: 0;
  height: 30vw;
  min-height: 500px;
  align-items: center;
}
.aw-about-title {
  color: #fff;
  font-family: Carolina, serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 68%;
  opacity: 0.3;
  padding: 180px 5%;
}
.aw-about-quote .aw-container {
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: visible;
  position: relative;
  align-items: center;
  height: 40vw;
  min-height: 800px;
}
.aw-about-quote-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aw-about-quote-content {
  width: 50%;
  padding: 185px 130px 360px 0;
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  position: relative;
}
.aw-about-quote-title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  opacity: 0.5;
}
.aw-about-quote-name {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  font-style: italic;
  margin: 38px 90px 34px;
}
.aw-about-quote-signature {
  width: 210px;
  transform: rotate(-13.105deg);
  position: absolute;
  bottom: 150px;
  right: 10%;
}

.aw-login-title,
.aw-thank-you-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin: 100px 0 50px;
  text-transform: uppercase;
}
.aw-login-nav ul,
.aw-thank-you-nav ul {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 80px;
  position: relative;
}
.aw-login-form,
.aw-login .woocommerce-order,
.aw-thank-you-form,
.aw-thank-you .woocommerce-order {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 270px;
  box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.2);
}
.aw-login-form-logo,
.aw-login .woocommerce-order-logo,
.aw-thank-you-form-logo,
.aw-thank-you .woocommerce-order-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 50px;
}
.aw-login-form-block,
.aw-login .woocommerce-order-block,
.aw-thank-you-form-block,
.aw-thank-you .woocommerce-order-block {
  max-width: 670px;
  width: 100%;
  background-color: rgba(52, 52, 52, 0.4);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.aw-login-form-container,
.aw-login .woocommerce-order-container,
.aw-thank-you-form-container,
.aw-thank-you .woocommerce-order-container {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, 0%);
  transition: all 1s;
  width: 100%;
}
.aw-login-form-title,
.aw-login .woocommerce-order-title,
.aw-thank-you-form-title,
.aw-thank-you .woocommerce-order-title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.aw-login-form #billing_phone_field > label,
.aw-thank-you-form #billing_phone_field > label {
  display: none;
}
.aw-login .woocommerce-order,
.aw-thank-you .woocommerce-order {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin-top: -270px;
  flex-direction: column;
  padding: 40px;
}
.aw-login .woocommerce-order > p,
.aw-thank-you .woocommerce-order > p {
  display: none;
}
.aw-login .woocommerce-order .woocommerce-notice,
.aw-thank-you .woocommerce-order .woocommerce-notice {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
  padding-bottom: 20px;
}
.aw-login .woocommerce-order .woocommerce-order-details,
.aw-thank-you .woocommerce-order .woocommerce-order-details {
  margin: 0;
  order: -3;
}
.aw-login .woocommerce-order .woocommerce-order-details h2,
.aw-thank-you .woocommerce-order .woocommerce-order-details h2 {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 40px;
}
.aw-login .woocommerce-order .woocommerce-order-details table,
.aw-thank-you .woocommerce-order .woocommerce-order-details table {
  border: none;
  border-spacing: 0;
}
.aw-login .woocommerce-order .woocommerce-order-details table tr > *:first-child,
.aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:first-child {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-align: start;
  padding: 0 0 10px;
  border: none;
  border-spacing: 0;
}
.aw-login .woocommerce-order .woocommerce-order-details table tr > *:first-child strong,
.aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:first-child strong {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
}
.aw-login .woocommerce-order .woocommerce-order-details table tr > *:last-child,
.aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:last-child {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
  text-align: end;
  padding: 0 0 10px;
  border: none;
  border-spacing: 0;
}
.aw-login .woocommerce-order ul.woocommerce-order-overview,
.aw-thank-you .woocommerce-order ul.woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  order: -2;
  margin: 0;
}
.aw-login .woocommerce-order ul.woocommerce-order-overview li,
.aw-thank-you .woocommerce-order ul.woocommerce-order-overview li {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  border: none;
  text-transform: capitalize;
}
.aw-login .woocommerce-order ul.woocommerce-order-overview li strong,
.aw-thank-you .woocommerce-order ul.woocommerce-order-overview li strong {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
}
.aw-login-login, .aw-login-registration, .aw-login-recovery,
.aw-thank-you-login,
.aw-thank-you-registration,
.aw-thank-you-recovery {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 440px;
  height: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  flex-wrap: wrap;
}
.aw-login-login form, .aw-login-registration form, .aw-login-recovery form,
.aw-thank-you-login form,
.aw-thank-you-registration form,
.aw-thank-you-recovery form {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
  padding: 0 20px;
}
.aw-login-login form > *, .aw-login-registration form > *, .aw-login-recovery form > *,
.aw-thank-you-login form > *,
.aw-thank-you-registration form > *,
.aw-thank-you-recovery form > * {
  width: 100%;
}
.aw-login-login p, .aw-login-registration p, .aw-login-recovery p,
.aw-thank-you-login p,
.aw-thank-you-registration p,
.aw-thank-you-recovery p {
  display: none;
}
.aw-login-login p input, .aw-login-registration p input, .aw-login-recovery p input,
.aw-thank-you-login p input,
.aw-thank-you-registration p input,
.aw-thank-you-recovery p input {
  color: #E6E6E6 !important;
  caret-color: white;
}
.aw-login-login p input::-moz-placeholder, .aw-login-registration p input::-moz-placeholder, .aw-login-recovery p input::-moz-placeholder, .aw-thank-you-login p input::-moz-placeholder, .aw-thank-you-registration p input::-moz-placeholder, .aw-thank-you-recovery p input::-moz-placeholder {
  color: #8A8A8A;
}
.aw-login-login p input::placeholder, .aw-login-registration p input::placeholder, .aw-login-recovery p input::placeholder,
.aw-thank-you-login p input::placeholder,
.aw-thank-you-registration p input::placeholder,
.aw-thank-you-recovery p input::placeholder {
  color: #8A8A8A;
}
.aw-login-login p input:-webkit-autofill, .aw-login-login p input:-webkit-autofill:hover, .aw-login-login p input:-webkit-autofill:focus, .aw-login-login p input:-webkit-autofill:active, .aw-login-registration p input:-webkit-autofill, .aw-login-registration p input:-webkit-autofill:hover, .aw-login-registration p input:-webkit-autofill:focus, .aw-login-registration p input:-webkit-autofill:active, .aw-login-recovery p input:-webkit-autofill, .aw-login-recovery p input:-webkit-autofill:hover, .aw-login-recovery p input:-webkit-autofill:focus, .aw-login-recovery p input:-webkit-autofill:active,
.aw-thank-you-login p input:-webkit-autofill,
.aw-thank-you-login p input:-webkit-autofill:hover,
.aw-thank-you-login p input:-webkit-autofill:focus,
.aw-thank-you-login p input:-webkit-autofill:active,
.aw-thank-you-registration p input:-webkit-autofill,
.aw-thank-you-registration p input:-webkit-autofill:hover,
.aw-thank-you-registration p input:-webkit-autofill:focus,
.aw-thank-you-registration p input:-webkit-autofill:active,
.aw-thank-you-recovery p input:-webkit-autofill,
.aw-thank-you-recovery p input:-webkit-autofill:hover,
.aw-thank-you-recovery p input:-webkit-autofill:focus,
.aw-thank-you-recovery p input:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #E6E6E6 !important;
}
.aw-login-login p.form-row, .aw-login-registration p.form-row, .aw-login-recovery p.form-row,
.aw-thank-you-login p.form-row,
.aw-thank-you-registration p.form-row,
.aw-thank-you-recovery p.form-row {
  display: block;
  width: 100%;
}
.aw-login-login p.form-row > button.button, .aw-login-registration p.form-row > button.button, .aw-login-recovery p.form-row > button.button,
.aw-thank-you-login p.form-row > button.button,
.aw-thank-you-registration p.form-row > button.button,
.aw-thank-you-recovery p.form-row > button.button {
  width: 100%;
  max-width: 100%;
  border: 1px solid #8A8A8A;
  display: block;
}
.aw-login-login p.form-row > button.button:hover, .aw-login-registration p.form-row > button.button:hover, .aw-login-recovery p.form-row > button.button:hover,
.aw-thank-you-login p.form-row > button.button:hover,
.aw-thank-you-registration p.form-row > button.button:hover,
.aw-thank-you-recovery p.form-row > button.button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.aw-login-login p:last-of-type, .aw-login-registration p:last-of-type, .aw-login-recovery p:last-of-type,
.aw-thank-you-login p:last-of-type,
.aw-thank-you-registration p:last-of-type,
.aw-thank-you-recovery p:last-of-type {
  margin: 0 !important;
  width: 100% !important;
}
.aw-login-login .woocommerce-notices-wrapper > *, .aw-login-registration .woocommerce-notices-wrapper > *, .aw-login-recovery .woocommerce-notices-wrapper > *,
.aw-thank-you-login .woocommerce-notices-wrapper > *,
.aw-thank-you-registration .woocommerce-notices-wrapper > *,
.aw-thank-you-recovery .woocommerce-notices-wrapper > * {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  background: none;
  border: none;
  padding-right: 0;
  margin: 0;
}
.aw-login-registration,
.aw-thank-you-registration {
  max-width: 560px;
}
.aw-login-registration form,
.aw-thank-you-registration form {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.aw-login-registration form p.form-row,
.aw-thank-you-registration form p.form-row {
  width: calc(50% - 10px);
  position: relative;
}
.aw-login-registration form .phcd-code,
.aw-thank-you-registration form .phcd-code {
  color: #fff !important;
}
.aw-login-registration form .form-row-phone,
.aw-thank-you-registration form .form-row-phone {
  width: calc(100% - 120px) !important;
}
.aw-login-registration .select2-container--default .select2-selection--single .select2-selection__arrow,
.aw-thank-you-registration .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.aw-thank-you {
  margin-top: 150px;
}
.aw-thank-you .aw-container {
  padding: 50px 40px 0;
}

.aw-thank-you-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 40px;
}
.aw-thank-you-container svg {
  margin-bottom: 20px;
}
.aw-thank-you-container h1 {
  color: #fff;
  font-family: Carolina, serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.aw-thank-you-container p, .aw-thank-you-container h2 {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

#aw-login-nav-login, #aw-login-nav-registration, #aw-login-nav-recovery {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #E6E6E6;
  transition: all 1s;
  cursor: pointer;
}
#aw-login-nav-login.aw-login-nav-active, #aw-login-nav-registration.aw-login-nav-active, #aw-login-nav-recovery.aw-login-nav-active {
  color: #000;
}
#aw-login-nav-scrollbar {
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  background-color: #000;
  transition: all 1s;
}

.aw-account label,
.aw-account .wc-item-meta {
  display: none !important;
}
.aw-account .woocommerce-column__title,
.aw-account .woocommerce-order-details__title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin-bottom: 20px;
}
.aw-account .woocommerce-table--order-details {
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
}
.aw-account .woocommerce-table--order-details thead th,
.aw-account .woocommerce-table--order-details thead .product-name {
  font-weight: 400;
  text-align: end;
  padding: 0 0 40px;
}
.aw-account .woocommerce-table--order-details thead .product-name {
  text-align: start;
}
.aw-account .woocommerce-table--order-details tbody th,
.aw-account .woocommerce-table--order-details tbody .product-name {
  font-weight: 400;
  text-align: start;
}
.aw-account .woocommerce-table--order-details tbody tr td {
  text-align: end;
  padding: 0 0 10px;
}
.aw-account .woocommerce-table--order-details tbody tr:first-of-type td {
  border-top: 2px solid #8A8A8A;
  padding-top: 30px;
}
.aw-account .woocommerce-table--order-details tbody tr:last-of-type td {
  border-bottom: 2px solid #8A8A8A;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.aw-account .woocommerce-table--order-details tfoot th,
.aw-account .woocommerce-table--order-details tfoot td {
  border: none;
  font-weight: 400;
  text-align: start;
  padding-bottom: 5px;
}
.aw-account .woocommerce-table--order-details tfoot tr:first-of-type > * {
  padding-top: 30px;
}
.aw-account .woocommerce-table--order-details tfoot tr td {
  text-align: end;
}
.aw-account address {
  font-size: 16px;
  font-style: normal;
}
.aw-account .woocommerce-MyAccount-navigation, .aw-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  position: relative;
}
.aw-account .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
  margin: 100px 0 100px 50px;
  width: calc(100% - 50px);
  padding: 50px 40px 60px 35px;
}
.aw-account .woocommerce-MyAccount-content #account_display_name ~ span {
  display: inline-block;
  width: 100%;
  text-align: start;
}
.aw-account .woocommerce-MyAccount-content #account_display_name ~ span > em {
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #8A8A8A;
  display: inline-block;
  text-align: start;
}
.aw-account .woocommerce-MyAccount-content fieldset {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.aw-account .woocommerce-MyAccount-content fieldset > legend {
  color: #8A8A8A;
  padding-bottom: 10px;
}
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions,
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-actions {
  display: none;
}
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-spacing: 0;
}
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  font-weight: 400;
  color: #8A8A8A;
  text-align: start;
  padding: 0 20px 40px 0;
  border-spacing: 0;
  border-bottom: 2px solid #8A8A8A;
}
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr > td {
  padding-bottom: 20px;
}
.aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:first-of-type > td {
  padding-top: 30px;
}
.aw-account .woocommerce-MyAccount-content > p {
  font-size: 14px;
  order: 3;
  color: #8A8A8A;
  margin-top: 30px;
}
.aw-account .woocommerce-MyAccount-content > p mark {
  background-color: transparent;
  color: #000;
}
.aw-account .woocommerce-MyAccount-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.aw-account .woocommerce-MyAccount-content .addresses {
  margin-bottom: 30px;
}
.aw-account .woocommerce-MyAccount-content .addresses header a {
  font-size: 14px;
}
.aw-account .woocommerce-MyAccount-content .edit-account,
.aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.aw-account .woocommerce-MyAccount-content .edit-account .form-row-first,
.aw-account .woocommerce-MyAccount-content .edit-account .form-row-last,
.aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first,
.aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last {
  width: calc(50% - 10px);
}
.aw-account .woocommerce-MyAccount-content .edit-account > *,
.aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > * {
  width: 100%;
}
.aw-account .aw-container {
  display: flex;
  position: relative;
  height: 100%;
  overflow: visible;
}
.aw-account-menu-bg {
  position: absolute;
  height: 100%;
  right: 75%;
  width: 100vw;
  top: 0;
  background-color: #fff;
  z-index: -1;
}
.aw-account-nav {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  width: 24%;
}
.aw-account-nav ul {
  max-width: 220px;
  width: 100%;
  margin: 100px 40px 100px 0;
}
.aw-account-nav .btn {
  position: absolute;
  width: 50px;
  z-index: 3;
  display: none;
}
.aw-account-nav .btn > svg {
  width: 25px;
  position: relative;
  display: block;
  cursor: pointer;
}
.aw-account-nav .btn > svg:hover path {
  transition: all 0.5s;
  fill: #000;
}
.aw-account-nav .btn.prev {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.aw-account-nav .btn.prev > svg {
  margin-right: auto;
}
.aw-account-nav .btn.next {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.aw-account-nav .btn.next > svg {
  margin-left: auto;
}
.aw-account-nav .btn.noClick > svg {
  cursor: no-drop;
}
.aw-account-nav .btn.noClick > svg:hover path {
  fill: #E6E6E6;
}
.aw-account-nav li {
  padding-bottom: 15px;
  border-bottom: 2px solid #8A8A8A;
  margin-bottom: 40px;
}
.aw-account-nav li.is-active {
  color: #000;
  border-bottom: 2px solid #000;
}
.aw-account-content {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  width: 76%;
}
.aw-account-content .woocommerce-info {
  border-top-color: #8A8A8A;
  background-color: #fff;
}
.aw-account-content .woocommerce-info::before {
  color: #8A8A8A;
}
.aw-account-content a {
  color: #8A8A8A;
}

.woocommerce-account .valko-woo-phcd-select2-container.select2-dropdown {
  background: rgba(52, 52, 52, 0.4);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: none;
  padding: 10px;
  border-radius: 5px;
  top: 8px;
}
.woocommerce-account .valko-woo-phcd-select2-container.select2-dropdown .select2-search__field {
  background: rgba(221, 221, 221, 0.2);
  border: none;
  margin-bottom: 10px;
  color: #fff;
}
.woocommerce-account .select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected], .woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected], .woocommerce-account .select2-container--default .select2-results__option[data-selected=true] {
  color: #fff;
}
.woocommerce-account.woocommerce-edit-account .select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected], .woocommerce-account.woocommerce-edit-account .select2-container--default .select2-results__option--highlighted[data-selected], .woocommerce-account.woocommerce-edit-account .select2-container--default .select2-results__option[data-selected=true] {
  color: #000;
}
.woocommerce-account.woocommerce-edit-account .valko-woo-phcd-select2-container.select2-dropdown {
  background: #fff;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.woocommerce-account.woocommerce-edit-account .valko-woo-phcd-select2-container.select2-dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
}

.woocommerce-form-coupon-toggle,
#tab-1.active ~ .buttons > .prev,
#aw-checkout .woocommerce-billing-fields > h3,
#aw-checkout #tab-4 .button.alt,
#tab-1 label,
#tab-2 #shipping_nova_poshta_for_woocommerce_nonce_field ~ p > label,
#tab-2 .woocommerce-shipping-fields label {
  display: none;
}

.select2-results__options {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
}

#aw-checkout {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin: 40px auto 200px;
  padding: 60px 100px 70px;
}
#aw-checkout .aw-nav-tabs {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#aw-checkout .aw-nav-tabs .tab-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  position: relative;
}
#aw-checkout .aw-nav-tabs .tab-item .aw-co-nav-title {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 20px;
  transition: color 0.5s 0.5s;
}
#aw-checkout .aw-nav-tabs .tab-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 6px;
  position: relative;
  z-index: 2;
  transition: background-color 1s 0.5s;
}
#aw-checkout .aw-nav-tabs .tab-item .line {
  height: 4px;
  border-radius: 2px;
  background-color: #E6E6E6;
  position: absolute;
  left: 50%;
  bottom: 12px;
  overflow: hidden;
  transform: translateX(-100%);
}
#aw-checkout .aw-nav-tabs .tab-item .line > .line {
  transform: translateX(0%);
  transition-duration: 1s;
  bottom: 0;
  left: 0;
  background-color: #000;
}
#aw-checkout .aw-nav-tabs .tab-item.active > span {
  animation: growAndShrink 1s forwards;
}
#aw-checkout .aw-nav-tabs .tab-item.active ~ .tab-item > .aw-co-nav-title {
  color: #E6E6E6;
  transition-delay: 0s;
}
#aw-checkout .aw-nav-tabs .tab-item.active ~ .tab-item > span {
  background-color: #E6E6E6;
  transition-delay: 0s;
}
#aw-checkout .aw-nav-tabs .tab-item.active ~ .tab-item > .line > .line {
  transform: translateX(-100%);
}
#aw-checkout .tab-content {
  display: none;
  margin-top: 55px;
}
#aw-checkout .tab-content.active {
  display: block;
}
#aw-checkout .tab-content#tab-1 .select2-selection__arrow {
  height: 40px;
  padding-left: 20px;
}
#aw-checkout .tab-content#tab-1 .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
}
#aw-checkout .tab-content#tab-1 p {
  padding: 0;
}
#aw-checkout .tab-content#tab-1 #billing_first_name_field,
#aw-checkout .tab-content#tab-1 #billing_last_name_field {
  width: calc(50% - 10px);
}
#aw-checkout .tab-content#tab-2 {
  margin-bottom: 50px;
}
#aw-checkout .tab-content#tab-2 .select2-selection__arrow {
  height: 40px;
  padding-left: 20px;
}
#aw-checkout .tab-content#tab-2 .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
}
#aw-checkout .tab-content#tab-2 p {
  padding: 0;
  width: 100%;
}
#aw-checkout .tab-content#tab-2 .shipping-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#aw-checkout .tab-content#tab-2 .shipping-wrapper > * {
  width: 50%;
}
#aw-checkout .tab-content#tab-2 .shipping-wrapper > * {
  flex: 1;
}
#aw-checkout .tab-content#tab-2 .shipping-methods {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
}
#aw-checkout .tab-content#tab-2 .shipping-methods .woocommerce-input-wrapper {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
#aw-checkout .tab-content#tab-2 .shipping-methods #shipping_method {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-top: 30px;
}
#aw-checkout .tab-content#tab-2 .shipping-methods #shipping_method #shipping_nova_poshta_for_woocommerce_city_field {
  margin-top: 15px;
}
#aw-checkout .tab-content#tab-2 .shipping-methods #shipping_method > li {
  margin-bottom: 20px;
}
#aw-checkout .tab-content#tab-2 .shipping-methods #shipping_method > li .select2-container {
  width: 100% !important;
}
#aw-checkout .tab-content#tab-2 .shipping-details {
  order: 2;
}
#aw-checkout .tab-content#tab-2 .shipping-details input[type=checkbox] {
  color: #000;
}
#aw-checkout .tab-content#tab-2 .shipping-details #ship-to-different-address {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  margin-bottom: 30px;
}
#aw-checkout .tab-content#tab-2 .shipping-details #ship-to-different-address .checkbox {
  display: flex;
  margin: 0 auto 20px;
}
#aw-checkout .tab-content#tab-2 .shipping-details #ship-to-different-address .checkbox #ship-to-different-address-checkbox {
  order: 2;
}
#aw-checkout .tab-content#tab-2 .shipping-details textarea {
  border-radius: 0;
  padding: 10px;
  min-height: 70px;
}
#aw-checkout .tab-content#tab-2 .shipping-details textarea::-moz-placeholder {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
#aw-checkout .tab-content#tab-2 .shipping-details textarea::placeholder {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
#aw-checkout .tab-content#tab-3 {
  margin-bottom: 50px;
}
#aw-checkout .tab-content#tab-3 #payment {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  background-color: transparent;
  position: relative;
}
#aw-checkout .tab-content#tab-3 #payment ul {
  border-bottom: none;
  padding: 0;
}
#aw-checkout .tab-content#tab-3 #payment .payment_box {
  background-color: transparent;
  margin: 0;
}
#aw-checkout .tab-content#tab-3 #payment .payment_box::before {
  display: none;
}
#aw-checkout .tab-content#tab-4 {
  margin-bottom: 50px;
}
#aw-checkout .tab-content#tab-4 .checkout-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  gap: 20px;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-billing {
  grid-column: 1/2;
  grid-row: 1/3;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-products {
  grid-column: 2/3;
  grid-row: 1;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-total {
  grid-column: 2/3;
  grid-row: 2;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  margin-bottom: 25px;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-top: 10px;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > img {
  width: 50px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div {
  width: 100%;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div {
  display: flex;
  justify-content: space-between;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div > div:last-child {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div > div:last-child .quantity {
  border: none;
  width: auto;
  height: 22px;
  position: static;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div > div:last-child .quantity:before, #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div > div:last-child .quantity:after {
  display: none;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div span {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8A8A8A;
  display: block;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div .woocommerce-Price-amount {
  display: flex;
  justify-content: center;
  align-items: center;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div .woocommerce-Price-amount > bdi,
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  color: #000;
  display: flex;
  height: 24px;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div .checkout-quantity {
  font-family: "Graphik LCG", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #E6E6E6;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-2px);
}
#aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li:last-child {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 10px 0;
  border-bottom: none;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .price-total {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .price-total > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  color: #000;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .price-total > div:first-child {
  flex-grow: 1;
  align-items: start;
  color: #8A8A8A;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .price-total > div:first-child div {
  width: 100%;
  display: flex;
}
#aw-checkout .tab-content#tab-4 .checkout-summary .price-total > div:first-child div span:last-child {
  display: inline-block;
  width: 100%;
  border-bottom: 2px dashed #E6E6E6;
  margin: 0 10px;
}
#aw-checkout .tab-content#tab-4 .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
#aw-checkout .tab-content#tab-4 .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input {
  display: none;
}
#aw-checkout .tab-content#tab-4 .woocommerce-terms-and-conditions-checkbox-text {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 30px;
}
#aw-checkout .tab-content#tab-4 .woocommerce-terms-and-conditions-checkbox-text:before {
  right: auto;
  left: -30px;
  top: 4px;
}
#aw-checkout .tab-content#tab-4 .woocommerce-terms-and-conditions-checkbox-text:after {
  right: auto;
  left: -26px;
  top: 9px;
}
#aw-checkout .tab-content#tab-4 .woocommerce-terms-and-conditions-checkbox-text > a {
  text-decoration: underline;
}
#aw-checkout .tab-content#tab-4 .form-row.place-order {
  padding: 0;
  margin: 40px 0 0 0;
  color: #000;
}
#aw-checkout .tab-content#tab-1.active ~ .buttons {
  justify-content: flex-end;
}
#aw-checkout .buttons {
  display: flex;
  justify-content: space-between;
}
#aw-checkout .buttons .btn {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  width: calc(50% - 10px);
  border: none;
  background-color: #000;
  cursor: pointer;
}
#aw-checkout .buttons .btn.btn-light {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
#aw-checkout #shipping_method > li,
#aw-checkout .wc_payment_methods > li {
  position: relative;
  margin: 20px auto;
}
#aw-checkout #shipping_method > li > label,
#aw-checkout .wc_payment_methods > li > label {
  position: relative;
  margin-left: 30px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
#aw-checkout #shipping_method > li > label:before,
#aw-checkout .wc_payment_methods > li > label:before {
  content: "";
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -30px;
  background: #fff;
  border: 1px solid #E6E6E6;
}
#aw-checkout #shipping_method > li > label:after,
#aw-checkout .wc_payment_methods > li > label:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: -26px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
#aw-checkout #shipping_method > li > label:hover::before,
#aw-checkout .wc_payment_methods > li > label:hover::before {
  background: #E6E6E6;
}
#aw-checkout #shipping_method > li input[type=radio],
#aw-checkout .wc_payment_methods > li input[type=radio] {
  display: none;
}
#aw-checkout #shipping_method > li input[type=radio]:checked + label:after,
#aw-checkout .wc_payment_methods > li input[type=radio]:checked + label:after {
  opacity: 1;
}
#aw-checkout #shipping_method > li input[type=radio]:checked + label:before,
#aw-checkout .wc_payment_methods > li input[type=radio]:checked + label:before {
  background: #E6E6E6;
}
#aw-checkout .attr-color,
#aw-checkout img.attachment-full {
  width: 28px;
  height: 8px;
  margin: 0;
  display: inline-block;
  border: 1px solid #8A8A8A;
}
#aw-checkout .attr-text {
  display: inline-block;
}

@keyframes growAndShrink {
  0%, 50%, 100% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.aw-collection {
  margin-bottom: 150px;
}
.aw-collection .aw-container {
  position: relative;
}
.aw-collection-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  text-transform: uppercase;
  margin: 100px 0 50px;
}
.aw-collection-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.aw-collection-posts article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 940px;
}
.aw-collection-posts article a {
  display: inline-block;
  width: 100%;
  height: calc(100% - 30px);
  position: relative;
  overflow: hidden;
}
.aw-collection-posts .aw-collection-post-title, .aw-collection-posts .aw-collection-post-excerpt {
  font-family: "Graphik LCG", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  position: absolute;
  text-wrap: balance;
  max-width: 1000px;
  top: 70%;
  left: 50px;
  right: 50px;
}
.aw-collection-posts .aw-collection-post-excerpt {
  top: calc(70% + 50px);
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .quantity {
  min-width: 100px;
  height: 60px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > :first-child {
  min-height: 70px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > * {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  background: none;
  border: none;
  padding-right: 0;
  margin: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > * .button {
  transform: translateY(-40%);
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product {
  display: flex;
  flex-direction: row;
  gap: 60px;
  flex-wrap: wrap;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery {
  width: calc(55% - 30px);
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav > li > a {
  font-size: 0;
  color: transparent;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next > a, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.2) -2.56%, rgba(255, 255, 255, 0) 100%), rgba(75, 75, 75, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  width: 70px;
  height: 100px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next > a::before, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 100px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIxMDAiIHZpZXdCb3g9IjAgMCA3MCAxMDAiIGZpbGw9Im5vbmUiPgoJCQkJPHBhdGggZD0iTTIzLjY4MzIgNzdDMjMuMjU2MiA3NyAyMi44MTkyIDc2LjgzMjIgMjIuNDkxNSA3Ni41MDY0QzIxLjgzNjIgNzUuODU0OCAyMS44MzYyIDc0Ljc4ODUgMjIuNDkxNSA3NC4xMzY5TDQ0LjkyMzcgNTEuODM0NkwyMi44MTkyIDI5Ljg1ODFDMjIuMTYzOCAyOS4yMDY1IDIyLjE2MzggMjguMTQwMyAyMi44MTkyIDI3LjQ4ODdDMjMuNDc0NiAyNi44MzcxIDI0LjU0NzEgMjYuODM3MSAyNS4yMDI1IDI3LjQ4ODdMNDguNTA4NSA1MC42NDk5QzQ5LjE2MzggNTEuMzAxNSA0OS4xNjM4IDUyLjM2NzggNDguNTA4NSA1My4wMTk0TDI0Ljg4NDcgNzYuNTA2NEMyNC41NDcxIDc2Ljg0MiAyNC4xMjAxIDc3IDIzLjY4MzIgNzdaIiBmaWxsPSIjRTZFNkU2Ii8+CgkJCTwvc3ZnPg==");
  background-repeat: no-repeat;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next > a {
  left: auto;
  right: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 100px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIxMDAiIHZpZXdCb3g9IjAgMCA3MCAxMDAiIGZpbGw9Im5vbmUiPgoJCQkJPHBhdGggZD0iTTQ2LjMxNjggMjVDNDYuNzQzOCAyNSA0Ny4xODA4IDI1LjE2NzggNDcuNTA4NSAyNS40OTM2QzQ4LjE2MzggMjYuMTQ1MiA0OC4xNjM4IDI3LjIxMTUgNDcuNTA4NSAyNy44NjMxTDI1LjA3NjMgNTAuMTY1NEw0Ny4xODA4IDcyLjE0MTlDNDcuODM2MiA3Mi43OTM1IDQ3LjgzNjIgNzMuODU5NyA0Ny4xODA4IDc0LjUxMTNDNDYuNTI1NCA3NS4xNjI5IDQ1LjQ1MjkgNzUuMTYyOSA0NC43OTc1IDc0LjUxMTNMMjEuNDkxNSA1MS4zNTAxQzIwLjgzNjIgNTAuNjk4NSAyMC44MzYyIDQ5LjYzMjIgMjEuNDkxNSA0OC45ODA2TDQ1LjExNTMgMjUuNDkzNkM0NS40NTI5IDI1LjE1OCA0NS44Nzk5IDI1IDQ2LjMxNjggMjVaIiBmaWxsPSIjRTZFNkU2Ii8+CgkJCTwvc3ZnPg==");
  background-repeat: no-repeat;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .scrollbar {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E6E6E6;
  position: absolute;
  bottom: -20px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .scrollbar > div {
  background-color: #000;
  height: 3px;
  position: absolute;
  transition: all 0.5s;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .woocommerce-variation-add-to-cart > span {
  order: -1;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .cart {
  margin-bottom: 50px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart > div.variations_button {
  bottom: 0;
  width: 100%;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart .quantity {
  display: flex;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart span:first-of-type {
  line-height: 60px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart > span {
  order: -1;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart:before, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart:after {
  display: none;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-rating {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin-bottom: 30px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-rating .star-rating {
  margin: 0 5px 0 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: calc(45% - 30px);
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary > div:first-of-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations {
  margin-bottom: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations .label {
  padding-right: 0;
  line-height: 100%;
  margin-bottom: 25px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations .value {
  margin-bottom: 30px;
  line-height: 100%;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation.single_variation {
  opacity: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation.single_variation + div {
  transition: opacity 0.2s;
  opacity: 1;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation.single_variation[style=""] {
  transition: opacity 0.2s 0.2s;
  opacity: 1;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation.single_variation[style=""] + div {
  opacity: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap {
  min-height: 130px;
  position: relative;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap > div {
  position: absolute;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap > div.variations_button {
  bottom: 0;
  width: 100%;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap .quantity {
  display: flex;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap span:first-of-type {
  line-height: 60px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary h2,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation-add-to-cart > span,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .cart > span,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations td.label > label {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .product_title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
  order: -1;
  margin-bottom: 20px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .price {
  font-family: "Graphik LCG", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #000;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .sku_wrapper,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .stock,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #8A8A8A;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes {
  border: none;
  margin-top: 24px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr {
  border-bottom: 2px dashed #E6E6E6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr th,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr td {
  border: none;
  background-color: #fff;
  text-align: start;
  font-weight: 400;
  padding: 0 15px 0 0;
  height: calc(100% + 2px);
  margin-bottom: -2px;
  width: auto;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr th.woocommerce-product-attributes-item__value,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr td.woocommerce-product-attributes-item__value {
  margin-left: 20px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr td {
  font-style: normal;
  color: #000;
  padding: 0 0 0 15px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes tbody tr td p {
  padding: 0;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  border-bottom: 2px solid #E6E6E6;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2 {
  margin-bottom: 15px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2.accordion-tab-title {
  cursor: pointer;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2.accordion-tab-title:before {
  content: "";
  width: 100%;
  height: 2px;
  margin: 15px 0 40px;
  background-color: #E6E6E6;
  display: block;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2.accordion-tab-title:first-of-type:before {
  display: none;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2 > span {
  position: relative;
  width: 100%;
  display: block;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2 > span:before, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2 > span:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8A8A8A;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2 > span:after {
  width: 2px;
  height: 16px;
  transform: translate(-7px, -50%);
  transition: all 0.5s;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs h2.active > span:after {
  top: 2px;
  transform: rotateX(90deg) translate(-7px, -50%);
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .tabs,
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .panel h2 {
  display: none;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .related {
  width: 100%;
  margin-bottom: 200px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .product .related > h2 {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin: 20px 0 50px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .variations tr {
  display: flex;
  flex-direction: column;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .variations tr .value {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color label {
  line-height: 20px;
  height: 20px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label .attr-color, .woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label > img {
  width: 72px;
  height: 22px;
  transform: translate(-1px, -1px);
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label {
  position: relative;
  margin-right: -2px;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label:after {
  content: "";
  width: 68px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_size .label {
  display: flex;
  justify-content: space-between;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_size #size-chart-button {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #8A8A8A;
  cursor: pointer;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_size #size-chart {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10vh;
  border: 1px solid #ddd;
  background-color: white;
  padding: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 50%;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_size #size-chart img {
  width: 100%;
  height: auto;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper label {
  cursor: pointer;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper input {
  display: none;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper input:disabled + label {
  opacity: 0.2;
  cursor: default;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper input:checked + label .attr-text {
  background-color: #E6E6E6;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper label > img, .woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper .attr-color {
  width: 70px;
  height: 20px;
  position: relative;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper .attr-text {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  text-align: center;
  width: 70px;
  height: 50px;
  border: 2px solid #E6E6E6;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper .attr-text:hover {
  background: #E6E6E6;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .reset_variations {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .image-tooltip {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  border: 1px solid #ddd;
  background-color: white;
  padding: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 30vw;
}
.woocommerce.woocommerce-page.theme-arton-wild.single-product .image-tooltip img {
  width: 100%;
  height: auto;
}

.theme-arton-wild.woocommerce-cart.woocommerce-page .woocommerce .aw-container {
  overflow: visible;
  position: relative;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .woocommerce > .return-to-shop {
  text-align: end;
  width: 100%;
  max-width: 1630px;
  padding: 0 40px;
  margin: 50px auto 100px;
  overflow: visible;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page h1 {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
  margin: 100px 0 50px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart {
  border: none;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr {
  position: relative;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr th {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  padding: 0 0 30px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr th.product-name {
  position: absolute;
  left: 0;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr .product-thumbnail {
  width: 390px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .woocommerce-cart-form__cart-item {
  position: relative;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody td {
  vertical-align: top;
  padding: 50px 0 0;
  border-top: none;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name div {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  margin: 15px 0 0;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name div [class^=attr-],
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name div img {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 35px;
  height: 10px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-price,
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-subtotal {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  color: #000;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-thumbnail img {
  width: 300px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-remove > a {
  font-size: 0;
  color: transparent;
  position: relative;
  width: 25px;
  height: 25px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-remove > a:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_466_3217)"><path d="M25.08 1.66203L23.5977 0.179688L12.5 11.2773L1.40239 0.179688L-0.0799561 1.66203L11.0177 12.7597L-0.0799561 23.8573L1.40239 25.3397L12.5 14.242L23.5977 25.3397L25.08 23.8573L13.9824 12.7597L25.08 1.66203Z" fill="black"/></g><defs><clipPath id="clip0_466_3217"><rect width="23.68" height="23.68" fill="white" transform="translate(0.660034 0.919922)"/></clipPath></defs></svg>');
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-remove > a:hover {
  background: transparent;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #8A8A8A;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
  width: 100%;
  border-top: 2px solid #E6E6E6;
  position: absolute;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .amount {
  font-family: "Graphik LCG", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin: 0 20px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon {
  opacity: 0.6;
  justify-content: start;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon .input-text {
  width: calc(100% - 340px);
  border: 1px solid #000;
  height: 56px;
  padding-left: 20px;
  margin: 0;
  max-width: 220px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon .button {
  line-height: 56px !important;
  max-width: 316px !important;
  height: 56px !important;
  border: 2px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 2px 0 -1px;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody tr:first-of-type > td {
  border-top: 2px solid #E6E6E6;
}
.theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody tr:last-of-type {
  position: relative;
  height: 180px;
  max-width: 400px;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .woocommerce-breadcrumb,
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container,
.theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
  width: 100%;
  max-width: 1630px;
  padding: 0 40px;
  margin: 40px auto;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-mobile-filter {
  display: none;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
  font-family: "Bitter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
  margin: 0 auto 20px;
  display: block;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 150px;
  position: relative;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .woocommerce-products-header {
  width: 80%;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .woocommerce-products-header .wpc-filter-chips-list {
  margin: 10px 0 5px;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .woocommerce-products-header .wpc-filter-chip > a {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  border-radius: 0;
  padding: 5px 10px;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper {
  position: relative;
  margin: 20px auto;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper > label {
  position: relative;
  margin-left: 30px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper > label:before {
  content: "";
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -30px;
  background: #fff;
  border: 1px solid #E6E6E6;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper > label:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: -26px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper > label:hover::before {
  background: #E6E6E6;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper input[type=checkbox] {
  display: none;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:before {
  background: #E6E6E6;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .widget_wpc_filters_widget {
  max-width: 300px;
  padding-right: 10px;
  width: 100%;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filters-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #E6E6E6;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-posts-found {
  font-family: "Graphik LCG", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header {
  font-family: "Graphik LCG", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header:before, .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8A8A8A;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header:after {
  width: 2px;
  height: 16px;
  transform: translate(-7px, -50%);
  transition: all 0.5s;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header.active:after {
  top: 2px;
  transform: rotateX(90deg) translate(-7px, -50%);
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header .wpc-filter-title {
  margin: 15px 0;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar div.wpc-filter-content {
  font-family: "Graphik LCG", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin: 20px 0;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar div.wpc-filter-content ul.wpc-filters-ul-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-y: visible;
  padding: 0;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar div.wpc-filter-content ul.wpc-filters-ul-list li,
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar div.wpc-filter-content ul.wpc-filters-ul-list li > div {
  margin: 0;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-products-block {
  width: 75%;
  padding-top: 20px;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-products-block .woocommerce-result-count {
  display: none;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-products-block .product {
  width: calc(33.33% - 7px);
  padding-top: 73.33%;
  margin: 0;
}
.theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .pagination {
  margin-left: calc(33.33% + 10px);
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  .aw-container {
    padding: 0 20px;
  }
  .page .page-main .aw-container {
    margin: 40px auto 70px;
  }
  .page .page-main .aw-container h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .pagination {
    margin: 50px auto 0;
  }
  .pagination .page-numbers {
    font-size: 16px;
    padding: 5px;
  }
  #aw-home-slider > .prev, #aw-home-slider > .next {
    width: 35px;
    height: 50px;
  }
  #aw-home-slider > .prev > svg, #aw-home-slider > .next > svg {
    width: 35px;
    height: 50px;
  }
  html .woocommerce .woocommerce-breadcrumb {
    margin: 20px 0;
    font-size: 12px;
  }
  html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row input,
  html > body.theme-arton-wild.woocommerce-page .form-row input,
  html > body.theme-arton-wild.woocommerce-page .select2-selection,
  html > body.theme-arton-wild.woocommerce-page .country_select,
  html > body.theme-arton-wild.woocommerce-page #shipping_state {
    padding-left: 10px;
    height: 30px;
  }
  html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row span,
  html > body.theme-arton-wild.woocommerce-page .form-row span {
    line-height: 28px;
    height: 30px;
  }
  html > body.theme-arton-wild.woocommerce-page .woocommerce-form-row,
  html > body.theme-arton-wild.woocommerce-page .form-row {
    margin-bottom: 20px;
  }
  html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field .select2-selection .phcd-code {
    line-height: 30px;
  }
  html > body.theme-arton-wild.woocommerce-page #billing_phone_code_field #select2-billing_phone_code-container {
    height: 28px;
  }
  .widget_wpc_sorting_widget {
    right: 20px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce-customer-details {
    font-size: 16px;
  }
  .theme-arton-wild.woocommerce-page .products .product > a .woocommerce-loop-product__title {
    font-size: 14px;
  }
  #main .woocommerce > .woocommerce-notices-wrapper, #main .woocommerce > .wc-empty-cart-message, #main .woocommerce > .woocommerce-error {
    padding: 0 20px;
    margin: 30px auto 0;
  }
  #main .woocommerce > .woocommerce-notices-wrapper > *, #main .woocommerce > .wc-empty-cart-message > *, #main .woocommerce > .woocommerce-error > * {
    font-size: 12px;
  }
  #main .woocommerce > .woocommerce-error {
    margin: 0 auto 50px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
    padding: 0 20px;
    margin: 30px auto 0;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper > *, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message > *, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error > * {
    font-size: 12px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
    margin: 0 auto 50px;
  }
  .quantity {
    width: 70px;
    height: 38px;
  }
  .quantity input {
    font-size: 16px;
  }
  .quantity:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M9.92597 2.09564H0.562988V0.862305H9.92597V2.09564Z" fill="%238A8A8A"/></svg>');
    width: 10px;
    height: 10px;
    top: 11px;
    left: 5px;
  }
  .quantity:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M10.2297 6.09492H6.13338V10.4116H4.963V6.09492H0.866699V4.86159H4.963V0.544922H6.13338V4.86159H10.2297V6.09492Z" fill="%238A8A8A"/></svg>');
    width: 10px;
    height: 10px;
    top: 7px;
    right: 5px;
  }
  .quantity .minus,
  .quantity .plus {
    padding: 5px;
  }
  .aw-header-logo-block .aw-container, .aw-header-menu-block .aw-container {
    height: 50px;
  }
  .aw-header-logo-block .custom-logo-link > img {
    max-width: 140px;
  }
  .aw-set-panel .aw-nav-container, .aw-sales-tools .aw-nav-container {
    gap: 10px;
  }
  .aw-set-panel {
    right: 20px;
    top: 15px;
  }
  .aw-set-panel li {
    font-size: 14px;
    font-weight: 300;
  }
  .aw-nav-main-menu .aw-nav-container > li {
    line-height: 50px;
  }
  .aw-nav-main-menu .aw-nav-container > li li .sub-menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-right: 50px;
  }
  .aw-nav-main-menu .aw-nav-container > .menu-item > .sub-menu {
    padding-top: 80px;
    padding-bottom: 260px;
  }
  .aw-nav-main-menu .aw-nav-container .title > a {
    margin-bottom: 10px;
  }
  .aw-nav-main-menu .menu-item > a {
    font-size: 14px;
    font-weight: 300;
  }
  .aw-footer {
    padding: 50px 0;
  }
  .aw-footer-contact {
    max-width: 300px;
  }
  .aw-footer-mailchimp {
    max-width: 300px;
  }
  .aw-footer-mailchimp .mc4wp-response {
    font-size: 12px;
  }
  .aw-footer-mailchimp input {
    padding: 10px 26px;
    font-size: 14px;
  }
  .aw-footer-mailchimp input[type=submit] {
    margin-top: 20px;
  }
  .aw-footer-contact-title, .aw-footer-mailchimp-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .aw-footer-nav-block {
    margin-top: 30px;
  }
  .aw-footer-logo > img {
    max-width: 175px;
  }
  .aw-footer-address, .aw-footer-phone, .aw-footer-e-mail {
    margin-bottom: 10px;
  }
  .aw-footer-social-block {
    gap: 15px;
    margin: 20px 0;
  }
  .aw-footer-social-block > a {
    width: 20px;
    height: 20px;
  }
  .aw-footer-social-block > a svg {
    width: 20px;
    height: 20px;
  }
  .aw-footer-pay-logo > svg {
    max-width: 100px;
  }
  .aw-nav-footer-menu .aw-nav-container {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aw-nav-footer-menu .menu-item > a {
    font-size: 14px;
    font-weight: 300;
  }
  .aw-home-category-title {
    font-size: 28px;
    padding: 20px 30px;
  }
  .aw-blog {
    margin-bottom: 50px;
  }
  .aw-blog-title {
    font-size: 20px;
    margin: 40px 0 40px;
  }
  .aw-blog-category-nav {
    height: 82px;
    margin-top: 20px;
  }
  .aw-blog-category-nav-block {
    gap: 50px;
    padding: 10px 50px 10px;
  }
  .aw-blog-category-nav-block li {
    font-size: 16px;
  }
  .aw-blog-category-nav-block li.current-cat::before {
    bottom: -26px;
  }
  .aw-blog-category-nav-block li::before {
    bottom: -26px;
  }
  .aw-blog-category-nav #aw-blog-category-nav-scrollbar {
    bottom: 30px;
  }
  .aw-blog-category-nav .btn > svg {
    width: 25px;
  }
  .aw-blog-single-post-content .wp-block-post-title {
    margin: 0 0 40px;
    font-size: 28px;
  }
  .aw-blog-post {
    grid-template-columns: repeat(2, 1fr);
  }
  .aw-blog-post-4, .aw-blog-post-10 {
    grid-column: span 1;
  }
  .aw-blog-post-1, .aw-blog-post-4, .aw-blog-post-7, .aw-blog-post-10 {
    grid-column: span 2;
  }
  .aw-blog-post article {
    min-height: 600px;
  }
  .aw-blog-post article {
    height: auto;
  }
  .aw-blog-post .aw-blog-post-title, .aw-blog-post .aw-blog-post-excerpt {
    max-width: 900px;
    left: 30px;
    right: 30px;
    font-size: 16px;
  }
  .aw-blog-post .aw-blog-post-title, .aw-blog-post .aw-blog-post-excerpt {
    left: 20px;
    right: 20px;
    font-size: 16px;
  }
  .aw-blog-post .aw-blog-post-excerpt {
    top: calc(70% + 30px);
  }
  .aw-about-quote .aw-container {
    min-height: 600px;
  }
  .aw-about-quote-content {
    padding: 85px 30px 230px 0;
  }
  .aw-about-quote-name {
    margin: 28px 40px 24px;
  }
  .aw-about-quote-signature {
    bottom: 70px;
    width: 150px;
  }
  .aw-login-title,
  .aw-thank-you-title {
    font-size: 20px;
    margin: 40px 0 40px;
  }
  .aw-login-nav ul,
  .aw-thank-you-nav ul {
    gap: 70px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .aw-login-form,
  .aw-login .woocommerce-order,
  .aw-thank-you-form,
  .aw-thank-you .woocommerce-order {
    margin-bottom: 80px;
  }
  .aw-login-form-block,
  .aw-login .woocommerce-order-block,
  .aw-thank-you-form-block,
  .aw-thank-you .woocommerce-order-block {
    min-height: 450px;
  }
  .aw-login-form-title,
  .aw-login .woocommerce-order-title,
  .aw-thank-you-form-title,
  .aw-thank-you .woocommerce-order-title {
    font-size: 16px;
  }
  .aw-login .woocommerce-order,
  .aw-thank-you .woocommerce-order {
    margin-top: -80px;
  }
  .aw-login .woocommerce-order .woocommerce-order-details h2,
  .aw-thank-you .woocommerce-order .woocommerce-order-details h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aw-login .woocommerce-order .woocommerce-order-details table tr > *:first-child,
  .aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:first-child {
    font-size: 14px;
    padding: 0 0 5px;
  }
  .aw-login .woocommerce-order .woocommerce-order-details table tr > *:first-child strong,
  .aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:first-child strong {
    font-size: 14px;
    padding: 0 0 5px;
  }
  .aw-login .woocommerce-order .woocommerce-order-details table tr > *:last-child,
  .aw-thank-you .woocommerce-order .woocommerce-order-details table tr > *:last-child {
    font-size: 14px;
    padding: 0 0 5px;
  }
  .aw-login .woocommerce-order ul.woocommerce-order-overview li,
  .aw-thank-you .woocommerce-order ul.woocommerce-order-overview li {
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0;
    height: 26px;
  }
  .aw-login .woocommerce-order ul.woocommerce-order-overview li strong,
  .aw-thank-you .woocommerce-order ul.woocommerce-order-overview li strong {
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0;
    height: 26px;
  }
  .aw-login-login, .aw-login-registration, .aw-login-recovery,
  .aw-thank-you-login,
  .aw-thank-you-registration,
  .aw-thank-you-recovery {
    gap: 20px;
    height: 450px;
  }
  .aw-login-login .woocommerce-notices-wrapper > *, .aw-login-registration .woocommerce-notices-wrapper > *, .aw-login-recovery .woocommerce-notices-wrapper > *,
  .aw-thank-you-login .woocommerce-notices-wrapper > *,
  .aw-thank-you-registration .woocommerce-notices-wrapper > *,
  .aw-thank-you-recovery .woocommerce-notices-wrapper > * {
    font-size: 12px;
  }
  .aw-login-registration .select2-container--default .select2-selection--single .select2-selection__arrow,
  .aw-thank-you-registration .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
  .aw-thank-you {
    margin-top: 0;
  }
  #aw-login-nav-login, #aw-login-nav-registration, #aw-login-nav-recovery {
    font-size: 16px;
  }
  .aw-account .woocommerce-MyAccount-content {
    margin: 80px 0 95px 20px;
    width: calc(100% - 20px);
  }
  .aw-account-nav {
    font-size: 16px;
  }
  .aw-account-nav ul {
    margin: 55px 40px 105px 0;
    max-width: 160px;
  }
  .aw-account-nav li {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .aw-account-content {
    font-size: 16px;
  }
  .select2-results__options {
    font-size: 12px;
  }
  #aw-checkout {
    font-size: 12px;
    max-width: 750px;
    padding: 50px 60px 60px;
    margin: 20px auto 100px;
  }
  #aw-checkout .aw-nav-tabs {
    gap: 40px;
  }
  #aw-checkout .aw-nav-tabs .tab-item .aw-co-nav-title {
    margin-bottom: 10px;
  }
  #aw-checkout .aw-nav-tabs .tab-item .aw-co-nav-title {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-1 .select2-selection__arrow {
    padding-left: 10px;
    height: 30px;
  }
  #aw-checkout .tab-content#tab-1 .select2-selection__rendered {
    line-height: 30px;
  }
  #aw-checkout .tab-content#tab-2 {
    margin-bottom: 30px;
  }
  #aw-checkout .tab-content#tab-2 .select2-selection__arrow {
    padding-left: 10px;
    height: 30px;
  }
  #aw-checkout .tab-content#tab-2 .select2-selection__rendered {
    line-height: 30px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-methods {
    font-size: 16px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-methods .woocommerce-input-wrapper {
    font-size: 14px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-methods #shipping_method {
    font-size: 14px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-details #ship-to-different-address {
    font-size: 16px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-details textarea::-moz-placeholder {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-2 .shipping-details textarea::placeholder {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-3 {
    margin-bottom: 30px;
  }
  #aw-checkout .tab-content#tab-3 #payment {
    font-size: 14px;
  }
  #aw-checkout .tab-content#tab-4 {
    margin-bottom: 30px;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item {
    font-size: 16px;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div > div:last-child .quantity {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div span {
    font-size: 12px;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div .woocommerce-Price-amount > bdi,
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-item ul.cart-summary li > div > div .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    height: 20px;
    line-height: 120%;
  }
  #aw-checkout .buttons .btn {
    font-size: 14px;
    padding: 10px;
  }
  .aw-collection {
    margin-bottom: 50px;
  }
  .aw-collection-title {
    margin: 50px 0 40px;
    font-size: 28px;
  }
  .aw-collection-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .aw-collection-posts article {
    min-height: 600px;
  }
  .aw-collection-posts article {
    height: auto;
  }
  .aw-collection-posts .aw-collection-post-title, .aw-collection-posts .aw-collection-post-excerpt {
    max-width: 900px;
    left: 30px;
    right: 30px;
    font-size: 16px;
  }
  .aw-collection-posts .aw-collection-post-title, .aw-collection-posts .aw-collection-post-excerpt {
    left: 20px;
    right: 20px;
    font-size: 16px;
  }
  .aw-collection-posts .aw-collection-post-excerpt {
    top: calc(70% + 30px);
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .quantity {
    min-width: 70px;
    height: 38px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > * {
    font-size: 12px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product {
    gap: 30px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery {
    width: calc(55% - 15px);
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next > a, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a {
    width: 35px;
    height: 50px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next > a::before, .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a::before {
    transform: scale(0.5) translate(-50%, -50%);
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev > a::before {
    transform: scale(0.5) translate(-50%, -50%);
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .woocommerce-variation-add-to-cart .button {
    width: 100%;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-variable .cart {
    margin-bottom: 40px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart {
    min-height: 210px;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart .button {
    width: 100%;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product.product-type-simple .cart span:first-of-type {
    line-height: 40px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-rating {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary {
    width: calc(45% - 15px);
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary > div:first-of-type {
    margin-bottom: 25px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations .label {
    margin-bottom: 10px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations .value {
    margin-bottom: 25px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap {
    min-height: 210px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .single_variation_wrap span:first-of-type {
    line-height: 40px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary h2,
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-variation-add-to-cart > span,
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .cart > span,
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .variations td.label > label {
    font-size: 16px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .product_title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .price {
    font-size: 24px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .sku_wrapper,
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .stock,
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-product-attributes {
    font-size: 14px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary .woocommerce-tabs {
    font-size: 12px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .related {
    margin-bottom: 30px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .related > h2 {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label .attr-color, .woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label > img {
    width: 52px;
    height: 17px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_color .attr-wrapper input:checked + label:after {
    width: 48px;
    height: 13px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .attribute-pa_size #size-chart-button {
    font-size: 14px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper label > img, .woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper .attr-color {
    width: 50px;
    height: 15px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .attr-wrapper .attr-text {
    width: 50px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .reset_variations {
    font-size: 12px;
    line-height: 15px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .woocommerce > .return-to-shop {
    padding: 0 20px;
    margin: 30px auto 50px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page h1 {
    margin: 20px 0;
    font-size: 20px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart {
    margin-bottom: 50px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr th {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart thead tr .product-thumbnail {
    width: 140px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody td {
    padding: 20px 0 0;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name {
    font-size: 16px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name div {
    font-size: 14px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-price,
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-subtotal {
    font-size: 14px;
    line-height: 38px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-thumbnail img {
    width: 120px;
    height: 180px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-remove > a:before {
    margin-top: 5px;
    transform: scale(0.8);
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions {
    font-size: 16px;
    flex-direction: column;
    margin-bottom: 100px;
    height: 100px;
    margin-top: 20px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .amount {
    font-size: 20px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div {
    width: 100%;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon {
    justify-content: flex-end;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .woocommerce-breadcrumb,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
    padding: 0 20px;
    margin: 20px auto;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
    font-size: 20px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container {
    margin: 0 auto 50px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .woocommerce-products-header .wpc-filter-chip > a {
    font-size: 12px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-posts-found {
    font-size: 12px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .wpc-filter-header {
    font-size: 16px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar div.wpc-filter-content {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .aw-container {
    padding: 0 20px;
  }
  .page .page-main .aw-container {
    margin: 20px auto 40px;
  }
  .page .page-main .aw-container h1 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .valko-woo-phcd-select2-container {
    width: 250px !important;
  }
  .widget_wpc_sorting_widget {
    position: static;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .widget_wpc_sorting_widget .custom-sort-products-select {
    max-width: 400px;
    width: 100% !important;
  }
  .widget_wpc_sorting_widget .custom-sort-products-select > div {
    gap: 15px;
  }
  .widget_wpc_sorting_widget .custom-sort-products-select .dropdown-toggle {
    max-width: 400px;
    width: 100% !important;
    padding: 0 20px 15px 0 !important;
  }
  .widget_wpc_sorting_widget .custom-sort-products-select li {
    padding: 0;
  }
  .theme-arton-wild.woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
    font-size: 16px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce-customer-details address {
    font-size: 14px;
  }
  .theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-icons-mobile {
    display: block;
  }
  .theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info-wrap {
    transform: translateY(-100%);
  }
  .theme-arton-wild.woocommerce-page .products .product > a .woocommerce-loop-product__title {
    font-size: 12px;
  }
  .theme-arton-wild.woocommerce-page .products .product > a .woocommerce-loop-product__title,
  .theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info {
    transform: translateY(0);
  }
  .theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info {
    transform: none;
  }
  .theme-arton-wild.woocommerce-page .products .product > a .aw-woo-loop-info .aw-woo-loop-icons {
    display: none;
  }
  #main .woocommerce > .woocommerce-notices-wrapper, #main .woocommerce > .wc-empty-cart-message, #main .woocommerce > .woocommerce-error {
    padding: 0 20px;
    display: flex;
    width: 100%;
  }
  #main .woocommerce > .woocommerce-notices-wrapper > *, #main .woocommerce > .wc-empty-cart-message > *, #main .woocommerce > .woocommerce-error > * {
    padding: 12px 0 10px 40px;
  }
  #main .woocommerce > .woocommerce-notices-wrapper > * .button, #main .woocommerce > .wc-empty-cart-message > * .button, #main .woocommerce > .woocommerce-error > * .button {
    width: 100%;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
    padding: 0 20px;
    display: flex;
    width: 100%;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper > *, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message > *, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error > * {
    padding: 12px 0 10px 40px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper > * .button, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message > * .button, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error > * .button {
    width: 100%;
  }
  .aw-woo-loop-info .aw-woo-loop-attr {
    width: 100%;
  }
  .aw-woo-loop-info .aw-woo-loop-attr .color-container,
  .aw-woo-loop-info .aw-woo-loop-attr .size-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 20px;
    margin-bottom: -10px;
  }
  .aw-woo-loop-info .aw-woo-loop-attr .color-container::-webkit-scrollbar,
  .aw-woo-loop-info .aw-woo-loop-attr .size-container::-webkit-scrollbar {
    height: 5px;
  }
  .aw-woo-loop-info .aw-woo-loop-attr .color-container::-webkit-scrollbar-thumb,
  .aw-woo-loop-info .aw-woo-loop-attr .size-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3333333333);
  }
  .aw-woo-loop-info .aw-woo-loop-attr .color-container::-webkit-scrollbar-track,
  .aw-woo-loop-info .aw-woo-loop-attr .size-container::-webkit-scrollbar-track {
    background: transparent;
  }
  .aw-woo-loop-info .aw-woo-loop-attr .size-container {
    height: 35px;
    margin-bottom: -10px;
  }
  .aw-header-logo-block .custom-logo-link > img {
    max-width: 100px;
  }
  .aw-header-menu-block .aw-container {
    justify-content: revert;
  }
  .aw-nav-main-menu-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .aw-nav-main-menu-btn .aw-nav-main-menu-btn-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transition-duration: 0.5s;
    transition-delay: 0s;
  }
  .aw-nav-main-menu-btn.aw-mobile-menu-active .aw-nav-main-menu-btn-close {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  .aw-nav-main-menu-btn .aw-nav-main-menu-btn-open {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    transition-delay: 0s;
    transition-duration: 0.5s;
  }
  .aw-nav-main-menu-btn.aw-mobile-menu-active .aw-nav-main-menu-btn-open {
    transform: translate(-50%, -50%) scale(0);
  }
  .aw-nav-main-menu .aw-nav-container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-100%);
    transition: transform 0.5s;
    flex-direction: column;
    background: rgba(52, 52, 52, 0.4);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    padding: 80px 20px 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .aw-nav-main-menu .aw-nav-container .sub-menu > .title > .sub-menu {
    display: none;
  }
  .aw-nav-main-menu .aw-nav-container#menu-main-menu .menu-item-has-children > .sub-menu {
    margin-left: 10px;
  }
  .aw-nav-main-menu .aw-nav-container#menu-main-menu > .menu-item-has-children > .sub-menu {
    margin-top: 14px;
  }
  .aw-nav-main-menu .aw-nav-container#menu-main-menu > .menu-item-has-children > .sub-menu > li > a {
    position: relative;
  }
  .aw-nav-main-menu .aw-nav-container#menu-main-menu > .menu-item-has-children > .sub-menu > li > a::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTSAwIDAuNDM2Mzg2IEMgMCAwLjMyNTY4NCAwLjA0MDI4MDQgMC4yMTIzOTQgMC4xMTg0NzIgMC4xMjc0MzYgQyAwLjI3NDg1NCAwLjA0MjQ3OTUgMC41MzA3NTMgMC4wNDI0Nzk1IDAuNjg3MTM2IDAuMTI3NDM2IEwgNi4wMzk2OSA1Ljk0MzE4IEwgMTEuMzE0IDAuMjEyMzkzIEMgMTEuNDcwNCAwLjA0MjQ3ODEgMTEuNzI2MyAwLjA0MjQ3ODEgMTEuODgyNyAwLjIxMjM5MyBDIDEyLjAzOTEgMC4zODIzMDggMTIuMDM5MSAwLjY2MDM1MyAxMS44ODI3IDAuODMwMjY4IEwgNi4zMjQwMiA2Ljg3MjU2IEMgNi4xNjc2NCA3LjA0MjQ4IDUuOTEwNzQgNy4wNDI0OCA1Ljc1NTM2IDYuODcyNTYgTCAwLjExODQ3MiAwLjc0Nzg4NSBDIDAgLjY2MDM1MyAwIDAuNTQ5NjYzIDAgMC40MzYzODYgWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .aw-nav-main-menu .aw-nav-container > li {
    line-height: 100%;
  }
  .aw-nav-main-menu .aw-nav-container > li li .sub-menu {
    max-height: 100%;
  }
  .aw-nav-main-menu .aw-nav-container > .menu-item > .sub-menu {
    position: static;
    padding: 0;
    min-height: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    margin: 0;
    display: block;
  }
  .aw-nav-main-menu .aw-nav-container > .menu-item:hover > .sub-menu {
    transform: translateY(0);
    display: block;
  }
  .aw-nav-main-menu .aw-nav-container .title > a {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .aw-mobile-menu-active ~ .aw-nav-main-menu > .aw-nav-container {
    transform: translateY(calc(0% - 50px));
  }
  .aw-footer-logo {
    order: -1;
  }
  .aw-footer-contact-title, .aw-footer-mailchimp-title {
    text-align: center;
  }
  .aw-footer-logo-block, .aw-footer-nav-block {
    flex-direction: column;
    align-items: center;
  }
  .aw-footer-logo-block .aw-footer-pay-logo, .aw-footer-nav-block .aw-footer-pay-logo {
    order: 2;
  }
  .aw-footer-logo > img {
    max-width: 121px;
  }
  .aw-footer-address, .aw-footer-phone, .aw-footer-e-mail {
    text-align: center;
  }
  .aw-footer-social-block {
    justify-content: center;
  }
  .aw-footer-pay-logo > svg {
    max-width: 63px;
  }
  .aw-home-quote {
    margin: 30px auto 60px;
  }
  .aw-home-quote-logo {
    max-width: 50px;
  }
  .aw-home-quote-text {
    margin: 20px auto;
    font-size: 16px;
    max-width: 240px;
  }
  .aw-home-signature {
    bottom: -35px;
    right: 35%;
    max-width: 60px;
  }
  .aw-home-category-title {
    padding: 10px 20px;
    font-size: 14px;
  }
  .aw-blog-title {
    margin: 30px 0 30px;
    font-size: 14px;
    position: absolute;
    right: 60px;
    top: -85px;
    color: #fff;
    z-index: 99;
    font-weight: 300;
  }
  .aw-blog-category-nav .btn > svg {
    fill: #000;
  }
  .aw-blog-single-post-content {
    margin: 30px 0 30px;
    font-size: 12px;
  }
  .aw-blog-single-post-content h2,
  .aw-blog-single-post-content h3 {
    font-size: 14px;
  }
  .aw-blog-single-post-content h4,
  .aw-blog-single-post-content h5 {
    font-size: 12px;
  }
  .aw-blog-single-post-content .wp-block-post-title {
    margin: 0 0 30px;
    font-size: 14px;
  }
  .aw-blog-single-post-content .wp-block-columns {
    gap: 50px;
  }
  .aw-blog-post {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin-top: 5px;
  }
  .aw-blog-post article {
    min-height: 600px;
  }
  .aw-about-hero {
    min-height: 300px;
  }
  .aw-about-title {
    font-size: 70px;
    padding: 80px 5%;
  }
  .aw-about-quote .aw-container {
    flex-direction: column;
    height: 100%;
  }
  .aw-about-quote-img {
    position: static;
    width: 100vw;
    height: 80vw;
  }
  .aw-about-quote-content {
    max-width: 500px;
    width: 100%;
    padding: 45px 0 150px 0;
    font-size: 12px;
  }
  .aw-about-quote-title {
    font-size: 16px;
  }
  .aw-about-quote-name {
    font-size: 24px;
    margin: 18px 20px 14px;
  }
  .aw-about-quote-signature {
    bottom: 40px;
    width: 120px;
  }
  .aw-login-title,
  .aw-thank-you-title {
    order: -1;
    margin: 30px 0 30px;
    font-size: 14px;
    position: absolute;
    right: 50px;
    top: 35px;
    color: #fff;
    z-index: 99;
    font-weight: 300;
    width: -moz-max-content;
    width: max-content;
  }
  .aw-login-nav ul,
  .aw-thank-you-nav ul {
    margin-top: 30px;
    gap: 25px;
  }
  .aw-login-form,
  .aw-login .woocommerce-order,
  .aw-thank-you-form,
  .aw-thank-you .woocommerce-order {
    flex-direction: column;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    align-items: center;
    background-color: #000;
    background-position: 0px -90px;
    background-size: 173%;
  }
  .aw-login-form-logo,
  .aw-login .woocommerce-order-logo,
  .aw-thank-you-form-logo,
  .aw-thank-you .woocommerce-order-logo {
    margin: 30px auto 25px;
    max-width: 150px;
  }
  .aw-login-form-block,
  .aw-login .woocommerce-order-block,
  .aw-thank-you-form-block,
  .aw-thank-you .woocommerce-order-block {
    margin: 0 20px 50px;
    width: calc(100% - 40px);
    transition: min-height 0.5s;
  }
  .aw-login-form,
  .aw-thank-you-form {
    margin-bottom: 0;
  }
  .aw-login .woocommerce-order,
  .aw-thank-you .woocommerce-order {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
  }
  .aw-login .woocommerce-order > *,
  .aw-thank-you .woocommerce-order > * {
    width: 100%;
  }
  .aw-login-login, .aw-login-registration, .aw-login-recovery,
  .aw-thank-you-login,
  .aw-thank-you-registration,
  .aw-thank-you-recovery {
    padding: 60px 0;
    height: auto;
  }
  .aw-login-login .woocommerce-notices-wrapper > *, .aw-login-registration .woocommerce-notices-wrapper > *, .aw-login-recovery .woocommerce-notices-wrapper > *,
  .aw-thank-you-login .woocommerce-notices-wrapper > *,
  .aw-thank-you-registration .woocommerce-notices-wrapper > *,
  .aw-thank-you-recovery .woocommerce-notices-wrapper > * {
    padding: 12px 0 12px 40px;
  }
  .aw-login-login .woocommerce-notices-wrapper > * .button, .aw-login-registration .woocommerce-notices-wrapper > * .button, .aw-login-recovery .woocommerce-notices-wrapper > * .button,
  .aw-thank-you-login .woocommerce-notices-wrapper > * .button,
  .aw-thank-you-registration .woocommerce-notices-wrapper > * .button,
  .aw-thank-you-recovery .woocommerce-notices-wrapper > * .button {
    width: 100%;
  }
  .aw-thank-you .aw-container {
    padding: 0 20px;
  }
  .aw-thank-you .aw-thank-you-form-block {
    min-height: 100%;
  }
  .aw-thank-you-container h1 {
    font-size: 66px;
  }
  .aw-thank-you-container p, .aw-thank-you-container h2 {
    font-size: 16px;
  }
  .aw-account .woocommerce-MyAccount-navigation, .aw-account .woocommerce-MyAccount-content {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .aw-account .woocommerce-MyAccount-navigation {
    height: 46px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .aw-account .woocommerce-MyAccount-navigation:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
  }
  .aw-account .woocommerce-MyAccount-content {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
  }
  .aw-account .woocommerce-MyAccount-content #account_display_name ~ span > em {
    font-size: 12px;
    line-height: 120%;
  }
  .aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr > td {
    padding-bottom: 0;
    background-color: transparent;
    padding-top: 10px;
  }
  .aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr > td:first-of-type {
    margin-top: 10px;
    border-top: 2px solid #E6E6E6;
  }
  .aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr > td:before {
    font-weight: 400;
    color: #8A8A8A;
  }
  .aw-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:first-of-type > td {
    padding-top: 10px;
    margin-top: 0;
    border: none;
  }
  .aw-account .woocommerce-MyAccount-content > p {
    font-size: 12px;
    line-height: 120%;
  }
  .aw-account .woocommerce-MyAccount-content .edit-account .form-row-first,
  .aw-account .woocommerce-MyAccount-content .edit-account .form-row-last,
  .aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first,
  .aw-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 100%;
  }
  .aw-account .aw-container {
    flex-direction: column;
  }
  .aw-account-menu-bg {
    display: none;
  }
  .aw-account-nav {
    width: 100%;
  }
  .aw-account-nav ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    z-index: 2;
    transition: all 1s;
    padding: 10px 50px 34px;
    width: auto;
    max-width: none;
    height: 36px;
  }
  .aw-account-nav ul li {
    font-family: "Graphik LCG", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #E6E6E6;
    position: relative;
    transition: color 1s;
  }
  .aw-account-nav ul li.is-active {
    border: none;
  }
  .aw-account-nav ul li.is-active::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: -15px;
    width: calc(100% + 30px);
    height: 2px;
    background-color: #000 !important;
    transition: width 0.5s;
    cursor: default;
  }
  .aw-account-nav ul li.is-active a {
    cursor: default;
  }
  .aw-account-nav ul li::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: -15px;
    width: 0;
    height: 2px;
    background-color: #8A8A8A;
    transition: width 0.5s;
  }
  .aw-account-nav ul li:hover {
    color: #8A8A8A;
  }
  .aw-account-nav ul li:hover::before {
    width: calc(100% + 30px);
  }
  .aw-account-nav ul li a {
    white-space: nowrap;
  }
  .aw-account-nav .btn > svg {
    fill: #000;
  }
  .aw-account-nav li {
    border-bottom: none;
  }
  .aw-account-content {
    width: 100%;
  }
  #aw-checkout {
    max-width: 850px;
    padding: 20px;
    margin: 20px 20px 50px;
  }
  #aw-checkout .aw-nav-tabs {
    gap: 5px;
    width: 100%;
    max-width: 500px;
  }
  #aw-checkout .tab-content#tab-1 #billing_first_name_field,
  #aw-checkout .tab-content#tab-1 #billing_last_name_field {
    width: 100%;
  }
  #aw-checkout .tab-content#tab-2 .shipping-wrapper > * {
    width: 100%;
  }
  #aw-checkout .tab-content#tab-2 .shipping-wrapper {
    flex-direction: column;
  }
  #aw-checkout .tab-content#tab-2 .shipping-details {
    order: 0;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary {
    grid-template-columns: 1fr;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-billing {
    grid-column: 1;
    grid-row: 2;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-products {
    grid-column: 1;
    grid-row: 1;
  }
  #aw-checkout .tab-content#tab-4 .checkout-summary .checkout-summary-box-total {
    grid-column: 1;
    grid-row: 3;
  }
  #aw-checkout .buttons {
    flex-direction: column;
    gap: 10px;
  }
  #aw-checkout .buttons .btn {
    width: 100%;
  }
  .aw-collection-title {
    margin: 30px 0 30px;
    font-size: 14px;
    position: absolute;
    right: 60px;
    top: -70px;
    color: #fff;
    z-index: 3;
    font-weight: 300;
  }
  .aw-collection-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin-top: 5px;
  }
  .aw-collection-posts article {
    min-height: 600px;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product #primary > #main .button {
    max-width: 100%;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > * {
    padding: 30px 0;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .woocommerce-notices-wrapper > * .button {
    width: 100%;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .woocommerce-product-gallery {
    width: 100%;
  }
  .woocommerce.woocommerce-page.theme-arton-wild.single-product .product .summary {
    width: 100%;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .woocommerce > .return-to-shop {
    padding: 0 20px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page h1 {
    margin: 30px 0 30px;
    font-size: 14px;
    position: absolute;
    right: 60px;
    top: -92px;
    color: #fff;
    z-index: 99;
    font-weight: 300;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart {
    margin-top: 30px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon {
    flex-wrap: nowrap;
    gap: 0 !important;
    flex-direction: row !important;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive #main {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive #main .wpc-filter-chips-list {
    display: none;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .woocommerce-breadcrumb,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
    padding: 0 20px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive nav.woocommerce-breadcrumb {
    padding: 0 130px 0 20px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-mobile-filter {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-mobile-filter > span {
    font-family: "Graphik LCG", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    line-height: 21px;
    padding-right: 25px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-mobile-filter > span > svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
    order: -1;
    margin: 30px 0 30px;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: -61px;
    color: #fff;
    z-index: 99;
    font-weight: 300;
    width: -moz-max-content;
    width: max-content;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .woocommerce-products-header {
    width: 100%;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar {
    transform: translateX(-110%);
    transition: transform 0.5s;
    margin-right: calc(-100% + 1px);
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar.active {
    transform: translateX(0);
    background-color: #fff;
    position: relative;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-sidebar .widget_wpc_filters_widget {
    max-width: 400px;
    margin: 0 auto;
    padding-right: 0;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-products-block {
    width: calc(100% - 1px);
    padding-top: 0;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .pagination {
    margin-left: auto;
    transform: translateX(0);
  }
}
@media (max-width: 420px) {
  .aw-container {
    padding: 0 10px;
  }
  html > body.theme-arton-wild.woocommerce-page #main .button,
  html > body.theme-arton-wild.woocommerce-page .button,
  html > body.theme-arton-wild.woocommerce-page #main #submit.submit {
    max-width: 450px;
  }
  .widget_wpc_sorting_widget {
    right: 10px;
  }
  #main .woocommerce > .woocommerce-notices-wrapper, #main .woocommerce > .wc-empty-cart-message, #main .woocommerce > .woocommerce-error {
    padding: 0 10px;
  }
  .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-notices-wrapper, .theme-arton-wild.woocommerce-page .woocommerce > .wc-empty-cart-message, .theme-arton-wild.woocommerce-page .woocommerce > .woocommerce-error {
    padding: 0 10px;
  }
  .aw-nav-main-menu-btn {
    right: 6px;
  }
  .aw-set-panel {
    right: 10px;
  }
  .aw-nav-footer-menu .aw-nav-container {
    flex-direction: column;
  }
  .aw-nav-footer-menu .aw-nav-container > li {
    text-align: center;
  }
  .aw-home-signature {
    right: 25%;
  }
  .aw-home-category-full {
    height: 55vw;
  }
  .aw-home-category-half {
    height: 55vw;
  }
  .aw-blog-title {
    right: 50px;
  }
  .aw-blog-post .aw-blog-post-title, .aw-blog-post .aw-blog-post-excerpt {
    font-size: 14px;
  }
  .aw-login-form,
  .aw-login .woocommerce-order,
  .aw-thank-you-form,
  .aw-thank-you .woocommerce-order {
    background-position: -24px -90px;
    background-size: 261%;
  }
  .aw-login-login, .aw-login-registration, .aw-login-recovery,
  .aw-thank-you-login,
  .aw-thank-you-registration,
  .aw-thank-you-recovery {
    padding: 30px 0;
  }
  .aw-login-registration form p.form-row,
  .aw-thank-you-registration form p.form-row {
    width: 100%;
  }
  #aw-login-nav-login, #aw-login-nav-registration, #aw-login-nav-recovery {
    font-size: 14px;
  }
  #aw-checkout {
    padding: 10px;
    margin: 20px 10px 50px;
  }
  #aw-checkout .aw-nav-tabs {
    width: 100%;
    padding: 0;
  }
  .aw-collection-title {
    right: 50px;
  }
  .aw-collection-posts .aw-collection-post-title, .aw-collection-posts .aw-collection-post-excerpt {
    font-size: 14px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .woocommerce > .return-to-shop {
    padding: 0 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page h1 {
    right: 50px;
    top: -72px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart {
    margin-top: 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions .coupon .button {
    font-size: 14px !important;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .woocommerce-breadcrumb,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container,
  .theme-arton-wild.woocommerce.woocommerce-page.archive .page-title {
    padding: 0 10px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive nav.woocommerce-breadcrumb {
    padding: 0 110px 0 10px;
  }
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-mobile-filter {
    right: 10px;
  }
}
@media (max-width: 550px) {
  #aw-checkout .checkbox {
    display: flex;
    left: 5px;
    float: left;
    max-width: 270px;
    position: relative;
  }
  #aw-checkout .checkbox .woocommerce-terms-and-conditions-checkbox-text {
    line-height: 16px !important;
  }
}
@media (max-width: 1280px) and (max-width: 840px) {
  .aw-blog-post-1, .aw-blog-post-4, .aw-blog-post-7, .aw-blog-post-10 {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart {
    margin-bottom: 100px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody tr {
    width: 100%;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .woocommerce-cart-form__cart-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 400px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody td {
    background-color: transparent;
    border-top: none;
    text-align: start !important;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-thumbnail {
    display: block;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-thumbnail:before {
    display: none;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name {
    position: absolute;
    top: 0;
    left: 130px;
    max-width: 160px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-name:before {
    display: none;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-quantity {
    order: 1;
    padding-bottom: 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-quantity:before {
    display: none;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-quantity > .quantity {
    margin: 0 auto;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-price:before,
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-subtotal:before {
    display: none;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-price {
    order: 0;
    padding-bottom: 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-subtotal {
    order: 2;
    padding-bottom: 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div {
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div.coupon {
    flex-direction: column;
    gap: 10px;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div > strong {
    width: 50% !important;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody .actions > div > strong > span {
    margin: 0 !important;
  }
  .theme-arton-wild.woocommerce-cart.woocommerce-page .cart tbody tr:first-of-type > td {
    border-top: none;
  }
}
@media (max-width: 950px) {
  .theme-arton-wild.woocommerce.woocommerce-page.archive .aw-archive-container .aw-products-block .product {
    width: calc(50% - 5px);
    padding-top: 100%;
  }
}
