/*
Theme Name: dsgr-child theme

WooCommerce styles override
*/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  background: none;
  border: 0 !important;
}
@media (max-width: 576px) {
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    flex-wrap: wrap;
  }
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:hover {
  background: none !important;
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  background: none;
  border: 1px solid #C8BDAD;
  min-width: 50px !important;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: none;
  border: 1px solid #C8BDAD;
  box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #EB5050 !important;
  color: #ffffff !important;
  border: 1px solid #EB5050 !important;
}

ul.products {
  list-style-type: none;
  padding-left: 0;
}
ul.products li.product {
  /* flex-wrap: wrap; */
  /* align-items: flex-start; */
  /* padding-bottom: 40px; */
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  /* margin-bottom: calc(2.5em - 40px); */
  flex-wrap: unset;
  align-items: unset;
  padding-bottom: unset;
  transition: all 0.2s;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  margin-bottom: 1.25rem;
}
ul.products li.product .product-card-container {
  position: relative;
}
ul.products li.product .product-card-container .badges {
  min-height: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0.25rem 0rem;
}
ul.products li.product .product-card-container .badges .badge {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
}
ul.products li.product .product-card-container .badges .badge.sustainable {
  background-color: #E6FFEF;
  color: #22C55E;
}
ul.products li.product .product-card-container .badges .badge.best-seller {
  background-color: #ECE1FF;
  color: #6D28D9;
}
ul.products li.product .product-card-container .badges .badge.web-exclusive {
  background-color: #E2EBFF;
  color: #2563EB;
}
ul.products li.product .product-card-container .commercekit-wishlist.mini {
  right: 25px;
  top: 50px;
}
ul.products li.product .product-card-container .img-container {
  aspect-ratio: 33/50;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  background: #F5F3F1;
}
ul.products li.product .product-card-container .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.products li.product .product-card-container .details-container .woocommerce-loop-product__title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem 0rem 0rem 0rem;
  min-height: 60px;
}
ul.products li.product .product-card-container .details-container h3 {
  padding-top: 10px;
  color: #030303;
  font-size: 16px;
}
ul.products li.product .product-card-container .details-container .threeds-swatches {
  display: flex;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch {
  width: 33px;
  height: 45px;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch:first-child {
  border: 1px solid #EB5050;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch .color-bg {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch .more-rel-prds {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
ul.products li.product .product-card-container .details-container .threeds-swatches.colors .single-swatch:first-child {
  border: none;
}
ul.products li.product .product-card-container .details-container .threeds-swatches.colors .single-swatch a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
ul.products li.product .product-card-container .details-container .threeds-swatches.colors .single-swatch .color-bg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
ul.products li.product .product-card-container .details-container .threeds-swatches .plus-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > ins {
  text-decoration: unset;
}
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > ins span,
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > ins bdi {
  color: #EB5050;
  font-weight: 400;
}
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > del {
  text-decoration-color: #a7a7a7;
}
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > del span,
ul.products li.product .product-card-container .details-container .price-actions-container .prices .price > del bdi {
  color: rgba(0, 0, 0, 0.4941176471);
  font-weight: 400;
}
ul.products li.product .product-card-container .details-container .price-actions-container .utilities .discount-badge {
  border: 1px solid #EB5050;
  display: inline-flex;
  color: #EB5050;
  font-size: 11px;
  border-radius: 3px;
  padding: 0px 5px;
  font-weight: 500;
}
ul.products li.product:before {
  visibility: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
  background-color: #fff;
  content: "";
  transition: all 0.2s;
  width: calc(100% + 0px);
  height: calc(100% + 30px);
  margin-top: -15px;
  margin-left: 0;
}
ul.products li.product:before:hover {
  visibility: visible;
}

.shop-page .woocommerce-no-products-found {
  max-width: 1418px;
  margin: 6rem auto;
  padding: 0 2rem;
}
.shop-page .woocommerce-no-products-found .woocommerce-info {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  text-align: center;
}
.shop-page .page-header {
  background-color: #FAF8F5;
}
.shop-page .page-header .product-cat-subcategories-wrapper {
  padding: 0rem;
  position: relative;
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list {
  position: unset;
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide {
  width: 90px !important;
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide a {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide img {
    width: 120px;
    height: 120px;
  }
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide p {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  padding: 0.95rem 0rem 0.25rem 0rem;
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-slide {
    width: 200px !important;
  }
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-prev:after,
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-rtl .swiper-button-next:after {
  content: "";
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-next:after,
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-next {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-next svg {
    width: 12px;
    height: 12px;
  }
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-prev {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 60px;
    left: auto;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-button-prev svg {
    width: 12px;
    height: 12px;
  }
}
.shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .no-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  background-color: #DFE4EA;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .no-image {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .shop-page .page-header .product-cat-subcategories-wrapper .product-cat-subcategories-list .swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .shop-page .page-header .product-cat-subcategories-wrapper {
    padding: 3rem 1rem;
    position: relative;
  }
}
.shop-page .prod-tax-filters-wrapper {
  border-bottom: #E2E8F0 1px solid;
}
.shop-page .prod-tax-filters-container {
  display: flex;
  padding: 3rem 0rem 1rem 0rem;
}
.shop-page .prod-tax-filters-container .prod-tax-filters-title {
  width: 10%;
  padding: 0rem 1rem;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters-title {
    width: 100%;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters-title .show-filters-text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters-title .show-filters-text {
    display: none;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters-title .show-filters-icon {
  display: none;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters-title .show-filters-icon {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 5%;
    z-index: 3;
    display: flex;
  }
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters {
    position: fixed;
    z-index: 101;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    /* overflow-y: scroll; */
    height: 100svh;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters.active {
    left: 0;
  }
}
@media (min-width: 576px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters {
    left: -400px;
    max-width: 400px;
  }
}
@media (min-width: 992.01px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters {
    left: unset;
    top: unset;
    width: 90%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .mobile-filters-header {
  display: flex;
  padding: 1.25rem 2rem;
  max-height: 65px;
  box-shadow: 0px 0px 13px -4px rgb(66, 68, 90);
  gap: 10px;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .mobile-filters-header {
    display: none;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .mobile-filters-header .show-filters {
  margin-left: 5rem;
}
@media (min-width: 360px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .mobile-filters-header .show-filters {
    margin-left: 5.5rem;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters {
    flex-direction: column;
    padding-top: 2rem;
    margin-bottom: 3rem;
    height: 40svh;
    overflow-y: auto;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget {
  padding: 0rem 1.25rem;
  cursor: pointer;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter {
    margin-bottom: 0;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  position: relative;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_head h3::after {
  background-color: transparent !important;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.08397,0,0,2.08397,-432.304,-441.093)'%3E%3Cpath d='M400,508.333C396.717,508.347 393.46,507.707 390.427,506.447C387.393,505.19 384.64,503.337 382.333,501L215.667,334.333C212.342,329.469 210.842,323.588 211.431,317.727C212.019,311.866 214.659,306.401 218.884,302.295C223.108,298.19 228.647,295.709 234.523,295.289C240.399,294.869 246.234,296.537 251,299.999L400,448L549,299.999C553.7,296.953 559.283,295.572 564.86,296.078C570.437,296.585 575.683,298.949 579.757,302.791C583.83,306.634 586.493,311.733 587.323,317.271C588.153,322.808 587.1,328.465 584.333,333.333L417.667,500C415.443,502.517 412.73,504.557 409.693,505.99C406.657,507.423 403.357,508.22 400,508.333Z' style='fill:rgb(47,51,58);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 10px !important;
  height: 10px !important;
  position: absolute;
  top: 5px;
  right: -15px;
  position: absolute;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
    font-size: 18px;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_head h3::after {
    right: 0px;
  }
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body {
    display: none;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body.active {
    display: block;
  }
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body {
    display: none;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body.active {
    position: absolute;
    display: block;
    padding: 0.85rem;
    background-color: #fff !important;
    z-index: 2;
    border: 1px solid #C8BDAD;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    top: 30px;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body ul {
    display: flex;
    flex-direction: row;
    overflow: auto;
  }
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.25rem 0.35rem !important;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li .bapf_clr_span.w2em {
  border-radius: 50%;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li .bapf_img_span.w2em {
  border-radius: 50%;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all {
    width: 220px;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-bar {
  background-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-from {
  background-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-from::before {
  border-top-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-to {
  background-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-to::before {
  border-top-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-handle.to {
  border: 4px solid #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-handle.to::before {
  border-top-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-handle.from {
  border: 4px solid #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all .irs-handle.from::before {
  border-top-color: #EB5050;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body {
    width: 400px !important;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body ul li {
  padding: 0.25rem !important;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body ul li .bapf_clr_text {
  font-size: 12px;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_attr_pa_megethos .bapf_body {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_attr_pa_megethos .bapf_body {
    width: 460px;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_attr_pa_megethos .bapf_body ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .all-filters .berocket_single_filter_widget .bapf_sfilter.bapf_attr_pa_megethos .bapf_body ul li {
  padding: 0.35rem !important;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters {
  padding: 0.65rem;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .active-filters {
    padding: 1.25rem;
    border-top: #C8BDAD 1px solid;
    height: 35svh;
    overflow-y: auto;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_head {
  display: block;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_head {
    display: none;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body {
    flex-direction: row;
    gap: 20px;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .berocket_aapf_widget_selected_filter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy {
    gap: 5px;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy span {
  font-size: 15px;
  font-weight: 700;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 0;
}
@media (max-width: 992px) {
  .shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul {
    margin: 0;
  }
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul li a {
  border: solid 0.5px #707070;
  min-width: 150px;
  background: #707070;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 1rem;
  height: 27px;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 28px;
  position: relative;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul li a .fa {
  position: absolute;
  right: 10px;
  top: 20%;
  color: #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem 0.25rem;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul li:hover a {
  color: #707070;
  background: #fff;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_taxonomy ul li:hover a .fa {
  color: #fff;
  background: #707070;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_unall {
  padding-left: 0;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_unall li a {
  border: solid 0.5px #707070;
  min-width: 150px;
  background: #707070;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 1rem;
  height: 27px;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 35px;
  position: relative;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_unall li a .fa {
  position: absolute;
  right: 10px;
  top: 20%;
  color: #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem 0.25rem;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_unall li:hover a {
  color: #707070;
  background: #fff;
}
.shop-page .prod-tax-filters-container .prod-tax-filters .active-filters .bapf_body .bapf_sfa_unall li:hover a .fa {
  color: #fff;
  background: #707070;
}
.shop-page .prod-tax-general-container {
  padding: 3rem 0rem;
}
.shop-page .prod-tax-general-container .row {
  display: flex;
  margin-bottom: 6rem;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-general-container .row .prod-tax-sidebar {
    width: 15%;
    display: inline-flex;
  }
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar .bapf_head h3 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  margin-bottom: 1.25rem;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar .bapf_body ul li {
  padding: 0.25rem 0rem;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar .bapf_body ul li input[type=checkbox] {
  display: none;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar .bapf_body ul li label {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar .bapf_body ul li.checked > label {
  color: #EB5050;
}
.shop-page .prod-tax-general-container .row .prod-tax-container {
  width: 100%;
}
@media (min-width: 992px) {
  .shop-page .prod-tax-general-container .row .prod-tax-container {
    width: 85%;
  }
}
.shop-page .prod-tax-general-container .row .prod-tax-container .prod-tax-header {
  display: flex;
  justify-content: space-between;
}
.shop-page .prod-tax-general-container .row .prod-tax-container .prod-tax-header .orderby {
  border: none;
}
.shop-page .prod-tax-general-container .row .prod-tax-container ul.products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .shop-page .prod-tax-general-container .row .prod-tax-container ul.products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .shop-page .prod-tax-general-container .row .prod-tax-container ul.products > li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .shop-page .prod-tax-general-container .row .prod-tax-container ul.products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.cat-description-container .cat-description-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 6rem auto;
}
.cat-description-container .cat-description-wrapper .cat-header {
  font-weight: 500;
  font-size: 32px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  color: #EB5050;
  text-align: center;
  padding-bottom: 1.25rem;
}
.cat-description-container .cat-description-wrapper .cat-description {
  max-height: 160px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.cat-description-container .cat-description-wrapper .cat-description.active {
  max-height: 800px;
}
.cat-description-container .cat-description-wrapper .button-container {
  margin: 1.25rem 0rem;
}
.cat-description-container .cat-description-wrapper .button-container .toggle-cat-description {
  font-weight: 500;
  font-size: 12px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}

.cat-icons-container {
  padding: 3rem 0rem;
  background-color: #F9F7F4;
}
.cat-icons-container .cat-icons-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media ((min-width: 576px) and (max-width: 991.99px)) {
  .cat-icons-container .cat-icons-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cat-icons-container .cat-icons-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cat-icons-container .cat-icons-list .cat-icons-list-item {
  justify-content: center;
}
.cat-icons-container .cat-icons-list .cat-icons-list-item .cat-icons-list-icon {
  background-color: #FFF;
  border: #FFF 1px solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 15px;
  margin: 1rem auto;
}
.cat-icons-container .cat-icons-list .cat-icons-list-item .cat-icons-list-title {
  color: #030303;
  font-weight: 500;
  font-size: 18px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  text-align: center;
}
.cat-icons-container .cat-icons-list .cat-icons-list-item .cat-icons-list-subtitle {
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  text-align: center;
}

.woocommerce-no-products-found-wrapper .woocommerce-no-products-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-no-products-found-wrapper .woocommerce-no-products-found-container svg {
  width: 20%;
  height: 20%;
}
.woocommerce-no-products-found-wrapper .woocommerce-no-products-found-container svg path {
  fill: #EB5050;
}
.woocommerce-no-products-found-wrapper .woocommerce-no-products-found-container .woocommerce-info {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0rem;
  color: #EB5050;
  font-weight: 700;
  text-align: center;
}

.apply-filters-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 1.25rem;
  border-top: 1px solid #CCC;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .apply-filters-wrapper {
    display: none;
  }
}
.apply-filters-wrapper .apply-filters {
  font-size: 14px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
ul.products > li {
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products > li .product-card-container {
  padding: 15px;
}
ul.products > li .product-card-container .yith-wcwl-add-button a {
  font-size: 0;
}
ul.products > li .product-card-container .yith-wcwl-add-button a i {
  font-size: 16px;
  margin-right: 0px;
}
ul.products > li .product-card-container .wishlist-container {
  position: relative;
}
ul.products > li .product-card-container .wishlist-container .button {
  background: #CCC;
  border-radius: 50%;
  border: none;
  padding: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
ul.products > li .product-card-container .wishlist-container .button span {
  display: none;
}
ul.products > li .product-card-container .img-container img {
  max-width: 100%;
  height: auto;
  background-color: #fff;
}
ul.products > li .product-card-container .img-container .discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
ul.products > li .product-card-container .img-container .woocommerce-placeholder {
  max-width: 100%;
  height: auto;
}

body.product-template-default .woocommerce {
  background-color: #FAF8F5;
}
body.product-template-default .woocommerce .shop-page .page-header .breadcrumbs-container {
  max-width: 1480px;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  position: fixed;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  right: -100%;
  width: 100%;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product-size-guide-container {
    right: -450px;
    width: 450px;
  }
}
@media (min-width: 1200px) {
  body.product-template-default .woocommerce .shop-page .product-size-guide-container {
    right: -850px;
    width: 850px;
  }
}
@media (min-width: 1400px) {
  body.product-template-default .woocommerce .shop-page .product-size-guide-container {
    right: -1050px;
    width: 1050px;
  }
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container {
  top: 0;
  bottom: 0;
  z-index: 111;
  transition: all 0.2s ease-in-out;
  padding: 20px;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container.active {
  right: 0;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .top {
  display: flex;
  justify-content: center;
  position: relative;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .top .label {
  font-size: 20px;
  font-weight: 700;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .top #size-guide-sidebar-close {
  position: absolute;
  top: 0;
  left: 0px;
  cursor: pointer;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .top #size-guide-sidebar-close svg {
  width: 24px;
  height: 24px;
  display: inline;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body {
  margin: 2rem 0rem;
  overflow-y: scroll;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table {
  margin: 2rem 0rem;
  width: 1000px !important;
  border: 1px solid #EFEFED;
  overflow-x: scroll;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr td {
  padding: 0.65rem;
  color: #FFFFFF;
  background-color: #141414;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr td p {
  color: #FFFFFF;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr td:not(:last-child) {
  border-right: #EFEFED 1px solid;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr td[colspan]:not([colspan="1"]) {
  border-bottom: #EFEFED 1px solid;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr th {
  padding: 0.65rem;
  color: #FFFFFF;
  background-color: #141414;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr th p {
  color: #FFFFFF;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr th:not(:last-child) {
  border-right: #EFEFED 1px solid;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table thead tr th[colspan]:not([colspan="1"]) {
  border-bottom: #EFEFED 1px solid;
}
body.product-template-default .woocommerce .shop-page .product-size-guide-container .body table tbody tr:nth-child(odd) td {
  background-color: #EFEFED;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper {
    padding: 0px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos {
    min-width: 300px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos {
    max-width: 46%;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .onsale {
  position: absolute;
  z-index: 55;
  color: #fff;
  background: blue;
  top: 10px;
  left: 10px;
  padding: 0px 15px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woo-variation-product-gallery {
  max-width: 100% !important;
  margin: 0 auto;
  width: 100% !important;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper {
    margin-right: 10px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image {
  margin: 0.45rem 0rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 20px;
  z-index: 55;
  top: 20px;
  border-radius: 50%;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .flex-viewport {
  height: unset;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  max-width: 440px;
  margin: 0 auto;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper #section_photos .woocommerce-product-gallery .flex-control-nav li img {
  cursor: pointer;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary {
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  background-color: #FFFFFF;
  padding: 2rem 2rem;
  margin: 2rem 0rem;
  position: relative;
}
@media (min-width: 1200px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary {
    max-width: 46%;
    padding: 2rem 3rem;
    margin: 2rem 3rem;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .sku-container {
  color: #555555;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .badges {
  min-height: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0.25rem 0rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .badges .badge {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .badges .badge.sustainable {
  background-color: #E6FFEF;
  color: #22C55E;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .badges .badge.best-seller {
  background-color: #ECE1FF;
  color: #6D28D9;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .badges .badge.web-exclusive {
  background-color: #E2EBFF;
  color: #2563EB;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .msrp-container .msrp-label {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .msrp-container .msrp-price bdi {
  font-size: 24px;
  font-weight: 700;
  color: #555555;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .msrp-container .msrp-price bdi span {
  color: #555555;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-decoration: none;
  flex-wrap: wrap-reverse;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price.wholesale span.wholesale-price-label {
  order: 10;
  width: 100%;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price > span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-decoration: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price bdi {
  font-size: 24px;
  font-weight: 700;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price ins {
  text-decoration: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price ins bdi {
  color: #EB5050;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price ins bdi span {
  color: #EB5050;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price del {
  text-decoration: none;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price del bdi {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  text-decoration: line-through;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary > .price del bdi span {
  color: #555555;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .include-vat-container .include-vat-wrapper {
  color: #555555;
  font-size: 11px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .size-guide-container {
  padding: 0.75rem 1.75rem;
  border: #EB5050 1px solid;
  border-radius: 4px;
  display: inline-flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .size-guide-container .size-guide-wrapper a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .size-guide-container svg {
  width: 24px;
  height: 22px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .product_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.65rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart {
  display: flex;
  margin: 1.25rem 0rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart > div:not(.quantity-container):not(.commercekit-wishlist) {
  width: 100%;
  border-top: #F1F1F1 2px solid;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity.hidden {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container {
    width: auto;
    margin-bottom: unset;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity {
  /*
  display: flex;
  gap: 7px;
  */
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity.hidden {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity {
  display: grid;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
  grid-auto-flow: row;
  grid-auto-flow: column;
  padding: 0px 0px 0px 15px;
}
@media (max-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity {
    width: 100%;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls {
  padding: 0px 5px;
  border-left: #C8BDAD 1px solid;
  border-bottom-left-radius: 4px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls:first-child {
  order: 2;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls:last-child {
  border-left: unset;
  order: 3;
}
@media (max-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls:first-child {
    order: 3;
  }
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls:last-child {
    order: 2;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls .remove {
  cursor: pointer;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls .remove svg {
  width: 18px;
  height: 18px;
  display: inline;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls .add {
  cursor: pointer;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls .add svg {
  width: 18px;
  height: 18px;
  display: inline;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity input {
  pointer-events: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  margin: 0px 15px 0px 0px;
  order: 1;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity input {
    width: 60px;
    grid-area: span 2/span 2;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations {
  border-bottom: #F1F1F1 2px solid;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations .label label {
  color: #030303;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  box-shadow: unset;
  padding: 1.25rem;
  position: relative;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.selected {
  border: #EB5050 1px solid;
  background: #EB5050;
  color: #FFFFFF;
  box-shadow: unset;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.selected span {
  color: #FFFFFF;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.disabled {
  background: #FFF6F6;
  /* display: none; */
  /* pointer-events: all;
  cursor: pointer;
  overflow: visible; */
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.disabled .variable-item-contents::before {
  background-image: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.disabled.no-pointer-events .variable-item-contents span {
  opacity: 0.3;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.no-pointer-events {
  background: #FFF6F6;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.no-pointer-events .variable-item-contents {
  opacity: 0.6;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.no-pointer-events .variable-item-contents span {
  opacity: 0.3;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.no-pointer-events .variable-item-contents::before {
  background-image: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.to-restock {
  background: linear-gradient(to top left, #FFF6F6 calc(50% - 0.4px), #EB5050 50%, #FFF6F6 calc(50% + 3px));
  /* background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.4px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 3px), rgba(0, 0, 0, 0) 100%); */
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.to-restock.selected {
  border: #EB5050 1px solid;
  background: #EB5050;
  color: #FFFFFF;
  box-shadow: unset;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.to-restock.selected span {
  color: #FFFFFF;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.to-restock .variable-item-contents::after {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 9 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Icon_material-email' transform='matrix(1,0,0,1,-3,-6)'%3E%3Cpath d='M11.1,6L3.9,6C3.406,6 3,6.406 3,6.9L3,12.3C3,12.794 3.406,13.2 3.9,13.2L11.1,13.2C11.594,13.2 12,12.794 12,12.3L12,6.9C12,6.406 11.594,6 11.1,6ZM11.1,7.8L7.5,10.05L3.9,7.8L3.9,6.9L7.5,9.15L11.1,6.9L11.1,7.8Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.to-restock .variable-item-contents::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: -6px;
  right: -26px;
  border: none;
  background: #EB5050;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations .not-available-message {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations .not-available-message.active {
  display: flex;
  background: #F1F1F1;
  padding: 0.65rem;
  color: #EB5050;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 10px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations .reset_variations {
  /* display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700; */
  display: none !important;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations_button {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations_button {
    flex-wrap: unset;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_variation_wrap {
  width: 100%;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_add_to_cart_button {
  background: #000000;
  border-radius: 4px;
  border: none;
  padding: 0.65rem 1.25rem;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  height: 50px;
  width: 75%;
}
@media (min-width: 380px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_add_to_cart_button {
    width: 76%;
  }
}
@media (min-width: 460px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_add_to_cart_button {
    width: 77%;
  }
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_add_to_cart_button {
    font-size: 14px;
    width: 100%;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .single_add_to_cart_button {
    font-size: 16px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist {
  width: 20%;
  height: 50px;
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist {
    width: 80px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a em.cg-wishlist {
  left: 70%;
  top: 25%;
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a em.cg-wishlist::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: unset;
  -webkit-mask-image: unset;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: unset;
  -webkit-mask-size: unset;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a em.cg-wishlist-t {
  left: 70%;
  top: 25%;
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a em.cg-wishlist-t::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: unset;
  -webkit-mask-image: unset;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: unset;
  -webkit-mask-size: unset;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a.commercekit-browse-wishlist em.cg-wishlist {
  left: 70%;
  top: 25%;
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a.commercekit-browse-wishlist em.cg-wishlist::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 18.249 15.706'%3E%3Cpath id='Path_80' data-name='Path 80' d='M1115.939,2.248c-1.356-1.651-3.7-3.3-6.861-1.187s-2.729,5.858-.469,8.758,5.31,6.03,7.329,5.951,5.425-2.872,7.322-5.951,2.853-6.034,0-8.512S1117.277.655,1115.939,2.248Z' transform='translate(-1106.81 -0.064)' fill='%23e41801'/%3E%3C/svg%3E%0A");
  mask-image: unset;
  -webkit-mask-image: unset;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: unset;
  -webkit-mask-size: unset;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a.commercekit-browse-wishlist em.cg-wishlist-t {
  left: 70%;
  top: 25%;
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist a.commercekit-browse-wishlist em.cg-wishlist-t::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 18.249 15.706'%3E%3Cpath id='Path_80' data-name='Path 80' d='M1115.939,2.248c-1.356-1.651-3.7-3.3-6.861-1.187s-2.729,5.858-.469,8.758,5.31,6.03,7.329,5.951,5.425-2.872,7.322-5.951,2.853-6.034,0-8.512S1117.277.655,1115.939,2.248Z' transform='translate(-1106.81 -0.064)' fill='%23e41801'/%3E%3C/svg%3E%0A");
  mask-image: unset;
  -webkit-mask-image: unset;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: unset;
  -webkit-mask-size: unset;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist span {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .commercekit-wishlist-remove {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .added_to_cart.wc-forward {
  display: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 10px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .yith-wcwl-add-to-wishlist .button {
  background: none;
  border-radius: 0;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .product_meta {
  display: flex;
  flex-direction: column;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion {
  margin: 1.25rem 0rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-item {
  border: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-item:focus, body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-item:focus-visible {
  outline: none;
  box-shadow: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header {
  border-top: solid 1px #C8BDAD;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header .accordion-button {
  background: #FFFFFF;
  font-size: 16px;
  line-height: 36px;
  color: #030303;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  box-shadow: unset;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header .accordion-button:focus, body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header .accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header .accordion-button:after {
  scale: 0.8;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body {
  background: #FFFFFF;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body * {
  color: #000000;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body p {
  font-size: 16px;
  line-height: 24px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body b,
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .woocommerce-product-attributes {
  width: 100%;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .woocommerce-product-attributes tr {
  border-bottom: solid 1px #F1F2F6;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .woocommerce-product-attributes th {
  padding: 7px 0;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  text-transform: uppercase;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .woocommerce-product-attributes p {
  margin-bottom: 0;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .maintenance-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body .maintenance-item .maintenance-item-name {
  font-size: 14px;
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container {
  background: #FFFFFF;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container {
    padding: 6rem 0rem;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0px 0px;
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper ul.products {
  flex-wrap: nowrap;
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper ul.products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper ul.products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper ul.products > li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1400px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper ul.products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-container {
  position: relative;
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-next {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-next svg {
    width: 12px;
    height: 12px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-next::after {
  content: "";
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-prev {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 60px;
    left: auto;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-prev svg {
    width: 12px;
    height: 12px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product .look-container .look-wrapper .swiper-button-prev::after {
  content: "";
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products {
  display: flex;
  max-width: 1480px;
  margin: 0 auto;
  padding: 6rem 0rem;
  flex-direction: column;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .woocommerce-tabs {
  margin-top: 5%;
  margin-bottom: 5%;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .woocommerce-tabs .tabs {
  display: flex;
  list-style: none;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 30px;
  padding-left: 0;
  font-weight: bold;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .woocommerce-tabs .woocommerce-Tabs-panel {
  max-width: 1000px;
  margin: 0px auto;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container {
  padding: 6rem 0rem;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0px 0px;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper ul.products {
  flex-wrap: nowrap;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper ul.products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper ul.products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper ul.products > li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1400px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper ul.products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-container {
  position: relative;
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-next {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-next svg {
    width: 12px;
    height: 12px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-next::after {
  content: "";
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-prev {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 60px;
    left: auto;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-prev svg {
    width: 12px;
    height: 12px;
  }
}
body.product-template-default .woocommerce .shop-page .product.type-product #more_products .related-container .related-wrapper .swiper-button-prev::after {
  content: "";
}

.product-additional-section {
  background-color: #FFFFFF;
  padding: 3rem 0rem;
  display: none;
}
@media (min-width: 992px) {
  .product-additional-section {
    padding: 6rem 0rem;
    display: block;
  }
}
.product-additional-section .product-additional-section-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-additional-section .product-additional-section-wrapper {
    flex-direction: row;
  }
}
.product-additional-section .product-additional-section-wrapper .product-additional-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-image {
    width: 50%;
  }
}
.product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap {
    width: 50%;
  }
}
.product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-title {
  font-size: 24px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-title {
    font-size: 36px;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-title {
    font-size: 42px;
    padding-right: 6rem;
  }
}
@media (min-width: 1600px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-title {
    font-size: 48px;
    padding-right: 8rem;
  }
}
.product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-text {
  font-size: 16px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
}
@media (min-width: 992px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-text {
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-text {
    padding-right: 6rem;
  }
}
@media (min-width: 1600px) {
  .product-additional-section .product-additional-section-wrapper .product-additional-section-text-wrap .product-additional-section-text {
    padding-right: 8rem;
  }
}
.product-additional-section.second .product-additional-section-wrapper .product-additional-section-image {
  background-color: #FAF8F5;
  padding: 3rem 0rem;
  order: 1;
}
@media (min-width: 992px) {
  .product-additional-section.second .product-additional-section-wrapper .product-additional-section-image {
    order: 2;
  }
}
.product-additional-section.second .product-additional-section-wrapper .product-additional-section-text-wrap {
  order: 2;
}
@media (min-width: 992px) {
  .product-additional-section.second .product-additional-section-wrapper .product-additional-section-text-wrap {
    order: 1;
  }
}
.product-additional-section.third .product-additional-section-wrapper {
  flex-wrap: wrap;
}
.product-additional-section.third .product-additional-section-wrapper .product-additional-section-card {
  padding: 1.25rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .product-additional-section.third .product-additional-section-wrapper .product-additional-section-card {
    width: 50%;
  }
}
.product-additional-section.third .product-additional-section-wrapper .product-additional-section-card .product-additional-section-card-image {
  text-align: center;
}
.product-additional-section.third .product-additional-section-wrapper .product-additional-section-card .product-additional-section-card-title {
  font-size: 18px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  padding: 1.25rem 0rem;
}
@media (min-width: 992px) {
  .product-additional-section.third .product-additional-section-wrapper .product-additional-section-card .product-additional-section-card-title {
    font-size: 24px;
    font-weight: 400;
  }
}
.product-additional-section.third .product-additional-section-wrapper .product-additional-section-card .product-additional-section-card-title span {
  padding-left: 1.25rem;
}

.threeds-stock-notifier {
  position: fixed;
  width: 100%;
  /* right: 0; */
  top: 0;
  height: 100%;
  z-index: 101;
  background: #fff;
  animation-duration: 0.5s;
  animation-name: stock-notifier;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  transition: all 0.5s ease;
  /* opacity: 0; */
  visibility: hidden;
}
@media (min-width: 576px) {
  .threeds-stock-notifier {
    width: 520px;
  }
}
.threeds-stock-notifier {
  right: -520px;
}
.threeds-stock-notifier::-webkit-scrollbar {
  display: none;
}
.threeds-stock-notifier.active {
  /* right: -100%; */
  /*       @media (min-width: 576px) {
           right: -520px;
        } */
  right: 0;
  /* opacity: 1; */
  visibility: visible;
}
.threeds-stock-notifier .inner-stock-notifier {
  display: flex;
  flex-direction: column;
  padding: 60px;
}
.threeds-stock-notifier .inner-stock-notifier .header .title {
  color: #043249;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.threeds-stock-notifier .inner-stock-notifier .header .subtitle {
  color: #043249;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.threeds-stock-notifier .inner-stock-notifier .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.threeds-stock-notifier .inner-stock-notifier .body .img-wrapper {
  display: flex;
  justify-content: center;
}
.threeds-stock-notifier .inner-stock-notifier .body .img-wrapper .img-container {
  max-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #D9D9D9;
}
.threeds-stock-notifier .inner-stock-notifier .body .img-wrapper .img-container img {
  /* max-width: 100%; */
  max-width: 180px;
  height: auto;
}
.threeds-stock-notifier .inner-stock-notifier .body .title {
  color: #043249;
  font-size: 24px;
  line-height: 36px;
}
.threeds-stock-notifier .inner-stock-notifier .body .attributes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.threeds-stock-notifier .inner-stock-notifier .body .attributes .attribute-pill {
  padding: 8px 20px;
  background: #EB5050;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 200;
}
.threeds-stock-notifier .inner-stock-notifier .footer {
  padding-top: 25px;
}
.threeds-stock-notifier .threeds-stock-notifier-close {
  position: absolute;
  left: 22px;
  top: 20px;
  cursor: pointer;
}
.threeds-stock-notifier .threeds-stock-notifier-close img {
  width: 18px;
}

@keyframes stock-notifier {
  from {
    right: -520px;
  }
  to {
    right: 0;
  }
}
label[for=cwg_iagree_checkbox_input] {
  color: #043249;
  font-weight: 200;
}
label[for=cwg_iagree_checkbox_input] a {
  font-weight: 500;
  text-decoration: underline;
}

.cwginstock-subscribe-form .center-block {
  margin-top: 15px;
}

.cwginstock-subscribe-form .panel-primary {
  border: none !important;
}

.cwgstock_email {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  padding: 10px 24px;
}
.cwgstock_email:focus-visible {
  outline: none;
}

.cwgstock_button {
  background: #000000 !important;
  padding: 23px 0;
  font-size: 18px;
  line-height: 38px;
  height: 50px !important;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
}

.dashicons-arrow-left-alt2:before, .dashicons-arrow-right-alt2:before, .dashicons-search:before {
  font-family: dashicons;
}

.wcbvp-total-wrapper {
  display: flex !important;
  flex-direction: column;
}

.wcbvp-total-left {
  background-color: #E3E3E3;
  display: flex !important;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}
.wcbvp-total-left p {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.wcbvp-total-left p .wcbvp_total_items, .wcbvp-total-left p .wcbvp_total_price {
  font-size: 24px;
}
.wcbvp-total-left > :nth-child(2) {
  justify-content: flex-end;
}

.wcbvp-total-right {
  align-self: start !important;
  text-align: left !important;
}
.wcbvp-total-right button {
  margin-left: 0 !important;
  margin: 15px 0px !important;
}

#fade-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 42, 57, 0.6);
  opacity: 0;
  /*    transition: all .2s ease; */
}

#fade-wrapper.active {
  opacity: 1;
  z-index: 101;
}
#fade-wrapper.active.filter {
  z-index: 1;
}

#threeds-sidecart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  background: #ffffff;
  overflow: hidden;
  /*    right: -260px;
     width: 260px; */
  height: 100%;
  right: -100%;
  width: 100%;
  /*    @media ( min-width: 320px ){
        right: -300px;
        width: 300px;
     }
     @media ( min-width: 420px ){
        right: -400px;
        width: 400px;
     } */
}
@media (min-width: 576px) {
  #threeds-sidecart-wrapper {
    right: -450px;
    width: 450px;
  }
}
#threeds-sidecart-wrapper {
  top: 0;
  bottom: 0;
  z-index: 111;
  transition: all 0.2s ease-in-out;
  padding: 20px;
}
#threeds-sidecart-wrapper #close-threeds-sidecart-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}
#threeds-sidecart-wrapper .minicart-header {
  border-bottom: #D1D4DD 1px solid;
  margin-bottom: 20px;
}
#threeds-sidecart-wrapper .header {
  /*       display: flex;
        justify-content: center;
        padding: 20px 20px 40px 20px; */
  position: relative;
}
#threeds-sidecart-wrapper .header .close-side-wrapper-btn svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
#threeds-sidecart-wrapper .header .label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0px;
}
#threeds-sidecart-wrapper .free-shipping-container {
  padding: 20px;
}
#threeds-sidecart-wrapper .free-shipping-container .free-shipping {
  width: 100%;
  background-color: #EFEFED;
  height: 8px;
  border-radius: 40px;
}
#threeds-sidecart-wrapper .free-shipping-container .free-shipping .free-shipping-bar {
  background: #EB5050;
  height: 100%;
  border-radius: 40px;
}
#threeds-sidecart-wrapper .free-shipping-container .label {
  font-size: 14px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container {
  height: calc(100% - 20vh);
  overflow-y: auto;
  position: relative;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart {
  list-style: none;
  padding-left: 0;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #D1D4DD 1px solid;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  justify-content: flex-start;
  position: relative;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .large-item-wrapper {
  position: absolute;
  top: 30%;
  right: 0;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .gift-alert {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #555555;
  padding: 5px 10px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  #threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .image-container {
    width: 90px;
    min-width: 90px;
  }
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container {
  /*
  display: flex;
  gap: 7px;
  */
  display: grid;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
  grid-auto-flow: row;
  grid-auto-flow: column;
  padding: 0px 0px 0px 15px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container .remove {
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  order: 3;
  padding: 2px 5px;
  border-left: #C8BDAD 1px solid;
  border-bottom-left-radius: 4px;
  /*   
  @media ( min-width: 576px ){
     line-height: 35px;
  }
  */
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container .remove svg {
  width: 18px;
  height: 18px;
  display: inline;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container input {
  pointer-events: none;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  grid-area: span 2/span 2;
  line-height: 40px;
  height: 100%;
  margin: 0px 15px 0px 0px;
  order: 1;
}
@media (min-width: 576px) {
  #threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container input {
    /*
    width: 40px;
    height: 40px;
    */
  }
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container .add {
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  order: 2;
  padding: 2px 5px;
  border-left: #C8BDAD 1px solid;
  border-top-left-radius: 4px;
  /*
   @media ( min-width: 576px ){
     line-height: 35px;
  }
  */
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .input-container .add svg {
  width: 18px;
  height: 18px;
  display: inline;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container {
  display: flex;
  flex-direction: column;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container .tax_label {
  font-size: 0.75em;
  font-weight: 700;
  text-align: right;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container del {
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container del bdi {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container del bdi span {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container ins {
  text-decoration: none;
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container ins bdi {
  color: #EB5050;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container ins bdi span {
  color: #EB5050;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount {
  /*                         font-size: 20px; */
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  /* color: $color1; */
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount * {
  font-size: 20px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount {
  padding-left: 0.65rem;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount > bdi {
  font-weight: 700;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount ins bdi {
  color: #EB5050;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .amount ins bdi span {
  color: #EB5050;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name {
  width: 100%;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .prod-selected-attrs {
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name a,
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name a * {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  /* height: 55px; */
  font-weight: 700;
  /* color: $color1; */
  padding-right: 20px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name a:hover {
  /*  color: $color1; */
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .minicart-remove-container {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .minicart-remove-container svg {
  width: 24px;
  height: 24px;
  display: inline;
  cursor: pointer;
}
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .minicart-remove-container img {
  min-width: 13px;
  width: 13px;
}
#threeds-sidecart-wrapper .threeds-sidecart-container .woocommerce-mini-cart__empty-icon {
  padding: 3rem 0rem;
  text-align: center;
}
#threeds-sidecart-wrapper .threeds-sidecart-container .woocommerce-mini-cart__empty-icon svg {
  width: 240px;
  height: 240px;
  stroke: white;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer {
  position: relative;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer::before {
  position: absolute;
  width: calc(100% + 400px);
  height: 25px;
  content: "";
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1607843137);
  left: -200px;
  right: -200px;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .woocommerce-mini-cart__total strong {
  font-weight: 700;
  font-size: 18px;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .woocommerce-mini-cart__total .woocommerce-Price-amount * {
  font-weight: 700;
  font-size: 18px;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .checkout {
  font-size: 18px;
  display: flex;
  justify-content: center;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button {
  background: #000000;
  border-radius: 4px;
  border: none;
  padding: 0.65rem 1.25rem;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button svg {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button svg path {
  fill: #FFFFFF;
}
@media (min-width: 1200px) {
  #threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button {
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 700;
  }
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button:hover {
  color: #ffffff;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button.secondary {
  background-color: #ffffff;
  border: 2px solid #EB5050;
  color: #EB5050;
  display: block;
  margin-bottom: 1rem;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button.secondary svg path {
  fill: #EB5050;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button.secondary:hover {
  background-color: #EB5050;
  color: #ffffff;
}
#threeds-sidecart-wrapper .threeds-sidecart-footer .custom-button.secondary:hover svg path {
  fill: #ffffff;
}
#threeds-sidecart-wrapper .blockUI.blockOverlay {
  display: none !important;
}

#threeds-sidecart-wrapper.active {
  right: 0;
}

body.woocommerce-cart .general-page {
  background-color: #ffffff;
}
body.woocommerce-cart .general-page .page-header {
  padding: 0;
}
body.woocommerce-cart .general-page .page-header .small-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 1680px) {
  body.woocommerce-cart .general-page .page-header .small-container {
    padding: 0px;
  }
}
body.woocommerce-cart .general-page .page-header .small-container h1 {
  font-size: 40px;
  font-weight: 500;
  color: rgb(3, 3, 3);
  padding: 0;
}
body.woocommerce-cart .general-page .general-section {
  padding-top: 0;
  padding-bottom: 3rem;
}
body.woocommerce-cart .general-page .general-section .small-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (min-width: 1680px) {
  body.woocommerce-cart .general-page .general-section .small-container {
    padding: 0px;
  }
}
body.woocommerce-cart .general-page .general-section .content {
  width: 100%;
}
body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart .woocommerce .wc-empty-cart-message {
  width: 100%;
  display: block;
}
body.woocommerce-cart .woocommerce .return-to-shop {
  display: block;
  margin-top: 2.75rem;
}
body.woocommerce-cart .woocommerce .return-to-shop a {
  text-align: center;
  margin: 10px;
  height: 50px;
  display: inline-flex;
  padding: 1.5rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-size: 16px;
  background-color: #EB5050;
  color: #ffffff;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .return-to-shop a {
    white-space: unset;
  }
}
body.woocommerce-cart .woocommerce .return-to-shop a:hover {
  background-color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  margin: 1.25rem 0rem;
  padding: 35px 20px;
  background: #ffffff;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #FAF8F5;
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 50%;
    margin: 3rem 0rem;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 65%;
  }
}
@media (min-width: 1600px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 70%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table {
  width: 100%;
  border: none;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table {
    table-layout: fixed;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table thead {
  background-color: #FAF8F5;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table thead {
    display: none;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table thead tr th {
  font-size: 14px;
  font-weight: 700;
  padding: 0.65rem;
}
@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr.cart_item {
    min-width: 600px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr.cart_item:nth-child(even) {
  /* background-color: #f1f1f1; */
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr.cart_item:nth-child(even) td {
    background-color: #fff;
  }
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr.cart_item {
    display: block;
    margin-bottom: 1.25rem;
    border: #CCC 2px solid;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr:not(:first-child):not(:last-child) {
  border-top: 2px solid #CCC;
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr:not(:first-child):not(:last-child) {
    border-top: 1px solid #FAF8F5;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td {
  padding: 1.25rem;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td {
    display: block;
    padding: 0.65rem 1.25rem;
  }
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-price, body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    text-align: right;
  }
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-price del, body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-subtotal del {
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-price ins, body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-subtotal ins {
    justify-content: flex-end;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td:not(:last-child) {
  border-right: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl {
  margin: 0.65rem 0rem;
  background-color: #FAF8F5;
  border-radius: 12px;
  font-size: 14px;
  display: flex;
  gap: 5px;
  padding: 0.65rem;
}
@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl {
    flex-direction: column;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl dt {
  color: #000000;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl dd {
  margin: 0rem 1rem 0rem 0rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table tbody tr td dl dd p {
  margin: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove a {
  font-size: 32px;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-remove a {
    font-weight: 700;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-thumbnail {
  padding: 1rem;
}
@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-thumbnail {
    width: 90px;
    min-width: 90px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-name a,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-name a * {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  /* height: 55px; */
  font-weight: 700;
  /* color: $color1; */
  padding-right: 20px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-name a:hover {
  /* color: $color1; */
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity {
  /*
  display: flex;
  gap: 7px;
  */
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity.hidden {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity {
  display: grid;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
  grid-auto-flow: row;
  grid-auto-flow: column;
  padding: 0px 0px 0px 5px;
  background: #FFF;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls {
  padding: 0px 5px;
  border-left: #C8BDAD 1px solid;
  border-bottom-left-radius: 4px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls:last-child {
  order: 2;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls:first-child {
  order: 3;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls.add-quantity-controls {
  order: 2;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls.remove-quantity-controls {
  order: 3;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls .remove {
  cursor: pointer;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls .remove svg {
  width: 18px;
  height: 18px;
  display: inline;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls .add {
  cursor: pointer;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity .quantity-controls .add svg {
  width: 18px;
  height: 18px;
  display: inline;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity input {
  /* pointer-events: none; */
  width: 60px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  grid-area: span 2/span 2;
  margin: 0px 15px 0px 0px;
  order: 1;
}
@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .quantity-container .quantity input {
    /*
    width: 40px;
    height: 40px;
    */
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price .tax_label,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .tax_label {
  font-size: 0.75em;
  font-weight: 700;
  text-align: right;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price del,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal del {
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price del bdi,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal del bdi {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price del bdi span,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal del bdi span {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price ins,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal ins {
  text-decoration: none;
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price ins bdi,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal ins bdi {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-price ins bdi span,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal ins bdi span {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .quantity-unit {
  line-height: 20px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .quantity-unit bdi {
  font-weight: 400;
  font-size: 0.65em;
  text-decoration: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .quantity-unit bdi span {
  font-size: 0.65em;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .quantity-unit ins bdi {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .quantity-unit ins bdi span {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .subtotal-tax {
  line-height: 20px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .subtotal-tax bdi {
  font-weight: 400;
  font-size: 0.65em;
  text-decoration: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .subtotal-tax bdi span {
  font-size: 0.65em;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .subtotal-tax ins bdi {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .product-subtotal .subtotal-tax ins bdi span {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount {
  /* font-size: 20px; */
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount * {
  font-size: 20px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount {
  padding-left: 0.65rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount > bdi {
  font-weight: 700;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount ins bdi {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .amount ins bdi span {
  color: #EB5050;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions .coupon {
  padding: 0.65rem;
  margin: 1rem;
  background-color: #FAF8F5;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions .coupon {
    flex-direction: column;
    background-color: #FFFFFF;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions .coupon input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: #ffffff;
  line-height: 38px;
  padding: 0rem 1.25rem;
  font-size: 16px;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions .coupon input {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions button {
  text-align: center;
  height: 50px;
  display: inline-flex;
  padding: 1.5rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-size: 16px;
  background-color: #EB5050;
  color: #ffffff;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .shop_table .actions button:hover {
  background-color: #EB5050;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  margin: 1.25rem 0rem;
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 50%;
    margin: 3rem 0rem;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 30%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  padding: 2rem;
  background-color: #FAF8F5;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.5rem 0rem;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  border: none;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
    table-layout: fixed;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr {
  padding: 1rem;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr:nth-child(even) {
  background-color: transparent;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals {
  background-color: #ffffff;
  border-radius: 6px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child td {
  background-color: transparent;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr {
    display: block;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  font-weight: 700;
  padding: 1rem;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
    display: block;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  padding: 1rem;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
    display: block;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul li {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul li label {
  padding: 0rem 0.65rem;
  font-size: 14px;
  font-weight: 700;
  width: 90%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul li .betrs_option_desc {
  font-size: 14px;
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal bdi {
  font-size: 20px;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total bdi {
  font-size: 20px;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total small {
  font-size: 14px;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total small span {
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 2rem 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #000000;
  border-radius: 4px;
  border: none;
  padding: 0.65rem 1.25rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 576px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    white-space: unset;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #EB5050;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form {
  border: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form label {
  font-size: 14px;
  font-weight: 700 !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
  height: 50px;
  border-radius: 6px;
  border: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button {
  text-align: center;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-size: 16px;
  background-color: #EB5050;
  color: #ffffff;
}

.woocommerce-account .button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}
.woocommerce-account .content {
  margin-top: 50px;
}
.woocommerce-account .content .woocommerce {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.woocommerce-account .my-account-dashboard .welcome-message {
  width: 300px;
}
.woocommerce-account .my-account-dashboard .woocommerce {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.woocommerce-account .main-section-wrapper-breadcrumbs {
  margin-top: 20px;
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-flex;
    width: 25%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  padding: 19px 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: #000000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a::before {
  margin-top: 3px;
  line-height: 3px;
  margin-right: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
  border: solid 1px #f2f2f2;
  border-left: solid 8px #EB5050;
  background: #f2f2f2;
  padding: 19px 30px 19px 22px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover {
  background: #f2f2f2;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M10,13L4,13C3.451,13 3,13.451 3,14L3,20C3,20.549 3.451,21 4,21L10,21C10.549,21 11,20.549 11,20L11,14C11,13.451 10.549,13 10,13ZM9,19L5,19L5,15L9,15L9,19Z' style='fill-rule:nonzero;'/%3E%3Cg transform='matrix(1,0,0,1,10.46,-10.277)'%3E%3Cpath d='M10,13L4,13C3.451,13 3,13.451 3,14L3,20C3,20.549 3.451,21 4,21L10,21C10.549,21 11,20.549 11,20L11,14C11,13.451 10.549,13 10,13ZM9,19L5,19L5,15L9,15L9,19Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,10.46,0.0304956)'%3E%3Cpath d='M10,13L4,13C3.451,13 3,13.451 3,14L3,20C3,20.549 3.451,21 4,21L10,21C10.549,21 11,20.549 11,20L11,14C11,13.451 10.549,13 10,13ZM9,19L5,19L5,15L9,15L9,19Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,-10.277)'%3E%3Cpath d='M10,13L4,13C3.451,13 3,13.451 3,14L3,20C3,20.549 3.451,21 4,21L10,21C10.549,21 11,20.549 11,20L11,14C11,13.451 10.549,13 10,13ZM9,19L5,19L5,15L9,15L9,19Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='map-marker'%3E%3Cpath fill='%23undefined' d='M12,2a8,8,0,0,0-8,8c0,5.4,7.05,11.5,7.35,11.76a1,1,0,0,0,1.3,0C13,21.5,20,15.4,20,10A8,8,0,0,0,12,2Zm0,17.65c-2.13-2-6-6.31-6-9.65a6,6,0,0,1,12,0C18,13.34,14.13,17.66,12,19.65ZM12,6a4,4,0,1,0,4,4A4,4,0,0,0,12,6Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,12Z'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='download-alt'%3E%3Cpath fill='%23undefined' d='M8.29,13.29a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42L13,14.59V3a1,1,0,0,0-2,0V14.59l-1.29-1.3A1,1,0,0,0,8.29,13.29ZM18,9H16a1,1,0,0,0,0,2h2a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H8A1,1,0,0,0,8,9H6a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9Z'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='shopping-bag'%3E%3Cpath fill='%23undefined' d='M19,7H16V6A4,4,0,0,0,8,6V7H5A1,1,0,0,0,4,8V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8A1,1,0,0,0,19,7ZM10,6a2,2,0,0,1,4,0V7H10Zm8,13a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H8v1a1,1,0,0,0,2,0V9h4v1a1,1,0,0,0,2,0V9h2Z'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='user'%3E%3Cpath fill='%23undefined' d='M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='sign-out-alt'%3E%3Cpath fill='%23undefined' d='M12.59,13l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H3a1,1,0,0,0,0,2ZM12,2A10,10,0,0,0,3,7.55a1,1,0,0,0,1.8.9A8,8,0,1,1,12,20a7.93,7.93,0,0,1-7.16-4.45,1,1,0,0,0-1.8.9A10,10,0,1,0,12,2Z'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--cgkit-wishlist a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;'%3E%3Cpath d='M9.06,25C7.68,17.3 12.78,10.63 20.73,10C27.73,9.45 31.2,17.93 31.9,19.55C31.916,19.606 31.967,19.644 32.025,19.644C32.083,19.644 32.134,19.606 32.15,19.55C35.4,10.64 41.32,10.26 43.4,10.05C49,9.45 56.51,13.78 55,23.87C52.84,37.87 31.88,53.68 31.88,53.68C31.88,53.68 11.79,40.05 9.06,25Z' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:5px;'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  background-color: #ffffff;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-icons {
    margin-top: 6rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  flex-direction: unset;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li {
  justify-content: center;
  background-color: #FFFFFF;
  margin: 1.5rem;
  padding: 1.5rem 3rem;
  border: 1px solid #CCCCCC;
  width: 100%;
}
@media (min-width: 420px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li {
    margin: 1rem;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li {
    margin: 1rem;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li {
    width: 20%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li:first-child {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li:last-child {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-icons .woocommerce-MyAccount-navigation ul li a:before {
  width: 60px;
  height: 60px;
  float: none;
  content: "";
  display: block;
  margin: 1.25rem auto;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
  margin: 3rem 0rem 0rem 0rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #EB5050;
  padding: 20px;
  color: #ffffff;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a {
  color: #ffffff;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table__product-actions {
  text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table__product-actions .button-container {
  display: flex;
  gap: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
  background: none;
  border: #C8CDCF 1px solid;
  border-radius: 50px;
  padding: 3px 8px;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #EB5050;
}
@media (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border: 1px solid #EFEFED;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  visibility: collapse;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
    visibility: visible;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
  padding: 0.65rem;
  color: #FFFFFF;
  background-color: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th:not(:last-child) {
  border-right: none;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
    min-height: 130px;
    display: block;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:first-child td {
  background-color: #EFEFED !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  color: #000 !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  border: none;
  padding: 1rem;
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td:not(:last-child) {
  border-right: none;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
    display: table-cell;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.45rem 1rem;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td:last-child {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:nth-child(odd) th {
  background-color: #EFEFED;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:nth-child(odd) td {
  background-color: #EFEFED;
}
.woocommerce-account .woocommerce-MyAccount-content .password-input .show-password-input {
  margin-top: 12px;
}
.woocommerce-account .woocommerce-pagination--without-numbers {
  gap: 10px;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-customer-details .woocommerce-column--shipping-address {
  width: 100%;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column--shipping-address .woocommerce-column__title {
  font-size: 22px;
  margin-top: 15px;
}
.woocommerce-account .form-container.my-account {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .woocommerce-account .form-container.my-account {
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  .woocommerce-account .form-container.my-account {
    max-width: 40%;
  }
}
.woocommerce-account .form-container.my-account .form-row {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.woocommerce-account .form-container.my-account .form-row .input-text:not([type=checkbox]) {
  width: 100%;
  border: solid 1px #CACACC;
  border-radius: 4px;
  font-size: 18px;
  padding: 13px;
}
.woocommerce-account .form-container.my-account .form-row label {
  font-size: 16px;
  font-weight: 400;
  color: #000000 !important;
}
.woocommerce-account .form-container.my-account .form-row label a {
  font-weight: 700;
}
.woocommerce-account .form-container.my-account .form-row .custom-button {
  width: 100%;
  padding: 0.65rem 4rem 0.65rem 4rem;
}
.woocommerce-account .form-container.my-account .divider:after, .woocommerce-account .form-container.my-account .divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.woocommerce-account .form-container.my-account .google_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
.woocommerce-account .form-container.my-account .facebook_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
.woocommerce-account .form-container.my-account .nav-tabs {
  border: 0;
}
.woocommerce-account .form-container.my-account .nav-tabs li {
  width: 50%;
  border: 0;
}
.woocommerce-account .form-container.my-account .nav-tabs li button {
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
  width: 100%;
  border-bottom: #EB5050 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.woocommerce-account .form-container.my-account .nav-tabs li button.active {
  border-bottom: #EB5050 10px solid;
  color: #EB5050 !important;
}
.woocommerce-account .form-container.my-account .tab-content {
  padding: 20px;
}

.woocommerce-edit-address .woocommerce-Addresses {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .woocommerce-edit-address .woocommerce-Addresses {
    flex-direction: row;
  }
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  border: solid 1px #f2f2f2;
  padding: 15px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address {
    width: 50%;
  }
}
.woocommerce-edit-address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.woocommerce-edit-address .woocommerce-Address-title h3 {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-edit-address .woocommerce-Address-title a {
  background: none;
  border: #C8CDCF 1px solid;
  border-radius: 50px;
  padding: 3px 8px;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #EB5050;
}
@media (min-width: 1200px) {
  .woocommerce-edit-address .woocommerce-Address-title a {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
  }
}
.woocommerce-edit-address form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20%;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .woocommerce-edit-address form .woocommerce-address-fields__field-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row abbr {
  text-decoration: none;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row input {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  max-width: 95%;
  line-height: 47px;
  padding: 0rem 1.25rem;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row input[type=checkbox] {
  width: unset;
  margin-right: 10px;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row select {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  max-width: 95%;
  height: 47px;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  max-width: 95%;
  height: 47px;
  padding: 0rem 1.25rem;
  z-index: 1;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
.woocommerce-edit-address form #b2bking_js_based_invalid_field {
  display: none;
}
.woocommerce-edit-address form #shipping_address_2_field {
  justify-content: flex-end;
}
.woocommerce-edit-address form #shipping_email_field {
  width: 100%;
}
.woocommerce-edit-address form #shipping_country_field .woocommerce-input-wrapper {
  /* 			width: 100%;
  			border: solid 1px #CACACC;
  			border-radius: 4px;
  			font-size: 18px;
  			padding: 13px; */
}
.woocommerce-edit-address form button {
  font-size: 16px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-wide {
  width: 100%;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row abbr {
  text-decoration: none;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  /* max-width: 95%; */
  line-height: 47px;
  padding: 0rem 1.25rem;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=checkbox] {
  width: unset;
  margin-right: 10px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row select {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  max-width: 95%;
  height: 47px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .select2-container--default {
  border: #EFEFED 1px solid;
  border-radius: 5px;
  background: #F3F4F6;
  width: 100%;
  max-width: 95%;
  height: 47px;
  padding: 0rem 1.25rem;
  z-index: 1;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  margin-top: 3rem;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  width: 100%;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-edit-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row.form-row-wide {
    padding-right: 20px;
  }
}
.woocommerce-edit-account .woocommerce-EditAccountForm button {
  font-size: 16px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm button[type=submit] {
  margin-top: 1.25rem;
}

.woocommerce-view-order .woocommerce-table__product-quantity {
  text-align: center;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__title {
  font-size: 24px;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details {
  border: solid 1px #EFEFED;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead {
  visibility: collapse;
}
@media (min-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead {
    visibility: visible;
    border-bottom: solid 1px #EFEFED;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead th {
  padding: 0.65rem;
  background-color: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead th:not(:last-child) {
  border-right: none;
}
@media (min-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead th:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details thead th.product-total {
  text-align: end;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr {
  position: relative;
}
@media (max-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr {
    min-height: 130px;
    display: block;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr {
  border-bottom: solid 2px #EFEFED;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:first-child td {
  background-color: #FFFFFF;
  color: #000;
}
@media (min-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:nth-child(odd) td {
    background-color: #EFEFED;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
  padding: 0.65rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #FFF;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td:not(:last-child) {
  border-right: none;
}
@media (min-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
    display: table-cell;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .item-image-container {
  width: 90px !important;
  min-width: 90px;
}
@media (min-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td.product-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td.product-total {
  text-align: end;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot {
  background: #EFEFED;
  border-top: #fff 3px solid;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th {
  padding: 0.65rem;
}
@media (max-width: 992px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td {
  padding: 0.65rem;
  text-align: end;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount * {
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font-size: 24px;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .table-foot {
  border-left: solid 1px #555555;
  border-right: solid 1px #555555;
}
.woocommerce-view-order .woocommerce-MyAccount-content .table-foot .table-foot-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #555555;
  padding: 17px 15px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .table-foot .table-foot-row .value * {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-table__line-item {
  border-bottom: solid 1px #555555;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .item-image-container {
  width: 150px;
  min-width: 150px;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .item-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .item-name-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .item-name-meta a {
  width: 100%;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .item-name-meta a:hover {
  color: #000000;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .product-item-meta {
  width: 100%;
  padding-top: 10px;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .product-item-meta ul.wc-item-meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-name .product-item-meta ul.wc-item-meta li {
  display: flex;
  gap: 10px;
}
.woocommerce-view-order .woocommerce-table__line-item .woocommerce-table__product-total .woocommerce-Price-amount * {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-view-order .details-customer-container {
  padding: 20px;
  border: solid 1px #555555;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.woocommerce-view-order .details-customer-container .details-row {
  display: flex;
  gap: 10px;
}
.woocommerce-view-order .details-customer-container .details-row .value {
  font-size: 20px;
}
.woocommerce-view-order .general-order-info-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-view-order .general-order-info-container .label {
  color: #000000;
  padding-bottom: 10px;
}
.woocommerce-view-order .general-order-info-container .value * {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.woocommerce-view-order .general-order-info-container .error {
  color: #CF0000;
}
.woocommerce-view-order .general-order-info-container .success {
  color: #0D7B0D;
}

.woocommerce-table__product-actions .button-container {
  display: flex;
  gap: 5px;
}

body.woocommerce-lost-password form.lost_reset_password {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}
@media (min-width: 992px) {
  body.woocommerce-lost-password form.lost_reset_password {
    width: 60%;
  }
}
body.woocommerce-lost-password form.lost_reset_password p:first-child {
  width: 100%;
}
body.woocommerce-lost-password form.lost_reset_password .woocommerce-form-row {
  width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce-lost-password form.lost_reset_password .woocommerce-form-row {
    width: 48%;
  }
}
body.woocommerce-lost-password form.lost_reset_password label {
  display: block;
}
body.woocommerce-lost-password form.lost_reset_password input[type=password], body.woocommerce-lost-password form.lost_reset_password input[type=text] {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.65rem 1.25rem;
}
body.woocommerce-lost-password form.lost_reset_password .button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.25rem 4rem 1.25rem 4rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 576px) {
  body.woocommerce-lost-password form.lost_reset_password .button {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation-link--credit-balances {
  display: none !important;
}

.woocommerce-password-strength {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-password-strength.strong {
  color: green;
}
.woocommerce-password-strength.good {
  color: orange;
}
.woocommerce-password-strength.bad {
  color: red;
}
.woocommerce-password-strength.short {
  color: red;
}

.b2bking-application-pending {
  display: block;
  padding: 0.65rem 2rem;
  background-color: #F0F0F0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.password-input {
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  right: 25px;
  top: 0px;
  border: none;
  background: none;
}
.password-input .show-password-input::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3E%3Cpath d='M66.667,66.667L733.333,733.333' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3Cpath d='M223.759,224.087C122.16,293.176 66.667,400 66.667,400C66.667,400 187.879,633.333 400,633.333C468.343,633.333 527.247,609.113 575.703,576.28M366.667,168.607C377.513,167.338 388.627,166.667 400,166.667C612.12,166.667 733.333,400 733.333,400C733.333,400 710.273,444.39 666.667,494.45' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3Cpath d='M466.667,474.54C448.973,490.373 425.613,500.003 400,500.003C344.77,500.003 300,455.233 300,400.003C300,372.547 311.064,347.677 328.977,329.606' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:66.67px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce-checkout {
  /* background: #f2f5f7; */
}
.woocommerce-checkout.woocommerce-order-received {
  background: #ffffff;
}

#billing_company_activity_field {
  display: none !important;
}

#checkout {
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
}
#checkout input[type=radio] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
#checkout input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
#checkout .guest-alert-info {
  padding: 20px;
}
#checkout .nav-link:hover {
  color: #000000;
}
#checkout #payment_method_cod:checked,
#checkout #payment_method_bacs:checked,
#checkout #payment_method_piraeusbank_gateway:checked {
  accent-color: #000000;
  border: double 3px #fff;
}
#checkout .main-section-wrapper-breadcrumbs {
  padding-top: 0;
}
#checkout #payment {
  padding-top: 30px;
}
#checkout #payment .wc_payment_methods.payment_methods {
  /*          padding-left: 0;
           padding-top: 5px; */
  padding: 10px 15px;
  list-style: none;
}
#checkout #payment .payment-inner-title {
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 1rem;
}
#checkout #payment .cart-order-total {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #EFEFED;
  padding-bottom: 3px;
}
#checkout #payment .cart-order-total .inner-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
#checkout #payment .place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#checkout #payment button.custom-button {
  align-self: flex-end;
  background: #EB5050;
  border-radius: 4px;
  border: none;
  padding: 11px 20px;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #checkout #payment button.custom-button {
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 700;
  }
}
#checkout #payment button.custom-button:hover {
  color: #ffffff;
}
#checkout #payment .woocommerce-terms-and-conditions {
  background-color: #EFEFED;
  border: #d9d9d9 1px solid;
  padding: 10px;
  margin: 0.35rem 0.65rem;
  font-size: 14px;
}
#checkout #payment .woocommerce-terms-and-conditions h2 {
  font-size: 1.25em;
}
#checkout #payment .woocommerce-terms-and-conditions h3 {
  font-size: 1em;
}
#checkout #payment #terms {
  /*          width: 16px;
           height: 16px;
           transform: scale(0.75);
           border-radius: 50%; */
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
#checkout #payment .acceptance-checkbox {
  padding: 20px 0;
}
#checkout #payment .acceptance-checkbox .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
  font-weight: 400;
}
#checkout #payment .acceptance-checkbox a.woocommerce-terms-and-conditions-link {
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
#checkout #payment .acceptance-checkbox a.woocommerce-terms-and-conditions-link:hover {
  color: #000000;
}
#checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
  font-weight: 400;
}
#checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 700;
}
#checkout .checkout-container {
  display: flex;
  padding-top: 25px;
}
@media (max-width: 992px) {
  #checkout .checkout-container {
    padding: 0;
  }
}
#checkout .checkout-container .checkout-fields {
  width: 100%;
  padding-bottom: 50px;
}
#checkout .checkout-container .checkout-fields .checkout-toggle-row {
  display: flex;
}
#checkout .checkout-container .checkout-fields .checkout-toggle-row #checkout-form-toggle {
  cursor: pointer;
  background: #EB5050;
  border: none;
  padding: 8px 12px;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  margin: 15px 0px;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields .checkout-toggle-row #checkout-form-toggle {
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 700;
    max-width: 300px;
    margin: 0;
  }
}
#checkout .checkout-container .checkout-fields .checkout-toggle-row #checkout-form-toggle:hover {
  color: #ffffff;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout {
  max-height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout.active {
  max-height: 600px;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #checkout .checkout-container .checkout-fields .form-container.is-checkout {
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  #checkout .checkout-container .checkout-fields .form-container.is-checkout {
    max-width: 40%;
  }
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .form-row {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .form-row .input-text:not([type=checkbox]) {
  width: 100%;
  border: solid 1px #CACACC;
  border-radius: 4px;
  font-size: 18px;
  padding: 13px;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .form-row label {
  font-size: 16px;
  font-weight: 700;
  color: #000000 !important;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .form-row .custom-button {
  width: 100%;
  padding: 0.65rem 4rem 0.65rem 4rem;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .divider:after, #checkout .checkout-container .checkout-fields .form-container.is-checkout .divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .google_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .facebook_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .nav-tabs {
  border: 0;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .nav-tabs li {
  width: 50%;
  border: 0;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .nav-tabs li button {
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
  width: 100%;
  border-bottom: #EB5050 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .nav-tabs li button.active {
  border-bottom: #EB5050 10px solid;
  color: #EB5050 !important;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .tab-content {
  padding: 20px;
}
#checkout .checkout-container .checkout-fields .form-container.is-checkout .tab-content .woocommerce-button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}
#checkout .checkout-container .checkout-fields abbr.required {
  display: none !important;
}
#checkout .checkout-container .checkout-fields .woocommerce-form-coupon-toggle .woocommerce-info {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#checkout .checkout-container .checkout-fields .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 700;
}
#checkout .checkout-container .checkout-fields form.checkout_coupon {
  display: flex;
  flex-direction: column;
  padding: 0.65rem 2rem;
  /* background: #F3F4F6; */
  margin-bottom: 1rem;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout_coupon {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#checkout .checkout-container .checkout-fields form.checkout_coupon p:first-child {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-first {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-last {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-first {
    width: 55%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-last {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-first {
    width: 60%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-last {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-first {
    width: 70%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_coupon p.form-row-last {
    width: 30%;
  }
}
#checkout .checkout-container .checkout-fields form.checkout_coupon input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  line-height: 47px;
  padding: 0rem 1.25rem;
  max-width: 95%;
}
#checkout .checkout-container .checkout-fields form.checkout_coupon .button {
  word-wrap: none;
  font-size: 14px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card {
  display: flex;
  flex-direction: column;
  padding: 0.65rem 2rem;
  /* background: #F3F4F6; */
  margin-bottom: 1rem;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p:first-child {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-first {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-last {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-first {
    width: 55%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-last {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-first {
    width: 60%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-last {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-first {
    width: 70%;
  }
  #checkout .checkout-container .checkout-fields form.checkout_pw_gift_card p.form-row-last {
    width: 30%;
  }
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  line-height: 47px;
  padding: 0rem 1.25rem;
  max-width: 95%;
}
#checkout .checkout-container .checkout-fields form.checkout_pw_gift_card .button {
  word-wrap: none;
  font-size: 14px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0rem 1.25rem;
  border-radius: 4px;
  text-align: center;
}
#checkout .checkout-container .checkout-fields form.checkout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout {
    flex-direction: row;
    gap: 0;
  }
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields .billing-label {
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-checkout-shipping-wrapper {
  padding-top: 30px;
}
#checkout .checkout-container .checkout-fields form.checkout {
  /* .woocommerce-shipping-fields {
     padding-bottom: 20px;
  } */
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  max-width: 95%;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper .primary-billing-fields {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row {
  width: 100%;
  /* z-index: 1; */
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row {
    width: calc(50% - 10px);
  }
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_email_field {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  line-height: 47px;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row input[type=checkbox] {
  width: unset;
  margin-right: 10px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row select {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  height: 47px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-container--default {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  height: 47px;
  padding: 0rem 1.25rem;
  z-index: 2;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_email_field {
  order: 1;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_first_name_field {
  order: 2;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_last_name_field {
  order: 3;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_phone_field {
  order: 4;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_stathero_til_field {
  order: 5;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_country_field {
  order: 6;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_state_field {
  order: 7;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_city_field {
  order: 8;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_postcode_field {
  order: 9;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_1_field {
  order: 10;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_2_field {
  order: 11;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_invoice_field {
  order: 12;
  width: calc(100% - 10px) !important;
  display: flex;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_invoice_field #billing_invoice {
  border: none;
  font-weight: bold;
  margin-left: 15px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_invoice_field .woocommerce-input-wrapper {
  background: none;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_invoice_field .woocommerce-input-wrapper select {
  border: #C8BDAD 1px solid !important;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 0;
  height: auto !important;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_vat_id_field {
  order: 13;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_tax_office_field {
  order: 14;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_tax_office_field #billing_tax_office {
  pointer-events: none;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_company_field {
  order: 15;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_company_field #billing_company {
  pointer-events: none;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_activity_field {
  order: 16;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_activity_field #billing_activity {
  pointer-events: none;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container {
  width: 100%;
  padding: 35px 25px;
  height: 100%;
  border-radius: 4px;
  z-index: 2;
  /* box-shadow: $box-shadow-around; */
  border: #d9d9d9 1px solid;
  background: #ffffff;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout .customer-details-container {
    width: calc(50% - 20px);
  }
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container.active {
  max-height: 500px;
  margin-bottom: 1.5rem;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  line-height: 47px;
  padding: 0rem 1.25rem;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row {
    width: calc(50% - 10px);
  }
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row {
  z-index: 1;
  margin-bottom: 0;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row select {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  height: 47px;
  padding: 0rem 1.25rem;
  cursor: pointer;
  /** for the dropdown indicator */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row .select2-container--default {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  height: 47px;
  padding: 0rem 1.25rem;
  z-index: 1;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#checkout .checkout-container .checkout-fields form.checkout .customer-details-container .invoice-wrapper .invoice-fields-container .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row {
  width: 100%;
}
@media (min-width: 992px) {
  #checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row {
    width: calc(50% - 10px);
  }
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  line-height: 47px;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row input[type=checkbox] {
  width: unset;
  margin-right: 10px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row textarea {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  padding: 0rem 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row select {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  height: 47px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row .select2-container--default {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  height: 47px;
  padding: 0rem 1.25rem;
  z-index: 1;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-additional-fields {
  padding-top: 0;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  display: flex;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row input {
  width: 100%;
  border: solid 1px #CACACC;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row .select2-container {
  width: 100%;
  border: solid 1px #CACACC;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row .select2-container .select2-selection__arrow {
  /* top: 15px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") transparent no-repeat 96% !important;
  right: 5%;
  top: 25%;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row .select2-container .select2-selection__arrow b {
  border: none;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row .select2-selection--single {
  border: none;
}
#checkout .checkout-container .checkout-fields form.checkout .form-row textarea {
  width: 100%;
  height: 150px;
  max-height: 150px;
  padding: 5px 10px;
}
#checkout .checkout-container .checkout-fields form.checkout #billing_country_field label {
  display: flex;
  align-items: center;
}
#checkout .checkout-container .checkout-fields form.checkout #billing_country_field span {
  border-radius: 4px;
  background: none;
  /* line-height: 47px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#checkout .checkout-container .checkout-fields form.checkout #billing_address_1_field {
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout #shipping_country_field span {
  /* border: #C8BDAD 1px solid; */
  border-radius: 4px;
  background: #ffffff;
  /* line-height: 47px; */
  /* padding: 0rem 1.25rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table {
  margin-top: 2.25rem;
  width: 100%;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr {
  display: flex;
  flex-direction: column;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr th {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 1rem;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr td ul {
  padding: 0;
  list-style: none;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr td ul li {
  padding: 0.45rem 0rem;
  font-size: 14px;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr td ul li label {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr td ul li p {
  background-color: #F2F2F2;
  padding: 0.45rem 0.65rem;
  margin: 0.45rem 0rem;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-shipping-table tr td ul li:not(:last-child) {
  border-bottom: #EFEFED 1px solid;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments {
  margin-top: 2.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments h3 {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 1rem;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul {
  padding: 0;
  list-style: none;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li {
  font-size: 14px;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li label {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li p {
  background-color: #F2F2F2;
  padding: 0.45rem 0.65rem;
  margin: 0.45rem 0rem;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li {
  padding: 0.45rem 0rem;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li:not(:last-child) {
  border-bottom: #EFEFED 1px solid;
}
#checkout .checkout-container .checkout-fields form.checkout .woocommerce-error {
  list-style: none;
  background: #e7acb4;
  border: #c1747e 1px solid;
  padding: 1rem;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-checkout-shipping-methods ul.woocommerce-shipping-methods li {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 0.65rem 1rem !important;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-checkout-shipping-methods ul.woocommerce-shipping-methods li input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-checkout-payment-methods ul.payment_methods li {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 0.65rem 1rem !important;
}
#checkout .checkout-container .checkout-fields form.checkout .threeds-checkout-payment-methods ul.payment_methods li input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
}
#checkout .checkout-container .checkout-fields .actions-container {
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields .actions-container {
    width: calc(50% - 20px);
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review {
  padding: 35px 20px;
  /* box-shadow: $box-shadow-around; */
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  border: #d9d9d9 1px solid;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .woocommerce-checkout-review-order-table {
  width: 100%;
}
@media (max-width: 660px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review .woocommerce-checkout-review-order-table tr {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 660px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review .woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review th.product-total {
  width: 115px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review tr:not(:first-child) {
  border-top: #d9d9d9 1px solid;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total {
  text-align: right;
  padding-right: 20px;
  width: 20%;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total * {
  font-weight: 700;
  font-size: 18px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total del {
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total del bdi {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total del bdi span {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total ins {
  text-decoration: none;
  line-height: 1rem;
  display: flex;
  justify-content: flex-end;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total ins bdi {
  color: #EB5050;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total ins bdi span {
  color: #EB5050;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-total > bdi {
  font-weight: 700;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review td.product-name {
  padding: 15px 0;
  width: 70%;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item {
  position: relative;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  align-items: center;
}
@media (min-width: 420px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container {
    flex-direction: row;
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .image-container {
  width: 90px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  text-align: center;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container {
  max-width: 90px;
  margin-top: 10px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container {
  /*
  display: flex;
  gap: 7px;
  */
  display: grid;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
  grid-auto-flow: row;
  grid-auto-flow: column;
  padding: 0px 0px 0px 15px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container .remove {
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  order: 3;
  padding: 2px 5px;
  border-left: #C8BDAD 1px solid;
  border-bottom-left-radius: 4px;
  /*   
  @media ( min-width: 576px ){
     line-height: 35px;
  }
  */
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container .remove svg {
  width: 18px;
  height: 18px;
  display: inline;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container input {
  pointer-events: none;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  grid-area: span 2/span 2;
  line-height: 40px;
  height: 100%;
  margin: 0px 15px 0px 0px;
  order: 1;
}
@media (min-width: 576px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container input {
    /*
    width: 40px;
    height: 40px;
    */
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container .add {
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  order: 2;
  padding: 2px 5px;
  border-left: #C8BDAD 1px solid;
  border-top-left-radius: 4px;
  /*
  @media ( min-width: 576px ){
     line-height: 35px;
  }
  */
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .quantity-container .input-container .add svg {
  width: 18px;
  height: 18px;
  display: inline;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .name {
  margin-bottom: 12px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .name .title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  /* color: $color1; */
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .name .title:hover {
  /* color: $color1; */
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .name .prod-selected-attrs {
  font-size: 14px;
  color: #555555;
  margin-bottom: 5px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .minicart-remove-container {
  cursor: pointer;
  width: 20px;
  min-width: 30px;
  position: absolute;
  top: 0;
  right: -10px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .minicart-remove-container img {
  min-width: 13px;
  width: 13px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total {
  white-space: nowrap;
  color: #EB5050;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total bdi {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total bdi {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total bdi {
    font-size: 32px;
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total .includes_tax span {
  /* color: $color1; */
  font-weight: 700;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review tfoot td {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0;
  flex-direction: column;
  align-items: end;
  width: auto;
  white-space: normal;
}
@media (min-width: 1600px) {
  #checkout .checkout-container .checkout-fields .actions-container #order_review tfoot td {
    width: 300px;
  }
}
#checkout .checkout-container .checkout-fields .actions-container #order_review #shipping_method {
  width: 100%;
  padding: 0;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review #shipping_method .betrs_option_desc {
  font-size: 14px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review #shipping_method label {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review #shipping_method input {
  margin-right: 8px;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .includes_tax {
  font-size: 14px;
}
#checkout .checkout-container .checkout-fields .actions-container ul {
  list-style: none;
}
#checkout .checkout-container .checkout-fields .actions-container ul li {
  padding: 3px 0;
}
#checkout .checkout-container .checkout-fields .actions-container ul li .payment_box p {
  background-color: #EFEFED;
  padding: 10px;
  margin: 0.35rem 0.65rem;
  font-size: 14px;
}
#checkout .checkout-container .checkout-fields .actions-container .cart-subtotal {
  border-bottom: solid 1px #EFEFED;
}
#checkout .checkout-container .checkout-fields .actions-container .cart-shipping {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
#checkout .checkout-container .checkout-fields .actions-container .cart-shipping .woocommerce-shipping-methods {
  padding-left: 15px;
  padding-top: 5px;
}
#checkout .checkout-container .cart-fields {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#checkout .checkout-container .cart-fields .woocommerce {
  background: #EFEFED;
  padding: 35px 10px 10px 10px;
  border-radius: 8px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table thead {
  border-bottom: solid 2px #EFEFED;
  padding-bottom: 10px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table thead th {
  font-size: 18px;
  font-weight: 700;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td {
  padding: 30px 10px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-thumbnail {
  padding: 0;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-thumbnail .image-container {
  width: 100%;
  padding: 10px;
  min-width: 120px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-thumbnail .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name {
  width: 70%;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name a {
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name a:hover {
  color: #000000;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name dl.variation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name dl.variation * {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-name dl.variation dt {
  font-weight: 700;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-quantity {
  width: 120px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody tr td.product-remove img {
  width: 25px;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody .coupon {
  display: flex;
}
#checkout .checkout-container .cart-fields .woocommerce .shop_table tbody .coupon input {
  width: 100%;
}
#checkout #payment-place-order #terms {
  /*          width: 20px;
           height: 20px;
           border-radius: 50%; */
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
#checkout #payment-place-order .cart-order-total {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #EFEFED;
  padding-bottom: 3px;
  margin-top: 30px;
}
#checkout #payment-place-order .cart-order-total .woocommerce-Price-amount.amount * {
  font-weight: 700;
  font-size: 20px;
}
#checkout #payment-place-order .cart-order-total .inner-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
#checkout #payment-place-order .acceptance-checkbox {
  margin-top: 20px;
}
#checkout #payment-place-order .acceptance-checkbox .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 10px;
}
#checkout #payment-place-order #place_order {
  width: 100%;
  font-size: 18px;
}
#checkout #billing_invoice_field {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 15px;
}
#checkout #billing_invoice_field label {
  margin: 0;
  font-weight: 400;
  padding: 0;
  line-height: unset;
}
#checkout #gift_wrap_field {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 10px;
}
#checkout #gift_wrap_field label {
  margin: 0;
  font-weight: 400;
  padding: 0;
}
#checkout #gift_wrap_field input {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
#checkout .woocommerce-shipping-fields {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 10px;
}
#checkout .woocommerce-shipping-fields .shipping_address {
  padding-top: 1.25rem;
}
#checkout #ship-to-different-address {
  padding: 0;
}
#checkout #ship-to-different-address label {
  margin: 0;
  font-weight: 400;
  padding: 0 !important;
  font-size: 16px;
}
#checkout #ship-to-different-address input {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
#checkout .woocommerce-additional-fields {
  margin-top: 1.5rem;
}
#checkout .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
#checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 10px;
}
#checkout .woocommerce-terms-and-conditions-wrapper .form-row label {
  margin: 0;
  font-weight: 400;
  padding: 0 !important;
}
#checkout .woocommerce-terms-and-conditions-wrapper .form-row input {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table {
  width: 100%;
  margin-bottom: 1.25rem;
  border: #C8BDAD 1px solid;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table thead tr {
  background-color: #C8BDAD;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table thead tr th {
  padding: 0.65rem;
  color: #000000;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table tbody tr:nth-child(odd) {
  background-color: #EFEFED;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table tbody tr td {
  padding: 0.65rem;
  color: #000000;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table tfoot tr {
  background-color: #C8BDAD;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table tfoot tr th {
  padding: 0.65rem;
  color: #000000;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) .shop_table tfoot tr td {
  padding: 0.65rem;
  color: #000000;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) #payment {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 1.75rem !important;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) #payment ul {
  padding: 0;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) #payment ul li {
  color: #000000;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) #payment ul li label {
  font-weight: 700;
}
#checkout .checkout-fields #order_review:not(.woocommerce-checkout-review-order) #payment .button {
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
  align-self: flex-end;
  background: #EB5050;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

.woocommerce-checkout .checkout-cross-sells-background-section-wrapper {
  background: #EFEFED;
}
.woocommerce-checkout section.newsletter {
  margin-top: 0;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

#invoice_checkbox_field {
  display: flex;
  width: 100% !important;
  padding-top: 20px;
}
#invoice_checkbox_field.active {
  display: flex !important;
}
#invoice_checkbox_field label {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  align-items: center;
}
#invoice_checkbox_field label #invoice_checkbox {
  /*          width: 16px;
           height: 16px;
           border-radius: 50%;
           transform: scale(0.75); */
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
#invoice_checkbox_field label .optional {
  display: none;
}

#invoice-cf-container {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#invoice-cf-container.active {
  max-height: 500px !important;
}

#ship-to-different-address {
  padding-bottom: 0.65rem;
}

#ship-to-different-address label {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

#ship-to-different-address-checkbox {
  width: 16px;
  height: 16px;
  border-color: #EFEFED;
}

#temp_load_order_review {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7019607843);
}

body.is-scrolled form.checkout .actions-container.sticky-top {
  top: 90px;
}

body.woocommerce-order-received .woocommerce {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 30px 0px;
}
@media (max-width: 600px) {
  body.woocommerce-order-received .woocommerce {
    padding: 50px 10px;
  }
}
body.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p:not(.form-row) {
  width: 100%;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p.form-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p.form-row:not(:last-child) {
  width: 50%;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p.form-row:last-child {
  justify-content: flex-end;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p.form-row input {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  background: none;
  width: 100%;
  max-width: 95%;
  line-height: 47px;
  padding: 0rem 1.25rem;
}
body.woocommerce-order-received .woocommerce form.woocommerce-verify-email p.form-row button {
  padding: 9px 20px;
  margin-left: 10px;
}

.woocommerce-order {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 30px 0;
}
@media (max-width: 600px) {
  .woocommerce-order {
    padding: 50px 0;
  }
}
.woocommerce-order .header-order-details {
  display: flex;
}
.woocommerce-order .header-order-details .status {
  width: 100%;
}
.woocommerce-order .header-order-details .details {
  width: 100%;
  background: #CF0000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  border-radius: 6px;
}
.woocommerce-order .header-order-details .details .title {
  color: #CF0000;
}
.woocommerce-order .woocommerce-bacs-bank-details h2 {
  font-size: 18px;
}
.woocommerce-order .woocommerce-bacs-bank-details h3 {
  font-size: 16px;
}
.woocommerce-order .woocommerce-bacs-bank-details .bacs-list {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order .woocommerce-bacs-bank-details .bacs-list .bacs-list-item {
  width: 100%;
}
@media (min-width: 1200px) {
  .woocommerce-order .woocommerce-bacs-bank-details .bacs-list .bacs-list-item {
    width: 50%;
  }
}
.woocommerce-order .woocommerce-bacs-bank-details .bacs-list .bacs-list-item {
  padding: 1.25rem;
}
.woocommerce-order .woocommerce-bacs-bank-details .bacs-list .bacs-list-item .bacs_details {
  list-style: none;
  color: #000000;
}
.woocommerce-order .woocommerce-customer-details .addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
  width: 100%;
}
@media (min-width: 1200px) {
  .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
    width: 49.5%;
  }
}
.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
  border: 2px solid #f3f3f3;
  border-radius: 20px;
  padding: 20px 30px;
  color: #000000;
}
.woocommerce-order .woocommerce-invoice-details {
  margin-bottom: 6rem;
}
.woocommerce-order .woocommerce-invoice-details .woocommerce-invoice-details-column {
  border: 2px solid #f3f3f3;
  border-radius: 20px;
  padding: 20px 30px;
  color: #000000;
}
.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 60px;
}
.woocommerce-order .product-actions {
  min-width: 250px;
}
.woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.woocommerce-order .order_received_text {
  font-size: 25px;
}
.woocommerce-order .second_row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .woocommerce-order .second_row {
    flex-direction: row;
  }
}
.woocommerce-order .second_row .left_side {
  width: 100%;
}
@media (min-width: 1200px) {
  .woocommerce-order .second_row .left_side {
    width: calc(30% - 15px);
  }
}
.woocommerce-order .second_row .left_side .left_side_wrapper {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 20px 30px;
}
.woocommerce-order .second_row .left_side .left_side_wrapper .cu_row_1 {
  margin-bottom: 5px;
}
.woocommerce-order .second_row .left_side .left_side_wrapper .cu_row_1 span {
  font-size: 20px;
}
.woocommerce-order .second_row .left_side .left_side_wrapper .cu_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
}
.woocommerce-order .second_row .left_side .left_side_wrapper .cu_row bdi {
  font-weight: 700;
}
.woocommerce-order .second_row .right_side {
  width: calc(70% - 15px);
  border: 2px solid #f3f3f3;
  border-radius: 20px;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .woocommerce-order .second_row .right_side {
    width: 100%;
  }
}
.woocommerce-order .second_row .right_side .right_side_wrapper .woocommerce-order-details__title {
  display: none;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row_1 span {
  font-size: 20px;
  display: flex;
  margin-bottom: 15px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-customer-details {
  display: none;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row address p {
  margin-bottom: 0px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details {
  display: flex;
  flex-direction: column;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details .product-item-meta ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details .product-item-meta ul li strong {
  font-weight: 400 !important;
  color: #000000;
  font-size: 14px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details .product-item-meta ul li p {
  font-weight: 700;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details thead {
  display: none !important;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table {
  display: flex;
  flex-direction: column;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot {
  display: none;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item {
    flex-direction: column;
  }
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name {
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name {
    flex-direction: column;
  }
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .item-name-meta {
  max-width: 420px;
  width: 100%;
  display: grid;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .item-name-meta .sku {
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .item-name-meta .sku strong {
  font-size: 16px;
  color: #EB5050 !important;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .item-image-container {
  background-color: #f3f3f3;
  max-width: 150px;
  min-width: 150px;
  aspect-ratio: 1/1;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details tr.woocommerce-table__line-item.order_item .item-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-order .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details .woocommerce-table__product-total.product-total * {
  font-weight: 700;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  display: flex;
}
.woocommerce-order .woocommerce-thankyou-order-details .status {
  width: 100%;
}
.woocommerce-order .woocommerce-thankyou-order-details .details {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  border-radius: 6px;
}
.woocommerce-order .woocommerce-thankyou-order-details .details .title {
  color: #000;
}
.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 60px;
}
.woocommerce-order .product-actions {
  min-width: 250px;
}

.woocommerce-order-received .woocommerce {
  padding-top: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order.thankyou-page {
  padding-top: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order.thankyou-page .thankyou-checkmark {
  text-align: center;
}
@media (min-width: 1200px) {
  .woocommerce-order-received .woocommerce .woocommerce-order.thankyou-page .thankyou-checkmark img {
    width: 120px;
  }
}

.woocommerce-form-coupon-toggle {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 0.65rem 1rem;
}

#pwgc-redeem-gift-card-form {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 0.65rem 1rem;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form label {
  font-weight: 400;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form label a {
  font-weight: 700;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap {
  width: 100%;
  display: none;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner {
    flex-direction: row;
  }
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=text] {
  width: 100%;
}
@media (min-width: 992px) {
  #pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=text] {
    width: 70%;
  }
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=text] {
  max-height: 60px;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=submit] {
  width: 100%;
}
@media (min-width: 992px) {
  #pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=submit] {
    width: 30%;
    margin: 10px 5px 24px 15px;
  }
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form .pwgc-redeem-gift-card-form-wrap .container__inner input[type=submit] {
  word-wrap: none;
  font-size: 14px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}

body #box_now_delivery_button {
  margin-left: 15px;
  background-color: #EB5050 !important;
  border-radius: 4px;
  border: none !important;
  padding: 6px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

#storelist {
  display: flex;
  padding: 0.25rem 0.65rem;
}
@media (min-width: 576px) {
  #storelist {
    margin: 0.65rem 0rem 0.65rem 2.5rem;
  }
}

.store-selected {
  display: flex;
  flex-direction: column;
}

#threeds-account-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  background: #ffffff;
  z-index: 101;
  transition: all 0.2s ease-in-out;
  padding: 20px;
}
@media (min-width: 576px) {
  #threeds-account-sidebar {
    right: -450px;
    width: 450px;
  }
}
#threeds-account-sidebar.active {
  right: 0;
}
#threeds-account-sidebar .top {
  display: flex;
  justify-content: center;
  position: relative;
}
#threeds-account-sidebar .top .label {
  font-size: 20px;
  font-weight: 700;
}
#threeds-account-sidebar .top #threeds-acccount-sidebar-close {
  position: absolute;
  top: 0;
  left: 0px;
  cursor: pointer;
}
#threeds-account-sidebar .top #threeds-acccount-sidebar-close svg {
  width: 24px;
  height: 24px;
  display: inline;
}
#threeds-account-sidebar .body {
  margin-top: 30px;
}
#threeds-account-sidebar .body ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
#threeds-account-sidebar .body ul li {
  border-bottom: solid 1px #f2f2f2;
  border-radius: none;
  padding: 19px 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#threeds-account-sidebar .body ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 14px;
  position: relative;
}
#threeds-account-sidebar .body ul li a span svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#threeds-account-sidebar .body ul li a:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
#threeds-account-sidebar .body ul li a:hover {
  color: #000000;
}
#threeds-account-sidebar .body ul li a::before {
  margin-top: 3px;
  line-height: 3px;
  margin-right: 8px;
}
#threeds-account-sidebar .body ul li.active {
  border: solid 1px #f2f2f2;
  border-left: solid 8px #EB5050;
  background: #f2f2f2;
  padding: 19px 30px 19px 22px;
}
#threeds-account-sidebar .body ul li.active a {
  font-weight: 700;
}
#threeds-account-sidebar .body ul li:hover {
  background: #f2f2f2;
}
#threeds-account-sidebar .body ul li.logout a span {
  color: #EB5050;
  font-weight: 700;
}
#threeds-account-sidebar .form-container .form-row {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
#threeds-account-sidebar .form-container .form-row .input-text:not([type=checkbox]) {
  width: 100%;
  border: solid 1px #CACACC;
  border-radius: 4px;
  font-size: 18px;
  padding: 13px;
}
#threeds-account-sidebar .form-container .form-row label {
  font-size: 16px;
  font-weight: 700;
  color: #000000 !important;
}
#threeds-account-sidebar .form-container .form-row .custom-button {
  width: 100%;
  padding: 0.65rem 4rem 0.65rem 4rem;
}
#threeds-account-sidebar .form-container .divider:after, #threeds-account-sidebar .form-container .divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
#threeds-account-sidebar .form-container .side_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  color: #fff;
  background: #000;
  border-radius: 5px;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#threeds-account-sidebar .form-container .side_login_btn svg {
  fill: #FFFFFF;
  width: 24px;
  height: 24px;
}
#threeds-account-sidebar .form-container .google_login_btn {
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  color: #fff;
  background: #000;
  border-radius: 5px;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#threeds-account-sidebar .form-container .facebook_login_btn {
  color: #fff;
  background: #000;
  border-radius: 5px;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
#threeds-account-sidebar .form-container .register-options {
  margin-top: 6rem;
}
#threeds-account-sidebar .form-container .register-options .side_register_btn {
  color: #000000;
  border: 1px solid #C8BDAD;
  background: #FFF;
  border-radius: 5px;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  max-width: 100% !important;
  padding: 0.65rem 4rem 0.65rem 4rem !important;
  justify-content: center;
}
#threeds-account-sidebar .form-container .register-options .side_register_btn svg {
  fill: #000000;
  width: 24px;
  height: 24px;
}
#threeds-account-sidebar .form-container .nav-tabs {
  border: 0;
}
#threeds-account-sidebar .form-container .nav-tabs li {
  width: 50%;
  border: 0;
}
#threeds-account-sidebar .form-container .nav-tabs li button {
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
  width: 100%;
  border-bottom: #EB5050 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#threeds-account-sidebar .form-container .nav-tabs li button.active {
  border-bottom: #EB5050 10px solid;
  color: #EB5050 !important;
}
#threeds-account-sidebar .form-container .tab-content {
  padding: 20px;
}

#commercekit-wishlist-shortcode .commercekit-wishlist-table {
  width: 100%;
  border: 1px solid #EFEFED;
}
@media (max-width: 992px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table {
    display: flex;
    flex-direction: column;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table thead {
  visibility: collapse;
}
@media (min-width: 770px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table thead {
    visibility: visible;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table thead tr th {
  padding: 0.65rem;
  background-color: none;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table thead tr th:not(:last-child) {
  border-right: none;
}
@media (min-width: 770px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table thead tr th:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr {
  position: relative;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr:first-child td {
  color: #030303;
}
@media (max-width: 770px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr {
    padding-left: 0px;
  }
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr .center {
    justify-content: center;
    text-align: center;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td {
  padding: 0.65rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td:not(:last-child) {
  border-right: none;
}
@media (min-width: 770px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td:not(:last-child) {
    border-right: #EFEFED 1px solid;
  }
}
@media (min-width: 992px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td {
    display: table-cell;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.name {
  color: #030303;
  font-weight: 500;
  font-size: 20px;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.image {
  width: 120px;
  height: 120px;
}
@media (max-width: 770px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.image {
    position: relative;
  }
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.image img {
  width: 120px;
  height: 120px;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.price span {
  color: #EB5050;
  font-weight: 700;
  font-size: 18px;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.price del span {
  color: #A1A1AA;
  font-weight: 500;
  font-size: 14px;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td.price ins {
  text-decoration: none;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td button {
  font-size: 14px !important;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.45rem 1.5rem 0.45rem 1.5rem;
  border-radius: 4px;
  text-align: center;
}
#commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td button span {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr td button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #commercekit-wishlist-shortcode .commercekit-wishlist-table tbody tr:nth-child(even) td {
    background-color: #EFEFED;
  }
}

.woocommerce-error {
  color: #CF0000;
}

#yith-wcwl-form {
  min-height: 50vh;
  margin-top: 50px;
}
#yith-wcwl-form .wishlist_table.wishlist_view {
  width: 100%;
}
#yith-wcwl-form .wishlist_table.wishlist_view thead th.product-thumbnail {
  width: 150px;
}
#yith-wcwl-form .wishlist_table.wishlist_view thead th.product-price {
  text-align: center;
}
#yith-wcwl-form .wishlist_table.wishlist_view thead th.product-stock-status {
  text-align: center;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-remove .remove {
  font-size: 25px;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-thumbnail a {
  max-width: unset;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-name {
  font-size: 16px;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-price .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-price del .woocommerce-Price-amount.amount {
  font-size: 16px !important;
  font-weight: normal;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-price del .woocommerce-Price-amount.amount * {
  font-size: 16px !important;
  font-weight: normal;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-price ins {
  text-decoration: none;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-price ins * {
  font-size: 18px;
  font-weight: 700;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-stock-status .wishlist-in-stock {
  font-size: 16px;
}
#yith-wcwl-form .wishlist_table.wishlist_view tbody td.product-add-to-cart .button {
  font-size: 16px;
}

.wc-bulk-variations-table .wcbvp-row > .wcbvp-header .wcbvp-header-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.no-stock) {
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  box-shadow: unset;
  padding: 1.25rem;
  position: relative;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.no-stock).selected {
  border: #EB5050 1px solid;
  background: #EB5050;
  color: #FFFFFF;
  box-shadow: unset;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.no-stock).selected .variable-item-span {
  color: #ffffff;
}/*# sourceMappingURL=woocommerce.css.map */