body .body-container .page-title-container.page-title-decorated {
  margin-left: 100px;
}

.box-bg-gray {
  position: relative;
}
.box-bg-gray::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100svw;
  transform: translateX(-50%);
  background: #e2e6e9;
  z-index: -1;
}

.newsletter-form p {
  color: #9d9d9d;
  font-size: 13px;
}
.newsletter-form p label input[type=checkbox] {
  background: #fff;
  margin-top: 2px;
}

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item {
  color: #121c22;
  font-weight: 400;
  padding-left: 20px;
  margin: 0;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item:hover::before {
  color: #f10300;
  transform: rotate(0);
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item:hover > a {
  color: #121c22;
  font-weight: 700;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item::before {
  color: #121c22;
  transform: rotate(-45deg);
  opacity: 1;
  transition: all 0.3s ease;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item::before {
  display: none;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li.wc-block-product-categories-list-item .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item::after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0.15em;
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

body li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-buttons-wrapper {
  display: none;
}

body .dgwt-wcas-search-wrapp {
  width: auto;
  margin: 0;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form {
  border-bottom: 2px solid #000000;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form input[type=search] {
  font-size: 16px;
  color: #17262f;
  padding-left: 0;
  box-shadow: none;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form input[type=search]::-moz-placeholder {
  font-size: 16px !important;
  font-style: normal !important;
  opacity: 1 !important;
  color: #17262f !important;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form input[type=search]::placeholder {
  font-size: 16px !important;
  font-style: normal !important;
  opacity: 1 !important;
  color: #17262f !important;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form button[type=submit] {
  background-image: none;
  position: absolute;
  border: 0;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  width: auto;
  line-height: 100%;
  min-height: 100%;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
}
body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form button[type=submit]::after {
  display: none;
}

body.single-product.woocommerce .body-container div.product .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 50px;
}
body.single-product.woocommerce .body-container div.product .summary.entry-summary .product_meta {
  display: none;
}
body.single-product.woocommerce .body-container div.product .summary.entry-summary form.cart {
  display: none;
}
body.single-product.woocommerce .body-container div.product div.summary {
  width: 100%;
  padding-left: 0;
}
body.single-product.woocommerce .body-container div.product .woocommerce-tabs {
  padding-top: 70px;
}

.wc-block-product-categories-list-item::before {
  display: none !important;
}
.wc-block-product-categories-list-item button.category-toggle {
  position: absolute;
  left: 0;
  top: 3px;
  background: none;
  padding-right: 20px;
}
.wc-block-product-categories-list-item button.category-toggle.expanded::before {
  color: #f10300;
  transform: rotate(0);
}
.wc-block-product-categories-list-item button.category-toggle::after {
  display: none !important;
}
.wc-block-product-categories-list-item button.category-toggle::before {
  display: block;
  font-family: "fontello";
  content: "\e82d";
  font-weight: 400;
  line-height: inherit;
  background: none;
  color: #121c22;
  transform: rotate(-45deg);
  opacity: 1;
  transition: all 0.3s ease;
  font-size: 11px;
}
.wc-block-product-categories-list-item a.active span {
  color: #121c22;
  font-weight: 700;
}/*# sourceMappingURL=custom.css.map */