/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
h2 {
  color: #2F2317;
}

button,
a {
  transition: all 0.3s ease-out;
}

p a {
  position: relative;
  text-decoration: unset !important;
}
p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #496844;
  transition: width 0.3s ease;
}
p a:hover {
  color: #496844;
}
p a:hover::before {
  width: 100%;
}
p a:focus {
  color: #A1D499;
}
p a:focus::before {
  background-color: #A1D499;
}

.cr-reviews-slider .cr-review-card .cr-review-card-inner {
  background-color: #FAF5F0 !important;
  padding: 40px 24px;
  border-radius: 16px;
  height: auto;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .middle-row {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 160%;
  flex: 0;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .middle-row .datetime {
  display: none;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .middle-row .review-text {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #56402B;
  font-weight: 400;
  font-family: "Dosis", Sans-serif;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .top-row {
  order: 1;
  padding: 0;
  margin: 0;
  border: unset;
  justify-content: center;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .top-row .reviewer {
  gap: 16px;
  align-items: center;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .top-row .reviewer .reviewer-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #2F2317;
  letter-spacing: 0;
  justify-content: center;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .top-row .reviewer .verified_review {
  display: flex;
  gap: 2px;
  align-items: center;
  border: 1px solid #CC9966;
  border-radius: 5px;
  padding: 4px 6px;
  width: 177px;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .top-row .reviewer .verified_review span {
  font-size: 12px;
  font-weight: 700;
  color: #CC9966;
  letter-spacing: 0.5px;
  line-height: 12px;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .rating-row {
  order: -2;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .rating-row .rating-label {
  display: none;
  margin: 0;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .rating-row .cr-rating-icon,
.cr-reviews-slider .cr-review-card .cr-review-card-inner .rating-row .cr-rating-icon-bg {
  width: 18px;
  height: 18px;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .review-product {
  order: -1;
  background-color: transparent !important;
  padding: 0;
  margin: 16px 0 28px 0;
  justify-content: center;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .review-product .cr-product-thumbnail {
  display: none;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .review-product .product-title {
  padding: 0;
  margin: 0;
  text-align: center;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner .review-product .product-title a {
  font-size: 18px;
  font-family: "Roboto Slab", Sans-serif;
  color: #2F2317;
  text-decoration: underline;
}

.elementor-widget-text-editor p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
}

.blog_tile_home {
  box-shadow: unset !important;
}
.blog_tile_home img {
  transition: 0.3s ease-in;
}
.blog_tile_home:hover img {
  transform: scale(1.05);
}

.single-post #primary {
  margin: 0;
  padding: 0;
}

.woocommerce-js div.product div.images {
  margin: 0;
}
.woocommerce-js div.product div.images .flex-viewport {
  margin-bottom: 0 !important;
}
.woocommerce-js div.product div.images .flex-control-thumbs {
  position: absolute;
  bottom: 48px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 999px) {
  .woocommerce-js div.product div.images .flex-control-thumbs {
    flex-direction: row;
    bottom: 24px;
    left: 24px;
  }
}
.woocommerce-js div.product div.images .flex-control-thumbs li {
  width: 120px;
  height: 70px;
  margin: 0 !important;
}
@media (max-width: 999px) {
  .woocommerce-js div.product div.images .flex-control-thumbs li {
    width: 84px;
    height: 48px;
  }
}
.woocommerce-js div.product div.images .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_slider_tile .elementor-widget-heading {
  min-height: 53px;
}
.product_slider_tile .elementor-widget-woocommerce-product-add-to-cart {
  flex-grow: 0;
}
.product_slider_tile .elementor-widget-woocommerce-product-add-to-cart .button {
  margin-bottom: 0 !important;
}

.product_slider_tile img {
  transition: 0.4s ease-in;
}

.product_slider_tile:hover img {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.widget_shopping_cart_content .buttons_added {
  margin: 10px 0px 10px 0;
}
.widget_shopping_cart_content .buttons_added .minus,
.widget_shopping_cart_content .buttons_added .plus,
.widget_shopping_cart_content .buttons_added input {
  background-color: #FAF5F0 !important;
  color: #2F2317 !important;
  margin: 0 !important;
  border: unset !important;
}
.widget_shopping_cart_content .buttons_added .plus {
  border-radius: 0 16px 16px 0 !important;
  border-top: 1px solid #F0E0D1 !important;
  border-right: 1px solid #F0E0D1 !important;
  border-bottom: 1px solid #F0E0D1 !important;
}
.widget_shopping_cart_content .buttons_added .minus {
  border-radius: 16px 0 0 16px !important;
  border-top: 1px solid #F0E0D1 !important;
  border-left: 1px solid #F0E0D1 !important;
  border-bottom: 1px solid #F0E0D1 !important;
}
.widget_shopping_cart_content .buttons_added input {
  border-top: 1px solid #F0E0D1 !important;
  border-bottom: 1px solid #F0E0D1 !important;
}

.order-totals {
  border-top: 1px solid #F0E0D1;
  border-bottom: 1px solid #F0E0D1;
  padding: 24px 0 24px 0;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-totals .row.shipping {
  align-items: baseline;
}
.order-totals .row.shipping .shipping_method_title {
  width: calc(100% - 80px);
}
.order-totals .row.shipping .shipping_total {
  width: 80px;
  text-align: right;
}
.order-totals div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order-totals div span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #56402B;
}

.row.total {
  padding: 20px 0 31px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.row.total span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #2F2317;
}

.process-order #custom_place_order,
.process-order #checkout-next-step {
  width: 100%;
  border-radius: 16px;
  line-height: 1.45;
  font-size: 22px;
  color: #2D4228;
  background-color: #A1D499;
  font-weight: 700;
  text-transform: uppercase;
}
.process-order #custom_place_order:hover,
.process-order #checkout-next-step:hover {
  background-color: #2F2317;
  color: #A1D499;
}
.process-order #custom_place_order {
  display: none;
}

body.balja-step-summary .process-order #checkout-next-step {
  display: none !important;
}

body.balja-step-summary .process-order #custom_place_order {
  display: block !important;
}

#yith-par-message-reward-cart {
  display: none;
}

.checkout.woocommerce-checkout {
  display: flex !important;
  gap: 24px;
  flex-wrap: wrap !important;
  justify-content: space-between;
  flex-direction: row;
}
.checkout.woocommerce-checkout .woocommerce-error {
  flex-basis: 100%;
}
.checkout.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}
.checkout.woocommerce-checkout wc-order-attribution-inputs {
  display: none;
}
@media (max-width: 999px) {
  .checkout.woocommerce-checkout {
    flex-wrap: wrap !important;
  }
}
.checkout.woocommerce-checkout #paypal-standard-container {
  width: 100%;
}
.checkout.woocommerce-checkout #customer_details {
  width: 58% !important;
  margin: 0 !important;
  flex-basis: 58%;
  max-width: 760px;
}
.checkout.woocommerce-checkout #customer_details .col-1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields {
  order: 4;
}
@media (max-width: 999px) {
  .checkout.woocommerce-checkout #customer_details {
    width: 100% !important;
    flex-basis: 100%;
    max-width: unset;
  }
}
.checkout.woocommerce-checkout #order_review {
  width: 40% !important;
  flex-basis: 40%;
  max-width: 536px;
}
@media (max-width: 999px) {
  .checkout.woocommerce-checkout #order_review {
    width: 100% !important;
    flex-basis: 100%;
    max-width: unset;
  }
}

.items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.items-wrapper .item-card {
  display: flex;
  gap: 12px;
}
.items-wrapper .item-card .item-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
}
.items-wrapper .item-card .item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(100% - 96px);
}
.items-wrapper .item-card .item-img {
  width: 96px;
  height: 96px;
}
.items-wrapper .item-card .item-title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  color: #2F2317;
}
.items-wrapper .item-card .item-quantity {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  color: #56402B;
}
.items-wrapper .item-card .item-price {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  color: #2F2317;
}
.items-wrapper .line {
  background-color: #F0E0D1;
  width: 100%;
  height: 1px;
}

.cart-card {
  display: flex;
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  margin-top: 4px;
  gap: 24px;
}
.cart-card:first-child {
  margin-top: 0;
}
@media (max-width: 999px) {
  .cart-card {
    flex-direction: column;
  }
}
.cart-card .cart-card-left {
  flex-shrink: 0;
}
@media (max-width: 999px) {
  .cart-card .cart-card-left {
    text-align: center;
  }
}
.cart-card .cart-card-left img {
  max-width: 168px;
  height: auto;
}
@media (max-width: 999px) {
  .cart-card .cart-card-left img {
    max-width: unset;
    height: 200px;
    width: auto;
  }
}
.cart-card .cart-card-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 43px;
  width: auto;
  padding: 8px 0 8px 0;
}
.cart-card .cart-card-right .cart-card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.cart-card .cart-card-right .cart-card-top .title_weight {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-card .cart-card-right .cart-card-top .product-weight {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #56402B;
}
.cart-card .cart-card-right .cart-card-top .product-name {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #2F2317;
}
.cart-card .cart-card-right .cart-card-top .cart-card-price {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #2F2317;
}
.cart-card .cart-card-right .cart-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #56402B;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .quantity_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #56402B;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 128px;
  height: 40px;
  background: #FAF5F0;
  border: 1px solid #F0E0D1;
  border-radius: 16px;
  overflow: hidden;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .minus,
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .plus,
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .qty {
  height: 100%;
  border: 0 !important;
  background: transparent !important;
  color: #2F2317;
  margin: 0;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .minus,
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F2317;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .minus:hover,
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .plus:hover {
  color: #A1D499;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .qty {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .qty::-webkit-inner-spin-button, .cart-card .cart-card-right .cart-card-bottom .cart-card-quantity .buttons_added.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.cart-card .cart-card-right .cart-card-bottom .delete_product_from_cart {
  color: #56402B;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAF5F0;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  transition: all 0.2s linear;
}
.cart-card .cart-card-right .cart-card-bottom .delete_product_from_cart a {
  color: inherit;
  line-height: normal;
  display: flex;
}
.cart-card .cart-card-right .cart-card-bottom .delete_product_from_cart:hover {
  color: #2F2317;
}

#order_review {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px !important;
  display: block !important;
  border: unset !important;
  height: 100%;
}
#order_review table {
  box-shadow: unset !important;
  border-radius: unset !important;
  display: none;
}
#order_review table thead {
  display: none;
}
#order_review .cart_item th {
  display: none;
}
#order_review .cart_item td {
  width: 100% !important;
}
#order_review h2 {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0;
}

.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout:after,
.woocommerce.woocommerce-checkout form.checkout.woocommerce-checkout:after {
  content: unset !important;
}

.cart_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 999px) {
  .cart_wrapper {
    flex-direction: column;
  }
}
.cart_wrapper .cart_form_wrapper {
  width: 59% !important;
  max-width: 760px;
}
@media (max-width: 999px) {
  .cart_wrapper .cart_form_wrapper {
    width: 100% !important;
    max-width: unset;
  }
}
.cart_wrapper .cart-collaterals {
  width: 43% !important;
  max-width: 536px;
}
.cart_wrapper .cart-collaterals::before {
  content: unset !important;
}
@media (max-width: 999px) {
  .cart_wrapper .cart-collaterals {
    width: 100% !important;
    max-width: unset;
  }
}
.cart_wrapper .coupon {
  display: none !important;
}
.cart_wrapper button[name=update_cart] {
  background-color: transparent !important;
  color: #2F2317 !important;
  border: 1px solid #2F2317 !important;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 4%;
  text-transform: uppercase;
  padding: 8px 24px;
  transition: all 0.3s ease-out;
}
.cart_wrapper button[name=update_cart]:hover {
  background-color: #2F2317 !important;
  color: #A1D499 !important;
}
.cart_wrapper button[name=update_cart]:disabled, .cart_wrapper button[name=update_cart]:disabled:hover {
  background-color: transparent !important;
  color: #2F2317 !important;
  border-color: #2F2317 !important;
  opacity: 0.4;
  cursor: not-allowed;
}

.cart-collaterals #cart_totalss {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  border: unset;
  width: 100% !important;
}
.cart-collaterals #cart_totalss .shipping {
  display: none;
}
.cart-collaterals #cart_totalss th,
.cart-collaterals #cart_totalss tr,
.cart-collaterals #cart_totalss td {
  border: unset;
  padding: 0;
}
.cart-collaterals #cart_totalss h2 {
  background-color: transparent;
  border: unset;
  margin: 0;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0;
}
.cart-collaterals #cart_totalss table {
  border: unset;
}
.cart-collaterals #cart_totalss .cart-subtotal th,
.cart-collaterals #cart_totalss .cart-subtotal td,
.cart-collaterals #cart_totalss .cart-discount th,
.cart-collaterals #cart_totalss .cart-discount td {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #56402B;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #F5EBE0;
}
.cart-collaterals #cart_totalss .cart-subtotal td,
.cart-collaterals #cart_totalss .cart-discount td {
  text-align: right;
}
.cart-collaterals #cart_totalss .cart-subtotal td bdi,
.cart-collaterals #cart_totalss .cart-discount td bdi {
  font-weight: 600;
}
.cart-collaterals #cart_totalss .cart-discount th,
.cart-collaterals #cart_totalss .cart-discount td {
  border: unset !important;
}
.cart-collaterals #cart_totalss .order-total th,
.cart-collaterals #cart_totalss .order-total td {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2F2317;
  padding: 20px 0 10px 0;
}
.cart-collaterals #cart_totalss .order-total td {
  text-align: right;
}
.cart-collaterals #cart_totalss .order-total td bdi {
  font-weight: 600;
}
.cart-collaterals #cart_totalss .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 32px;
}
.cart-collaterals #cart_totalss .wc-proceed-to-checkout .checkout-button {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #2D4228;
  font-weight: 700;
  border-radius: 16px;
  background-color: #A1D499;
  padding: 8px 0 8px 0;
  margin-bottom: 0;
}
.cart-collaterals #cart_totalss .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #2F2317;
  color: #A1D499;
}
.cart-collaterals #cart_totalss ul#shipping_method img {
  display: none;
}
.cart-collaterals #cart_totalss .woocommerce-shipping-totals th {
  display: none;
}

.woocommerce .woocommerce-ResetPassword button {
  transition: all 0.3s ease-out;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 4%;
  color: #2D4228;
  font-weight: 700;
  border-radius: 16px;
  background-color: #A1D499;
  padding: 8px 24px;
}
.woocommerce .woocommerce-ResetPassword button:hover {
  background-color: #2F2317;
  color: #A1D499;
}

#yith-par-message-cart {
  margin: 0px 0px 8px 0px !important;
  padding: 10px !important;
  border-radius: 18px !important;
  border: 3px solid #A1D499;
  color: #271B0F;
  font-weight: 600;
  justify-content: center;
  font-size: 18px !important;
  line-height: 140%;
  background: transparent;
}
#yith-par-message-cart:first-child::before {
  content: unset;
}
#yith-par-message-cart img {
  height: 64px !important;
  width: 90px !important;
  margin: 0 !important;
}

#checkout_timeline {
  display: none;
}

.checkout-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 999px) {
  .checkout-steps {
    display: none;
  }
}
.checkout-steps .step {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #CC9966;
  font-family: "Dosis", Sans-serif;
  cursor: pointer;
}
.checkout-steps .step .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #D6B89A;
  color: #56402B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding: 6px 6px 6px 6px;
}
.checkout-steps .step .label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #56402B;
  position: absolute;
  bottom: -30px;
  text-wrap-mode: nowrap;
}
.checkout-steps .step a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.checkout-steps .step.active {
  color: #271B0F;
}
.checkout-steps .step.active .circle {
  background-color: #2F2317;
  color: #FAF5F0;
}
.checkout-steps .step.active .label {
  color: #271B0F;
}
.checkout-steps .track {
  width: 100%;
  height: 6px;
  background-color: #F0E0D1;
}
.checkout-steps .track.active {
  background-color: #2F2317;
}
.checkout-steps .track:last-child {
  display: none;
}
.checkout-steps .track:last-of-type {
  display: none;
}

#content .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

#single_add_to_cart form {
  gap: 10px;
}
#single_add_to_cart form::before {
  content: unset;
}
#single_add_to_cart button {
  margin: 0 !important;
  padding: 10px !important;
  flex: 1;
}
#single_add_to_cart .buttons_added {
  border-radius: 18px;
  margin: 0 !important;
  background-color: #ffffff;
  width: 160px;
  justify-content: space-between;
  padding: 0 20px;
}
#single_add_to_cart .buttons_added .minus,
#single_add_to_cart .buttons_added .plus,
#single_add_to_cart .buttons_added input {
  border: unset !important;
  color: #271B0F;
  margin: 0 !important;
  padding: 0 !important;
  width: 13px;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 24px;
}
.product-features .product-feature {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
  position: relative;
  color: #2F2317;
}
.product-features .product-feature:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #E5D1BD;
}

.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 0;
}
.product-rating .star path {
  stroke: #8BC34A;
  stroke-width: 1.5;
}
.product-rating .star.filled path {
  fill: #8BC34A;
}
.product-rating .star.empty path {
  fill: none;
}
.product-rating .rating-count {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #2F2317;
  margin-left: 6px;
}

.product_weight .elementor-shortcode {
  font-family: "Dosis", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #2F2317;
}

#product_reviews_wrapper .cr-ajax-search {
  display: none;
}
#product_reviews_wrapper .cr-count-row {
  display: none;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-form form {
  display: flex;
}
.newsletter-form input[type=email] {
  background: transparent;
  border: 2px solid #271B0F;
  border-radius: 18px 0px 0px 18px;
  padding: 10px 20px 11px 20px;
  height: 46px;
  flex: 1;
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  color: #271B0F;
  font-weight: 400 !important;
  line-height: 25px;
  letter-spacing: 0.7px;
}
.newsletter-form input[type=email]::-moz-placeholder {
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  color: #271B0F;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.7px;
}
.newsletter-form input[type=email]::placeholder {
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  color: #271B0F;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.7px;
}
.newsletter-form button {
  background-color: #2F2317;
  color: #FAF5F0;
  font-weight: 400 !important;
  padding: 9.5px 38.5px;
  border-radius: 0px 18px 18px 0px;
  border: 1px solid #2F2317;
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.7px;
}
.newsletter-form button:hover {
  color: #2F2317;
  background-color: transparent;
}

.elementor-button-icon-qty {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  color: #2D4228 !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

.elementor-menu-cart--cart-type-side-cart {
  line-height: normal;
}
.elementor-menu-cart--cart-type-side-cart .elementor-menu-cart__wrapper {
  line-height: normal;
  display: flex;
}
.elementor-menu-cart--cart-type-side-cart .elementor-menu-cart__wrapper .elementor-menu-cart__toggle_wrapper {
  line-height: normal;
  display: flex;
}
.elementor-menu-cart--cart-type-side-cart .elementor-menu-cart__wrapper .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__toggle {
  line-height: normal;
  display: flex;
}

.elementor-menu-cart__toggle_button {
  position: relative;
  justify-content: center;
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.3s ease;
}
.elementor-menu-cart__toggle_button::after {
  content: "KOSZYK";
  position: relative;
  font-family: "Dosis", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .elementor-menu-cart__toggle_button::after {
    content: unset;
  }
}

.black_cart_basket .elementor-menu-cart__toggle_button {
  color: #2F2317;
}
.black_cart_basket .elementor-menu-cart__toggle_button::after {
  color: inherit;
}
.black_cart_basket .elementor-menu-cart__toggle_button:hover::after {
  color: #A1D499;
}

.white_cart_basket .elementor-menu-cart__toggle_button {
  color: #FAF5F0;
}
.white_cart_basket .elementor-menu-cart__toggle_button::after {
  color: inherit;
}
.white_cart_basket .elementor-menu-cart__toggle_button:hover::after {
  color: #A1D499;
}

.my_account_icon_black {
  color: #2F2317;
}
.my_account_icon_black:hover {
  color: #A1D499;
}

.my_account_icon_white {
  color: #FAF5F0;
}
.my_account_icon_white:hover {
  color: #A1D499;
}

.elementor-menu-toggle {
  position: relative;
}
.elementor-menu-toggle::before {
  content: "MENU";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Dosis", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
}

.menu_black .elementor-menu-toggle::before {
  color: #2F2317;
}

.menu_white .elementor-menu-toggle::before {
  color: #FAF5F0;
}

#login_form_wrapper,
#register_form_wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}
#login_form_wrapper h2,
#register_form_wrapper h2 {
  margin: 0;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
}
#login_form_wrapper .info,
#register_form_wrapper .info {
  margin: 16px 0px 24px 0px;
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #2F2317;
}
#login_form_wrapper form,
#register_form_wrapper form {
  border: unset;
  padding: 0;
  margin: 0;
}
#login_form_wrapper form input,
#register_form_wrapper form input {
  border-radius: 12px;
  border: 1px solid #D6B89A;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #767676;
  padding: 16px 13px;
  font-family: "Dosis", Sans-serif;
}
#login_form_wrapper form label,
#register_form_wrapper form label {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  color: #2F2317;
  font-family: "Dosis", Sans-serif;
  margin: 0px 0px 8px 0px;
  padding: 0;
  opacity: 1;
  text-align: left;
}
#login_form_wrapper .woocommerce-LostPassword,
#register_form_wrapper .woocommerce-LostPassword {
  text-align: right;
  margin-bottom: 24px;
}
#login_form_wrapper .woocommerce-LostPassword a,
#register_form_wrapper .woocommerce-LostPassword a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #2F2317;
  letter-spacing: 0;
}
#login_form_wrapper .woocommerce-LostPassword a:hover,
#register_form_wrapper .woocommerce-LostPassword a:hover {
  color: #A1D499;
}
#login_form_wrapper button[type=submit],
#register_form_wrapper button[type=submit] {
  font-family: "Dosis", Sans-serif;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #2D4228;
  font-weight: 700;
  border-radius: 16px;
  background-color: #A1D499;
  padding: 8px 0 8px 0;
  width: 100%;
}
#login_form_wrapper button[type=submit]:hover,
#register_form_wrapper button[type=submit]:hover {
  background-color: #2F2317;
  color: #A1D499;
}

#customer_login {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  max-width: 1097px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  #customer_login {
    flex-direction: column;
  }
}
#customer_login::before, #customer_login::after {
  content: unset;
}

#new_block {
  max-width: 424px;
  text-align: center;
}
#new_block h2 {
  margin: 0;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
}
#new_block p {
  margin: 16px 0px 24px 0px;
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #2F2317;
}
#new_block .cta_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#new_block .account_button {
  font-family: "Dosis", Sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #2D4228;
  font-weight: 700;
  border-radius: 16px;
  background-color: #A1D499;
  padding: 8px 0 8px 0;
  width: 100%;
  border: 1px solid #A1D499;
}
#new_block .account_button:hover {
  background-color: #2F2317;
  border: 1px solid #2F2317;
  color: #A1D499;
}
#new_block .account_button#continue_as_guest {
  background-color: transparent;
  border: 1px solid #2F2317;
}
#new_block .account_button#continue_as_guest:hover {
  color: #2D4228;
  background-color: #A1D499;
  border: 1px solid #A1D499;
}

.custom-shipping-extra {
  background-color: #F5EDE5;
  padding: 20px;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.custom-shipping-extra #paczka_w_ruchu_punkt_odbioru_field {
  width: 100% !important;
}
.custom-shipping-extra span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.custom-shipping-extra .button {
  width: 100%;
  font-size: 18px !important;
  border-radius: 16px !important;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #a1d499 !important;
}
.custom-shipping-extra .button:hover {
  color: #2F2317 !important;
  background-color: transparent !important;
  border: 1px solid #2F2317 !important;
}

.custom-shipping {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
}
.custom-shipping h2 {
  margin: 0 0 24px;
}
.custom-shipping .wc_shipping_methods {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 8px;
  padding: 0;
}
.custom-shipping .shipping-logo {
  width: 80px;
  height: 42px;
}
.custom-shipping .shipping-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-shipping .input-radio {
  display: none;
}
.custom-shipping .input-radio:checked + .custom-radio {
  border-color: #A1D499;
}
.custom-shipping .input-radio:checked + .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #A1D499;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-shipping .custom-radio {
  width: 24px;
  height: 24px;
  border: 2px solid #F5EBE0;
  border-radius: 50%;
  position: relative;
  background-color: #F5EBE0;
}

.checkout-shipping-wrapper {
  visibility: hidden;
  margin-top: -24px;
}
.checkout-shipping-wrapper .custom-shipping {
  visibility: visible;
}

#payment,
.custom-shipping {
  background-color: #ffffff;
  border-radius: 16px !important;
  padding: 30px;
}
#payment .place-order,
.custom-shipping .place-order {
  padding: 0 !important;
}
#payment h2,
.custom-shipping h2 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
}
#payment .wc_payment_methods,
.custom-shipping .wc_payment_methods {
  border: unset !important;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#payment .wc_payment_methods .wc_payment_method,
.custom-shipping .wc_payment_methods .wc_payment_method {
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
}
#payment .payment-box,
.custom-shipping .payment-box {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 2px solid #e5cbb3;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100% !important;
}
#payment .payment-box .payment-title,
.custom-shipping .payment-box .payment-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2F2317;
  letter-spacing: 0.2px;
}
#payment .payment-box:has(.input-radio:checked),
.custom-shipping .payment-box:has(.input-radio:checked) {
  border-color: #A1D499;
}
#payment .payment-box .input-radio,
.custom-shipping .payment-box .input-radio {
  display: none;
}
#payment .payment-box .input-radio:checked + .custom-radio,
.custom-shipping .payment-box .input-radio:checked + .custom-radio {
  border-color: #A1D499;
}
#payment .payment-box .input-radio:checked + .custom-radio::after,
.custom-shipping .payment-box .input-radio:checked + .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #A1D499;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#payment .payment-box .custom-radio,
.custom-shipping .payment-box .custom-radio {
  width: 24px;
  height: 24px;
  border: 2px solid #F5EBE0;
  border-radius: 50%;
  position: relative;
  background-color: #F5EBE0;
}
#payment .payment_box,
.custom-shipping .payment_box {
  background: transparent !important;
  border: unset !important;
  width: 100% !important;
  margin: 0 !important;
}
#payment .payment_box::before,
.custom-shipping .payment_box::before {
  content: unset !important;
}
#payment #shipping_method li,
.custom-shipping #shipping_method li {
  border: unset !important;
  text-indent: unset !important;
}
#payment #shipping_method .bm-group-pbl .bm-payment-channel-item.selected,
.custom-shipping #shipping_method .bm-group-pbl .bm-payment-channel-item.selected {
  border: 2px solid #A1D499 !important;
  border-radius: 16px;
}

.shipping-box {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 2px solid #e5cbb3;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100% !important;
  position: relative;
}
.shipping-box .shipping-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2F2317;
  letter-spacing: 0.2px;
}
.shipping-box .input-checkbox {
  display: none;
}
.shipping-box .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #F5EBE0;
  border-radius: 50%;
  position: relative;
  background-color: #F5EBE0;
}
.shipping-box {
  /* checked state */
}
.shipping-box .input-checkbox:checked + .custom-checkbox {
  border-color: #A1D499;
  background: #ffffff;
}
.shipping-box .input-checkbox:checked + .custom-checkbox::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #A1D499;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.shipping-box:has(.input-checkbox:checked) {
  border-color: #A1D499;
}

.billing-main-fields .woocommerce-input-wrapper:first-child {
  display: flex;
  flex-wrap: wrap;
}
.billing-main-fields .woocommerce-input-wrapper:first-child input {
  width: 13px;
  margin-right: 10px !important;
}
.billing-main-fields .woocommerce-input-wrapper:first-child label {
  width: calc(100% - 25px);
  padding: 0 !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.billing-main-fields,
.billing-other-fields,
.woocommerce-shipping-fields {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.billing-main-fields #ship-to-different-address,
.billing-other-fields #ship-to-different-address,
.woocommerce-shipping-fields #ship-to-different-address {
  padding-top: 0 !important;
}
.billing-main-fields .inputs_wrapper,
.billing-other-fields .inputs_wrapper,
.woocommerce-shipping-fields .inputs_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
}
.billing-main-fields .inputs_wrapper p,
.billing-other-fields .inputs_wrapper p,
.woocommerce-shipping-fields .inputs_wrapper p {
  width: 100%;
}
.billing-main-fields .inputs_wrapper #billing_phone_field,
.billing-main-fields .inputs_wrapper #billing_address_2_field,
.billing-main-fields .inputs_wrapper #billing_postcode_field,
.billing-other-fields .inputs_wrapper #billing_phone_field,
.billing-other-fields .inputs_wrapper #billing_address_2_field,
.billing-other-fields .inputs_wrapper #billing_postcode_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_phone_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_address_2_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_postcode_field {
  width: 48%;
}
@media (max-width: 999px) {
  .billing-main-fields .inputs_wrapper #billing_phone_field,
  .billing-main-fields .inputs_wrapper #billing_address_2_field,
  .billing-main-fields .inputs_wrapper #billing_postcode_field,
  .billing-other-fields .inputs_wrapper #billing_phone_field,
  .billing-other-fields .inputs_wrapper #billing_address_2_field,
  .billing-other-fields .inputs_wrapper #billing_postcode_field,
  .woocommerce-shipping-fields .inputs_wrapper #billing_phone_field,
  .woocommerce-shipping-fields .inputs_wrapper #billing_address_2_field,
  .woocommerce-shipping-fields .inputs_wrapper #billing_postcode_field {
    width: 100%;
  }
}
.billing-main-fields .inputs_wrapper #billing_address_1_field,
.billing-main-fields .inputs_wrapper #billing_city_field,
.billing-main-fields .inputs_wrapper #billing_email_field,
.billing-main-fields .inputs_wrapper #billing_phone_field,
.billing-other-fields .inputs_wrapper #billing_address_1_field,
.billing-other-fields .inputs_wrapper #billing_city_field,
.billing-other-fields .inputs_wrapper #billing_email_field,
.billing-other-fields .inputs_wrapper #billing_phone_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_address_1_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_city_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_email_field,
.woocommerce-shipping-fields .inputs_wrapper #billing_phone_field {
  width: 100%;
}
.billing-main-fields .inputs_wrapper .form-row,
.billing-other-fields .inputs_wrapper .form-row,
.woocommerce-shipping-fields .inputs_wrapper .form-row {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 14px;
}
.billing-main-fields .inputs_wrapper .select2-selection,
.billing-other-fields .inputs_wrapper .select2-selection,
.woocommerce-shipping-fields .inputs_wrapper .select2-selection {
  padding: 8px 13px !important;
  border-radius: 16px !important;
  border: 1px solid #D6B89A !important;
}
.billing-main-fields .inputs_wrapper input,
.billing-other-fields .inputs_wrapper input,
.woocommerce-shipping-fields .inputs_wrapper input {
  border-radius: 12px !important;
  border: 1px solid #D6B89A !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #767676;
  padding: 16px 13px !important;
  font-family: "Dosis", Sans-serif;
}
.billing-main-fields label,
.billing-other-fields label,
.woocommerce-shipping-fields label {
  position: relative !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  color: #2F2317 !important;
  font-family: "Dosis", Sans-serif;
  margin: 0px 0px 8px 0px !important;
  padding: 0 !important;
  opacity: 1 !important;
}
.billing-main-fields h2,
.billing-other-fields h2,
.woocommerce-shipping-fields h2 {
  margin-bottom: 24px;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
}

.comment_container .cr-comment-text {
  display: flex;
  gap: 15px;
  border: unset !important;
  background-color: #F5EBE0;
  border-radius: 16px;
  padding: 30px !important;
}
@media (max-width: 999px) {
  .comment_container .cr-comment-text {
    flex-direction: column;
  }
}
.comment_container .cr-comment-text .user_info {
  width: 250px;
}
@media (max-width: 999px) {
  .comment_container .cr-comment-text .user_info {
    order: -2;
  }
}
.comment_container .cr-comment-text .user_info .cr-meta-author-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comment_container .cr-comment-text .user_info .cr-meta-author-title .woocommerce-review__author {
  font-size: 18px;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 500;
  color: #2F2317;
  line-height: 25px;
}
.comment_container .cr-comment-text .user_info .verified_review {
  display: flex;
  gap: 2px;
  align-items: center;
  border: 1px solid #CC9966;
  border-radius: 5px;
  padding: 4px 6px;
  width: 177px;
}
.comment_container .cr-comment-text .user_info .verified_review span {
  font-size: 12px;
  font-weight: 800;
  color: #CC9966;
  letter-spacing: 0.5px;
  line-height: 12px;
}
.comment_container .cr-comment-text .middle_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 373px);
  max-width: 874px;
}
@media (max-width: 999px) {
  .comment_container .cr-comment-text .middle_content {
    width: 100%;
    max-width: unset;
  }
}
.comment_container .cr-comment-text .middle_content .crstar-rating-svg {
  margin: 0;
}
.comment_container .cr-comment-text .middle_content .crstar-rating-svg .cr-rating-icon-base,
.comment_container .cr-comment-text .middle_content .crstar-rating-svg .cr-rating-icon-frnt {
  gap: 5px;
}
.comment_container .cr-comment-text .middle_content .crstar-rating-svg .cr-rating-icon,
.comment_container .cr-comment-text .middle_content .crstar-rating-svg .cr-rating-icon-bg {
  width: 17px;
  height: 17px;
  fill: #ACD4A6;
}
.comment_container .cr-comment-text .middle_content .description p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2F2317;
}
.comment_container .cr-comment-text .date_wrapper {
  width: 120px;
}
@media (max-width: 999px) {
  .comment_container .cr-comment-text .date_wrapper {
    order: -1;
    margin-left: auto;
  }
}
.comment_container .cr-comment-text .date_wrapper .woocommerce-review__published-date {
  font-size: 19px;
  font-weight: 300;
  color: #2F2317;
  line-height: 19px;
  letter-spacing: 0;
}

.cr-all-reviews-shortcode ol.commentlist {
  padding: 0;
}
.cr-all-reviews-shortcode ol.commentlist li {
  margin-bottom: 20px;
}

#cr-show-more-all-reviews {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #271B0F;
  border: 1px solid #271B0F;
  background-color: transparent;
  border-radius: 16px;
  padding: 12px 20px 14px 20px;
}

.banner_gradiented::before {
  content: "";
  height: 40%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  border-radius: 16px;
  z-index: 1;
}

.banner_gradiented {
  overflow: hidden;
  border-radius: 16px;
}
.banner_gradiented img {
  border-radius: 16px;
}
.banner_gradiented:hover {
  transform: scale(1.02);
  transition: 0.2s ease-in;
}

.sorting_products .widgettitle {
  display: none;
}
.sorting_products select {
  border-radius: 12px;
  height: 40px;
  border: 1px solid #D6B89A;
  background: transparent;
}

#breadcrumbs_wrapper .e-svg-base {
  display: none;
}
@media (max-width: 999px) {
  #breadcrumbs_wrapper .e-svg-base {
    display: flex;
  }
}
@media (max-width: 999px) {
  #breadcrumbs_wrapper .eael-breadcrumbs__content a:first-child {
    display: none;
  }
}
#breadcrumbs_wrapper .woocommerce-breadcrumb {
  margin: 0;
}
@media (max-width: 999px) {
  #breadcrumbs_wrapper .woocommerce-breadcrumb a:first-child {
    display: none;
  }
}

#breadcrumbs_wrapper_second .e-svg-base {
  display: none;
}
@media (max-width: 999px) {
  #breadcrumbs_wrapper_second .e-svg-base {
    display: flex;
  }
}
#breadcrumbs_wrapper_second .woocommerce-breadcrumb {
  margin: 0;
}
@media (max-width: 999px) {
  #breadcrumbs_wrapper_second .woocommerce-breadcrumb a:first-child {
    display: none;
  }
}

.product-tabs-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-tabs-accordion .product-tab-item.active .product-tab-button {
  color: #2F2317;
  background-color: #A1D499;
}
.product-tabs-accordion .product-tab-item.active .product-tab-button .product-tab-icon {
  color: inherit;
}
.product-tabs-accordion .product-tab-item.active .product-tab-button .product-tab-icon svg {
  color: inherit;
}
.product-tabs-accordion .product-tab-item.active .icon-plus {
  display: none;
}
.product-tabs-accordion .product-tab-item.active .icon-minus {
  display: block !important;
}
.product-tabs-accordion .product-tab-item .product-tab-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #2F2317;
  color: #FAF5F0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
}
.product-tabs-accordion .product-tab-item .product-tab-icon {
  display: flex;
  align-items: center;
  color: inherit;
}
.product-tabs-accordion .product-tab-item .product-tab-icon svg {
  display: block;
  transition: all 0.2s ease;
  color: inherit;
}
.product-tabs-accordion .product-tab-item .product-tab-icon .icon-minus {
  display: none;
}
.product-tabs-accordion .product-tab-item .product-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  opacity: 0;
}
.product-tabs-accordion .product-tab-item .product-tab-content p,
.product-tabs-accordion .product-tab-item .product-tab-content ul {
  background-color: transparent !important;
}
.product-tabs-accordion .product-tab-item.active .product-tab-content {
  opacity: 1;
  margin-top: 10px;
}

#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper {
  display: flex !important;
  gap: 24px;
  padding: 0 !important;
  margin: 0 !important;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper h2 {
  margin: 0;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 312px;
  padding: 8px 24px;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs li {
  padding: 8px 16px 10px 16px;
  margin: 0;
  border-radius: 16px;
  line-height: normal;
  display: flex;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs li.active {
  background-color: #A1D499;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs li::before {
  content: unset !important;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs li a {
  padding: 0 !important;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .tabs::before {
  content: unset !important;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 0 !important;
  border: unset !important;
  width: calc(100% - 312px);
  max-width: 760px;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p,
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul {
  background-color: transparent !important;
}
#product_info_tabs .woocommerce-tabs.wc-tabs-wrapper .yikes-custom-woo-tab-title {
  display: none;
}

#test2 {
  position: relative !important;
}

@media (min-width: 999px) {
  #test3 {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.elementor-swiper-button-next:hover svg path,
.elementor-swiper-button-prev:hover svg path {
  fill: #A1D499;
}

.most_popular_wrapper {
  position: static;
}
.most_popular_wrapper .e-widget-swiper {
  position: static;
}
.most_popular_wrapper .elementor-swiper-button-next {
  right: 40px !important;
  top: 11px !important;
}
@media (max-width: 999px) {
  .most_popular_wrapper .elementor-swiper-button-next {
    top: 19% !important;
    left: 50px !important;
    right: unset !important;
  }
}
.most_popular_wrapper .elementor-swiper-button-prev {
  right: 80px !important;
  top: 11px !important;
}
@media (max-width: 999px) {
  .most_popular_wrapper .elementor-swiper-button-prev {
    top: 19% !important;
    left: 40px !important;
    right: unset !important;
  }
}

.might_intereded_you_wrapper .e-con-inner {
  position: relative;
}
.might_intereded_you_wrapper .might_intereded_you {
  position: static;
}
.might_intereded_you_wrapper .might_intereded_you .e-widget-swiper {
  position: static;
}
.might_intereded_you_wrapper .might_intereded_you .elementor-swiper-button-next {
  right: 0px !important;
  top: 17px !important;
}
@media (max-width: 999px) {
  .might_intereded_you_wrapper .might_intereded_you .elementor-swiper-button-next {
    top: 10% !important;
    left: 20px !important;
    right: unset !important;
  }
}
.might_intereded_you_wrapper .might_intereded_you .elementor-swiper-button-prev {
  right: 40px !important;
  top: 17px !important;
  left: unset !important;
}
@media (max-width: 999px) {
  .might_intereded_you_wrapper .might_intereded_you .elementor-swiper-button-prev {
    top: 10% !important;
    left: 0px !important;
    right: unset !important;
  }
}

.img_abs_wrapper {
  position: relative;
}

.fs-bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 32px 0;
}
.fs-bar-wrapper .fs-bar-track {
  width: 100%;
  display: flex;
  height: 23px;
  background: #FAF5F0;
  padding: 6px;
  border-radius: 16px;
}
.fs-bar-wrapper .fs-bar-track .fs-bar-bg {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
}
.fs-bar-wrapper .fs-bar-track .fs-bar-bg .fs-bar-fill {
  background: #A1D499;
  height: 100%;
  border-radius: 16px 0px 0px 16px;
}
.fs-bar-wrapper .fs-bar-title {
  text-align: center;
}
.fs-bar-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #2F2317;
  margin: 0;
}
.fs-bar-wrapper .fs-bar-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.order_total {
  display: flex;
  justify-content: space-between;
}

.free-shipping-notice {
  display: none;
}

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

#ast-payment_options_heading {
  display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #place_order,
body.woocommerce-checkout:not(.woocommerce-order-pay) .ast-back-to-cart {
  display: none;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin: 0 !important;
}
.ast-plain-container.ast-no-sidebar #primary article {
  margin: 0 !important;
}

.ast-mobile-order-review-wrap {
  display: none !important;
}

.woocommerce .woocommerce-MyAccount-navigation li {
  background-color: #2F2317;
  color: #A1D499;
}
.woocommerce .woocommerce-MyAccount-navigation .is-active {
  background-color: #A1D499 !important;
  color: #A1D499;
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a {
  color: #A1D499;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  width: 24px;
  height: 24px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0.2px;
}

.custom-shipping #easypack_show_geowidget {
  background-color: #A1D499 !important;
  color: #2D4228;
  border-radius: 16px;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 4%;
  padding: 8px 25px;
  box-shadow: unset !important;
  max-width: 300px;
  margin: auto;
  transition: all 0.3s ease-out;
}
.custom-shipping #easypack_show_geowidget:hover {
  background-color: #2F2317 !important;
  color: #A1D499;
}

#scrolling-header {
  transition: all 0.3s ease !important;
}

#scrolling-header {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  transition: top 0.3s ease !important;
  z-index: 9999;
}

.custom-product-hover-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.custom-product-hover-image img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
  backface-visibility: hidden;
}

.custom-product-hover-image .hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: rotateY(180deg);
}

.product_slider_tile:hover .custom-product-hover-image.has-hover-image .main-image {
  opacity: 0;
  transform: rotateY(180deg);
}

.product_slider_tile:hover .custom-product-hover-image.has-hover-image .hover-image {
  opacity: 1;
  transform: rotateY(0deg);
}

.checkout-sumary-wrapper h2 {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #2F2317;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0;
}

.checkout-summary-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
}
.checkout-summary-box .data_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F0E0D1;
}
.checkout-summary-box .data_wrapper h3 {
  border: unset !important;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #2F2317;
  margin-bottom: 12px !important;
  padding: 0 !important;
}
.checkout-summary-box .data_wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #2F2317;
  margin: 0;
}
.checkout-summary-box .data_wrapper .left {
  width: 50%;
}
.checkout-summary-box .data_wrapper .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout-summary-box .data_wrapper .right .summary-shipping {
  padding-bottom: 24px;
  border-bottom: 1px solid #F0E0D1;
}
.checkout-summary-box #edit_data_button {
  background: transparent;
  color: #2F2317;
  border-radius: 16px;
  border: 1px solid #2F2317;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  max-width: 170px;
  margin-top: 34px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.checkout-summary-box #edit_data_button span {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 4%;
  margin: 0;
}
.checkout-summary-box #edit_data_button:hover {
  background-color: #2F2317;
  color: #ffffff;
}

.custom-points-box .custom-points-original {
  display: none;
}
.custom-points-box .custom-points-view {
  border-top: 1px solid #ead8cc;
  padding-top: 30px;
  margin-top: 30px;
  color: #4b3629;
}
.custom-points-box .custom-points-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.custom-points-box .custom-points-row span {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2F2317;
}
.custom-points-box .custom-points-row.custom-points-row-bottom {
  margin-top: 16px;
  font-size: 18px;
}
.custom-points-box .custom-points-row-top strong {
  font-size: 24px;
  font-weight: 700;
}
.custom-points-box .custom-points-control {
  width: auto;
  max-width: 215px;
  height: 40px;
  border: 1px solid #F0E0D1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffaf7;
  overflow: hidden;
}
.custom-points-box .custom-points-control span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4%;
  color: #2F2317;
}
.custom-points-box .custom-points-control button {
  font-size: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #2D4228;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.custom-points-box .custom-points-control .custom-points-input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2F2317;
  outline: none;
  box-shadow: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.custom-points-box .custom-points-control .custom-points-input::-webkit-outer-spin-button, .custom-points-box .custom-points-control .custom-points-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-points-box .custom-points-row-bottom span {
  font-weight: 400;
  font-size: 16px;
  color: #56402B;
}
.custom-points-box .custom-points-discount {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-points-box .custom-points-apply {
  border: 0;
  background: transparent;
  color: #56402B;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4%;
  cursor: pointer;
  box-shadow: unset;
  transition: all 0.3s ease-out;
}
.custom-points-box .custom-points-apply:hover {
  color: #A1D499;
}/*# sourceMappingURL=style.css.map */