@import url("../css/reset.css");

@font-face {
  font-family: "Deutschlander2.0";
  src: url("../fonts/Deutschlander\ 2.0\ D.woff2") format("woff2"),
    url("../fonts/Deutschlander\ 2.0\ D.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  background-color: #fcfcfc;
}
.container {
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 20px;
}
.burger-menu {
  display: none;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.center-2 {
  display: none;
}
header {
  position: relative;
  padding-bottom: 50px;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-delivery {
  width: 100%;
  background-color: rgb(202, 49, 65);
  padding: 15px 0;
}

.header-delivery p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
.header-title {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.header-title-left a {
  font-size: 72px;
  font-family: "Deutschlander2.0";
  color: rgb(202, 49, 65);
  line-height: 0.375;
  white-space: nowrap;
}
.header-title-left a > span {
  color: rgb(0, 0, 0);
}
.header-mail-wrap {
  max-width: 25px;
}
.header-mail-wrap img {
  width: 100%;
}
.header-title-right {
  display: flex;
  column-gap: 35px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-header ul {
  display: flex;
  column-gap: 50px;
  width: 100%;
  height: 100%;
}
.menu-header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.menu-header ul li a {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}

.menu-header ul li a:hover {
  transform: scale(1.05);
  will-change: transform;
}
.header-tel-cart {
  display: flex;
  column-gap: 22px;
}
.header-cart {
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  width: 181px;
  height: 46px;
  border-radius: 23px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.header-cart:hover {
  transform: scale(1.01);
  will-change: transform;
}
.header-cart a {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.header-tel {
  background-color: rgb(202, 49, 65);
  border-radius: 23px;

  height: 46px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.header-tel a {
  display: flex;
  column-gap: 5px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header-tel a > span {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
  white-space: nowrap;
}

.header-mail {
  background-color: rgb(202, 49, 65);
  width: 47px;
  height: 47px;
  border-radius: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.header-mail:hover,
.header-tel:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
  will-change: transform;
}
.header-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about-right-bot a:first-child {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(202, 49, 65);
  width: 181px;
  height: 46px;
  border-radius: 23px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.about-right-bot a:first-child:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
  will-change: transform;
}
.about-right-bot a:last-child {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(202, 49, 65);
  width: 181px;
  height: 46px;
  border-radius: 23px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}

.about-right-bot a:last-child:hover {
  transform: scale(1.01);
  will-change: transform;
}
.about-us {
  padding-top: 70px;
}
.about-top {
  max-width: 100%;
}
.about-img-wrap {
  height: 590px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-bot {
  margin-top: 75px;
  display: flex;
}
.about-bot > * {
  width: 50%;
}
.about-bot-left > h1 {
  font-size: 30px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.about-bot-left > h1 span {
  font-weight: bold;
  text-transform: capitalize;
}
.about-bot-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 40px;
}
.about-right-top p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: justifyLeft;
}
.about-right-bot {
  display: flex;
  column-gap: 20px;
}
.about-right-bot a:first-child {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(202, 49, 65);
  width: 181px;
  height: 46px;
  border-radius: 23px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.about-right-bot a:first-child:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
  will-change: transform;
}
.about-right-bot a:last-child {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(202, 49, 65);
  width: 181px;
  height: 46px;
  border-radius: 23px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}

.about-right-bot a:last-child:hover {
  transform: scale(1.01);
  will-change: transform;
}

.products {
  margin-top: 100px;
}
.products-wrapper {
  background-color: #f3f3f3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  border-radius: 2%;
  padding: 0 3% 3% 3%;
}

.product {
  width: 32%;
  background-color: #fcfcfc;
  margin-top: 3%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: transform;
}

.product:hover {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
  will-change: transform;
}

.product-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 5%;
}
.product-img-wrap {
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9% 0 10.5% 0;
  border-radius: 12px;
}
.product-img-wrap img {
  width: 65%;
}
.product-description {
  margin-top: 7%;
  width: 100%;
}
.product-description h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
.product-description p,
.volume p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  display: block;
  /* margin: 0 0 10px; */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-bot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.product-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.price p {
  font-size: 30px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  font-weight: bold;
  line-height: 1.2;
}
.btn-buy {
  margin-top: 6%;
}
.btn-buy a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: 157px;
  height: 36px;
  border-radius: 18px;
  background-color: rgb(202, 49, 65);
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}

.btn-buy a:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
  will-change: transform;
}

.charge {
  margin-top: 110px;
}
.charge-wrap {
  width: 100%;
  display: flex;
}
.charge-left {
  width: 65%;
}

.charge-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 55px;
  border-radius: 25px;
}

.charge-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.charge-img-wrap img {
  width: 100%;
  transform: scale(1.3) translateY(-30px) translateX(30px);
  display: block;
  z-index: 0;
}
.charge-left {
  position: relative;
}
.charge-text-wrap {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.charge-text-wrap p {
  font-size: 36px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);

  line-height: 1.2;
  text-align: left;
}
.charge-text-wrap p span {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}
.charge-right {
  width: 35%;
  padding-left: 3%;
}
.charge-right h3 {
  font-size: 36px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.charge-right p {
  margin-top: 6%;
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1.2;
  text-align: left;
}
.about-bot-red {
  margin-top: 120px;
  padding: 60px 0;
  background-color: rgb(202, 49, 65);
}
.about-bot-red h3 {
  font-size: 36px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 1.8%;
}
.about-bot-red p {
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 3%;
}
.about-bot-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.about-bott-left {
  width: 30%;
}
.about-right {
  width: 65%;
}
footer {
  margin-top: 95px;
  padding-bottom: 155px;
}
.footer-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-left {
  width: 25%;
}
.footer-left p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  margin-top: 20px;
}
.footer-center {
  width: 50%;
}
.footer-center form {
  display: flex;
  flex-direction: column;
}
.footer-center form textarea {
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 14px;
  font-family: "Roboto";
  color: rgba(0, 0, 0, 0.478);
  line-height: 1.2;
  text-align: left;
  resize: none;
}

.footer-center form textarea:hover {
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}

.footer-center form input[type="email"],
.footer-center form input[type="tel"] {
  border: 1px solid transparent;
  background: #f3f3f3;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 14px;
  font-family: "Roboto";
  color: rgba(0, 0, 0, 0.478);
  line-height: 1.2;
  text-align: left;
}
.footer-center form input[type="email"]:hover,
.footer-center form input[type="tel"]:hover {
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}
.footer-center form input[type="submit"] {
  border: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  width: 100%;
  background-color: rgb(202, 49, 65);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.2;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.footer-center form input[type="submit"]:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
}

.footer-right {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.contacts-wrap a,
.contacts-wrap p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.625;
}
.footer-right h4 {
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
}

/* MINI CART */

.mini-cart {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mini-cart-body {
  width: 30vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -30vw;
  top: 0;
  padding: 40px 25px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  background-color: #fcfcfc;
}

.mini-cart.show {
  opacity: 1;
  visibility: visible;
}

.mini-cart.show .mini-cart-body {
  right: 0;
}
body.no-scroll {
  overflow: hidden;
}

.mini-cart-body {
  max-height: 100vh;
  overflow-y: auto;
}
.mini-cart-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.mini-cart-header h4 {
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
.icon-close {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.icon-close:before {
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}
.icon-close:before,
.icon-close:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #1f1a1a;
}
.mini-cart-product-item {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}
.mini-cart-product-item-left {
  display: flex;
  column-gap: 10px;
  height: 100%;
  min-width: 70%;
}
.mini-cart-img-wrapper {
  max-width: 6vw;
  height: auto;
}
.mini-cart-img-wrapper img {
  width: 100%;
  height: auto;
}
.mini-cart-product-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mini-cart-product-description > a {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  color: #1f1a1a;
  margin: 0;
}
.mini-cart-quantity-changer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}
.mini-cart-changer-wrapper {
  display: flex;
  align-items: center;
  border: 1.5px solid #c4c4c4;
  border-radius: 8px;
}
.mini-cart-minus,
.mini-cart-plus {
  background-color: #fcfcfc;
  width: 25px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  z-index: 2;
}
.mini-cart-quantity {
  width: 35px;
  height: 33px;
  background-color: #fcfcfc;
  font-size: 16px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  align-items: center;
  justify-content: center;
}
.mini-cart-product-delete {
  cursor: pointer;
}
.mini-cart-product-item-right {
  width: 20%;
}
.mini-cart-product-item-right p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  margin: 0;
}
.underscore:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 50px;
}
.mini-cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.mini-cart-total p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  margin: 0;
}
.mini-cart-order-button,
.order-btn {
  margin-top: 50px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mini-cart-order-button a,
.order-btn a {
  display: block;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 14px 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 40px;
  background-color: rgb(202, 49, 65);
  margin: 0 auto;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
.mini-cart-order-button a:hover,
.order-btn a:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
  will-change: transform;
}
/* swiper */
.mySwiper {
  user-select: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
/*  */

.single-product-container {
  width: 100%;
}
.single-left {
  width: 50%;
}
.single-product-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-right-top p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.swiper-button-next,
.swiper-button-prev {
  color: rgb(96 96 96 / 68%);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(202, 49, 64, 0.493);
}
.single-product-back {
  display: inline-block;
  margin: 25px 0;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}

.single-product-back::before {
  content: "\003C";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.single-product-back:hover {
  transform: scale(1.05);
  will-change: transform;
}
.single-right {
  width: 50%;
  padding-left: 5%;
}
.single-right-top .product-title {
  font-size: 30px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  display: block;
  width: 70%;
}
.single-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 15px 0px;
}
.product-price-top {
  width: 30%;
}
p.price {
  font-size: 20px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
p.single-product-description {
  font-size: 25px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  display: block;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
}

th.label label {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
}
th.label {
  display: flex;
  height: 100%;
  width: 30%;
  justify-content: flex-start;
}
table.variations {
  width: 100%;
  margin-bottom: 25px;
}
table.variations tbody > tr {
  display: flex;

  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

#pa_weight {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 80%;
  padding: 12px;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: "Roboto";
}
#pa_weight:hover {
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}
td.value {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
  width: 70%;
}
a.reset_variations {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  will-change: transform;
}
a.reset_variations:hover {
  transform: scale(1.05);
  will-change: transform;
}
.woocommerce-variation.single_variation {
  margin: 10px 0px;
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
}
div.quantity {
  width: 30%;
}
/* transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 0 8px rgba(91, 88, 88, 0.3); */
div.quantity input[type="number"] {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 50%;
  padding: 12px;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
div.quantity input[type="number"]:hover {
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}
div.woocommerce-variation-add-to-cart,
form.cart:not(.variations_form.cart) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.single-right button[type="submit"] {
  border: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  width: 56%;
  background-color: rgb(202, 49, 65);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Roboto";
  line-height: 1.2;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.single-right button[type="submit"]:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
}
div.cart-buttons {
  width: 86%;
  margin-top: 10px;
}
div.cart-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  background-color: rgb(202, 49, 65);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Roboto";
  line-height: 1.2;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
div.cart-buttons a:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
}

/* burger menu */
.mini-menu {
  width: 100vw;
  height: 100vh;
  background-color: #fbfaf8;
  position: fixed;
  top: 0;
  left: -110%;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
}
.mini-menu-body {
  margin-top: 50px;
}
.mini-menu.show {
  left: 0;
}

.icon-close-mini-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.icon-close-mini-menu:before,
.icon-close-mini-menu:after {
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1f1a1a;
  transform-origin: center;
}

.icon-close-mini-menu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close-mini-menu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* burger menu */

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description
  p {
  max-width: 200px;
}

.page div.wc-block-components-order-summary-item__description p {
  display: none !important;
}
.page h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
.page p,
.page span {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1.4;
  text-align: left;
  display: block;
  /* margin: 0 0 10px; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}
.page .wc-block-checkout__actions_row a {
  display: none;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
  align-items: center;
  display: flex;
  justify-content: center !important;
}
.page button.wc-block-components-button {
  border: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
  width: 100%;
  background-color: rgb(202, 49, 65);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.2;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.page button.wc-block-components-button:hover {
  background-color: rgb(217, 57, 73);
  transform: scale(1.01);
}
.page button.wc-block-components-button span {
  color: rgb(255, 255, 255);
}
.page textarea {
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 14px;
  font-family: "Roboto";
  color: rgba(0, 0, 0, 0.478);
  line-height: 1.2;
  text-align: left;
  resize: none;
}
.page textarea:hover {
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}
.page input[type="text"],
.page input[type="tel"],
.page input[type="email"],
.page select,
.page div[role="radio"],
.page div.wc-block-components-shipping-rates-control,
.page div.wc-block-components-radio-control {
  background: #f3f3f3;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page input[type="text"]:hover,
.page input[type="tel"]:hover,
.page input[type="email"]:hover,
.page select:hover,
.page div[role="radio"]:hover,
.page div.wc-block-components-shipping-rates-control:hover,
.page div.wc-block-components-radio-control:hover {
  border-color: #5b5858;
  color: #5b5858;
  box-shadow: 0 0 8px rgba(91, 88, 88, 0.3);
}
.page .wc-block-components-totals-item__description * {
  font-size: 13px !important;
  font-family: "Roboto";
  color: rgb(23, 30, 44);
  line-height: 1;
  text-align: left;
  display: block;
  margin-top: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"],
.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.page .wc-block-components-text-input input[type="email"],
.page .wc-block-components-text-input input[type="number"],
.page .wc-block-components-text-input input[type="password"],
.page .wc-block-components-text-input input[type="tel"],
.page .wc-block-components-text-input input[type="text"],
.page .wc-block-components-text-input input[type="url"] {
  border: 1px solid hsl(0deg 5.05% 60.19% / 28%);
}
.page
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:focus {
  outline: 0px solid hsla(0, 0%, 7%, 0.8);
  outline-offset: 0px;
}
.page
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:focus {
  outline: 0px solid hsla(0, 0%, 7%, 0.8);
  outline-offset: 0px;
}
.page
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border: 1px solid hsla(0, 0%, 7%, 0.382);
}
.page
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #000000b1;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: 0;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
}
.woocommerce-order {
  max-width: 500px;
  background: white;
  box-shadow: -1px 0px 10px rgb(0 0 0 / 5%);
  margin: 40px auto;
  border-radius: 8px;
  padding: 5px 15px 20px;
}
.woocommerce-order p,
.woocommerce-order-details__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 46px;
  color: #66615b;
  text-transform: none;
  height: auto;
  margin-bottom: 10px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #66615b;
  text-transform: none;
  height: auto;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  thead {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 42px;
  text-align: justify;
  color: #66615b;
  text-transform: none;
  height: auto;
  margin-bottom: 10px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tbody
  tr {
  position: relative;
}
.woocommerce-order
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tbody
  tr.woocommerce-table__line-item.order_item
  td.woocommerce-table__product-name.product-name {
  padding: 0;
}
td.woocommerce-table__product-name.product-name a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  color: #66615b;
  text-transform: none;
  height: auto;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tbody
  tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px dashed #97969b;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  tr
  th {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #66615b;
  text-transform: none;
  height: auto;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1
  h2,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2
  h2,
.woocommerce-order .woocommerce-customer-details h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 46px;
  text-align: justify;
  color: #66615b;
  text-transform: none;
  height: auto;
  margin-bottom: 10px;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1
  address,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2
  address,
.woocommerce-order .woocommerce-customer-details address {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #66615b;
  text-transform: none;
  height: auto;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  tr
  th.order-actions--heading,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  tr
  td
  a {
  display: none;
}
.woocommerce-Price-amount.amount bdi,
.woocommerce-Price-amount.amount {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
h1.page-title {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #66615b;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  margin-top: 40px;
}
.error-404 a {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #66615b;
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  margin-top: 40px;
}
.wc-block-components-checkout-place-order-button__text {
  text-align: center;
}
.empty-cart p {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  line-height: 1.2;
}
div[data-block-name="woocommerce/product-new"] {
  display: none;
}
.entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  column-gap: 30%;
}
.empty-cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(70% + 12px + 5vw);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ed080880;
  margin: 20px 1px;
}
.single-right .single-product-description {
	font-size: 15px;
    line-height: 135%;
}
.single-right .single-product-description p, .single-right .single-product-description ul {
	margin-bottom: 16px;
}
.single-foot .single-product-description {
    font-size: 18px;
    line-height: 135%;
}