@charset "UTF-8";
/*
Theme Name: Hempful
Text Domain: Hempful
Version: 0.1
Description: Hempful theme
Tage: Hempful
Author: Pepega
*/
:root {
  --color-orange: #c04931;
  --color-milk: #f9f7f2;
  --color-dark: #262b24;
  --small-font: 0.875em;
  --normal-font: 1em;
  --color-orange-hover: #ad412b;
}
   
* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
}

ol,
ul {
  padding: 0;
}

ins {
  background: none;
}

video {
  width: 100%;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0;
}

a:hover {
  transition: all 0.3s ease;
  color: var(--color-orange);
}

.cart-logo svg:hover path,
.logo svg:hover path {
  fill: var(--color-orange);
  transition: all 0.3s ease;
}

body {
  background-color: var(--color-milk);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  display: flex;
  /* min-height: 0; */
  padding: 74px 65px 152px 65px;
  -ms-flex: 1 0 auto;
  /* flex: 1 0 auto; */
  flex-wrap: wrap;
}

nav.menu-main_menu-container {
  padding: 1em;
  flex-basis: 339px;
  max-width: 342px;
}

h1.logo {
  line-height: 1;
  font-size: unset;
}

#menu-main_menu a:hover {
  text-decoration: none;
}

.content {
  padding: 1em;
  width: calc(100% - 342px);
  flex-basis: auto;
  max-width: 1110px;
}

nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85em;
  color: var(--color-dark);
  text-transform: uppercase;
  line-height: 18px;
}

nav sup {
  margin-left: 3px;
}

nav li {
  list-style-type: none;
}

nav .sub-menu a {
  font-weight: 400;
  line-height: 22px;
}

nav .sub-menu {
  position: relative;
  left: 20px;
  display: none;
}

nav .is-open {
  display: block;
}

nav li.active > a {
  color: var(--color-orange);
}

nav .current-menu-ancestor .parent-menu {
  color: var(--color-orange);
}

.head {
  display: grid;
  /* -ms-grid-rows: (1fr) [2]; */
  grid-template-rows: repeat(2, 1fr);
  width: 100vw;
  height: 135px;
}

.tagline {
  display: grid;
  grid-template-columns: 1fr 60px;
  height: 50px;
  background-color: var(--color-orange);
  padding: 0 60px;
  justify-content: center;
  align-items: center;
}

.header-quote {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-quote h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-milk);
  font-size: 1em;
  margin-left: 60px;
}

.logo-section {
  display: grid;
  grid-template-columns: 1fr 128px;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
  height: 85px;
  border-bottom: 1px solid rgba(38, 43, 36, 0.1);
}

.logo {
  text-align: center;
}

.basket-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.logo a {
  margin-left: 128px;
}

.logo-section .search-icon {
  margin-top: 2px;
}

.logo-section .shoping-bag {
  position: relative;
  left: -23px;
  top: 3px;
}

.basket-block a {
  text-decoration: none;
}

.shoping-bag span {
  font-weight: 700;
  font-size: 1em;
  position: relative;
  top: -3px;
  left: 3px;
  color: var(--color-dark);
}

nav ul.menu li {
  padding: 0 0 17px 0;
  line-height: 14px;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

nav ul.sub-menu li {
  padding: 12px 0 0 0;
}

nav ul.sub-menu li:last-child {
  padding-bottom: 17px;
}

main .main-page-title {
  padding-bottom: 20px;
}

main .main-page-title h2 {
  line-height: 22px;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
}

.aditional-information {
  padding-top: 20.8px;
}

.aditional-information p {
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 22px;
  letter-spacing: 0.7px;
}

.images-grid {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
  width: 100%;
}

.insta-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 18px;
  margin-top: 38px;
  margin-left: 18px;
}

.slider {
  margin-top: 88px;
  padding-bottom: 80px;
}

.slider .nextend-bar-horizontal div {
  border: none !important;
  background: none !important;
}

.slider .nextend-bar-horizontal span {
  color: var(--color-dark) !important;
  text-transform: uppercase !important;
  font-size: var(--normal-font) !important;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
  position: relative;
  top: -9px;
  left: -2px;
}

.insta-block {
  padding-top: 11px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.insta-block h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 11px;
  letter-spacing: 4px;
  line-height: 42px;
  margin-left: 20px;
}

.insta-block h2 a {
  text-decoration: none;
  color: var(--color-dark);
}

.insta-block h2 span {
  position: relative;
  top: -3px;
}

footer {
  display: flex;
  padding: 51px 60px 33px 80px;
  border-top: 1px solid rgba(38, 43, 36, 0.1);
  flex-shrink: 0;
}

footer .delivery-service {
  min-width: 304px;
  justify-content: space-between;
  margin-top: -7px;
  width: 20.3%;
  min-width: 304px;
  align-items: flex-start;
  display: flex;
}

.menu-footer_menu-container ul {
  display: flex;
  justify-content: flex-start;
}

.socials {
  display: flex;
  justify-content: space-between;
  width: 6.9%;
  min-width: 122px;
  margin-top: -5px;
}

.copyright {
  text-align: center;
  width: 45.2%;
}

.copyright p {
  font-size: var(--small-font);
  font-weight: 400;
  margin-top: -2px;
  letter-spacing: 0.7px;
}

nav.menu-footer_menu-container a {
  font-size: var(--small-font);
  font-weight: 400;
  text-transform: none;
}

.extra-links {
  width: 30.4%;
}

#menu-footer_menu li {
  letter-spacing: 0.7px;
}

#menu-footer_menu li:last-child {
  margin-left: 7.4%;
}

.insta-block h2 a:hover {
  color: var(--color-orange);
  transition: all ease 0.3s;
}

#primary main {
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 16px;
}

a.cart-contents {
  color: var(--color-dark);
  font-weight: 700;
  text-decoration: none;
  font-size: var(--small-font);
  position: relative;
  top: 2px;
  right: -3px;
}

#main .products {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 29px;
  margin-top: 30px;
  list-style: none;
}

#main .products > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#main .products > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#main .products > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#main .products > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.content.products-page {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  width: calc(100% - 342px);
  flex-basis: auto;
  max-width: 100%;
}

.content.products-page .product-item {
  width: 25%;
}

.uk-dotnav > .uk-active > * {
  background-color: var(--color-dark);
}

.uk-dotnav > * > * {
  background-color: rgba(0, 0, 0, 0.4588235294);
  width: 6px;
  height: 6px;
}

.uk-dotnav > * {
  padding-left: 50px;
}

.products-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.filter-content {
  display: flex;
  width: 100%;
  border-top: 1px solid var(--color-dark);
}

.awf-active-badges-container {
  display: none;
}

.awf-filter-title {
  font-weight: 700;
  color: var(--color-dark);
  font-size: 14px;
  text-transform: uppercase;
}

.awf-filters-form {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
}

.awf-filter-wrapper :nth-child(1) ul {
  display: flex;
  justify-content: space-between;
}

.awf-filters-form .awf-filter-wrapper:nth-child(1) {
  width: 100%;
}

.awf-filters-container label {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dark);
}

.awf-reset-btn-container {
  display: flex !important;
  float: left;
}

.awf-reset-btn-container button {
  background: none;
  border: 1px solid var(--color-orange);
  padding: 10px 60px;
  width: 100%;
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.awf-reset-btn-container button:hover {
  cursor: pointer;
  color: #b0422c;
  background-color: #edebe6;
}

.awf-filter-title {
  flex-grow: inherit;
  margin-right: 10px;
}

.awf-reset-btn-container button:focus {
  outline: none;
}

.awf-filter-wrapper {
  width: 33%;
}

.awf-filters-form div:nth-child(4) {
  margin-left: 57px;
  width: 20%;
}

.awf-filters-form div:nth-child(4) .awf-filter-title-container:after {
  content: " ";
  background-image: url(./img/vegan.svg);
  background-size: 20px 25px;
  height: 24px;
  width: 28px;
  display: inline-flex;
  background-repeat: no-repeat;
}

.awf-filters-form div:nth-child(3) .awf-filter-title-container:after {
  content: " ";
  background-image: url(./img/vegan.svg);
  background-size: 20px 25px;
  height: 24px;
  width: 28px;
  display: inline-flex;
  background-repeat: no-repeat;
}

.awf-btn-container button {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  padding: 10px 60px;
  width: 100%;
  color: var(--color-milk);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.awf-btn-container button:focus {
  outline: none;
}

.awf-btn-container button:hover {
  cursor: pointer;
  background-color: #b0422c;
}

.site-main .category-header {
  display: flex;
  justify-content: space-between;
}

.filter-container {
  display: none;
  border-top: 1px solid var(--color-dark);
  margin-top: 31px;
  padding-top: 31px;
  border-bottom: 1px solid var(--color-dark);
  padding-bottom: 30px;
}

.woocommerce-products-header h1 {
  font-weight: 700;
  font-size: var(--small-font);
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-dark);
}

.filter-sort-button {
  border: 1px solid var(--color-orange);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-orange);
  text-decoration: none;
  font-size: var(--small-font);
  padding: 10px 40px 10px 50px;
  margin-right: -3px;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.filter-sort-button img {
  width: 9px;
  margin-top: -1px;
  transition: 0.3s;
  position: relative;
  left: 6px;
}

.filter-sort-button.opened img {
  transform: rotate(180deg);
}

.filter-container .filter-title {
  font-size: var(--small-font);
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 20px;
}

.filter-container form {
  max-width: 635px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-orderby {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--color-dark);
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-dark);
  border-radius: 100%;
  background: var(--color-milk);
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-dark);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.filter-orderby label {
  font-size: var(--small-font);
  font-weight: 400;
  line-height: 22px;
}

.filter-orderby p:nth-child(3) {
  position: relative;
  left: 14px;
}

.filter-orderby p:nth-child(4) {
  position: relative;
  left: 29px;
}

.filter-size {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.filter-size p {
  margin-bottom: 17px;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--color-dark);
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-dark);
  background: var(--color-milk);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 3px;
  transition: all 0.2s ease;
  font-weight: 700;
  color: var(--color-dark);
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.filter-checkboxes {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 33px;
}

.filter-organic {
  margin-left: -147px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.filter-organic .filter-title:after {
  content: " ";
  background-image: url(./img/vegan.svg);
  background-size: 20px 25px;
  height: 24px;
  width: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
}

.filter-hemp .filter-title:after {
  content: " ";
  background-image: url(./img/vegan.svg);
  background-size: 20px 25px;
  height: 24px;
  width: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
}

.filter-hemp {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -164px;
}

.filter-container .buttons {
  margin-top: 24px;
}

.filter-container [type=submit] {
  background: none;
  border: 1px solid var(--color-orange);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-orange);
  /* padding: 16px 54px 16px 54px; */
  letter-spacing: 0.1px;
  font-size: 14px;
  width: 206px;
  height: 50px;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 0;
}

.filter-container [type=submit]:focus {
  outline: none;
}

.filter-container [type=submit]:active {
  outline: none;
  color: #b0422c;
  border-color: #b0422c;
}

.filter-container button {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-milk);
  letter-spacing: 0.1px;
  font-size: 14px;
  width: 206px;
  height: 50px;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-left: 10px;
}

.filter-container button:focus {
  outline: none;
}

.filter-container button:active {
  outline: none;
  color: #b0422c;
  border-color: #b0422c;
}

.products-page .content-area {
  width: 100%;
}

.product h2 {
  font-weight: 600;
  font-size: var(--small-font);
  text-transform: uppercase;
  color: var(--color-dark);
  margin-top: 22px;
}

.product a {
  text-decoration: none;
  text-align: center;
}

.product .price {
  display: block;
  margin-top: 14px;
  font-weight: 400;
  font-size: var(--small-font);
  color: var(--color-dark);
}

.loader {
  text-align: center;
  display: none;
  margin-top: 60px;
}

.loader img {
  width: 130px;
  height: auto;
}

.nova-post img {
  width: 23px;
}

.delivery-service svg {
  pointer-events: none;
}

.site-main .product.type-product {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.rtwpvs-term-span {
  display: flex;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding-left: 6px;
}

.rtwpvs-terms-wrapper {
  display: flex;
}

.hemp-product-image-wrapper {
  width: 43%;
}

.hemp-image-list {
  width: 100%;
  display: block;
}

.hemp-image-list img {
  cursor: zoom-in;
}

.close-image-preview {
  cursor: pointer;
}

.summary.entry-summary {
  width: 57%;
  padding-left: 8.5%;
}

.variable-item-span {
  display: block;
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.variable-items-wrapper li.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.hemp-image-list figure {
  padding-bottom: 18px;
}

.hemp-image-list video {
  padding-bottom: 20px;
  outline: none;
}

.product .product_title {
  font-weight: 700;
  color: var(--color-dark);
  font-size: 1.5rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 34px;
  color: var(--color-dark);
  letter-spacing: 1.4px;
}

.woocommerce-variation .price {
  margin-top: 10px;
}

.woocommerce-variation-price ins span {
  color: var(--color-orange);
}

.woocommerce-variation-price ins {
  margin-left: 15px;
  display: inline-block;
  text-decoration: none;
}

.warning-product {
  margin-top: 2.7rem;
  font-size: 13px;
  color: var(--color-dark);
}

.variable-items-wrapper {
  display: flex;
}

.variable-items-wrapper li {
  list-style: none;
}

.variations tr {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.variations tr td {
  width: 100%;
}

.variations {
  margin-top: 14px;
}

.variations tr:first-child label {
  font-weight: 700;
  font-size: 0.8125rem;
  margin-right: 5px;
  width: 110px;
  color: var(--color-dark);
}

.variations tr:first-child span {
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--color-dark);
}

.variations tr:first-child td:nth-child(2) {
  margin-top: 16px;
}

ul[data-attribute_name=attribute_pa_size] span {
  width: auto !important;
  min-width: 50px;
  white-space: nowrap;
  padding: 0 10px;
}

.variable-item:not(.radio-variable-item) {
  margin-right: 15px;
}

.variable-item-span-color {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.variations tr:first-child td:nth-child(2) li.selected span {
  border: 2px solid var(--color-dark);
}

.variations tr:first-child td:nth-child(2) li.selected span:focus,
.variations tr:first-child td:nth-child(2) li {
  outline: none;
}

.hemp-note {
  margin-top: 23px;
  width: 90% !important;
  line-height: 23px;
  color: var(--color-dark);
  font-size: 13px;
  display: none !important;
}

.variations tr:nth-child(3) {
  margin-top: 42px;
}

.variations tr:nth-child(3) label {
  font-weight: 700;
  color: var(--color-dark);
  margin-right: 5px;
  font-size: 0.8125rem;
}

.variations tr:nth-child(3) span {
  font-weight: 400;
}

.variations .label span {
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--color-dark);
}

[data-value=one-size] {
  width: auto !important;
}

[data-value=one-size] span {
  width: auto !important;
  padding: 0px 10px;
}

.variations tr:nth-child(3) td:nth-child(2) {
  margin-top: 17px;
}

.variations tr:nth-child(3) td:nth-child(2) li.selected span:focus,
.variations tr:nth-child(3) td:nth-child(2) li {
  outline: none;
}

.variations tr:nth-child(3) td:nth-child(2) li.selected span {
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
}

.variations tr:nth-child(3) td:nth-child(2) li span {
  width: auto;
  height: 38px;
  border: 1px solid rgba(38, 43, 36, 0.3);
}

.variations tr:nth-child(3) td:nth-child(2) ul li {
  margin-right: 0px;
}

a.reset_variations {
  display: none !important;
}

.size-guid {
  margin-top: 21px;
}

.size-guid a {
  color: var(--color-dark);
  text-transform: capitalize;
  border-bottom: 1px solid var(--color-dark);
  font-weight: 400;
}

.single_add_to_cart_button {
  margin-top: 43px;
  cursor: pointer;
  width: 188px;
  height: 50px;
  outline: none;
  background-color: var(--color-orange);
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-milk);
}

.dropdown {
  margin-bottom: 46px;
}

.dropdown a {
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--color-dark);
  text-transform: uppercase;
}

.description_content p {
  white-space: break-spaces;
  margin-top: 19px;
  line-height: 1.5rem;
  width: 84%;
  margin-bottom: -4px;
  color: var(--color-dark);
}

.description_content {
  display: none;
}

.woocommerce-variation-add-to-cart.variations_button {
  margin-bottom: 51px;
}

#main section.related {
  margin-top: 10rem !important;
  display: flex;
  flex-wrap: wrap;
}

#main section.related h2 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-top: 10px;
  width: 100%;
  line-height: 38px;
}

#main section.related ul {
  display: inline-flex;
  flex-wrap: nowrap;
  row-gap: 0;
  grid-gap: 0;
  width: 75.7%;
  margin-top: 29px;
}

#main section.related ul li {
  width: 33%;
  padding-left: 0;
}

#main section.related ul li:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}

#main section.related .woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 0.875em;
  margin-top: 22px;
}

#main section.related .price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 0.875em;
}

#main section.related .price {
  margin-top: 9px;
}

.variable-item-span {
  cursor: pointer;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  color: var(--color-dark);
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  color: var(--color-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding-top: 20px;
}

.modal-header p {
  font-weight: 700;
}

.modal-body div {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  text-align: center;
  margin-top: 30px;
}

.modal-body .hemp-yes {
  width: 200px;
  margin: 0 auto;
  background-color: var(--color-orange);
  border: none;
  outline: none;
  color: var(--color-milk);
  height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.modal-body .hemp-yes:hover {
  cursor: pointer;
  background-color: #ad412b;
}

.modal-body .close {
  color: var(--color-dark);
  font-size: 1rem;
  width: 110px;
  position: relative;
  margin: 0 auto;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-milk);
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 20px;
}

.hemp-remove-item {
  width: 25%;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 40%;
    opacity: 1;
  }
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.right-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.right-modal-content {
  height: 100%;
  max-width: 450px;
  width: 100%;
  display: flex;
  right: 0;
  position: absolute;
  flex-direction: column;
  animation-name: animateright;
  animation-duration: 0.4s;
  background-color: var(--color-milk);
  color: var(--color-dark);
}

.right-close {
  animation-name: rightclose;
  animation-duration: 0.4s;
}
@keyframes rightclose {
  from {
    right: 0;
    opacity: 1;
  }
  to {
    right: -300px;
    opacity: 0;
    display: none;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.cart-modal-body::-webkit-scrollbar {
  width: 10px;
}

.cart-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart-modal-body::-webkit-scrollbar-thumb {
  background: #888;
}

.cart-modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mobile-menu-open::-webkit-scrollbar {
  width: 10px;
}

.mobile-menu-open::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mobile-menu-open::-webkit-scrollbar-thumb {
  background: #888;
}

.mobile-menu-open::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hemp-cart-item {
  display: flex;
  border-bottom: 1px solid var(--color-dark);
  padding-bottom: 18px;
  padding-top: 18px;
}

.hemp-cart-item:first-child {
  padding-top: 0;
}

.hemp-card-title {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 19px;
  padding-bottom: 20px;
}

.hemp-modal-title .cart-close {
  font-size: 42px;
  align-items: center;
  vertical-align: middle;
  line-height: 10px;
  height: 20px;
  cursor: pointer;
  position: relative;
  right: -4px;
  top: 2px;
}

.hemp-cart-image {
  width: 100%;
  max-width: 100px;
}

.hemp-cart-image img {
  width: 100px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hemp-modal-title {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  background-color: var(--color-milk);
  margin: 30px 40px 40px 40px;
  border-bottom: 1px solid var(--color-dark);
  position: relative;
  height: 100%;
  max-height: 45px;
}

.hemp-card-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 13px;
  font-weight: 700;
  color: var(--color-dark);
}

.hemp-size,
.hemp-color {
  width: 100%;
  margin-top: 3px;
  font-size: 0.85rem;
  text-transform: none;
}

.hemp-size {
  margin-top: 10px;
}

.hemp-size span:nth-child(2) {
  text-transform: none;
}

.hemp-cart-title {
  width: 60%;
  font-size: 14px;
  line-height: 18px;
}

.hemp-cart-total {
  font-size: 14px;
  margin-top: 2px;
}

.hemp-cart-remove {
  margin-top: 14px;
}

.hemp-cart-qty {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.hemp-cart-qty a {
  text-decoration: none;
  color: var(--color-dark);
  padding: 0 8px 0 9px;
}

.cart-modal-body {
  background-color: var(--color-milk);
  padding: 0 40px 60px 40px;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
}

.hemp-modal-footer {
  display: flex;
  position: relative;
  /* bottom: 61px; */
  width: 100%;
  flex-wrap: wrap;
  background-color: var(--color-milk);
  justify-content: space-between;
  max-width: 450px;
  padding: 20px 40px 0 40px;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  /* height: 148px; */
  position: relative;
  bottom: 0;
}

.hemp-modal-footer > div {
  width: 50%;
  display: block;
}

.hemp-modal-footer div:nth-child(2n) {
  text-align: right;
}

.hemp-card-delivery,
.hemp-card-total-free {
  margin-top: -3px;
  border-bottom: 1px solid var(--color-dark);
}

.hemp-card-total,
.hemp-card-total-price {
  border-bottom: 1px solid var(--color-dark);
}

.hemp-modal-footer .hemp-card-button-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
  display: -ms-flexbox;
  height: auto;
  vertical-align: middle;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 44px;
}

.hemp-card-button-area a {
  text-decoration: none;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 700;
}

.hemp-card-button-area input {
  width: 270px;
  height: 50px;
  margin-top: -14px;
  background-color: var(--color-orange);
  text-transform: uppercase;
  color: var(--color-milk);
  font-weight: 700;
  outline: none;
  border: none;
  cursor: pointer;
}

.hemp-cart-remove a {
  color: var(--color-dark);
  font-weight: 600;
  font-size: 14px;
}

.added_to_cart {
  display: none;
}

.full-image-zoom {
  display: block;
  position: absolute;
  width: 100%;
  background-color: var(--color-milk);
  transition: all 0.5s ease-in;
  cursor: zoom-out;
  z-index: 999;
}

.full-image-zoom div {
  margin-bottom: 50px;
}

.full-image-zoom div:last-child {
  margin-bottom: 0;
}

.close-image-preview {
  position: fixed;
  top: 40px;
  display: block;
  right: 40px;
}

.mobile-menu {
  display: none;
  position: relative;
  top: 0px;
}

.isMenuOpen {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.uk-slideshow {
  display: none;
}

.header-separator {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(38, 43, 36, 0.1019607843);
}

.page-not-found {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-top: 8.4rem;
  padding-left: 0.5rem;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}

.page-not-found h1 {
  font-weight: 700;
  color: var(--color-orange);
  font-size: 0.875rem;
  line-height: 22px;
  text-transform: uppercase;
}

.page-not-found p {
  font-size: 2.25rem;
  color: var(--color-dark);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 16px;
  letter-spacing: 1.8px;
  line-height: 132%;
  width: 45%;
}

.link-button {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--color-orange);
  color: var(--color-milk);
  text-transform: uppercase;
  width: 228px;
  height: 50px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  display: inline-grid;
  font-weight: 700;
  font-size: 14px;
}

.link-button:hover {
  color: var(--color-milk);
  text-decoration: none;
  background-color: var(--color-orange-hover);
}

.page-not-found a {
  margin-top: 25px;
}

.category-name {
  font-size: var(--small-font);
  font-weight: 700;
  color: var(--color-dark);
  margin-top: 2px;
  text-transform: uppercase;
}

.post-grid-items img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.post-grid-container {
  margin-top: 100px;
}

.post-grid-container > div {
  margin-bottom: 100px;
}

.firts-camp-post {
  margin-top: 24px;
}

.firts-camp-post img {
  max-height: 608px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hemp-card-button-area .right-bar-button {
  color: var(--color-milk);
  width: 270px;
  height: 50px;
  margin-top: -15px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}

.link-back {
  font-weight: 700;
  color: var(--color-orange);
  font-size: 14px;
  border-bottom: 2px solid var(--color-orange);
  text-transform: uppercase;
}

.link-back:hover {
  text-decoration: none;
}

.content {
  color: var(--color-dark);
}

.main-heading {
  margin-bottom: 50px;
}

section .uk-grid {
  margin-left: -20px;
}

section .uk-grid > * {
  padding-left: 20px;
}

section * + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 20px;
}

.campain-firs-image {
  margin-bottom: 20px;
}

.content section img {
  border: none !important;
}

.campain-about-post {
  color: var(--color-dark);
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.campain-post-content {
  color: var(--color-dark);
  font-size: 1em;
  margin-top: 32px;
  font-weight: 400;
  margin-bottom: 70px;
}

.campain-post-content p {
  white-space: break-spaces;
}

section .gallery-columns-1 {
  margin-bottom: 10px !important;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  padding-right: 10px;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
  padding-left: 10px;
}

.gallery-columns-2 {
  margin-bottom: 10px !important;
}

section div:last-child {
  margin-top: 3px;
}

.hemp-main-page-first-article img {
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-content {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 19px;
}

.cart-content form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cart-content .cart_item {
  width: 100%;
  display: flex;
  border-top: 1px solid var(--color-dark);
  padding: 36px 0;
}

.cart-content tr:nth-last-child(2) {
  border-bottom: 1px solid var(--color-dark);
}

.cart-content .cart_item .product-thumbnail {
  width: 165px;
  margin-right: 30px;
  min-height: 200px;
}

.cart-content .cart_item .product-name a {
  font-weight: 700;
  font-size: 1em;
  color: var(--color-dark);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  letter-spacing: 0em;
}

.cart-content .cart_item .quantity {
  visibility: hidden;
  display: none;
}

.q-desc:hover {
  cursor: pointer;
}

.q-incr:hover {
  cursor: pointer;
}

.cart-content table,
.cart-content table td {
  margin: 0 !important;
  border: none !important;
  padding: 0;
}

[name=update_cart] {
  visibility: hidden;
}

.cart-content .page-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-dark);
  text-transform: uppercase;
}

.woocommerce table.shop_table td {
  padding: 0px;
}

.woocommerce table.cart img {
  width: 165px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce .cart-content .product-name {
  padding-left: 30px;
  margin-top: 3px !important;
  max-width: 499px;
  width: 100%;
  flex-direction: column;
}

.cart-content .product-name .color {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-dark);
}

.cart-content .product-name .size {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-dark);
  text-transform: unset;
}

.cart-content .product-name .remove-item {
  position: relative;
  bottom: -83px;
  display: block;
  left: 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-dark);
  text-decoration: underline;
  width: -moz-min-content;
  width: min-content;
  z-index: 2;
}

.cart-content .product-quantity p {
  font-weight: 400;
  color: var(--color-dark);
  font-size: 16px;
}

.cart-content .product-quantity .quantity-size {
  padding: 0 19px 0 19px;
}

.cart-content .product-quantity span {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-dark);
  position: relative;
  top: 15px;
}

.cart-content .product-quantity {
  width: 100%;
  max-width: 220px;
}

.cart-content .product-subtotal span {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-dark);
  margin-top: -5px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3px;
}

.cart-content .product-subtotal {
  width: 100%;
  max-width: 117px;
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  display: flex;
  float: none;
  justify-content: space-between;
  margin-top: 3px;
  align-items: flex-end;
}

.cart-go-back a {
  color: var(--color-dark);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  margin-left: 9px;
}

.cart-go-back {
  margin-left: -3px;
}

.cart-go-back svg {
  margin-top: 0px;
}

.woocommerce a.button.alt {
  background-color: var(--color-orange);
  color: var(--color-milk);
  text-transform: uppercase;
  font-family: inherit;
  display: block;
  border-radius: 0;
  padding: 18px 55px;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce a.button.alt:hover {
  background-color: var(--color-orange-hover);
}

.woocommerce .cart_totals .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

.nextend-arrow-next {
  bottom: -4px !important;
  right: -80px !important;
}

.nextend-arrow-previous {
  bottom: -4px !important;
  left: -80px !important;
}

.blog-container {
  margin-top: 24px;
  display: flex;
  width: 100%;
}

.blog-date {
  color: var(--color-dark);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.blog-date a:hover {
  text-decoration: none;
}

.blog-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-dark);
  letter-spacing: 1.2px;
}

.blog-title:hover {
  text-decoration: none;
}

.blog-container.post-grid-container > div {
  margin-bottom: 40px;
  padding-left: 0px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item,
.grid-camp-item {
  width: calc(50% - 10px);
}

.grid {
  width: 100%;
}

/* .grid-item{
      float: left;
  } */
.blog-container.post-grid-container {
  margin-left: 0px;
}

.blog-container .grid-item:nth-child(2n) {
  margin-bottom: 20px;
}

.blog-container-main {
  width: 100%;
  max-width: 1190px;
}

.load-more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5px;
}

.load-more a {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}

.load-more a:hover {
  color: var(--color-orange-hover);
}

.single-blog-first-block {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.single-blog-first-block .single-blog-image {
  width: 50%;
  padding-right: 10px;
}

.single-blog-first-block .single-blog-text {
  width: 50%;
  padding-left: 40px;
}

.b-time {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.b-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 21px;
}

.b-short-description,
.b-photographer {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-top: 15px;
  white-space: break-spaces;
}

.b-photographer {
  margin-top: 18px;
}

.b-content-body p {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.b-content-body .blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  align-items: flex-start;
  padding-right: 4px;
}

.b-content-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  align-self: flex-start;
  padding: 0 40px 0 0;
}

.b-content-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  padding-left: 8px;
}

.b-content-body .blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 50px;
}

.b-content-body .wp-block-media-text {
  margin-bottom: 45px;
}

.b-content-body .has-media-on-the-right .wp-block-media-text__media img,
.wp-block-media-text__media video {
  padding-right: 0;
}

.b-content-body .wp-block-media-text__media img,
.wp-block-media-text__media video {
  padding-right: 10px;
}

.b-content-body .wp-block-media-text__content {
  padding: 0 30px 0 10px;
  align-self: flex-start;
}

.b-content-body > p {
  padding: 4px 0 50px 0;
}

.b-content-body .wp-block-media-text .wp-block-media-text__media {
  align-self: flex-start;
}

.our-brand .has-large-font-size,
.our-brand h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.our-brand p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin: 10px 0 40px 0;
}

.contacts {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

input[type=button].red-button {
  background-color: var(--color-orange);
  color: var(--color-milk);
  font-size: 14px;
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 0px;
  margin: 0;
}

input[type=button].red-button:hover {
  cursor: pointer;
  background-color: var(--color-orange-hover);
}

.contacts-data {
  padding: 38px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
  margin-top: 24px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.contacts-data .contact-item:last-child {
  grid-column: span 2;
}
.contacts-data .contact-item {
  width: 100%;
}

.contact-item .contacts-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.contact-item {
  margin-top: 1px;
  width: 27.8%;
  padding-bottom: 39px;
}

.contacts-value {
  margin-top: 16px;
}

.contacts-value a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--color-dark);
}

.contacts-value a:hover {
  text-decoration: none;
}

.contacts-data .contact-item:last-child {
  padding-bottom: 11px;
}

.contacts-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-top: 30px;
}

.contact-form label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-top: 26px;
}

.contact-form {
  margin-top: 31px;
  margin-left: -1px;
}

.contact-form input,
textarea {
  border-radius: 0;
  border: 1px solid var(--color-dark);
  height: 45px;
  background-color: var(--color-milk);
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4px;
}

.contact-form textarea {
  height: 100%;
  resize: none;
  padding: 20px;
}

.contacts-button {
  width: 100%;
  margin-top: 36px;
}

.field-error {
  color: var(--color-orange) !important;
  border-color: var(--color-orange) !important;
}

.field-error input,
.field-error textarea {
  border-color: var(--color-orange) !important;
}

.contact-form .contacst-submit {
  text-transform: uppercase;
}

.contacst-submit {
  width: 100%;
  text-align: center;
  background-color: var(--color-orange);
  color: var(--color-milk);
  padding: 13px 0;
  font-size: 14px;
  font-weight: 700;
}

.contacst-submit:hover {
  text-decoration: none;
  color: var(--color-milk);
}

.contact-submit-wrapper:hover .contacst-submit,
.contact-submit-wrapper:hover {
  background-color: var(--color-orange-hover);
}

.contact-submit-wrapper {
  width: 100%;
  text-align: center;
  background-color: var(--color-orange);
  margin-top: 36px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uk-notification-message {
  border: 1px solid var(--color-dark);
  background-color: var(--color-milk);
  font-family: inherit;
  font-size: 14px;
  color: green;
  text-align: center;
}

.cart-container .col2-set {
  display: flex;
  flex-direction: column;
}

.cart-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.cart-overview {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 63px 36px 0 43px;
  margin-left: 21px;
}

.cart-overview:after {
  left: 0;
  background-position: left top;
  box-shadow: 1px 0 0 #e1e1e1 inset;
  content: "";
  display: block;
  width: 500%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
  box-shadow: 0 -1px 0 #e1e1e1 inset;
  box-shadow: 1px 0 0 #e1e1e1 inset;
}

.cart-container .checkout.woocommerce-checkout .col2-set {
  max-width: 638px;
  margin-top: 135px;
  padding: 0 30px 50px 31px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.cart-body main {
  width: 100%;
  display: block;
  position: relative;
}

.cart-two-columns {
  display: flex;
  flex-wrap: nowrap;
}

.cart-container .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: var(--color-dark);
}

.cart-container .uk-subnav > * {
  padding-left: 0;
}

.cart-container .uk-subnav-pill > * > :first-child {
  padding: 5px 0;
}

.cart-container .uk-subnav {
  position: absolute;
  top: 88px;
  left: 15.9%;
}

.cart-container .uk-margin {
  margin: 0 !important;
}

.cart-logo {
  position: absolute;
  left: 0;
  justify-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  top: 40px;
}

.cart-container form {
  position: relative;
  display: flex;
}
.cart-container form .first-column-checkout {
  width: 55%;
}

.cart-container [type=checkbox]:checked,
.cart-container [type=checkbox]:not(:checked) {
  position: relative;
  left: 0;
}

.cart-container .uk-subnav-pill a:hover {
  background-color: #fff;
}

.cart-container .switch-block {
  display: inline-flex;
  position: absolute;
  top: 84px;
  left: 0;
  justify-content: center;
  align-items: baseline;
}

.cart-container .switch-block span {
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
  color: var(--color-dark);
  letter-spacing: -0.3px;
}

.cart-container .switch-block span:after {
  content: "›";
  position: relative;
  font-size: 23px;
  top: 2px;
  margin-left: 9px;
}

.switch-block .uk-active {
  font-weight: 700;
}

.switch-block div {
  margin-left: 3px;
}

.switch-block span:last-child:after {
  content: "";
}

.cart-overview .shop_table.woocommerce-checkout-review-order-table {
  width: 420px;
}

.cart-container .cart-image {
  position: relative;
  width: 65px;
  background: #fff;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.cart-container table.shop_table td {
  border: none;
  padding-bottom: 9px;
}

.woocommerce table.shop_table tbody th {
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  padding-left: 0;
}

.order-total td {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
}

.cart-container .cart-count {
  position: absolute;
  top: -10px;
  right: 0;
}

.cart-container .cart-image-container {
  float: left;
}

.cart-container .product-name {
  font-size: 14px;
  color: var(--color-dark);
  display: inline-flex;
}

.cart-container .product-text {
  padding-left: 10px;
  display: block;
  float: left;
  margin-top: 10px;
}

.cart-container .product-text p {
  color: var(--color-dark);
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
}

.cart-container .size {
  text-transform: none;
  color: #717171;
  font-weight: 600;
}

.cart-container .cart-count strong {
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: #808080;
  color: #fff;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -0.55em;
  top: 0.15em;
  z-index: 3;
}

.cart-container .woocommerce-Price-amount.amount {
  font-size: 14px;
  color: var(--color-dark);
  margin-top: -2px;
  font-weight: 500;
}

.cart-container .product-total div {
  text-align: right;
}

.woocommerce .cart-container input[type=text] {
  height: 42px;
  background-color: #fff;
  color: var(--color-dark);
  border-radius: 5px;
  border: 1px rgba(0, 0, 0, 0) solid;
  border-color: #d9d9d9;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce .cart-container .form-row select {
  height: 42px;
  background-color: #fff;
  color: var(--color-dark);
  border-radius: 5px;
  border: 1px rgba(0, 0, 0, 0) solid;
  border-color: #d9d9d9;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
  outline: none;
}

.cart-container form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.cart-navigation {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.cart-navigation a:nth-child(1) {
  color: var(--color-dark);
  font-weight: 500;
}

.cart-navigation a:nth-child(2) {
  color: #fff;
  font-weight: 500;
  padding: 20px 40px;
  background-color: #161d25;
  border-radius: 5px;
}

.cart-navigation a:hover {
  text-decoration: none;
}

.cart-container [type=radio]:checked,
.cart-container [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cart-container [type=radio]:checked + label,
.cart-container [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
}

.cart-container label[for=payment_method_liqpay] [type=radio]:checked + label,
.cart-container label[for=payment_method_liqpay] [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  color: var(--color-dark);
}

.cart-container [type=radio]:checked + label[for=payment_method_ppcp-gateway]:before {
  top: 0px;
}

.cart-container [type=radio]:checked + label[for=payment_method_ppcp-gateway]:after,
.cart-container [type=radio]:not(:checked) + label[for=payment_method_ppcp-gateway]:after {
  top: 7px;
}

.cart-container [type=radio]:not(:checked) + label[for=payment_method_ppcp-gateway]:before {
  top: 1px;
}

.cart-container [type=radio]:checked + label[for=payment_method_liqpay]:before {
  top: 0px;
}

.cart-container [type=radio]:checked + label[for=payment_method_liqpay]:after,
.cart-container [type=radio]:not(:checked) + label[for=payment_method_liqpay]:after {
  top: 7px;
}

.cart-container [type=radio]:not(:checked) + label[for=payment_method_liqpay]:before {
  top: 1px;
}

.paypal-payment-alert {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #fafafa;
  border-radius: 5px;
  padding: 15px;
}
.paypal-payment-alert p {
  font-size: 1rem;
}

#ppcp-cancel {
  margin-top: -20px;
}

.cart-container [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-dark);
  border-radius: 100%;
  background: #000;
}

.cart-container [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-dark);
  border-radius: 100%;
  background: #fff;
}

.cart-container [type=radio]:checked + label:after,
.cart-container [type=radio]:not(:checked) + label:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 15px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.cart-container [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.cart-container [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.cart-options span label {
  border: 1px solid #d9d9d9;
  padding: 15px;
  vertical-align: middle;
  font-size: 14px;
}

.cart-options .woocommerce-input-wrapper label:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cart-options .woocommerce-input-wrapper label:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cart-options .woocommerce-input-wrapper label:nth-child(4) {
  margin-top: -1px;
}

.cart-options .woocommerce-input-wrapper label:nth-child(6) {
  margin-top: -1px;
}

.cart-options .woocommerce-input-wrapper label:nth-child(8) {
  margin-top: -1px;
}

.cart-contact-info {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.cart-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.cart-contact-info .cart-contact span {
  font-size: 14px;
}

.cart-contact-info .cart-contact span:nth-child(2) {
  font-size: 14px;
  flex: 8;
  margin-left: 32px;
  color: var(--color-dark);
}

.cart-contact span:nth-child(1) {
  width: 55px;
}

.cart-contact:nth-child(1) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 0px;
}

.cart-payment .cart-contact:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cart-contact-info .cart-contact span:nth-child(3) {
  font-size: 12px;
  flex: 1;
  margin-left: 32px;
  color: var(--color-dark);
}

.cart-shiping-method-info [type=radio]:checked + label:before {
  top: 0px;
  left: 0px;
}

.cart-shiping-method-info [type=radio]:checked + label:after {
  top: 7px;
  left: 7px;
}

.woocommerce-shipping-totals.shipping {
  display: none;
}

.cart-shiping-method-info h3 {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
}

.cart-shiping-method-info {
  margin-top: 40px;
}

.shipping-radio-container {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.shipping-radio-container label {
  font-size: 14px;
  color: #545454;
}

.cart-subtotal {
  display: none;
}

.cart-navigation [type=button] {
  background-color: #161d25;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 1.4em 1.7em;
  font-size: 14px;
}

.cart-navigation [type=button]:disabled {
  opacity: 0.5;
  cursor: default;
}

.no-padding main {
  padding: 0;
}

.no-padding {
  background-color: #fff;
}

.payment-delivery-wrapper span {
  font-size: 14px;
}

.payment-delivery-wrapper {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: normal;
}

.no-padding footer {
  display: none;
}

.woocommerce-checkout #payment {
  background-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: auto;
  width: auto;
}

.woocommerce-checkout #payment div.payment_box {
  display: none !important;
}

main button[name=woocommerce_checkout_place_order] {
  background-color: var(--color-dark) !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  padding: 1.4em 1.7em !important;
  font-weight: 500 !important;
  position: relative;
  top: 30px;
  -webkit-appearance: none;
}

.wc_payment_methods.payment_methods.methods {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.cart-contact span:nth-child(3) {
  cursor: pointer;
  text-transform: capitalize;
}

.payment-block img {
  width: auto;
}

.payment-block img:nth-child(2) {
  width: 100px;
}

.form-row.place-order {
  padding: 0 !important;
}

.payment-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #fafafa;
  border-radius: 5px;
}

.payment-images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}

.order-total td {
  text-align: right;
}

.card-image p {
  padding: 15px 15px 0 15px;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.woocommerce-notices-wrapper {
  display: none;
}

.empty-cart {
  width: 100%;
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
  font-size: 14px;
}

main .return-to-shop a {
  background-color: var(--color-orange) !important;
  color: var(--color-milk) !important;
  padding: 15px 25px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  position: relative;
}

main .return-to-shop a:hover {
  background-color: var(--color-orange-hover) !important;
}

.order-total .woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  position: relative;
  top: 5px;
}

.woocommerce-billing-fields h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-image {
  width: 100%;
  padding: 30px 40px;
  text-align: center;
  background-color: #fafafa;
}

.card-image svg {
  width: 200px;
}

.cart-car svg {
  width: 22px;
  margin-right: 10px;
}

.woocommerce-additional-fields {
  margin-top: 50px;
  color: var(--color-dark);
}

.woocommerce-additional-fields p {
  font-size: 14px;
  margin-bottom: 25px;
  padding-top: 10px;
}

.woocommerce-additional-fields h3 {
  font-size: 19px;
}

.return-to-shiping {
  color: var(--color-dark);
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 43px;
}

.return-to-shiping:hover {
  text-decoration: none;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.n2-ss-slider .n2-ow {
  margin-top: 0px;
}

.mobile-image {
  display: none;
}

.return-to-shop {
  margin-top: 100px;
}

.woocommerce table.shop_table {
  border: none;
}

.overview-mobile {
  display: none;
}

.cart-navigation svg {
  transform: rotate(90deg);
  position: relative;
  top: -1px;
}

.return-to-shiping svg {
  transform: rotate(90deg);
  position: relative;
  top: -2px;
}

.no-padding main {
  overflow: hidden;
}

.hemp-total-sum {
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 700;
  position: relative;
  top: -18px;
}

.hempful-thanks-page {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.current-language {
  text-transform: uppercase;
  color: var(--color-milk);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.language .arrow {
  position: relative;
  top: -2px;
}

.lang-dropdown {
  min-width: auto !important;
  background-color: var(--color-milk);
  padding: 5px 15px 10px 15px;
  cursor: pointer;
}

.language-select {
  list-style: none;
}

.language-select li {
  font-weight: 700;
  color: var(--color-dark);
  font-size: 16px;
}

#delivery_method_field label:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: 7px;
}

form .col-1 .ship-add {
  margin-top: 16px;
  margin-bottom: 17px;
}

.hempful-thanks-page {
  color: var(--color-dark);
}
.hempful-thanks-page .woocommerce-notice {
  font-size: 24px;
  color: var(--color-dark);
  margin-bottom: 1em;
}
.hempful-thanks-page .woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
  font-size: 16px;
  font-weight: 700;
}
.hempful-thanks-page .woocommerce-thankyou-order-details .woocommerce-Price-amount {
  line-height: 1.5;
  font-size: 16px;
}

.woocommerce .hempful-thanks-page table.shop_table th {
  padding: 9px 0;
}

.woocommerce .hempful-thanks-page table.shop_table tfoot tr:nth-child(3) {
  display: none;
}

.hemp-pay-again {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: var(--color-dark);
}
.hemp-pay-again .payment_methods {
  display: none;
}
.hemp-pay-again button {
  background-color: var(--color-dark) !important;
  color: var(--color-milk) !important;
}

.woocommerce .hemp-pay-again table.shop_table th {
  padding: 9px 0;
}

.woocommerce .hemp-pay-again table.shop_table tfoot tr:nth-child(3) {
  display: none;
}

.mobile-language {
  display: none;
}

.parent-menu.mobile-lang {
  font-weight: 700;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-dark);
}

.privacy-policy p {
  margin: 10px 0;
  font-size: 13px;
}
.privacy-policy ul {
  padding-left: 25px;
}
.privacy-policy ul li {
  margin: 10px 0;
  font-size: 13px;
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5 {
  margin: 10px 0;
}
.privacy-policy h2 {
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}
.privacy-policy h3 {
  font-size: 1.025rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}

.cart-container .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 400;
}

.del-s span {
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  padding-right: 5px;
}
.del-s svg {
  width: 14px;
  height: 14px;
  fill: #8f8f8f;
  transition: all ease 0.3s;
  cursor: pointer;
}
.del-s svg:hover {
  fill: #333;
}

.uk-modal-body {
  background-color: var(--color-milk);
}

.hempful-button {
  background-color: var(--color-orange);
  color: var(--color-milk);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.hempful-button:hover {
  background-color: var(--color-orange-hover);
}

.hemp-size-table {
  width: 100%;
  text-align: center;
  border: 1px solid #dadada;
  border-collapse: collapse;
  margin: 30px 0;
}
.hemp-size-table td,
.hemp-size-table th {
  border: 1px solid #dadada;
  padding: 10px;
  text-transform: uppercase;
  color: var(--color-dark);
  font-size: 12px;
}
.hemp-size-table th {
  font-weight: 400;
}

.single-product-description {
  padding: 20px 0 10px 0;
  font-size: 13px;
  color: var(--color-dark);
}
.single-product-description ul {
  padding-left: 20px;
}

.mobile-full-image {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
}
.mobile-full-image .close-mobile-image {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 22222;
}

.mobile-full-image-w {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}
.mobile-full-image-w img {
  max-width: unset;
  height: auto;
  width: 250vw;
}

.hemp-button-pay {
  font-size: 16px !important;
  background-color: var(--color-dark) !important;
  color: var(--color-milk) !important;
}

.single-product-description {
  max-height: 153px;
  overflow: hidden;
  transition: all ease 0.5s;
}

.expand {
  max-height: 100vh;
}

#readMore {
  color: var(--color-dark);
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 5px;
}

#show-tooltip {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 17px;
  fill: #8f8f8f;
}

#delivery_address_field {
  position: relative;
}

.uk-modal-title {
  font-size: 16px;
}

.our-brand {
  margin-top: -5px;
}

.hemp-checkbox-f {
  font-size: 14px;
}

.products-page .woocommerce-error {
  display: none;
}

.hempful-thanks-page .woocommerce-order-details__title {
  font-size: 16px;
}
.hempful-thanks-page .woocommerce-thankyou-order-failed {
  font-size: 14px;
}
.hempful-thanks-page th,
.hempful-thanks-page span,
.hempful-thanks-page a,
.hempful-thanks-page strong {
  font-size: 14px;
}
.hempful-thanks-page tfoot tr:nth-child(1) {
  display: none;
}
.hempful-thanks-page td:nth-child(2),
.hempful-thanks-page th:nth-child(2) {
  text-align: right;
}
.hempful-thanks-page .woocommerce-thankyou-order-received {
  font-size: 16px;
}

.hemp-pay-again .product-name {
  font-size: 14px;
}
.hemp-pay-again tr th {
  font-size: 14px;
}
.hemp-pay-again .product-subtotal,
.hemp-pay-again .product-total {
  text-align: right;
  font-size: 14px;
}
.hemp-pay-again .product-subtotal span,
.hemp-pay-again .product-total span {
  font-size: 14px;
}

.hemp-form-subscribe {
  margin-top: 20px;
}
.hemp-form-subscribe input[type=email] {
  border-radius: 0;
  border: 1px solid var(--color-dark);
  height: 45px;
  background-color: var(--color-milk);
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
}
.hemp-form-subscribe label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--color-dark);
  text-transform: capitalize;
}
.hemp-form-subscribe .hemp-button-close {
  background-color: var(--color-dark);
  color: var(--color-milk);
}
.hemp-form-subscribe .hemp-button-subscribe {
  background-color: var(--color-orange);
  color: var(--color-milk);
}

.coming-soon {
  color: var(--color-dark);
  font-size: 14px;
  margin-top: 10px;
}

.single_add_to_cart_button.disabled.wc-variation-is-unavailable {
  pointer-events: none;
}

.visa-logo-master img {
  width: 50px;
  height: 34px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hemp-image-container {
  position: relative;
}

.coming-soon-archive {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-milk);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0.6;
}

.privacy-policy em {
  color: var(--color-orange);
}

#register {
  order: 1;
  padding: 15px 30px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.continue-payment {
  order: 1 !important;
  padding: 15px 30px !important;
  font-size: 14px;
  text-align: center;
  margin: 0 !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.coupon-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-block .button-coupon {
  color: var(--color-milk);
  background-color: var(--color-dark);
  font-weight: 500;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.cart-discount th {
  border-top: none !important;
}
.cart-discount td {
  text-align: right;
  padding-top: 9px !important;
}

.woocommerce-error {
  display: none;
}

.woocommerce-message {
  display: none;
}

.uk-notification-message-danger {
  color: var(--color-orange);
}

#dhl-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
}
#dhl-wrapper div {
  display: flex;
  margin: 0 auto;
  align-items: center;
  color: var(--color-milk);
}

.woocommerce-checkout-review-order-table .fee td {
  text-align: right;
}
.woocommerce-checkout-review-order-table .fee th {
  border-top: none !important;
}

.popup-language-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.popup-language-wrapper button {
  background: none;
  border: none;
  outline: none;
  padding: 18px;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
}
.popup-language-wrapper button:hover {
  cursor: pointer;
  color: var(--color-orange);
  background-color: rgba(38, 43, 36, 0.2);
}

#language-modal {
  text-align: center;
}
#language-modal h2 {
  line-height: 22px;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 0px;
}
#language-modal .uk-modal-dialog {
  width: 300px;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 15px;
}

/* end global */
@media (max-width: 1400px) {
  footer .delivery-service {
    min-width: 284px;
  }
  .copyright {
    width: 14.5%;
  }
}
@media (max-width: 1280px) {
  main {
    padding: 34px 24px 150px 24px;
  }
  .images-grid {
    /* -ms-grid-columns: (minmax(368px, 1fr))[2]; */
    grid-template-columns: repeat(2, 1fr);
  }
  .header-quote h3 {
    font-size: 12px;
  }
  .tagline {
    height: 40px;
  }
  .logo svg {
    width: 187px;
  }
  .logo-section .shoping-bag {
    left: -27px;
    top: -4px;
  }
  .logo-section .shoping-bag svg {
    width: 19px;
  }
  .logo-section {
    height: 90px;
  }
  a.cart-contents {
    font-size: 16px;
    top: 2px;
    right: -7px;
  }
  nav.menu-main_menu-container {
    width: 14.5%;
    padding-top: 18px;
    flex-basis: 170px;
    max-width: 170px;
  }
  .header-separator {
    display: none;
  }
  .head {
    height: 130px;
  }
  nav ul.menu li {
    padding: 0 0 19px 0;
  }
  nav .sub-menu {
    top: 15px;
  }
  .slider .nextend-bar-horizontal span {
    position: relative;
    top: -7px;
    left: -1px;
  }
  .insta-block {
    padding-top: 14px;
    max-width: 1135px;
  }
  .insta-block h2 {
    margin-left: 61px;
  }
  .insta-items {
    margin-top: 38px;
    margin-left: 0px;
    padding: 0 15px 0 5px;
  }
  footer {
    padding: 51px 40px 33px 40px;
    justify-content: space-between;
  }
  footer .delivery-service {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 27%;
  }
  .content.products-page {
    /* width: 85.5%; */
  }
  #main section.related h2 {
    font-size: 1.475rem;
  }
  .our-brand .has-large-font-size,
  .our-brand h2 {
    font-size: 16px;
  }
  #main section.related ul {
    margin-top: -1px;
  }
}
@media (max-width: 1024px) {
  .mobile-language {
    display: block;
  }
  .uk-dotnav > * {
    padding-left: 0;
  }
  .uk-dotnav {
    margin-left: 0px;
    justify-content: space-evenly;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mobile-menu {
    display: block;
  }
  main {
    padding: 15px;
  }
  .content.products-page {
    width: 100%;
  }
  nav.menu-main_menu-container {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--color-milk);
    z-index: 10;
    left: -100%;
    transition: left 0.5s ease;
    max-width: 100%;
    padding-bottom: 110px;
  }
  .icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .hamburger {
    width: 11px;
    height: 1.5px;
    transform: translate(-50%, -50%);
    background: var(--color-dark);
    transition: 0.5s;
    display: inline-block;
    margin-left: 12px;
  }
  .hamburger:before,
  .hamburger:after {
    content: "";
    width: 11px;
    height: 1.5px;
    position: absolute;
    background: var(--color-dark);
    transition: 0.5s;
  }
  .hamburger:before {
    top: -6px;
  }
  .hamburger:after {
    top: 6px;
  }
  .icon.active .hamburger {
    background: rgba(0, 0, 0, 0);
  }
  .icon.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
  }
  .icon.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
  }
  .head {
    height: 85px;
  }
  .logo-section {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px;
    height: 42px;
    position: sticky;
  }
  nav .is-open {
    width: 99%;
  }
  nav.mobile-menu-open {
    left: 0;
    overflow-y: auto;
    display: block;
  }
  .hemp-product-image-wrapper {
    width: 100%;
  }
  .hemp-image-list {
    display: none !important;
  }
  .uk-slideshow {
    display: block;
  }
  #primary main {
    padding: 0;
  }
  .site-main .product.type-product {
    padding: 0px;
  }
  footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .tagline {
    height: 42px;
  }
  .mobile-menu {
    top: -3px;
  }
  .logo svg {
    width: 139px;
  }
  .tagline {
    grid-template-columns: 1fr;
  }
  .head {
    width: auto;
  }
  html {
    overflow: auto;
    overflow-x: auto;
  }
  .header-quote h3 {
    margin-left: 0;
  }
  .logo a {
    margin-left: 0px;
  }
  #menu-main_menu a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  footer .delivery-service {
    width: 100%;
    justify-content: space-evenly;
    order: 1;
  }
  .nova-post img {
    margin-left: 0;
  }
  .copyright {
    width: 100%;
    margin-top: 25px;
    order: 4;
  }
  .extra-links {
    order: 3;
    width: 100%;
    margin-top: 50px;
  }
  .socials {
    order: 2;
    width: 33%;
    margin: 0 auto;
    margin-top: 50px;
  }
  #menu-footer_menu li {
    letter-spacing: 0.7px;
    width: 100%;
  }
  #menu-footer_menu li:last-child {
    margin-left: 0;
  }
  .menu-footer_menu-container ul {
    flex-wrap: wrap;
  }
  .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .product .product_title {
    font-size: 1rem;
  }
  .woocommerce-Price-amount {
    font-size: 1rem;
  }
  .no-sidebar {
    margin: 0 auto;
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 5px 15px 5px 5px;
  }
  #main .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-section {
    background-color: var(--color-milk);
    z-index: 2;
  }
  .cart-body .logo-section {
    grid-template-columns: 1fr;
  }
  .hemp-remove-item {
    width: 46%;
    max-width: 380px;
  }
  .cart-body .basket-block {
    display: none;
  }
  .cart-logo {
    top: 20px;
    width: 100% !important;
    transform: unset;
    z-index: 2;
    position: relative;
    text-align: center;
    left: 0;
  }
  .cart-two-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart-container .checkout.woocommerce-checkout .col2-set {
    order: 2;
    padding: 0 20px 0 20px;
    margin-top: 25px;
  }
  .cart-overview {
    order: 1;
    min-height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .cart-overview:after {
    width: 100%;
  }
  .cart-overview .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    max-width: 644px;
    margin: 0 auto;
    width: 100%;
  }
  .cart-container .switch-block {
    display: inline-flex;
    position: relative;
    top: 0;
    left: 0;
    align-items: baseline;
    margin: 0 auto;
    width: 100% !important;
    justify-content: center;
    margin-top: 22px;
  }
  #switch {
    margin-top: 20px !important;
  }
  .cart-overview .shop_table.woocommerce-checkout-review-order-table tbody,
  tfoot {
    display: block;
    margin-top: 17px;
  }
  .overview-mobile td {
    text-align: center;
  }
  .woocommerce table.shop_table {
    margin: 0;
  }
  .cart-mobile-show-cart {
    width: 100%;
    max-width: 644px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    height: 60px;
    padding: 0 20px;
  }
  .cart-mobile-show-cart .woocommerce-Price-amount.amount {
    top: 0;
  }
  .overview-mobile td {
    padding: 0 !important;
  }
  .cart-two-columns .cart-container table.shop_table td {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .cart-two-columns .overview-mobile {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .cart-mobile-text {
    font-size: 14px;
    color: #030405;
    text-align: left;
    word-break: break-word;
  }
  .cart-mobile-show-cart .woocommerce-Price-amount {
    color: #333 !important;
    font-weight: 500;
    font-size: 18px !important;
  }
  .cart-two-columns .shop_table tbody tr {
    padding: 0px 20px;
    width: 100%;
    position: relative;
    display: flex;
    max-width: 611px;
    margin: 0 auto;
  }
  .cart-container table.shop_table td {
    width: 50%;
  }
  .cart-container .product-text {
    margin-top: -3px;
  }
  .cart-container .cart-two-columns .product-text p {
    word-break: break-all;
    white-space: normal;
  }
  .overview-mobile {
    display: block;
  }
  .overview-mobile td {
    display: flex;
    width: 100% !important;
  }
  .cart-two-columns .cart-subtotal {
    display: none !important;
  }
  .woocommerce-shipping-totals.shipping {
    display: none !important;
  }
  .cart-close svg {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .order-total {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
  }
  .order-total .woocommerce-Price-amount.amount {
    top: 4px;
  }
  .order-total th {
    border: none !important;
  }
  .cart-navigation {
    flex-direction: column;
  }
  .cart-navigation a {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cart-navigation [type=button] {
    order: 1;
    width: 100%;
  }
  #payment .place-order {
    display: flex;
    flex-direction: column;
  }
  #payment .place-order .return-to-shiping {
    order: 2;
    text-align: center;
    margin-bottom: 50px;
  }
  .cart-contact-info .cart-contact span:nth-child(2) {
    word-break: break-word;
  }
  .product-subtotal {
    width: 100% !important;
  }
  .cart-content {
    padding-left: 0;
  }
  .cart-container .switch-block span {
    margin: 0;
  }
  .woocommerce td.product-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .cart-content .product-subtotal {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .woocommerce table.cart .product-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .woocommerce .cart-content .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .order-total td {
    border-top: none !important;
  }
  .language {
    display: none;
  }
  #register {
    width: 100%;
  }
  .continue-payment {
    order: 1;
    font-size: 14px;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .cart-container form .first-column-checkout {
    width: 100%;
  }
  .cart-overview .shop_table.woocommerce-checkout-review-order-table tbody tr {
    width: 100%;
    display: flex;
    padding: 0 20px;
  }
  .cart-overview .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-subtotal {
    display: none;
  }
  .cart-container table.shop_table .coupon-row td {
    width: 100%;
  }
  .cart-discount th,
  .cart-discount td {
    width: 50%;
  }
  .coupon-block .coupon-input-field {
    padding-right: 20px;
  }
  .coupon-block .coupon-input-field input {
    width: 100%;
  }
  .hempful-thanks-page tfoot {
    display: table-row-group;
  }
}
@media (max-width: 768px) {
  .no-sidebar {
    padding: 5px;
  }
  .logo-section .shoping-bag svg {
    width: 16px;
  }
  .logo-section .shoping-bag {
    left: -4px;
    top: -1px;
  }
  a.cart-contents {
    font-size: 14px;
    top: 2px;
    right: -2px;
  }
  .contact-item {
    width: 100%;
    padding-bottom: 25px;
  }
  .grid-sizer,
  .grid-item,
  .grid-camp-item {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 5px;
  }
  .main-page-title,
  .hemp-main-page-first-article,
  .images-grid,
  .slider,
  .insta-block {
    display: none;
  }
  .mobile-image {
    display: block;
  }
  #main .products {
    grid-template-columns: 1fr 1fr;
  }
  .tagline {
    padding: 0;
  }
  .contacts-data {
    padding: 18px 0;
  }
  .contacts-value {
    margin-top: 0;
  }
  .variations tr:nth-child(3) td:nth-child(2) li span {
    width: 40px;
    height: 35px;
  }
  .button-variable-item span {
    font-size: 14px;
  }
  .variations tr:nth-child(3) td:nth-child(2) ul li {
    margin-right: 0px;
  }
  .variable-item:not(.radio-variable-item) {
    width: 37px;
    height: 38px;
  }
  #main section.related {
    margin-top: 2rem !important;
  }
  #main section.related h2 {
    font-size: 16px;
  }
  .site-main .product.type-product {
    width: 100%;
  }
  .warning-product {
    margin-top: 1.5rem;
  }
  .variations {
    margin-top: 28px;
  }
  .variations tr:nth-child(3) {
    margin-top: 23px;
  }
  .hamburger {
    margin-left: 6px;
  }
  #main section.related ul {
    width: 100%;
    margin-top: 20px;
  }
  .cart-content {
    padding-left: 0;
  }
  .woocommerce table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    content: "";
  }
  .woocommerce table.cart img {
    width: 95px;
  }
  .cart-content .cart_item .product-thumbnail {
    width: 75px;
    margin-right: 30px;
    /* min-height: 200px; */
    text-align: left !important;
    float: left;
    min-height: auto;
  }
  .woocommerce .cart-content .product-name {
    padding-left: 10px;
    margin-top: -4px !important;
    max-width: 499px;
    width: auto;
    flex-direction: column;
    float: left;
    padding-bottom: 0;
  }
  .cart-content .product-name .color {
    font-size: 14px;
  }
  .cart-content .product-name .color {
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
  }
  .cart-content .product-name .size {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }
  .woocommerce td.product-quantity {
    text-align: left !important;
    padding-left: 10px;
    position: relative;
    top: -22px;
    grid-area: quantity;
  }
  .woocommerce td.product-quantity div {
    display: inline-flex;
    margin-left: 10px;
  }
  .woocommerce td.product-quantity div p {
    float: left;
    width: -moz-min-content;
    width: min-content;
    font-size: 14px;
    padding-right: 10px;
  }
  .cart-content .product-name .remove-item {
    bottom: -24px;
    z-index: 0;
  }
  .cart-content .product-quantity span {
    top: 0px;
    left: 5px;
    font-size: 14px;
  }
  .cart-content .product-quantity .quantity-size {
    padding: 0 13px 0 13px;
  }
  .woocommerce table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr {
    display: grid;
    grid-template-areas: "image name subtotal" "image quantity quantity";
    grid-template-rows: min-content 1fr min-content;
    grid-template-columns: min-content 1fr minmax(100px, min-content);
  }
  .cart-content .product-subtotal {
    grid-area: subtotal;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td:nth-child(4) {
    text-align: right !important;
  }
  .woocommerce table.cart .product-thumbnail {
    grid-area: image;
  }
  .woocommerce .cart-content .product-name {
    grid-area: name;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
  }
  .cart-container .woocommerce-Price-amount.amount {
    font-size: 14px;
    position: relative;
  }
  .cart-content .product-subtotal span {
    font-size: 14px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    height: auto;
    flex-wrap: wrap;
    /* order: 1; */
    justify-content: flex-start;
  }
  .cart-go-back {
    order: 2;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .cart-go-back svg {
    margin-top: -1px;
  }
  .wc-proceed-to-checkout {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .hemp-remove-item {
    width: 90%;
  }
  .main-heading {
    margin-bottom: 25px;
  }
  .single-blog-first-block {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .single-blog-first-block .single-blog-image {
    width: 100%;
  }
  .single-blog-first-block .single-blog-text {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .b-time {
    order: 2;
    font-size: 14px;
    margin-top: 10px;
  }
  .b-title {
    order: 1;
    font-size: 18px;
    margin: 0;
    line-height: 18px;
  }
  .b-short-description,
  .b-photographer {
    font-size: 14px;
  }
  .b-short-description,
  .b-photographer {
    order: 5;
  }
  .single-blog-text img {
    order: 3;
    margin-top: 15px;
  }
  .b-content-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding: 0;
  }
  .b-content-body p {
    font-size: 14px !important;
    margin-top: 40px;
  }
  .b-content-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
  .b-content-body .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
  }
  .blocks-gallery-grid,
  .wp-block-gallery {
    margin-bottom: 10px;
  }
  .wp-block-gallery .blocks-gallery-item figure {
    padding: 0;
  }
  .hemp-modal-footer .hemp-card-button-area {
    flex-wrap: wrap;
    text-align: center;
  }
  .hemp-card-button-area a {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
  .hemp-card-button-area a svg {
    top: -1px;
    position: relative;
  }
  .hemp-card-button-area .right-bar-button {
    order: 1;
    width: 100%;
  }
  .post-grid-container {
    margin-top: 50px;
  }
  .post-grid-container > div {
    margin-bottom: 50px;
  }
  #main .products {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    grid-template-columns: none;
  }
  #main .products .product {
    width: 50%;
    margin-bottom: 45px;
  }
  #main .products .product:nth-child(2n+1) {
    padding-right: 5px;
  }
  #main .products .product:nth-child(2n) {
    padding-left: 5px;
    margin: 0px;
  }
  .related.products li:nth-child(3) {
    display: none;
  }
  .woocommerce td.product-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .cart-content .product-subtotal {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .woocommerce table.cart .product-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .woocommerce .cart-content .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .language {
    display: none;
  }
  .filter-container form {
    max-width: none;
    display: flex;
  }
  .filter-orderby {
    flex-direction: column;
  }
  .filter-orderby p:nth-child(3) {
    left: 0;
    margin: 10px 0;
  }
  .filter-orderby p:nth-child(4) {
    left: 0;
  }
  #primary main {
    flex-wrap: unset;
  }
  .site-main .buttons {
    width: 100%;
  }
  .site-main .filter-container [type=submit] {
    width: 100%;
  }
  .site-main .filter-container button {
    width: 100%;
    margin: 10px 0;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .b-content-body .wp-block-media-text__media img,
  .wp-block-media-text__media video {
    padding-right: 0px;
  }
  nav a {
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;
  }
  nav .sub-menu a {
    font-weight: 400;
    line-height: 16px;
  }
  .site-main .category-header {
    flex-wrap: wrap;
  }
  .filter-checkboxes {
    flex-wrap: wrap;
    display: flex;
  }
  .filter-size {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .filter-size p {
    margin-bottom: 17px;
    margin-right: 15px;
  }
  .filter-organic {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  .filter-hemp {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    left: 0;
    margin-top: 20px;
  }
  .woocommerce .form-pay-hemp td.product-quantity {
    top: 0;
  }
  .form-pay-hemp .product-subtotal {
    width: unset !important;
  }
  main.mobile-page {
    padding: 0;
  }
  main.mobile-page .content {
    padding: 0;
  }
  .mobile-image img {
    height: calc(100vh - 85px);
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-brand .has-large-font-size,
  .our-brand h2 {
    font-size: 14px;
  }
  .filter-sort-button {
    margin-top: 15px;
    padding: 10px 30px 10px 30px;
  }
  .category-header .woocommerce-products-header {
    width: 100%;
  }
  footer .delivery-service {
    flex-direction: column;
    align-items: center;
    height: 120px;
    justify-content: space-between;
  }
  .popup-language-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .popup-language-wrapper button {
    background: none;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
  }
  .popup-language-wrapper button:hover {
    cursor: pointer;
    color: var(--color-orange);
    background-color: rgba(38, 43, 36, 0.2);
  }
  #language-modal {
    text-align: center;
  }
  #language-modal h2 {
    line-height: 0px;
    font-size: 14px;
  }
  #language-modal .uk-modal-dialog {
    width: 210px;
  }
}
@media (max-width: 660px) {
  .no-sidebar {
    padding: 5px;
  }
  .contacts-data {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 335px) {
  .cart-mobile-text {
    font-size: 13px;
  }
  .cart-mobile-show-cart .woocommerce-Price-amount {
    font-size: 16px !important;
  }
}
.variable-items-wrapper {
  gap: 10px;
}

.variable-item:not(.radio-variable-item) {
  width: auto !important;
}/*# sourceMappingURL=style.css.map */