@charset "UTF-8";
/*********************
    BREAKPOINTS
*********************/
/* @mixin phone-portrait {
    @media screen and (max-width: 320px){
        @content;
    }
} */
/* @mixin phone-landscape {
    @media screen and (min-width: 321px){
        @content;
    }
} */
@font-face {
  font-family: "bangla_mnregular";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/bangla_mn-webfont.woff") format("woff"), url("../css/fonts/bangla_mn-webfont.woff2") format("woff2");
}
/* Variables
=============================== */
/* Main
=============================== */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Georgia", serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  line-height: 2.2rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "bangla_mnregular", "Bangla MN Regular", "Bangla MN Sans Serif", sans-serif;
}

h1 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
  }
  h3 {
    font-size: 2.25rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
  }
}
hr {
  margin-top: 0;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  hr {
    margin-top: 0;
    margin-bottom: 14px;
  }
}

/* Links */
a:link {
  color: black;
}
a:link:hover {
  color: rgba(0, 0, 0, 0.6);
}

a:visited, a:active {
  color: black;
}

/* Cart page, inserted discount price, taking off the underline */
ins {
  text-decoration: none;
}

/* Layout Elements
=============================== */
section, footer {
  margin: 0 auto;
}

main, .content-area, .shop-section { /* there was  - main - here. Category page is affected. */
  margin: 0 auto;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  main, .content-area, .shop-section {
    padding: 36px;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.wrapper__heading--right {
  text-align: center;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .wrapper__heading--right {
    justify-self: right;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper__heading--right {
    justify-self: right;
  }
}
.wrapper__heading--left {
  text-align: center;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .wrapper__heading--left {
    justify-self: left;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper__heading--left {
    justify-self: left;
  }
}
.wrapper__heading--center {
  text-align: center;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .wrapper__heading--center {
    justify-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper__heading--center {
    justify-self: center;
  }
}

.button {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "bangla_mnregular", "Bangla MN Regular", "Bangla MN Sans Serif", sans-serif;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 1024px) {
  .button {
    letter-spacing: 0.1rem;
  }
}

.button--pink {
  background-color: #f58f7c;
  color: black;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .button--pink {
    letter-spacing: 0.1rem;
    margin-right: 10px;
    margin-top: 20px;
    display: inline-block;
  }
}

.button--grey {
  background-color: #62637c;
  color: white;
  display: none;
}
@media screen and (min-width: 1024px) {
  .button--grey {
    letter-spacing: 0.1rem;
    margin-top: 20px;
    display: inline-block;
  }
}

.button--grey--price {
  background-color: #62637c;
  color: white;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .button--grey--price {
    letter-spacing: 0.1rem;
    margin-top: 10px;
    display: inline-block;
  }
}

/* Header
=============================== */
.main-header {
  display: grid;
  grid-template: "nav logo tools";
  grid-template-columns: 1fr 2fr 1fr;
  padding: 12px;
  background-color: #00bcc5;
}
.main-header a {
  text-decoration: none;
  font-family: "bangla_mnregular", "Bangla MN Regular", "Bangla MN Sans Serif", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
}
.main-header__logo {
  grid-area: logo;
  justify-self: center;
  align-self: center;
}
.main-header__nav {
  grid-area: nav;
  justify-self: start;
  align-self: center;
}
.main-header__nav .menu {
  display: none;
  padding: 0;
  list-style: none;
}
.main-header__nav .menu .menu-item {
  display: inline-block;
  padding: 0 22px;
}
.main-header__nav .menu .menu-item:hover .sub-menu {
  display: block;
}
.main-header__nav .menu-link {
  width: 2.1rem;
  height: 1rem;
  position: relative;
}
.main-header__nav .menu-link span.burger {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 0.2rem;
  background-color: #ffffff;
}
.main-header__nav .menu-link span.burger:first-child {
  top: 0;
}
.main-header__nav .menu-link span.burger:last-child {
  bottom: 0;
}
.main-header__nav .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  background-color: #00bcc5;
  min-width: 140px;
  z-index: 10;
}
.main-header__nav .sub-menu .menu-item {
  padding: 0;
  display: block;
}
.main-header__nav .sub-menu .menu-item a {
  text-decoration: none;
  display: block;
  padding: 1rem 1rem;
}
.main-header__nav .sub-menu .menu-item a li {
  padding: 0;
  display: block;
  text-align: center;
}
.main-header__nav .sub-menu .menu-item a:hover {
  background-color: #f2c4ce;
}
.main-header__tools {
  grid-area: tools;
  justify-self: end;
  align-self: center;
}
.main-header__tools .tools-icon {
  padding: 0.25rem;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .main-header {
    grid-template: "logo nav tools";
    padding: 0 16px;
  }
  .main-header a {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .main-header__logo {
    justify-self: start;
  }
  .main-header__nav {
    justify-self: center;
  }
  .main-header__nav .menu {
    display: block;
  }
  .main-header__nav .menu-link {
    display: none;
  }
}

/* Mobile Menu
=============================== */
.mobile-menu {
  display: none;
}
.mobile-menu .menu {
  padding: 0;
  list-style-type: none;
}
.mobile-menu .menu a {
  padding: 0.8rem 1rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "bangla_mnregular", "Bangla MN Regular", "Bangla MN Sans Serif", sans-serif;
}
.mobile-menu .menu .sub-menu {
  display: none;
}

/* Main Card Basket
=============================== */
.main-promo-basket {
  display: grid;
}
@media screen and (min-width: 426px) {
  .main-promo-basket {
    grid-template-columns: 3fr 2fr;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .main-promo-basket {
    grid-template-columns: 3fr 2fr;
    margin-bottom: 10px;
  }
}

/* Block */
/* Basket Image */
.main-card--basket {
  position: relative;
}
.main-card--basket::after {
  content: "";
  background-image: url("../images/basket_darkgrey_1380x800.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--basket__wrapper {
  text-decoration: none;
  height: 32vh;
  display: grid;
}
@media screen and (min-width: 426px) {
  .main-card--basket__wrapper {
    height: 46vh;
  }
}
@media screen and (min-width: 1024px) {
  .main-card--basket__wrapper {
    height: 60vh;
  }
}

/* Basket Heading Large screen Rightside */
.main-card--text {
  position: relative;
}
.main-card--text::after {
  content: "";
  background-color: #f1f2f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--text__wrapper {
  text-decoration: none;
  height: 20vh;
  display: none;
  align-content: center;
}
@media screen and (min-width: 426px) {
  .main-card--text__wrapper {
    display: grid;
    height: 46vh;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .main-card--text__wrapper {
    display: grid;
    height: 60vh;
  }
}

/* Basket Heading Visible only when Smartphone Portlait */
.main-card--text1 {
  position: relative;
}
.main-card--text1::after {
  content: "";
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--text1__wrapper {
  text-decoration: none;
  height: 20vh;
  display: grid;
  align-content: center;
  padding: 16px;
}
@media screen and (min-width: 426px) {
  .main-card--text1__wrapper {
    display: none;
  }
}

/* Main Card Bag
=============================== */
.main-promo-bag {
  display: grid;
}
@media screen and (min-width: 426px) {
  .main-promo-bag {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .main-promo-bag {
    grid-template-columns: 2fr 3fr;
    margin-bottom: 10px;
  }
}

/* Block */
/* Bag Image */
.main-card--bag {
  position: relative;
}
.main-card--bag::after {
  content: "";
  background-image: url("../images/bird_knitting_brown_1152x800.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 7%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--bag__wrapper {
  text-decoration: none;
  height: 32vh;
  display: grid;
}
@media screen and (min-width: 426px) {
  .main-card--bag__wrapper {
    height: 46vh;
  }
}
@media screen and (min-width: 1024px) {
  .main-card--bag__wrapper {
    height: 60vh;
  }
}

/* Bag Heading lg Visible */
.main-card--text2 {
  position: relative;
}
.main-card--text2::after {
  content: "";
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--text2__wrapper {
  text-decoration: none;
  height: 20vh;
  display: none;
  align-content: center;
}
@media screen and (min-width: 426px) {
  .main-card--text2__wrapper {
    display: grid;
    height: 46vh;
  }
}
@media screen and (min-width: 1024px) {
  .main-card--text2__wrapper {
    display: grid;
    height: 60vh;
  }
}

/* Bag Heading sm Visible */
.main-card--text3 {
  position: relative;
}
.main-card--text3::after {
  content: "";
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-card--text3__wrapper {
  text-decoration: none;
  height: 20vh;
  display: grid;
  align-content: center;
  padding: 16px;
}
@media screen and (min-width: 426px) {
  .main-card--text3__wrapper {
    display: none;
  }
}

/* Promo Card
=============================== */
.standard-promo {
  display: grid;
  margin-bottom: 20px;
}
@media screen and (min-width: 426px) {
  .standard-promo {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .standard-promo {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }
}

/* Block */
.promo-card {
  padding: 16px;
  margin-bottom: 10px;
  /* Slippers */
  /* Mobile */
}
.promo-card--slippers {
  position: relative;
}
.promo-card--slippers::after {
  content: "";
  background-image: url("../images/slippers_950x800.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.promo-card--slippers__wrapper {
  text-decoration: none;
  height: 40vh;
  display: grid;
  align-content: end;
}
.promo-card--slippers__wrapper h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 426px) {
  .promo-card--slippers__wrapper {
    height: 70vh;
  }
  .promo-card--slippers__wrapper h3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-card--slippers__wrapper {
    height: 58vh;
  }
  .promo-card--slippers__wrapper h3 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .promo-card--slippers__wrapper {
    height: 68vh;
  }
  .promo-card--slippers__wrapper h3 {
    margin-bottom: 10px;
  }
}
.promo-card--mobile {
  position: relative;
}
.promo-card--mobile::after {
  content: "";
  background-image: url("../images/mobile_950x800.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.promo-card--mobile__wrapper {
  text-decoration: none;
  height: 40vh;
  display: grid;
  align-content: end;
}
.promo-card--mobile__wrapper h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 426px) {
  .promo-card--mobile__wrapper {
    height: 70vh;
  }
  .promo-card--mobile__wrapper h3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-card--mobile__wrapper {
    height: 58vh;
  }
  .promo-card--mobile__wrapper h3 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .promo-card--mobile__wrapper {
    height: 68vh;
  }
  .promo-card--mobile__wrapper h3 {
    margin-bottom: 10px;
  }
}

/* Shop Section
=============================== */
.shop-section__heading, .shop-section__body {
  text-align: center;
}
.shop-section__heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .shop-section__heading {
    margin-bottom: 20px;
  }
}

/* Workshop
=============================== */
.workshop {
  position: relative;
}
.workshop h1, .workshop h3, .workshop hr {
  color: white;
}
.workshop h3 {
  line-height: 2rem;
}
.workshop::after {
  content: "";
  background-image: url("../images/workroom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 10px;
}
.workshop__wrapper {
  text-decoration: none;
  height: 60vh;
  display: grid;
  align-content: center;
  padding: 16px;
}

/* Footer
=============================== */
.footer {
  background-color: #d6d6d6;
  padding: 16px;
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.footer a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 36px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 36px;
  }
}
.footer-accordion__header {
  position: relative;
  display: flex;
}
.footer-accordion__header::after {
  content: "+";
  font-size: 1.8rem;
  position: absolute;
  right: 1rem;
}
.footer-accordion__header.active::after {
  content: "−";
}
.footer-accordion__body {
  display: none;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, black, transparent) 1;
     border-image: linear-gradient(to right, black, transparent) 1;
}
.footer-accordion__body--content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-accordion__body--content a {
  display: block;
  padding: 7px 0;
}
.footer-accordion__header.active + .footer-accordion__body {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-accordion__body {
    display: block;
    border: 0;
  }
  .footer-accordion__header::after {
    display: none;
  }
}

/* Mobile Footer Menu
=============================== */
/* .menu-information-container {
    display: block;
    list-style-type: none;
} */
/* Copyright */
.copyright {
  text-align: center;
}
.copyright__social a {
  padding: 10px;
  text-decoration: none;
}
.copyright__body {
  margin: 20px 0;
}

/* Page Hero */
/* .page-hero {
    display: grid;
    height: 60vh;
    background-color: #ececec;
    background-size: cover;
    background-position: center;
    justify-items: center;
    align-items: center;
    color: #fff;
    margin: 20px 0;

    &__heading {
        color: #fff;
    }
} */
/*  WooCommerce Block Builder Additional CSS classes
=============================== */
.cover_wrapper {
  z-index: -1;
}

/* About Page
=============================== */
/* About Description */
.about-main {
  padding: 0;
}

.about_contents {
  display: block;
  margin-top: 30px;
  padding: 16px;
}
.about_contents p {
  font-size: large;
}
@media screen and (min-width: 768px) {
  .about_contents {
    margin-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .about_contents {
    margin-top: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

.about_two-columns {
  padding: 16px;
  display: grid;
  margin-bottom: 30px;
}
.about_two-columns h2 {
  font-size: large;
}
@media screen and (min-width: 768px) {
  .about_two-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .about_two-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

/* About Numbers */
.about_three-columns {
  display: grid;
  margin-bottom: 30px;
  text-align: center;
}
.about_three-columns h1, .about_three-columns p {
  color: #fff;
}
.about_three-columns h1 {
  font-size: xx-large;
}
.about_three-columns p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  letter-spacing: 0.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .about_three-columns {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .about_three-columns {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
.about_three-columns__first {
  position: relative;
}
.about_three-columns__first::after {
  content: "";
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/03/workroom-crop-felt_800x640.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_three-columns__first--wrapper {
  height: 43vh;
  display: grid;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .about_three-columns__first--wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .about_three-columns__first--wrapper {
    height: 60vh;
  }
}
.about_three-columns__second {
  position: relative;
}
.about_three-columns__second::after {
  content: "";
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/03/workroom-crop-hands_800x640.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_three-columns__second--wrapper {
  height: 43vh;
  display: grid;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .about_three-columns__second--wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .about_three-columns__second--wrapper {
    height: 60vh;
  }
}
.about_three-columns__third {
  position: relative;
}
.about_three-columns__third::after {
  content: "";
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/03/workroom-crop-basket_800x640.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_three-columns__third--wrapper {
  height: 43vh;
  display: grid;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .about_three-columns__third--wrapper {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .about_three-columns__third--wrapper {
    height: 60vh;
  }
}

.about_heading_styling {
  line-height: 3rem;
  letter-spacing: 0.05em;
}

/* Contact Us Page
=============================== */
.contat-us-main {
  padding: 0;
}

.contact-us__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/03/cntact_us_workroom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 50% 100%;
  color: #fff;
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.contact-us__container h1 {
  font-size: large;
}
.contact-us__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .contact-us__container {
    height: 400px;
  }
}

/* Google Forms */
.contact-us__wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
}

.google-form {
  width: 320px;
  height: 1150px;
}
@media screen and (min-width: 426px) {
  .google-form {
    width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .google-form {
    width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .google-form {
    width: 800px;
  }
}

/* Privacy Policy Page
=============================== */
.privacy_policy__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/12/behind_the_scenes_naturaldark1920x600.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 50% 100%;
  color: #fff;
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.privacy_policy__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .privacy_policy__container {
    height: 400px;
  }
}

.privacy_policy_contents {
  display: block;
  margin-top: 30px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .privacy_policy_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy_policy_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

/* Refund and Return Page
=============================== */
.refund_and_return_policy__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/12/shipping_packaging_1920x600.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 50% 100%;
  color: #fff;
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.refund_and_return_policy__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .refund_and_return_policy__container {
    height: 400px;
  }
}

.refund_and_return_policy_contents {
  display: block;
  margin-top: 30px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .refund_and_return_policy_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .refund_and_return_policy_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

/* Price, Tax, Payment and Shipping Page
=============================== */
.price_tax_payment_and_shipping__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/12/mobile_making1920x600.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 50% 100%;
  color: rgb(0, 0, 0);
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.price_tax_payment_and_shipping__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .price_tax_payment_and_shipping__container {
    height: 400px;
  }
}

.price_tax_payment_and_shipping_contents {
  display: block;
  margin-top: 30px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .price_tax_payment_and_shipping_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .price_tax_payment_and_shipping_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

/* Terms of Use Page
=============================== */
.terms_of_use__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/12/arctic_animals_1920x600.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 50% 100%;
  color: rgb(0, 0, 0);
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.terms_of_use__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .terms_of_use__container {
    height: 400px;
  }
}

.terms_of_use_contents {
  display: block;
  margin-top: 30px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .terms_of_use_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .terms_of_use_contents {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 160px;
    padding-right: 160px;
  }
}

/* ========================================
Care Instruction Page
=============================== */
.care_instructions__container {
  display: grid;
  background-image: url("https://aikafeltworks.com/wp-content/uploads/2022/12/care_instruction_1920x600.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 38vh;
  background-position: 90% 50%;
  color: rgb(0, 0, 0);
  justify-items: center;
  align-items: center;
  z-index: -1;
  text-align: center;
  margin-bottom: 20px;
}
.care_instructions__container--wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .care_instructions__container {
    height: 400px;
    background-position: 50% 50%;
  }
}

/* =======================================
About Basket Page
=============================== */
.wp-block-separator {
  width: 50%;
}

.wp-block-image figcaption {
  text-align: center;
}

/*  About Basket Page 
Block Builder Additional CSS classes
=============================== */
.about-basket__padding {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .about-basket__padding {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .about-basket__padding {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.about-basket__columnpadding {
  padding: 20px;
}

.about-basket__columnmargin__bottom {
  margin-bottom: 30px;
}

.about-basket__columnmargin__top {
  margin-top: 30px;
}

.about-basket__columnmargin__all {
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .about-basket__columnmargin__all {
    margin: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .about-basket__columnmargin__all {
    margin: 50px;
  }
}

/* About Basket - Possible? */
.custom-size-question__container {
  background-color: #00bcc5;
  display: flex;
  justify-content: center;
  text-align: center;
}
.custom-size-question__container .custom-size-question {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  padding: 16px;
}
@media screen and (min-width: 426px) {
  .custom-size-question__container .custom-size-question {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-size-question__container .custom-size-question {
    max-width: 1280px;
    flex-wrap: nowrap;
    padding: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.custom-size-question__container .custom-size-question .custom-size-question__drawing--container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-size-question__container .custom-size-question .custom-size-question__drawing--container .custom-size-question__drawing {
  max-width: 100%;
  height: auto;
}
.custom-size-question__container .custom-size-question__box {
  background-color: #ffffff;
  width: 75%;
  padding: 30px 20px 20px 20px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .custom-size-question__container .custom-size-question__box {
    flex-basis: 35%;
    margin-left: 50px;
  }
}
.custom-size-question__container .custom-size-question__box h2 {
  color: #f58f7c;
}
.custom-size-question__container .custom-size-question__box hr {
  margin-top: 20px;
  border-top: 1px solid #00bcc5;
  width: 80%;
}
.custom-size-question__container .custom-size-question__box--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.custom-size-question__container .custom-size-question__box--row .q-and-a-left {
  align-self: center;
  flex-basis: 15%;
}
.custom-size-question__container .custom-size-question__box--row .q-and-a-right {
  flex-basis: 85%;
  padding-left: 10px;
}

/* About Basket - Price and Size */
.price-and-size__container {
  background-color: white;
  display: flex;
  justify-content: center;
  text-align: center;
}
.price-and-size__container .price-and-size {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding: 16px;
}
@media screen and (min-width: 426px) {
  .price-and-size__container .price-and-size {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .price-and-size__container .price-and-size {
    max-width: 1280px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    flex-wrap: nowrap;
  }
}
.price-and-size__container .price-and-size .price-and-size__box {
  background-color: white;
  border-color: #c6c6c6;
  border-width: 1px;
  border-style: solid;
  width: 75%;
  padding: 30px 20px 20px 20px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .price-and-size__container .price-and-size .price-and-size__box {
    flex-basis: 35%;
  }
}
.price-and-size__container .price-and-size .price-and-size__box h2 {
  color: #f58f7c;
}
.price-and-size__container .price-and-size .price-and-size__box hr {
  margin-top: 20px;
  border-top: 1px solid #00bcc5;
  width: 80%;
}
.price-and-size__container .price-and-size .price-and-size__drawing--container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.price-and-size__container .price-and-size .price-and-size__drawing--container .price-and-size__drawing {
  max-width: 100%;
  height: auto;
}

/* About Basket - Your Basket Size */
.your-basket-size__container {
  background-color: #f2c4ce;
  display: flex;
  justify-content: center;
  text-align: center;
}
.your-basket-size__container .your-basket-size {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  padding: 16px;
}
@media screen and (min-width: 426px) {
  .your-basket-size__container .your-basket-size {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .your-basket-size__container .your-basket-size {
    max-width: 1280px;
    flex-wrap: nowrap;
    padding: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.your-basket-size__container .your-basket-size .your-basket-size__drawing--container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.your-basket-size__container .your-basket-size .your-basket-size__drawing--container .your-basket-size__drawing {
  max-width: 100%;
  height: auto;
}
.your-basket-size__container .your-basket-size__box {
  background-color: #ffffff;
  width: 75%;
  padding: 30px 20px 20px 20px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .your-basket-size__container .your-basket-size__box {
    flex-basis: 35%;
    margin-left: 50px;
  }
}
.your-basket-size__container .your-basket-size__box h2 {
  color: #f58f7c;
}
.your-basket-size__container .your-basket-size__box hr {
  margin-top: 20px;
  border-top: 1px solid #00bcc5;
  width: 80%;
}
.your-basket-size__container .your-basket-size__box--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.your-basket-size__container .your-basket-size__box--row .q-and-a-left {
  align-self: center;
  flex-basis: 15%;
}
.your-basket-size__container .your-basket-size__box--row .q-and-a-right {
  flex-basis: 85%;
  padding-left: 10px;
}

/* About Basket - Your Basket Size - Size Buttons */
.size-formula {
  font-size: 15px;
  color: #62637c;
}

.size-definision {
  font-size: 21px;
  margin-top: 20px;
}

.six-sizes {
  font-size: 30px;
}

.size-card__container {
  background-color: #f2c4ce;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.size-card__container .size-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 426px) {
  .size-card__container .size-card {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .size-card__container .size-card {
    max-width: 1000px;
    flex-wrap: nowrap;
  }
}
.size-card__container .size-card__s, .size-card__container .size-card__m, .size-card__container .size-card__l, .size-card__container .size-card__xl, .size-card__container .size-card__xxl, .size-card__container .size-card__xxxl {
  width: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-top: 140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.size-card__container .size-card__s {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-s-170.png);
}
.size-card__container .size-card__m {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-m-170.png);
}
.size-card__container .size-card__l {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-l-170.png);
}
.size-card__container .size-card__xl {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-xl-170.png);
}
.size-card__container .size-card__xxl {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-xxl-170.png);
}
.size-card__container .size-card__xxxl {
  background-image: url(https://aikafeltworks.com/wp-content/uploads/2022/06/size-variation-xxxl-170.png);
}
.size-card__container a {
  text-decoration: none;
}

/* ==================================================
Product Page
===================================================== */
.woocommerce div.product .product_title {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product .product_title {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

@media screen and (min-width: 426px) {
  .woocommerce div.product {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product {
    max-width: 1000px;
    margin: auto;
  }
}

.woocommerce .quantity .qty {
  line-height: 2em;
}

.made-to-order, .production-time, .ships-in {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  gap: 8px;
}

.return-and-refund {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 8px;
}

.input-measurements_wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
}

.woocommerce .input-measurements {
  line-height: 2em;
}

.input-measurements_list_wrapper {
  margin-top: 0;
}

/* ====================================================
Check Out Page 
=======================================================*/
/* Change the max-width, centered, 
for Cart page, Checkout page */
div.woocommerce {
  padding: 16px;
}
@media screen and (min-width: 426px) {
  div.woocommerce {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  div.woocommerce {
    max-width: 1000px;
    margin: auto;
  }
}

#order_review_heading {
  margin-top: 20px !important;
  margin-right: auto;
  margin-bottom: 20px !important;
  margin-left: auto;
}
@media screen and (min-width: 426px) {
  #order_review_heading {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  #order_review_heading {
    max-width: 1000px;
    margin: auto;
  }
}

.input-measurements {
  margin-bottom: 20px !important;
}

/* ===============================================
Slippers Size Chart
===================================================*/
.tablepress th {
  background: #00bcc5;
  color: #fff;
  font-weight: 700;
}

.tablepress .odd td {
  background: #c4e9f2;
}

.tablepress .column-1 {
  font-weight: 700;
}

.tablepress .column-6 {
  font-weight: 700;
}

.tablepress td {
  padding: 8px;
}

.tablepress th {
  padding: 8px;
}

/**=======================================================
 * My Account
=========================================================*/
.woocommerce-account .woocommerce-MyAccount-navigation::before {
  content: "My Account";
  padding-left: 15px;
  font-size: 3rem;
  line-height: 7.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 16px;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 36px;
    width: 20%;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 16px;
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    padding: 36px;
    width: 60%;
    margin-top: 6rem;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "FontAwesome";
  content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "FontAwesome";
  content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "FontAwesome";
  content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "FontAwesome";
  content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: "FontAwesome";
  content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "FontAwesome";
  content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "FontAwesome";
  content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type=submit] {
  margin-top: 50px;
  float: right;
}

.woocommerce-Address {
  margin-bottom: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 3rem;
  background-color: #ededed;
  border-width: 0px !important;
}

.woocommerce dd .variation-Widthsidewithhandleininches, .variation-Depthothersideininches, .variation-Heightininches, p {
  margin-top: 0px;
}/*# sourceMappingURL=style.css.map */