/* 
	Theme Name: Dressme 2025
	Author URI: https://scharmach.pl/
	Description: Custom theme for Dressme
	Author: Scharmach Consulting
	Author URI: https://scharmach.pl/
	Template: hello-elementor
	Version: 1.0.1
	Text Domain: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.sch_category_tree ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 12px;
}
.sch_category_tree ul li {
  list-style: none;
  padding-left: 0;
}
.sch_category_tree ul li a {
  font-family: Albert Sans;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.woocommerce .button:not(.single_add_to_cart_button) {
  background-color: #000 !important;
  color: #fff !important;
  padding: 12px 16px !important;
}
.woocommerce .button.alt {
  background-color: #000 !important;
  color: #fff !important;
}
.woocommerce .products .product .tinv-wishlist {
  left: auto;
  right: 10px;
}
.woocommerce .products .product .woocommerce-loop-product__title {
  font-family: "Abhaya Libre", serif;
  font-size: 24px;
  font-weight: 400;
}
.woocommerce .products .product .price {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.woocommerce .products .product .price ins {
  text-decoration: none;
}
.woocommerce .products .product .price ins bdi {
  color: #C50000;
  text-decoration: none;
}
.woocommerce .products .product .price del {
  font-size: 18px;
  color: #000;
  font-weight: 400 !important;
  opacity: 1 !important;
}
.woocommerce .product .main_product_price .price {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.woocommerce .product .main_product_price .price bdi {
  color: #000;
  text-decoration: none;
}
.woocommerce .product .main_product_price .price ins {
  text-decoration: none;
}
.woocommerce .product .main_product_price .price ins bdi {
  color: #C50000;
  text-decoration: none;
}
.woocommerce .product .main_product_price .price del {
  font-size: 22px;
  color: #000;
  font-weight: 400 !important;
  opacity: 1 !important;
  margin-top: 3px;
}
.woocommerce .product .iworks-omnibus {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.woocommerce .product .variations tr {
  background: none;
  display: block;
}
.woocommerce .product .variations tr th.label {
  display: block;
  width: 100%;
  background: none;
  padding: 0;
  text-align: left;
}
.woocommerce .product .variations tr td {
  background: none;
  padding: 10px 0;
}
.woocommerce .product .variations tr td .variable-item {
  width: 73px !important;
  height: 40px;
  padding: 0;
  margin: 0 9px 0 0;
  border: 1px solid #fff !important;
  box-shadow: none;
  background: #FAFAFA;
  color: #000;
  border-radius: 2px;
}
.woocommerce .product .variations tr td .variable-item.button-variable-item {
  min-width: 73px !important;
  width: auto !important;
}
.woocommerce .product .variations tr td .variable-item.image-variable-item {
  height: 67px;
}
.woocommerce .product .variations tr td .variable-item:hover {
  box-shadow: none !important;
  border: 1px solid #dedede !important;
}
.woocommerce .product .variations tr td .variable-item.selected {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.woocommerce .product .variations tr td .variable-item .variable-item-contents {
  border: none;
}
.woocommerce .product .variations tr td .variable-item.disabled .variable-item-contents:before {
  display: none !important;
}
.woocommerce .product .variations tr td .variable-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .product .variations tr td .reset_variations {
  display: none !important;
}
.woocommerce .product .stock {
  display: none;
}
.woocommerce .product .sc-variant-container .size_info {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
}
.woocommerce .product .sc-variant-container .size_info a {
  color: #000;
}
.woocommerce .product .sc-variant-container .delivery_info {
  display: flex;
  justify-content: space-between;
  font-family: Albert Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  padding-top: 30px;
  margin-bottom: 6px;
}
.woocommerce .product .sc-variant-container .delivery_info .delivery_time .bold {
  font-weight: 600;
}
.woocommerce .product .sc-variant-container .delivery_info .delivery_cost {
  font-weight: 600;
}
.woocommerce .product .sc-variant-container .delivery_progress {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
  margin-bottom: 6px;
}
.woocommerce .product .sc-variant-container .delivery_progress .delivery_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #C50000;
}
.woocommerce .product .sc-variant-container .delivery_progress .delivery_progress_bar.reached {
  background-color: #00BD1C;
}
.woocommerce .product .sc-variant-container .delivery_progress_info {
  font-size: 14px;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #000;
}
.woocommerce .product .sc-variant-container .delivery_progress_info strong {
  color: #C50000;
  font-weight: 600;
}
.woocommerce .product p.stock {
  color: #000;
}
.woocommerce .product .cart .button.disabled:hover {
  background-color: #000;
}
.woocommerce .product .share_button .elementor-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.woocommerce .product .tinv-wishlist {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 30px;
}
.woocommerce .product .tinv-wishlist .tinvwl_add_to_wishlist_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
}
.woocommerce .product .tinv-wishlist .tinvwl_add_to_wishlist_button img {
  max-width: 22px !important;
  max-height: 22px !important;
  width: 22px !important;
  height: 22px !important;
  margin-bottom: 0;
}
.woocommerce .product .delivery_and_return {
  display: flex;
  gap: 11px;
  font-family: Albert Sans;
}
.woocommerce .product .delivery_and_return .delivery_details,
.woocommerce .product .delivery_and_return .returns_info {
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  width: 100%;
  gap: 17px;
  padding: 17px;
  cursor: pointer;
}
.woocommerce .product .delivery_and_return .delivery_details .icon,
.woocommerce .product .delivery_and_return .returns_info .icon {
  display: flex;
  min-width: 57px;
  justify-content: center;
}
.woocommerce .product .delivery_and_return .delivery_details .icon img,
.woocommerce .product .delivery_and_return .returns_info .icon img {
  width: auto;
  align-self: flex-start;
}
.woocommerce .product .delivery_and_return .delivery_details .desc,
.woocommerce .product .delivery_and_return .returns_info .desc {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce .product .delivery_and_return .delivery_details .desc span,
.woocommerce .product .delivery_and_return .returns_info .desc span {
  font-weight: 300;
}
.woocommerce .product .delivery_and_return .delivery_details .desc .delivery_cost,
.woocommerce .product .delivery_and_return .returns_info .desc .delivery_cost {
  font-size: 12px;
}
.woocommerce .product .delivery_and_return .delivery_details .info_icon,
.woocommerce .product .delivery_and_return .returns_info .info_icon {
  min-width: 23px;
  padding-top: 10px;
}
.woocommerce .product .list_element {
  background-color: #FAFAFA;
  margin-bottom: 6px;
}
.woocommerce .product .list_element .datas_title_row {
  display: flex;
  justify-content: space-between;
  padding: 20px 21px;
  cursor: pointer;
}
.woocommerce .product .list_element .datas_title_row .datas_title {
  font-family: Abhaya Libre;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.woocommerce .product .list_element .datas_title_row .toggle_icon {
  width: 16px;
  height: 16px;
  background: url(./img/arrow.svg) center no-repeat;
}
.woocommerce .product .list_element.expander .datas_title_row .toggle_icon {
  background: url(./img/plus.svg) center no-repeat;
}
.woocommerce .product .list_element.expander.expanded .datas_title_row .toggle_icon {
  background: url(./img/minus.svg) center no-repeat;
}
.woocommerce .product .list_element .datas_content_overflow {
  overflow: hidden;
  transition: 0.3s height;
}
.woocommerce .product .list_element .datas_content_overflow .datas_content {
  font-family: Albert Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0%;
  padding: 20px 21px;
}

.sticky_product_bar {
  bottom: -150px !important;
  transition: 0.3s bottom;
}
.sticky_product_bar.active {
  bottom: 0 !important;
}

.wc-cat-scroller-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  max-width: 1020px;
  margin: 0 auto 20px auto;
}

.wc-cat-scroller__arrow {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
}
.wc-cat-scroller__arrow:hover, .wc-cat-scroller__arrow:active {
  background: none;
}
.wc-cat-scroller__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}
.wc-cat-scroller__arrow[disabled] {
  opacity: 0.3;
  cursor: default;
}

.wc-cat-scroller-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wc-cat-scroller-wrapper::-webkit-scrollbar {
  display: none;
}
.wc-cat-scroller-wrapper .wc-cat-scroller {
  display: flex;
  gap: 13px;
  padding: 4px 0;
  margin: 0;
  white-space: nowrap;
}
.wc-cat-scroller-wrapper .wc-cat-scroller .wc-cat-scroller__item {
  flex: 0 0 auto;
  padding: 7px 21px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}
.wc-cat-scroller-wrapper .wc-cat-scroller .wc-cat-scroller__item:hover {
  background-color: #000;
  color: #fff;
}
.wc-cat-scroller-wrapper .wc-cat-scroller .wc-cat-scroller__item.is-active {
  background-color: #000;
  color: #fff;
}

.alignwide {
  margin-inline: 0 !important;
}

.wpfMainWrapper {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}
.wpfMainWrapper .wpfFilterWrapper {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap {
  border: 1px solid #000;
  border-radius: 5px;
  height: 48px;
  background: #fff !important;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap button {
  line-height: 32px !important;
  padding: 5px 15px !important;
  font-size: 16px !important;
  color: #000 !important;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap button:after {
  width: 15px;
  height: 10px;
  background: url(img/arr_down.svg) 0 center/15px no-repeat;
  border: none;
  right: 20px;
  margin-top: -5px;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap .ms-options ul {
  list-style: none;
  padding: 5px;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap .ms-options ul label {
  line-height: normal !important;
  margin: 5px 0 !important;
}
.wpfMainWrapper .wpfFilterWrapper .ms-options-wrap .ms-options ul label input[type=checkbox] {
  top: 4px !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier select {
  border: 1px solid #000;
  border-radius: 5px;
  height: 48px;
  line-height: 32px;
  -webkit-appearance: none;
  background: #fff url(img/arr_down.svg) 95% center/15px no-repeat !important;
}

@media (max-width: 1024px) {
  .woocommerce .product .delivery_and_return {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dgwt-wcas-om-bar {
    align-items: center;
  }
  .dgwt-wcas-search-wrapp {
    height: 35px;
    margin: 0;
    display: flex;
    align-items: center;
    max-width: 45px !important;
  }
  .dgwt-wcas-search-wrapp.dgwt-wcas-active {
    max-width: 600px !important;
  }
  .dgwt-wcas-search-wrapp a.dgwt-wcas-enable-mobile-form {
    width: 35px;
    height: 35px;
  }
  .dgwt-wcas-search-wrapp a.dgwt-wcas-search-icon {
    width: 35px;
    height: 35px;
    background-position: center;
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dgwt-wcas-search-wrapp a.dgwt-wcas-search-icon svg {
    width: 14px;
    margin: -2px;
  }
  .wc-cat-scroller-container .wc-cat-scroller__arrow {
    display: none !important;
  }
  .wpfMainWrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  .woocommerce .products .product .price {
    font-size: 16px !important;
  }
  .woocommerce .products .product .price ins {
    font-size: 16px !important;
  }
  .woocommerce .products .product .price ins bdi {
    font-size: 16px !important;
  }
  .woocommerce .products .product .price del {
    font-size: 12px !important;
  }
  .woocommerce .product .main_product_price .price {
    font-size: 20px;
  }
  .woocommerce .product .main_product_price .price bdi {
    font-size: 20px;
  }
  .woocommerce .product .main_product_price .price ins {
    font-size: 20px;
  }
  .woocommerce .product .main_product_price .price ins bdi {
    font-size: 20px;
  }
  .woocommerce .product .main_product_price .price del {
    font-size: 14px;
  }
  .woocommerce .product .main_product_price .price del bdi {
    font-size: 14px;
  }
  .woocommerce .product .iworks-omnibus {
    font-size: 10px;
  }
  .woocommerce .product .elementor-add-to-cart .sc-variant-container {
    display: none;
  }
  .woocommerce .product .elementor-add-to-cart .e-atc-qty-button-holder {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */