/*-------------------------------------------------------------
Project: Biuro Wordpress Theme
--------------------------------------------------------------*/
/********** WooCommerce Account Page **********/
body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: block;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  border-top-style: solid;
  border-top-width: 1px;
  counter-increment: section;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  content: none;
  display: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  padding: 15px 42px 15px 0;
  text-decoration: none;
  position: relative;
  color: var(--biuro-dark-text-color);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  content: '\e827';
  position: absolute;
  display: block;
  font: 400 normal 12px/30px 'fontello';
  right: 2px;
  left: initial;
  top: 15px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--biuro-accent-color);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--biuro-accent-color);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: '\e825';
  font-size: 18px;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  position: relative;
  margin: 0 0 1em;
}
body.woocommerce-account .woocommerce-MyAccount-content h3 > span {
  font-size: 110%;
}
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: inherit;
}
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  margin: 0 -10px;
}
body.woocommerce-account .woocommerce-address-fields__field-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
body.woocommerce-account h3 {
  margin-bottom: 1em;
}
body.woocommerce-account .woocommerce-EditAccountForm {
  margin: 0 -10px;
}
body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 1px solid var(--biuro-border-color);
  width: auto;
  border-radius: var(--biuro-radius-small, 0px);
}
body.woocommerce-account .woocommerce-EditAccountForm fieldset:not(:first-child) {
  margin: 65px 10px 0;
}
body.woocommerce-account .woocommerce-EditAccountForm fieldset .form-row {
  width: auto;
}
body.woocommerce-account .woocommerce-EditAccountForm legend {
  margin-bottom: 0.7333em;
  padding: 0 10px;
}
body.woocommerce-account .woocommerce-EditAccountForm .button,
body.woocommerce-account .woocommerce-EditAccountForm .biuro-alter-button {
  margin: 30px 10px 0;
}
body.woocommerce-account .woocommerce-EditAccountForm label {
  line-height: 1.875em !important;
}
body.woocommerce-account .woocommerce-EditAccountForm .form-row:not(.form-row-first):not(.form-row-last) {
  width: calc(100% - 20px);
}
body.woocommerce-account .password-input {
  display: block;
  width: 100%;
}
body.woocommerce-account .form-attention {
  padding: 0;
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.9286em;
  font-weight: 500;
  text-align: center;
}
body.woocommerce-account .form-attention a,
body.woocommerce-account .form-attention span {
  text-decoration: underline;
}
body.woocommerce-account .form-attention a:hover,
body.woocommerce-account .form-attention span:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce-privacy-policy-text {
  padding: 0 20px;
  margin: 20px 0;
}
body.woocommerce-account .woocommerce-privacy-policy-text p {
  padding: 0 !important;
}
body.woocommerce-account address {
  padding: 0;
  border: none;
}
body.woocommerce-account .woocommerce-Address:not(:first-child) {
  margin-top: 70px !important;
}

.tab-columns .tab-columns-switcher {
  text-decoration: underline;
  cursor: pointer;
}
.tab-columns .tab-column.hidden {
  display: none;
}

/********** Orders List **********/
body .woocommerce .order-again,
body .woocommerce-page .order-again {
  margin: 30px 0 0;
}
body .woocommerce .woocommerce-order table.shop_table,
body .woocommerce .woocommerce-MyAccount-content table.shop_table,
body .woocommerce-page .woocommerce-order table.shop_table,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table {
  border-spacing: unset;
  border-top: solid 1px var(--biuro-border-hover-color);
  border-color: var(--biuro-border-hover-color);
  margin: 0;
}
body .woocommerce .woocommerce-order table.shop_table td,
body .woocommerce .woocommerce-order table.shop_table tbody th,
body .woocommerce .woocommerce-order table.shop_table tfoot th,
body .woocommerce .woocommerce-MyAccount-content table.shop_table td,
body .woocommerce .woocommerce-MyAccount-content table.shop_table tbody th,
body .woocommerce .woocommerce-MyAccount-content table.shop_table tfoot th,
body .woocommerce-page .woocommerce-order table.shop_table td,
body .woocommerce-page .woocommerce-order table.shop_table tbody th,
body .woocommerce-page .woocommerce-order table.shop_table tfoot th,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table td,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table tbody th,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table tfoot th {
  border-top-width: 1px;
  border-top-style: solid;
}
body .woocommerce .woocommerce-order table.shop_table thead th,
body .woocommerce .woocommerce-MyAccount-content table.shop_table thead th,
body .woocommerce-page .woocommerce-order table.shop_table thead th,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table thead th {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
}
body .woocommerce .woocommerce-order table.shop_table .button,
body .woocommerce .woocommerce-MyAccount-content table.shop_table .button,
body .woocommerce-page .woocommerce-order table.shop_table .button,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button {
  min-width: 0;
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
body .woocommerce .woocommerce-order table.shop_table .button:after,
body .woocommerce .woocommerce-MyAccount-content table.shop_table .button:after,
body .woocommerce-page .woocommerce-order table.shop_table .button:after,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button:after {
  content: none;
  display: none;
}
body .woocommerce .woocommerce-order table.shop_table .button:hover,
body .woocommerce .woocommerce-MyAccount-content table.shop_table .button:hover,
body .woocommerce-page .woocommerce-order table.shop_table .button:hover,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button:hover {
  border-color: transparent;
}
body .woocommerce .woocommerce-order table.shop_table .download-product a,
body .woocommerce .woocommerce-order table.shop_table .product-name a,
body .woocommerce .woocommerce-MyAccount-content table.shop_table .download-product a,
body .woocommerce .woocommerce-MyAccount-content table.shop_table .product-name a,
body .woocommerce-page .woocommerce-order table.shop_table .download-product a,
body .woocommerce-page .woocommerce-order table.shop_table .product-name a,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .download-product a,
body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .product-name a {
  text-decoration: none;
}

/********** Order Details ***********/
body .woocommerce ul.order_details,
body .woocommerce-page ul.order_details {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
body .woocommerce ul.order_details:before, body .woocommerce ul.order_details:after,
body .woocommerce-page ul.order_details:before,
body .woocommerce-page ul.order_details:after {
  content: none;
  display: none;
}
body .woocommerce ul.order_details li,
body .woocommerce-page ul.order_details li {
  text-align: center;
  float: none;
  margin-right: 0;
  margin-bottom: 0 !important;
  padding: 0;
  border: none;
}
body .woocommerce ul.order_details li:before,
body .woocommerce-page ul.order_details li:before {
  content: none;
  display: none;
}
body .woocommerce ul.order_details li:not(:first-child),
body .woocommerce-page ul.order_details li:not(:first-child) {
  margin-top: 20px;
  padding: 20px 0 0 !important;
  border-top-style: dashed;
  border-top-width: 1px;
}
body .woocommerce .woocommerce-customer-details address,
body .woocommerce-page .woocommerce-customer-details address {
  padding: 0;
  border: none;
  width: initial;
}
body .woocommerce .woocommerce-customer-details address p,
body .woocommerce-page .woocommerce-customer-details address p {
  margin: 1em 0;
}
body .woocommerce .woocommerce-customer-details .woocommerce-columns.col2-set .woocommerce-column.col-2,
body .woocommerce-page .woocommerce-customer-details .woocommerce-columns.col2-set .woocommerce-column.col-2 {
  margin-top: 70px;
}
body .woocommerce .woocommerce-customer-details,
body .woocommerce .woocommerce-order-details,
body .woocommerce .woocommerce-order-downloads,
body .woocommerce-page .woocommerce-customer-details,
body .woocommerce-page .woocommerce-order-details,
body .woocommerce-page .woocommerce-order-downloads {
  margin: 0;
}
body .woocommerce .woocommerce-customer-details:not(:first-child),
body .woocommerce .woocommerce-order-details:not(:first-child),
body .woocommerce .woocommerce-order-downloads:not(:first-child),
body .woocommerce-page .woocommerce-customer-details:not(:first-child),
body .woocommerce-page .woocommerce-order-details:not(:first-child),
body .woocommerce-page .woocommerce-order-downloads:not(:first-child) {
  margin-top: 70px;
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details td a,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details td a {
  color: inherit;
  font-weight: 600;
  line-height: 1.3333em;
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details td a:hover,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details td a:hover {
  color: var(--biuro-accent-color);
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details td strong,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details td strong {
  font-weight: 600;
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details td .amount,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details td .amount {
  font-weight: 600;
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot th,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot th {
  font-weight: 600;
}
body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr:last-child th, body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr:last-child td,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr:last-child th,
body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 20px;
}

@media only screen and (min-width: 481px) {
  body .woocommerce ul.order_details li {
    text-align: left;
  }
  body .woocommerce .woocommerce-customer-details .woocommerce-columns.col2-set {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  body .woocommerce .woocommerce-customer-details .woocommerce-columns.col2-set .woocommerce-column.col-1,
  body .woocommerce .woocommerce-customer-details .woocommerce-columns.col2-set .woocommerce-column.col-2 {
    width: 50%;
    padding: 0 15px;
    min-width: 0;
    max-width: none;
    display: block;
    flex-basis: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 841px) {
  body .woocommerce .woocommerce-order table.shop_table,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table,
  body .woocommerce-page .woocommerce-order table.shop_table,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  body .woocommerce .woocommerce-order table.shop_table td,
  body .woocommerce .woocommerce-order table.shop_table tbody th,
  body .woocommerce .woocommerce-order table.shop_table tfoot th,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table td,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table tbody th,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table tfoot th,
  body .woocommerce-page .woocommerce-order table.shop_table td,
  body .woocommerce-page .woocommerce-order table.shop_table tbody th,
  body .woocommerce-page .woocommerce-order table.shop_table tfoot th,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table td,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table tbody th,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table tfoot th {
    padding: 30px 19px;
  }
  body .woocommerce .woocommerce-order table.shop_table thead th,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table thead th,
  body .woocommerce-page .woocommerce-order table.shop_table thead th,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table thead th {
    padding: 0 19px 24px;
  }
  body .woocommerce .woocommerce-order table.shop_table .woocommerce-orders-table__cell-order-actions,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions,
  body .woocommerce-page .woocommerce-order table.shop_table .woocommerce-orders-table__cell-order-actions,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions {
    width: 100px;
    font-size: 0;
  }
  body .woocommerce .woocommerce-order table.shop_table .amount,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table .amount,
  body .woocommerce-page .woocommerce-order table.shop_table .amount,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .amount {
    font-weight: 600;
  }
  body .woocommerce .woocommerce-order table.shop_table .button,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table .button,
  body .woocommerce-page .woocommerce-order table.shop_table .button,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button {
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    border-bottom: solid 1px;
    background: none;
  }
  body .woocommerce .woocommerce-order table.shop_table .button:after,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table .button:after,
  body .woocommerce-page .woocommerce-order table.shop_table .button:after,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button:after {
    content: none;
    display: none;
  }
  body .woocommerce .woocommerce-order table.shop_table .button:hover,
  body .woocommerce .woocommerce-MyAccount-content table.shop_table .button:hover,
  body .woocommerce-page .woocommerce-order table.shop_table .button:hover,
  body .woocommerce-page .woocommerce-MyAccount-content table.shop_table .button:hover {
    border-color: transparent;
  }
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr th,
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr td,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr th,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr td {
    padding: 7px 19px;
    border: none;
  }
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr:first-child th,
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details tfoot tr:first-child td,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr:first-child th,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details tfoot tr:first-child td {
    padding: 30px 19px 7px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details th:first-child,
  body .woocommerce .woocommerce-order table.woocommerce-table--order-details td:first-child,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details th:first-child,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-details td:first-child {
    padding-left: 0 !important;
  }
  body .woocommerce .woocommerce-order table.woocommerce-table--order-downloads tr td, body .woocommerce .woocommerce-order table.woocommerce-table--order-downloads tr th,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-downloads tr td,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-downloads tr th {
    text-align: center;
  }
  body .woocommerce .woocommerce-order table.woocommerce-table--order-downloads tr td:first-child, body .woocommerce .woocommerce-order table.woocommerce-table--order-downloads tr th:first-child,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-downloads tr td:first-child,
  body .woocommerce-page .woocommerce-order table.woocommerce-table--order-downloads tr th:first-child {
    text-align: left;
    padding-left: 0;
  }

  body .woocommerce ul.order_details {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  body .woocommerce ul.order_details li {
    text-align: left;
  }
  body .woocommerce ul.order_details li:not(:first-child) {
    margin-top: 0;
    border-top: none;
    margin-left: 20px;
    padding: 0 0 0 20px !important;
    border-left-style: dashed;
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 1021px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
    padding: 0 0 0 40px;
  }
}
.woocommerce .woocommerce-cart-form .cart_item {
  border: solid 1px #7B7C88;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table {
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr {
  overflow: hidden;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  border-top: none;
  border-bottom: solid 1px #7B7C88;
  line-height: 1.6667em;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
  overflow: hidden;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity:before {
  margin: 18px 0 0 0;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name:before {
  float: none;
  display: block;
  text-align: left;
}
.woocommerce .woocommerce-cart-form table.shop_table td:before {
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-cart-form table.shop_table th {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
  border-top: none;
  border-bottom: solid 1px #7B7C88;
  color: var(--biuro-dark-text-color);
  text-align: center;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions {
  padding: 0 !important;
  position: relative;
  z-index: 2;
  border: none;
  text-align: right;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  gap: 20px;
  position: relative;
  text-align: left;
  border-bottom: solid 1px #7B7C88;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon:before, .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon:after {
  content: none;
  display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon .biuro-form-field input[type="text"],
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon .biuro-form-field label {
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon .input-text {
  padding: 0;
  border: none;
  float: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon .biuro-small-button {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
  color: var(--biuro-accent-color);
  margin: 10px 0;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon:focus-within {
  border-color: var(--biuro-border-hover-color);
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions > .biuro-small-button {
  margin: 40px 0 0;
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 78%;
  width: 100%;
  text-align: left;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail-wrapper {
  margin: 0 20px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail-wrapper img {
  width: 85px;
  border: none;
  border-radius: var(--biuro-radius-small, 0px);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper {
  font-size: var(--biuro-body-font-size);
  line-height: var(--biuro-body-line-height);
  font-weight: 400;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0;
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper .product-rating-wrapper {
  width: 100%;
  overflow: hidden;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper .product-rating-wrapper:not(:first-child) {
  margin-top: 10px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper .product-rating-wrapper .star-rating {
  float: none;
  font-size: 12px !important;
  letter-spacing: .0833em;
  width: 5.8317em;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name .product-name-wrapper .product-rating-wrapper .star-rating > span {
  font-size: 12px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-price .amount del,
.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount del {
  opacity: 1;
  color: var(--biuro-light-text-color);
  display: inline-block;
  margin: 0 5px 0 0;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-price .amount ins,
.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount ins {
  text-decoration: none;
  font-weight: inherit;
  color: var(--biuro-accent-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-price .amount {
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount {
  color: var(--biuro-accent-color);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove .remove {
  width: 14px;
  height: 14px;
  font: 400 normal 0/14px 'fontello';
  background: none;
  margin: 0;
  color: var(--biuro-dark-text-color) !important;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove .remove:before {
  content: '\e83b';
  font-size: 14px;
  line-height: 14px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove .remove:hover {
  color: var(--biuro-accent-color) !important;
}
.woocommerce .cart-collaterals {
  margin: 50px 0 0;
}
.woocommerce .cart-collaterals p:not(:first-child):not(:last-child) {
  margin: 0 0 7px;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_title {
  font-family: inherit;
  text-transform: none;
  margin: 0 0 .65em;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: none !important;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th {
  padding: 9px 12px 9px 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals td {
  text-align: left !important;
  text-transform: none;
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals ul,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method {
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals ul > li,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method > li {
  text-transform: none;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals ul > li:before,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method > li:before {
  content: none;
  display: none;
}
.woocommerce .cart-collaterals .cart_totals ul li input,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method li input {
  vertical-align: text-top;
  margin: 5px 19px 0 0;
}
.woocommerce .cart-collaterals .cart_totals ul label,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method label {
  clear: both;
}
.woocommerce .cart-collaterals .cart_totals ul .amount,
.woocommerce .cart-collaterals .cart_totals ul#shipping_method .amount {
  float: right;
  margin: 0 0 0 20px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  min-width: 280px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row.form-row-first, .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row.form-row-last {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button {
  font-weight: 400;
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
  margin: 30px -10px;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form p {
  padding: 0 10px;
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  clear: both;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0 0;
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 0;
  padding: 30px 0 0;
  margin: 17px 0 0;
  border-top: solid 1px var(--biuro-border-color);
}

@media only screen and (min-width: 769px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table thead td, .woocommerce .woocommerce-cart-form table.shop_table thead th {
    padding: 0 10px 24px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table thead th.product-name {
    padding-right: 17%;
    padding-left: 10px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 50px 10px 41px;
    text-align: center;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td:first-child:not(:last-child) {
    padding-left: 0;
    padding-right: 10px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table th {
    padding: 50px 10px 41px;
    text-align: center;
  }
  .woocommerce .woocommerce-cart-form table.shop_table th:first-child {
    padding-left: 40px;
    padding-right: 10px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.actions {
    padding: 43px 0 0 !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.actions .coupon .biuro-form-field {
    width: 293px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.actions > .biuro-small-button {
    margin: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-price {
    width: 12%;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
    width: 30%;
  }
  .woocommerce .woocommerce-cart-form table.shop_table .product-remove {
    padding-left: 0;
    padding-right: 10px;
    width: 3%;
  }
  .woocommerce .woocommerce-cart-form table.shop_table .product-remove .remove {
    margin: 0;
    text-align: left;
    float: left;
  }
  .woocommerce .woocommerce-cart-form table.shop_table tr:not(:first-child) .product-remove .remove {
    margin-top: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    padding: 50px 0 41px 10px;
    width: 14%;
  }
  .woocommerce .woocommerce-cart-form table.shop_table .product-info {
    width: auto;
  }
  .woocommerce .cart-collaterals .cart_totals {
    width: auto;
    min-width: 190px;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0 !important;
    color: var(--biuro-dark-text-color);
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.woocommerce-shipping-totals) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table td,
  .woocommerce .cart-collaterals .cart_totals table.shop_table th {
    padding: 11px 0 10px;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table td:last-child,
  .woocommerce .cart-collaterals .cart_totals table.shop_table th:last-child {
    padding-left: 20px;
    text-align: right;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table td {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: right;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table th {
    width: initial;
    font-weight: 400;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total strong {
    font-weight: 400;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals {
    position: relative;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals td,
  .woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals th {
    display: block;
    font-weight: 400;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals td {
    padding: 10px 0 !important;
    text-transform: inherit;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button {
    margin: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .shipping-calculator-form p:last-of-type {
    margin: 0;
  }
}
/********** WooCommerce Checkout Page **********/
.woocommerce-checkout .woocommerce-notices-wrapper {
  margin-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper:empty {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-family: var(--biuro-h6-font-family, inherit);
  font-size: var(--biuro-h6-font-size-mobile, 20px);
  line-height: var(--biuro-h6-line-height-mobile, 1.5em);
  letter-spacing: var(--biuro-h6-letter-spacing-mobile, -0.03em);
  word-spacing: var(--biuro-h6-word-spacing-mobile, normal);
  text-transform: var(--biuro-h6-text-transform, none);
  font-weight: var(--biuro-h6-font-weight, 600);
  font-style: var(--biuro-h6-font-style, normal);
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: solid 1px var(--biuro-border-color);
}
.woocommerce-checkout .content-wrapper .content-inner ul > li {
  padding: 0;
}
.woocommerce-checkout .checkout .shipping_address {
  margin-top: 30px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  margin: 0;
  font-family: inherit;
  font-size: var(--biuro-body-font-size);
  line-height: var(--biuro-body-line-height);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  float: none;
}
.woocommerce-checkout .checkout .woocommerce-additional-fields {
  margin-top: 90px;
}
.woocommerce-checkout .checkout .woocommerce-additional-fields__field-wrapper .form-row textarea.input-text {
  height: 120px;
}

.woocommerce .woocommerce-form-login-toggle:not(:last-child),
.woocommerce-page .woocommerce-form-login-toggle:not(:last-child) {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  color: var(--biuro-dark-text-color);
  font-weight: 400;
}
.woocommerce .woocommerce-form-login .form-row.form-row-last,
.woocommerce .woocommerce-form-login .form-row.form-row-first,
.woocommerce-page .woocommerce-form-login .form-row.form-row-last,
.woocommerce-page .woocommerce-form-login .form-row.form-row-first {
  width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  clear: both;
  margin: 36px 0 0;
}
.woocommerce .woocommerce-checkout:not(:first-child),
.woocommerce-page .woocommerce-checkout:not(:first-child) {
  margin-top: 50px;
}
.woocommerce .woocommerce-checkout h3#order_review_heading:first-child,
.woocommerce-page .woocommerce-checkout h3#order_review_heading:first-child {
  margin-top: 50px;
}
.woocommerce .woocommerce-checkout .place-order,
.woocommerce-page .woocommerce-checkout .place-order {
  margin: 30px 0 0 !important;
  position: relative;
  z-index: 2;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields .form-row,
.woocommerce-page .woocommerce-checkout .woocommerce-account-fields .form-row {
  margin: 0 0 8px !important;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account label.checkbox,
.woocommerce-page .woocommerce-checkout .woocommerce-account-fields .create-account label.checkbox {
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields {
  margin: 11px 0 0;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-shipping-fields__field-wrapper,
.woocommerce form .woocommerce-additional-fields__field-wrapper,
.woocommerce form .woocommerce-account-fields,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper,
.woocommerce-page form .woocommerce-shipping-fields__field-wrapper,
.woocommerce-page form .woocommerce-additional-fields__field-wrapper,
.woocommerce-page form .woocommerce-account-fields {
  margin: 0 -10px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  clear: left;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0 10px 0;
  margin: 0 0 30px !important;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  line-height: 30px;
  height: 69px;
}
.woocommerce form h3 label,
.woocommerce-page form h3 label {
  letter-spacing: normal;
}
.woocommerce form .woocommerce-privacy-policy-text,
.woocommerce-page form .woocommerce-privacy-policy-text {
  font-size: var(--biuro-body-font-size);
  line-height: 1.3125em;
}
.woocommerce form .woocommerce-privacy-policy-text p,
.woocommerce-page form .woocommerce-privacy-policy-text p {
  line-height: inherit;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required,
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required {
  padding: 0;
  margin: 44px 0 0 !important;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox,
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox {
  position: relative;
  padding: 0 0 0 35px;
  line-height: 1.375em;
  display: block;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox input[type="checkbox"],
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: initial;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required a,
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required a {
  white-space: nowrap;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text {
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-page .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--biuro-light-text-color);
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 20px 10px;
  margin: 20px 0;
  border: solid 1px var(--biuro-border-hover-color);
}
.woocommerce form.login > p,
.woocommerce form.register > p {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce form.checkout_coupon {
  padding: 20px;
  border: solid 1px var(--biuro-border-color);
}
.woocommerce form.checkout_coupon .coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  gap: 20px;
  position: relative;
  text-align: left;
  border-bottom: solid 1px var(--biuro-border-color);
}
.woocommerce form.checkout_coupon .coupon .biuro-form-field input[type="text"],
.woocommerce form.checkout_coupon .coupon .biuro-form-field label {
  width: 100%;
}
.woocommerce form.checkout_coupon .coupon .biuro-form-field input[type="text"] {
  border: none;
}
.woocommerce form.checkout_coupon .coupon .biuro-small-button {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
  color: var(--biuro-accent-color);
  margin: 10px 0;
}
.woocommerce form.checkout_coupon .coupon:focus-within {
  border-color: var(--biuro-border-hover-color);
}

.woocommerce-checkout-review-order:not(:last-child) {
  margin-bottom: 55px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  border: none !important;
  margin-top: 0 !important;
  vertical-align: top;
  color: var(--biuro-dark-text-color);
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table:not(:last-child) {
  margin-bottom: 50px !important;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody {
  display: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total strong {
  font-weight: 400;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td {
  padding: 6px 0 7px 16px;
  vertical-align: top;
  text-align: right;
  font-weight: inherit;
  border: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table th {
  padding: 6px 0 7px;
  vertical-align: top;
  border: none;
  font-weight: 400;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table ul li {
  margin: 0 0 .5em;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table ul li:before {
  display: none;
  content: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  display: inline-block;
  text-align: left;
}
.woocommerce-checkout-review-order .checkout_cart_table {
  width: 100%;
  border-spacing: 0;
  vertical-align: middle;
}
.woocommerce-checkout-review-order .checkout_cart_table:not(:last-child) {
  margin-bottom: 40px !important;
}
.woocommerce-checkout-review-order .checkout_cart_table td {
  padding: 15px 0 15px 16px;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail {
  padding: 15px 0;
  width: 50px;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail img {
  width: 50px;
  height: auto;
  display: block;
  border-radius: var(--biuro-radius-small, 0px);
}
.woocommerce-checkout-review-order .checkout_cart_table .product-info-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name {
  width: 100%;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name .product-name-title {
  font-weight: 400;
  color: var(--biuro-dark-text-color);
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name .product-name-title a {
  text-decoration: none;
  color: inherit;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name .product-name-title a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name .product-name-info {
  font-weight: 400;
  color: var(--biuro-dark-text-color);
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-name .product-name-info:not(:first-child) {
  margin: 5px 0 0;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-total {
  margin: 0 0 35px 20px;
  min-width: 57px;
  font-weight: 400;
  white-space: nowrap;
  color: var(--biuro-accent-color);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-total .amount {
  display: block;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-remove {
  width: 14px;
  margin: 0 0 35px 40px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-remove .remove {
  width: 14px;
  height: 30px;
  font: 400 normal 0/30px 'fontello';
  background: none;
  margin: 0;
  display: block;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-remove .remove:before {
  content: '\e83b';
  font-size: 14px;
  line-height: 30px;
  color: var(--biuro-dark-text-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce-checkout-review-order .checkout_cart_table .product-box-remove .remove:hover:before {
  color: var(--biuro-accent-color);
}

.woocommerce-checkout-review-total {
  margin: -11px 0 0;
}
.woocommerce-checkout-review-total .checkout_total_table {
  width: 100%;
}
.woocommerce-checkout-review-total .checkout_total_table td {
  padding: 10px 0 10px 20px;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.woocommerce-checkout-review-total .checkout_total_table td:first-child {
  padding: 10px 0;
  text-align: left;
}

.woocommerce-checkout-shipping-method:not(:last-child) {
  margin-bottom: 65px;
}
.woocommerce-checkout-shipping-method ul#shipping_method {
  margin: 0;
}
.woocommerce-checkout-shipping-method ul#shipping_method li {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-shipping-method ul#shipping_method li:not(:first-child) {
  margin: 8px 0 0;
}
.woocommerce-checkout-shipping-method ul#shipping_method li:before {
  content: none;
  display: none;
}
.woocommerce-checkout-shipping-method ul#shipping_method li input {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.woocommerce-checkout-shipping-method ul#shipping_method li label {
  vertical-align: middle;
  font-weight: 600;
  display: inline;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: none;
}
#add_payment_method #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
  padding: 0;
}
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
  content: none;
  display: none;
}
#add_payment_method #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) img,
.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) img {
  display: inline-block;
  margin: -2px .5em 0 .5em;
}
#add_payment_method #payment ul.payment_methods li.payment_method_paypal .about_paypal,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice).payment_method_paypal .about_paypal,
.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal .about_paypal,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice).payment_method_paypal .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice).payment_method_paypal .about_paypal {
  font-size: 1em;
  line-height: inherit;
  float: none;
  font-weight: 400;
  white-space: nowrap;
}
#add_payment_method #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) input,
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) input {
  margin: 0 1em -.3125em 0 !important;
}
#add_payment_method #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) label,
.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) label {
  font-size: .875em;
  color: var(--biuro-dark-text-color);
}
#add_payment_method #payment ul.payment_methods li + li,
.woocommerce-cart #payment ul.payment_methods li + li,
.woocommerce-checkout #payment ul.payment_methods li + li {
  margin: 20px 0 0;
}
#add_payment_method #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
  padding: .5em 1.5em 1em;
}
#add_payment_method #payment #place_order,
.woocommerce-cart #payment #place_order,
.woocommerce-checkout #payment #place_order {
  width: auto;
  margin-bottom: 0;
}

.woocommerce .checkout-columns .checkout-column-side,
.woocommerce-page .checkout-columns .checkout-column-side {
  margin-top: 90px;
}
.woocommerce .checkout-columns .col2-set .col-2,
.woocommerce-page .checkout-columns .col2-set .col-2 {
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.checkout-total-wrapper {
  margin-bottom: 20px;
}
.checkout-total-wrapper:not(:first-child) {
  margin-top: 90px;
}

.woocommerce #payment button.biuro-alter-button,
.woocommerce-page #payment button.biuro-alter-button {
  float: none !important;
}
.woocommerce #payment button.biuro-alter-button:not(:first-child),
.woocommerce-page #payment button.biuro-alter-button:not(:first-child) {
  margin: 75px 0 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  margin: 5px 0 0 41px;
  width: calc(100% - 41px);
  padding: 0;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0;
  background: none;
  color: var(--biuro-light-text-color);
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: none;
  display: none;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  line-height: inherit;
}

@media only screen and (min-width: 481px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce form.checkout_coupon .coupon {
    max-width: 500px;
  }
}
@media only screen and (max-width: 840px) {
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table {
    border: none;
    display: block;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tbody,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tbody {
    display: block;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr {
    display: block;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table td,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table td {
    padding: 0;
    display: block;
    width: auto;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table td:first-child,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table td:first-child {
    padding: 20px 0;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr + tr td,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr + tr td {
    border: none;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail {
    width: auto;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail img,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail img {
    width: 85px;
    position: relative;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child),
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child) {
    margin: 11px 0 0;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child) td:first-child,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child) td:first-child {
    border-top: solid 1px var(--biuro-border-color);
  }
}
@media only screen and (min-width: 841px) {
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table {
    border: none;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table td,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table td {
    padding: 30px 0 30px 20px;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail {
    width: 85px;
    padding: 30px 0;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail img,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table .product-thumbnail img {
    width: 85px;
    position: relative;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr:first-child td,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr:first-child td {
    padding-top: 0;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr:first-child .product-thumbnail,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr:first-child .product-thumbnail {
    padding-top: 0;
  }
  .woocommerce .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child) td,
  .woocommerce-page .woocommerce-checkout-review-order .checkout_cart_table tr:not(:first-child) td {
    border-top: solid 1px var(--biuro-border-color);
  }
  .woocommerce .woocommerce-checkout:not(:first-child),
  .woocommerce-page .woocommerce-checkout:not(:first-child) {
    margin-top: 80px;
  }
  .woocommerce .woocommerce-checkout h3#order_review_heading:first-child,
  .woocommerce-page .woocommerce-checkout h3#order_review_heading:first-child {
    margin-top: 65px;
  }
  .woocommerce .woocommerce-form-login .form-row.form-row-last,
  .woocommerce .woocommerce-form-login .form-row.form-row-first,
  .woocommerce-page .woocommerce-form-login .form-row.form-row-last,
  .woocommerce-page .woocommerce-form-login .form-row.form-row-first {
    width: 50%;
  }
}
@media only screen and (min-width: 1021px) {
  .woocommerce .woocommerce-checkout h3#order_review_heading:first-child,
  .woocommerce-page .woocommerce-checkout h3#order_review_heading:first-child {
    margin-top: 0;
  }
  .woocommerce .checkout-columns,
  .woocommerce-page .checkout-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -20px;
  }
  .woocommerce .checkout-columns .checkout-column-main,
  .woocommerce-page .checkout-columns .checkout-column-main {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666%;
  }
  .woocommerce .checkout-columns .checkout-column-side,
  .woocommerce-page .checkout-columns .checkout-column-side {
    margin: 0;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
  }
}
body[data-biuro-device-mode="mobile_extra"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="tablet"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="tablet_extra"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="laptop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="desktop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size-mobile-extra);
  line-height: var(--biuro-h6-line-height-mobile-extra);
  letter-spacing: var(--biuro-h6-letter-spacing-mobile-extra);
  word-spacing: var(--biuro-h6-word-spacing-mobile-extra);
}
body[data-biuro-device-mode="mobile_extra"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="tablet"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="tablet_extra"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="laptop"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="desktop"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .checkout .woocommerce-additional-fields {
  margin-top: 120px;
}

body[data-biuro-device-mode="tablet"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="tablet_extra"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="laptop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="desktop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size-tablet);
  line-height: var(--biuro-h6-line-height-tablet);
  letter-spacing: var(--biuro-h6-letter-spacing-tablet);
  word-spacing: var(--biuro-h6-word-spacing-tablet);
}

body[data-biuro-device-mode="tablet_extra"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="laptop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="desktop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size-tablet-extra);
  line-height: var(--biuro-h6-line-height-tablet-extra);
  letter-spacing: var(--biuro-h6-letter-spacing-tablet-extra);
  word-spacing: var(--biuro-h6-word-spacing-tablet-extra);
}
body[data-biuro-device-mode="tablet_extra"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="laptop"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="desktop"].woocommerce-checkout .checkout .woocommerce-additional-fields,
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .checkout .woocommerce-additional-fields {
  margin-top: 150px;
}

body[data-biuro-device-mode="laptop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="desktop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size-laptop);
  line-height: var(--biuro-h6-line-height-laptop);
  letter-spacing: var(--biuro-h6-letter-spacing-laptop);
  word-spacing: var(--biuro-h6-word-spacing-laptop);
}

body[data-biuro-device-mode="desktop"].woocommerce-checkout .content h3:not(#ship-to-different-address),
body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size, 20px);
  line-height: var(--biuro-h6-line-height, 1.5em);
  letter-spacing: var(--biuro-h6-letter-spacing, -0.03em);
  word-spacing: var(--biuro-h6-word-spacing, normal);
}

body[data-biuro-device-mode="widescreen"].woocommerce-checkout .content h3:not(#ship-to-different-address) {
  font-size: var(--biuro-h6-font-size-widescreen);
  line-height: var(--biuro-h6-line-height-widescreen);
  letter-spacing: var(--biuro-h6-letter-spacing-widescreen);
  word-spacing: var(--biuro-h6-word-spacing-widescreen);
}

/********** WooCommerce Page **********/
#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
  line-height: 1.4em;
  margin: 1em 0 0;
}

.woocommerce .woocommerce-form-coupon .coupon-error-notice,
.woocommerce-page .woocommerce-form-coupon .coupon-error-notice {
  font-style: normal;
  color: #EF644C;
  border: solid 1px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4286em;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: initial;
  margin: 4px 0 0 0;
  padding: 2px 8px 3px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.woocommerce .woocommerce-form-coupon .coupon-error-notice:before,
.woocommerce-page .woocommerce-form-coupon .coupon-error-notice:before {
  content: '';
  position: absolute;
  display: block;
  left: 9px;
  right: initial;
  top: -6px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px;
  border-left: solid 1px;
  background: inherit;
}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .wc-empty-cart-message,
.woocommerce-page .woocommerce-notices-wrapper,
.woocommerce-page .wc-empty-cart-message {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-notices-wrapper:empty,
.woocommerce .wc-empty-cart-message:empty,
.woocommerce-page .woocommerce-notices-wrapper:empty,
.woocommerce-page .wc-empty-cart-message:empty {
  margin-bottom: 0;
}
.woocommerce .woocommerce-password-strength,
.woocommerce-page .woocommerce-password-strength {
  font-weight: 400;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin: 0;
  width: auto;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
  content: none;
  display: none;
}
.woocommerce .col2-set:not(:last-child),
.woocommerce-page .col2-set:not(:last-child) {
  margin-bottom: 70px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  max-width: none;
  width: auto;
  padding: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  margin: 70px 0 0;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: block;
  right: 17px;
  left: initial;
  opacity: 1;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--biuro-dark-text-color);
  overflow: hidden;
}
.woocommerce form .show-password-input:before,
.woocommerce-page form .show-password-input:before {
  content: none;
  display: none;
}
.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
  content: '\e803';
  font: 400 normal 14px/1em 'fontello';
}
.woocommerce form .show-password-input.display-password,
.woocommerce-page form .show-password-input.display-password {
  color: var(--biuro-light-text-color);
  opacity: .5;
}
.woocommerce table[class*='woocommerce'] tr td, .woocommerce table[class*='woocommerce'] tr th,
.woocommerce table[class*='cart'] tr td,
.woocommerce table[class*='cart'] tr th,
.woocommerce table[class*='checkout'] tr td,
.woocommerce table[class*='checkout'] tr th,
.woocommerce table[class*='shop'] tr td,
.woocommerce table[class*='shop'] tr th,
.woocommerce-page table[class*='woocommerce'] tr td,
.woocommerce-page table[class*='woocommerce'] tr th,
.woocommerce-page table[class*='cart'] tr td,
.woocommerce-page table[class*='cart'] tr th,
.woocommerce-page table[class*='checkout'] tr td,
.woocommerce-page table[class*='checkout'] tr th,
.woocommerce-page table[class*='shop'] tr td,
.woocommerce-page table[class*='shop'] tr th {
  border: none;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.woocommerce .woocommerce-notices-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: var(--biuro-content-width, 1340px);
}
.woocommerce .catalog-top-info-wrapper {
  margin: 0 auto 50px;
  width: 100%;
  max-width: var(--biuro-content-width, 1340px);
  padding: 0 0 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 30px;
  border-bottom: solid 1px var(--biuro-border-color);
}
.woocommerce .catalog-top-info-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .catalog-top-info-wrapper:after {
  content: none;
  display: none;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-notices-wrapper {
  order: 0;
  width: 100%;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-result-count {
  order: 1;
  font-weight: 400;
  color: var(--biuro-dark-text-color);
  margin: 0;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-ordering-wrapper {
  order: 2;
  width: 292px;
  position: relative;
  margin: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-ordering-wrapper .woocommerce-ordering {
  float: none;
  margin: 0 0 -10px;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-ordering-wrapper .woocommerce-ordering .wpforms-field {
  padding: 0 !important;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-ordering-wrapper .woocommerce-ordering .wpforms-field select:not([multiple="multiple"]) {
  border-bottom: none;
}
.woocommerce .catalog-top-info-wrapper .shop-mode-buttons {
  order: 4;
}
.woocommerce .shop-mode-buttons {
  margin: 20px 0 0 30px;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
}
.woocommerce .shop-mode-buttons a {
  margin: 5px 0 6px 6px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.3;
  height: 20px;
  width: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font: 700 normal 18px/20px 'Font Awesome 6 Free';
}
.woocommerce .shop-mode-buttons .woocommerce-grid:before {
  content: '\f00a';
}
.woocommerce .shop-mode-buttons .woocommerce-list:before {
  content: '\f00b';
}
.woocommerce .shop_mode_grid .shop-mode-buttons .woocommerce-grid {
  opacity: 1;
}
.woocommerce .shop_mode_list .shop-mode-buttons .woocommerce-list {
  opacity: 1;
}
.woocommerce form.lost_reset_password,
.woocommerce form.login,
.woocommerce form.register {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  width: auto;
}
.woocommerce form.lost_reset_password .lost_password,
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
  margin-bottom: 0;
  color: var(--biuro-dark-text-color);
}
.woocommerce form.lost_reset_password .lost_password a,
.woocommerce form.login .lost_password a,
.woocommerce form.register .lost_password a {
  color: inherit;
  font-weight: 200;
  font-style: italic;
  text-decoration: none;
}
.woocommerce form.lost_reset_password .lost_password a:hover,
.woocommerce form.login .lost_password a:hover,
.woocommerce form.register .lost_password a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce form.checkout_coupon {
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  margin: 20px 0;
}
.woocommerce form.checkout_coupon .form-row-first {
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce form.checkout_coupon .form-row-last {
  padding: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.woocommerce form.checkout_coupon button {
  width: 100%;
}

body .content-wrapper .woocommerce-NoticeGroup:not(:last-child) {
  margin-bottom: 50px;
}
body .content-wrapper ul.woocommerce-error,
body .content-wrapper ul.woocommerce-info,
body .content-wrapper ul.woocommerce-message {
  z-index: 2;
}
body .content-wrapper ul.woocommerce-error li,
body .content-wrapper ul.woocommerce-info li,
body .content-wrapper ul.woocommerce-message li {
  width: 100%;
}
body .content-wrapper ul.woocommerce-error li:before,
body .content-wrapper ul.woocommerce-info li:before,
body .content-wrapper ul.woocommerce-message li:before {
  content: none;
  display: none;
}
body .content-wrapper ul.woocommerce-error li, body .content-wrapper ul.woocommerce-error li:not(:last-of-type),
body .content-wrapper ul.woocommerce-info li,
body .content-wrapper ul.woocommerce-info li:not(:last-of-type),
body .content-wrapper ul.woocommerce-message li,
body .content-wrapper ul.woocommerce-message li:not(:last-of-type) {
  margin-bottom: 0;
}
body .content-wrapper .woocommerce-error,
body .content-wrapper .woocommerce-info,
body .content-wrapper .woocommerce-message {
  z-index: 2;
  font-weight: 400;
  color: var(--biuro-dark-text-color);
  font-size: var(--biuro-body-font-size);
  line-height: var(--biuro-body-line-height);
  margin: 0;
  padding: .5625em .5625em .5625em 3.125em;
  min-height: 3.125em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  gap: 6px;
  outline: none;
  background-color: var(--biuro-background-color);
}
body .content-wrapper .woocommerce-error:not(:last-child),
body .content-wrapper .woocommerce-info:not(:last-child),
body .content-wrapper .woocommerce-message:not(:last-child) {
  margin-top: 20px;
}
body .content-wrapper .woocommerce-error:before,
body .content-wrapper .woocommerce-info:before,
body .content-wrapper .woocommerce-message:before {
  content: '\e816';
  font: 400 normal 1.25em/1em 'fontello';
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  margin: 0;
  left: .7em;
  right: initial;
  top: .7em;
}
body .content-wrapper .woocommerce-error a,
body .content-wrapper .woocommerce-info a,
body .content-wrapper .woocommerce-message a {
  display: inline;
}
body .content-wrapper .woocommerce-error strong,
body .content-wrapper .woocommerce-info strong,
body .content-wrapper .woocommerce-message strong {
  color: inherit;
}
body .content-wrapper .woocommerce-error .button,
body .content-wrapper .woocommerce-info .button,
body .content-wrapper .woocommerce-message .button {
  margin: 0;
  outline: none;
  padding: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: underline;
  border: none;
  display: inline;
  position: static;
}
body .content-wrapper .woocommerce-error .button:after,
body .content-wrapper .woocommerce-info .button:after,
body .content-wrapper .woocommerce-message .button:after {
  content: none;
  display: none;
}
body .content-wrapper .woocommerce-error .button:hover,
body .content-wrapper .woocommerce-info .button:hover,
body .content-wrapper .woocommerce-message .button:hover {
  text-decoration: none;
}
body .content-wrapper .woocommerce-error:not(.woocommerce-notice),
body .content-wrapper .woocommerce-info:not(.woocommerce-notice),
body .content-wrapper .woocommerce-message:not(.woocommerce-notice) {
  border-width: 1px;
  border-style: solid;
}
body .content-wrapper .woocommerce-error.woocommerce-notice,
body .content-wrapper .woocommerce-info.woocommerce-notice,
body .content-wrapper .woocommerce-message.woocommerce-notice {
  border-width: 1px;
  border-style: solid;
}
body .content-wrapper .woocommerce-info {
  border-color: #4EB0E7;
}
body .content-wrapper .woocommerce-info:before {
  color: #4EB0E7;
}
body .content-wrapper .woocommerce-info a,
body .content-wrapper .woocommerce-info .button {
  color: #4EB0E7;
}
body .content-wrapper .woocommerce-form-coupon-toggle:not(:last-child) {
  margin-bottom: 20px;
}
body .content-wrapper .woocommerce-error {
  border-color: #7B7C88;
}
body .content-wrapper .woocommerce-error:before {
  color: #EF644C;
}
body .content-wrapper .woocommerce-error a,
body .content-wrapper .woocommerce-error .button {
  color: #EF644C;
}
body .content-wrapper .woocommerce-message {
  border-color: #04BF87;
}
body .content-wrapper .woocommerce-message:before {
  color: #04BF87;
}
body .content-wrapper .woocommerce-message a,
body .content-wrapper .woocommerce-message .button {
  color: #04BF87;
}

.woocommerce form .form-row.woocommerce-validated .select2-selection,
.woocommerce form .form-row.woocommerce-validated input,
.woocommerce form .form-row.woocommerce-validated textarea,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #04BF87 !important;
}
.woocommerce form .form-row.woocommerce-validated .woocommerce-input-wrapper input {
  border-color: #04BF87 !important;
}
.woocommerce form .form-row.woocommerce-validated .biuro-form-field:before,
.woocommerce form .form-row.woocommerce-validated .biuro-form-field:after {
  border-color: #04BF87 !important;
}
.woocommerce form .form-row.woocommerce-invalid .select2-selection,
.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid textarea,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #EF644C !important;
}
.woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper input {
  border-color: #EF644C !important;
}
.woocommerce form .form-row.woocommerce-invalid .biuro-form-field:before,
.woocommerce form .form-row.woocommerce-invalid .biuro-form-field:after {
  border-color: #EF644C !important;
}

ul.products li:before {
  content: none !important;
  display: none !important;
}

.woocommerce a.remove:hover {
  color: var(--biuro-accent-color) !important;
}

/********** Star Rating **********/
.body-container .wc-block-grid__product-rating .star-rating,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating,
.star-rating {
  order: 4;
  font: 400 normal 14px/1 'fontello' !important;
  margin: 0;
  letter-spacing: .1428em;
  width: 6.1293em;
  overflow: hidden;
  position: relative;
  height: 1em;
}
.body-container .wc-block-grid__product-rating .star-rating:before,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars:before,
.woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce .star-rating:before,
.star-rating:before {
  content: '\e847\e847\e847\e847\e847';
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  right: initial;
  opacity: 1;
  color: var(--biuro-light-text-color);
  line-height: 1em;
}
.body-container .wc-block-grid__product-rating .star-rating > span,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars > span,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars > span,
.woocommerce .woocommerce-product-rating .star-rating > span,
.woocommerce .star-rating > span,
.star-rating > span {
  color: #FFA16A;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  right: initial;
  position: absolute;
  font: 400 normal 14px/1em 'fontello';
}
.body-container .wc-block-grid__product-rating .star-rating > span:before,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars > span:before,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars > span:before,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars > span:before,
.woocommerce .woocommerce-product-rating .star-rating > span:before,
.woocommerce .star-rating > span:before,
.star-rating > span:before {
  content: '\e847\e847\e847\e847\e847';
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
  color: inherit;
  line-height: 1em;
}
.body-container .wc-block-grid__product-rating .star-rating span.rating:before, .body-container .wc-block-grid__product-rating .star-rating span.rating.after,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span.rating:before,
.body-container .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span.rating.after,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span.rating:before,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span.rating.after,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars span.rating:before,
.wc-block-components-product-rating > .wc-block-components-product-rating__stars span.rating.after,
.woocommerce .woocommerce-product-rating .star-rating span.rating:before,
.woocommerce .woocommerce-product-rating .star-rating span.rating.after,
.woocommerce .star-rating span.rating:before,
.woocommerce .star-rating span.rating.after,
.star-rating span.rating:before,
.star-rating span.rating.after {
  content: none;
  display: none;
}

/********** Buttons **********/
.single-product.woocommerce div.product .cart .button,
.single-product.woocommerce div.product .cart .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .625em 1em;
  min-height: 50px;
  font-size: var(--biuro-body-font-size);
  line-height: var(--biuro-body-line-height);
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  color: var(--biuro-button-text-color);
  border: none;
  z-index: 2;
  background-color: var(--biuro-button-background-color);
  transform: translateZ(0);
  border-radius: var(--biuro-radius-small, 0px);
  margin: 0;
}
.single-product.woocommerce div.product .cart .button:focus, .single-product.woocommerce div.product .cart .button:active,
.single-product.woocommerce div.product .cart .added_to_cart:focus,
.single-product.woocommerce div.product .cart .added_to_cart:active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-product.woocommerce div.product .cart .button:after,
.single-product.woocommerce div.product .cart .added_to_cart:after {
  display: inline-block;
  font: 400 1.25em/1.5em 'fontello';
  margin: 0 0 0 0.5em;
}
.single-product.woocommerce div.product .cart .button:disabled,
.single-product.woocommerce div.product .cart .button .disabled,
.single-product.woocommerce div.product .cart .added_to_cart:disabled,
.single-product.woocommerce div.product .cart .added_to_cart .disabled {
  opacity: .5;
}
.single-product.woocommerce div.product .cart .button:not(:disabled):not(.disabled):hover,
.single-product.woocommerce div.product .cart .added_to_cart:not(:disabled):not(.disabled):hover {
  color: var(--biuro-button-text-hover);
  background-color: var(--biuro-button-background-hover);
}

.single-product.woocommerce div.product .cart .button:after {
  content: '\e80c';
}

.single-product.woocommerce div.product .cart .added_to_cart:after {
  content: '\e80f';
}

/********** Quantity **********/
.quantity-wrapper {
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  width: 150px;
}
.quantity-wrapper .quantity {
  overflow: hidden;
  float: none !important;
  border-bottom: solid 1px var(--biuro-border-color);
  margin: 0 !important;
}
.quantity-wrapper .quantity .qty {
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 16px;
  line-height: 49px;
  font-weight: 700;
  padding: 0 50px;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--biuro-dark-text-color);
}
.quantity-wrapper .quantity .qty::-webkit-inner-spin-button, .quantity-wrapper .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-wrapper .quantity .qty::-webkit-input-placeholder {
  opacity: 1;
}
.quantity-wrapper .quantity .qty:-moz-placeholder {
  opacity: 1;
}
.quantity-wrapper .quantity .qty::-moz-placeholder {
  opacity: 1;
}
.quantity-wrapper .quantity .qty:-ms-input-placeholder {
  opacity: 1;
}
.quantity-wrapper.hidden {
  display: none;
}
.quantity-wrapper.styled {
  position: relative;
  z-index: 2;
}
.quantity-wrapper.styled .btn-plus,
.quantity-wrapper.styled .btn-minus {
  cursor: pointer;
  width: 50px;
  height: 49px;
  position: absolute;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 0;
  padding: 0;
  font-size: 20px;
  line-height: 49px;
  font-weight: 400;
  color: var(--biuro-dark-text-color);
}
.quantity-wrapper.styled .btn-plus:hover,
.quantity-wrapper.styled .btn-minus:hover {
  color: var(--biuro-accent-color);
}
.quantity-wrapper.styled .btn-minus {
  left: 0;
  right: initial;
}
.quantity-wrapper.styled .btn-minus:before {
  content: '-';
}
.quantity-wrapper.styled .btn-plus {
  left: initial;
  right: 0;
}
.quantity-wrapper.styled .btn-plus:before {
  content: '+';
}

/********** WooCommerce Sidebar **********/
.product-filters-trigger-wrapper {
  position: fixed;
  bottom: 0;
  right: 20px;
  left: 20px;
  z-index: 3;
}
.product-filters-trigger-wrapper .product-filters-trigger {
  cursor: pointer;
  display: block;
  padding: 10px 30px;
  border-radius: var(--biuro-radius-small, 0px);
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  color: var(--biuro-button-text-color);
  background-color: var(--biuro-button-background-color);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.product-filters-trigger-wrapper .product-filters-trigger:before {
  content: '\f1de';
  font: 700 normal 1em 'Font Awesome 5 Free';
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.product-filters-trigger-wrapper .product-filters-trigger:hover {
  color: var(--biuro-button-text-hover);
  background-color: var(--biuro-button-background-hover);
}

/********** WooCommerce Login Form **********/
.woocommerce .outer-form-wrapper {
  max-width: 420px;
  margin: 0 auto;
}
.woocommerce .outer-form-wrapper .outer-form-title {
  text-align: center;
  margin: 0 0 1.5em;
  padding: 0 0 1em;
  border-bottom: solid 1px var(--biuro-border-color);
}
.woocommerce .outer-form-wrapper form.login,
.woocommerce .outer-form-wrapper form.lost_reset_password,
.woocommerce .outer-form-wrapper form.register {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 -20px;
}
.woocommerce .outer-form-wrapper form.login > p,
.woocommerce .outer-form-wrapper form.lost_reset_password > p,
.woocommerce .outer-form-wrapper form.register > p {
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce .outer-form-wrapper form .biuro-alter-button {
  margin: 16px auto 0;
  min-width: 0;
}
.woocommerce .outer-form-wrapper .woocommerce-LostPassword {
  padding: 0;
  white-space: nowrap;
}
.woocommerce .outer-form-wrapper .form-row:before, .woocommerce .outer-form-wrapper .form-row:after {
  content: none;
  display: none;
}
.woocommerce .outer-form-wrapper .form-row-checkbox {
  margin-top: 20px !important;
}
.woocommerce .outer-form-wrapper a {
  text-decoration: underline;
}
.woocommerce .outer-form-wrapper a:hover {
  text-decoration: none;
}
.woocommerce .outer-form-wrapper .form-attention:not(:first-child) {
  margin-top: 41px;
}
.woocommerce .outer-form-wrapper .form-attention a {
  color: inherit;
}
.woocommerce .outer-form-wrapper h3 {
  text-align: center;
}

/********** WooCommerce Sign Up Form **********/
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  content: none;
  display: none;
}

/********** Store Notice ***********/
.woocommerce-store-notice, .woocommerce-store-notice.demo_store {
  top: 0 !important;
  margin: 20px;
  padding: 20px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: var(--biuro-background-color);
  border: solid 1px var(--biuro-border-hover-color);
  font-weight: 600;
  color: var(--biuro-default-text-color);
  width: auto;
  border-radius: var(--biuro-radius-medium, 0px);
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
  position: absolute;
  top: 50%;
  right: 21px;
  left: initial;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:before {
  content: '\e83a';
  font: 400 normal 14px/1 'fontello';
  color: #EF644C;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
}

/********** WooCommerce Password Recovery Form **********/
@media only screen and (min-width: 360px) {
  .woocommerce .outer-form-wrapper .woocommerce-LostPassword {
    display: inline-block;
    padding: 1px 0 1px 20px;
  }
  .woocommerce .outer-form-wrapper .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 661px) {
  .woocommerce form.checkout_coupon .form-row.form-row-first,
  .woocommerce form.checkout_coupon .form-row.form-row-last {
    width: 50%;
  }
  .woocommerce form.checkout_coupon button {
    width: auto;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 840px) {
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
  .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 841px) {
  .woocommerce .woocommerce-notices-wrapper,
  .woocommerce .wc-empty-cart-message,
  .woocommerce-page .woocommerce-notices-wrapper,
  .woocommerce-page .wc-empty-cart-message {
    margin-bottom: 80px;
  }
  .woocommerce .woocommerce-notices-wrapper:empty,
  .woocommerce .wc-empty-cart-message:empty,
  .woocommerce-page .woocommerce-notices-wrapper:empty,
  .woocommerce-page .wc-empty-cart-message:empty {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1021px) {
  .product-filters-trigger-wrapper {
    display: none;
  }

  .woocommerce .catalog-top-info-wrapper .woocommerce-ordering-wrapper {
    border: none;
  }

  /********** Store Notice ***********/
  .woocommerce-store-notice, .woocommerce-store-notice.demo_store {
    padding: 20px 80px;
  }
}
.biuro_content_slider_widget .slick-slider {
  position: relative;
  z-index: 1;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 1.5em;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  margin: 0;
}

/********** WooCommerce Form Field **********/
.woocommerce form .form-row .required {
  font-weight: inherit;
}

.woocommerce form .password-input input[type="password"],
.woocommerce form .password-input input[type="text"],
.woocommerce-page form .password-input input[type="password"],
.woocommerce-page form .password-input input[type="text"] {
  padding-right: 50px;
}

body[data-biuro-device-mode="desktop"].single-product.woocommerce div.product .cart .button, body[data-biuro-device-mode="desktop"].single-product.woocommerce div.product .cart .added_to_cart,
body[data-biuro-device-mode="widescreen"].single-product.woocommerce div.product .cart .button,
body[data-biuro-device-mode="widescreen"].single-product.woocommerce div.product .cart .added_to_cart {
  padding: .75em 2.3125em;
  min-height: 56px;
}
body[data-biuro-device-mode="desktop"] .quantity-wrapper,
body[data-biuro-device-mode="widescreen"] .quantity-wrapper {
  width: 178px;
}
body[data-biuro-device-mode="desktop"] .quantity-wrapper .quantity .qty,
body[data-biuro-device-mode="widescreen"] .quantity-wrapper .quantity .qty {
  height: 59px;
  line-height: 59px;
  padding: 0 60px;
}
body[data-biuro-device-mode="desktop"] .quantity-wrapper.styled .btn-plus,
body[data-biuro-device-mode="desktop"] .quantity-wrapper.styled .btn-minus,
body[data-biuro-device-mode="widescreen"] .quantity-wrapper.styled .btn-plus,
body[data-biuro-device-mode="widescreen"] .quantity-wrapper.styled .btn-minus {
  width: 60px;
  height: 59px;
  line-height: 59px;
}

/********** WooCommerce Catalog - Grid Mode **********/
.shop_mode_grid .products ul,
.shop_mode_grid .woocommerce ul.products,
.shop_mode_grid ul.products {
  display: grid;
  gap: 50px 20px;
}
.shop_mode_grid .products ul:before, .shop_mode_grid .products ul:after,
.shop_mode_grid .woocommerce ul.products:before,
.shop_mode_grid .woocommerce ul.products:after,
.shop_mode_grid ul.products:before,
.shop_mode_grid ul.products:after {
  content: none;
  display: none;
}
.shop_mode_grid .products ul.columns-1 li.product, .shop_mode_grid .products ul.columns-2 li.product, .shop_mode_grid .products ul.columns-3 li.product, .shop_mode_grid .products ul.columns-4 li.product, .shop_mode_grid .products ul.columns-5 li.product, .shop_mode_grid .products ul.columns-6 li.product,
.shop_mode_grid .woocommerce ul.products.columns-1 li.product,
.shop_mode_grid .woocommerce ul.products.columns-2 li.product,
.shop_mode_grid .woocommerce ul.products.columns-3 li.product,
.shop_mode_grid .woocommerce ul.products.columns-4 li.product,
.shop_mode_grid .woocommerce ul.products.columns-5 li.product,
.shop_mode_grid .woocommerce ul.products.columns-6 li.product,
.shop_mode_grid ul.products.columns-1 li.product,
.shop_mode_grid ul.products.columns-2 li.product,
.shop_mode_grid ul.products.columns-3 li.product,
.shop_mode_grid ul.products.columns-4 li.product,
.shop_mode_grid ul.products.columns-5 li.product,
.shop_mode_grid ul.products.columns-6 li.product {
  width: 100%;
  clear: none;
}
.shop_mode_grid .products ul li.product,
.shop_mode_grid .woocommerce ul.products li.product,
.shop_mode_grid ul.products li.product {
  margin: 0;
  padding: 0;
  float: none !important;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: var(--biuro-body-line-height);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper {
  position: relative;
  cursor: default;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
  position: relative;
  overflow: hidden;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link {
  display: block;
  padding: 0 0 104.6053%;
  position: relative;
  overflow: hidden;
  border-radius: var(--biuro-radius-large, 0px);
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 92.75px) calc(100% - 0.70px), calc(100% - 91.86px) calc(100% - 0.69px), calc(100% - 90.99px) calc(100% - 0.69px), calc(100% - 90.14px) calc(100% - 0.69px), calc(100% - 89.22px) calc(100% - 0.84px), calc(100% - 86.69px) calc(100% - 1.56px), calc(100% - 84.31px) calc(100% - 2.41px), calc(100% - 82.37px) calc(100% - 3.25px), calc(100% - 80.72px) calc(100% - 4.13px), calc(100% - 79.41px) calc(100% - 5.00px), calc(100% - 78.50px) calc(100% - 5.72px), calc(100% - 77.47px) calc(100% - 6.66px), calc(100% - 76.56px) calc(100% - 7.66px), calc(100% - 75.75px) calc(100% - 8.75px), calc(100% - 74.66px) calc(100% - 10.59px), calc(100% - 74.03px) calc(100% - 12.03px), calc(100% - 73.66px) calc(100% - 12.97px), calc(100% - 72.91px) calc(100% - 15.41px), calc(100% - 72.44px) calc(100% - 17.38px), calc(100% - 72.16px) calc(100% - 18.81px), calc(100% - 71.94px) calc(100% - 20.13px), calc(100% - 71.94px) calc(100% - 25.91px), calc(100% - 71.87px) calc(100% - 27.53px), calc(100% - 71.69px) calc(100% - 29.50px), calc(100% - 71.28px) calc(100% - 31.88px), calc(100% - 70.81px) calc(100% - 33.94px), calc(100% - 70.16px) calc(100% - 36.28px), calc(100% - 69.06px) calc(100% - 39.13px), calc(100% - 67.56px) calc(100% - 42.13px), calc(100% - 66.22px) calc(100% - 44.34px), calc(100% - 65.06px) calc(100% - 46.03px), calc(100% - 63.16px) calc(100% - 48.38px), calc(100% - 61.34px) calc(100% - 50.25px), calc(100% - 59.24px) calc(100% - 52.21px), calc(100% - 55.75px) calc(100% - 54.73px), calc(100% - 53.23px) calc(100% - 56.19px), calc(100% - 50.09px) calc(100% - 57.65px), calc(100% - 47.26px) calc(100% - 58.66px), calc(100% - 43.59px) calc(100% - 59.59px), calc(100% - 41.21px) calc(100% - 59.95px), calc(100% - 38.51px) calc(100% - 60.17px), calc(100% - 15.74px) calc(100% - 60.17px), calc(100% - 14.11px) calc(100% - 60.17px), calc(100% - 12.78px) calc(100% - 60.31px), calc(100% - 10.93px) calc(100% - 60.83px), calc(100% - 8.81px) calc(100% - 62.07px), calc(100% - 7.13px) calc(100% - 63.39px), calc(100% - 5.72px) calc(100% - 64.90px), calc(100% - 4.70px) calc(100% - 66.22px), calc(100% - 3.51px) calc(100% - 68.17px), calc(100% - 2.49px) calc(100% - 70.42px), calc(100% - 1.83px) calc(100% - 72.14px), calc(100% - 1.08px) calc(100% - 74.57px), calc(100% - 0.69px) calc(100% - 79.00px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 92.75px) calc(100% - 0.70px), calc(100% - 91.86px) calc(100% - 0.69px), calc(100% - 90.99px) calc(100% - 0.69px), calc(100% - 90.14px) calc(100% - 0.69px), calc(100% - 89.22px) calc(100% - 0.84px), calc(100% - 86.69px) calc(100% - 1.56px), calc(100% - 84.31px) calc(100% - 2.41px), calc(100% - 82.37px) calc(100% - 3.25px), calc(100% - 80.72px) calc(100% - 4.13px), calc(100% - 79.41px) calc(100% - 5.00px), calc(100% - 78.50px) calc(100% - 5.72px), calc(100% - 77.47px) calc(100% - 6.66px), calc(100% - 76.56px) calc(100% - 7.66px), calc(100% - 75.75px) calc(100% - 8.75px), calc(100% - 74.66px) calc(100% - 10.59px), calc(100% - 74.03px) calc(100% - 12.03px), calc(100% - 73.66px) calc(100% - 12.97px), calc(100% - 72.91px) calc(100% - 15.41px), calc(100% - 72.44px) calc(100% - 17.38px), calc(100% - 72.16px) calc(100% - 18.81px), calc(100% - 71.94px) calc(100% - 20.13px), calc(100% - 71.94px) calc(100% - 25.91px), calc(100% - 71.87px) calc(100% - 27.53px), calc(100% - 71.69px) calc(100% - 29.50px), calc(100% - 71.28px) calc(100% - 31.88px), calc(100% - 70.81px) calc(100% - 33.94px), calc(100% - 70.16px) calc(100% - 36.28px), calc(100% - 69.06px) calc(100% - 39.13px), calc(100% - 67.56px) calc(100% - 42.13px), calc(100% - 66.22px) calc(100% - 44.34px), calc(100% - 65.06px) calc(100% - 46.03px), calc(100% - 63.16px) calc(100% - 48.38px), calc(100% - 61.34px) calc(100% - 50.25px), calc(100% - 59.24px) calc(100% - 52.21px), calc(100% - 55.75px) calc(100% - 54.73px), calc(100% - 53.23px) calc(100% - 56.19px), calc(100% - 50.09px) calc(100% - 57.65px), calc(100% - 47.26px) calc(100% - 58.66px), calc(100% - 43.59px) calc(100% - 59.59px), calc(100% - 41.21px) calc(100% - 59.95px), calc(100% - 38.51px) calc(100% - 60.17px), calc(100% - 15.74px) calc(100% - 60.17px), calc(100% - 14.11px) calc(100% - 60.17px), calc(100% - 12.78px) calc(100% - 60.31px), calc(100% - 10.93px) calc(100% - 60.83px), calc(100% - 8.81px) calc(100% - 62.07px), calc(100% - 7.13px) calc(100% - 63.39px), calc(100% - 5.72px) calc(100% - 64.90px), calc(100% - 4.70px) calc(100% - 66.22px), calc(100% - 3.51px) calc(100% - 68.17px), calc(100% - 2.49px) calc(100% - 70.42px), calc(100% - 1.83px) calc(100% - 72.14px), calc(100% - 1.08px) calc(100% - 74.57px), calc(100% - 0.69px) calc(100% - 79.00px), 100% 0);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper img,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper img,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash {
  position: absolute;
  left: 10px;
  right: initial;
  top: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  max-width: calc(100% - 20px);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 5px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: var(--biuro-radius-small, 0px);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.sale,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.sale,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.sale {
  background-color: #EF644C;
  color: #ffffff;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.new,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.new,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.new {
  background-color: #04BF87;
  color: #ffffff;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons {
  position: absolute;
  display: block;
  z-index: 2;
  right: 10px;
  left: initial;
  bottom: 0;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart {
  white-space: nowrap;
  padding: 0;
  font-size: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  border: none;
  text-align: center;
  background-color: #333333;
  color: var(--biuro-dark-text-color);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.added,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.added,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.added,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.added,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.added,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.added {
  display: none;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.loading:after,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.loading:after,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.loading:after,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.loading:after,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button.loading:after,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart.loading:after {
  content: '';
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:hover,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:hover,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:hover,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:hover,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:hover,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:hover {
  background-color: var(--biuro-accent-color);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:before,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:before,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:before {
  content: '\e80c';
  display: inline-block;
  vertical-align: top;
  font: 400 normal 18px/50px 'fontello';
  position: static;
  width: auto;
  height: auto;
  border: none;
  left: initial;
  right: initial;
  bottom: initial;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:after,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:after,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.button:after {
  content: none;
  display: none;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:before,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:before,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:before {
  content: '\e80f';
  display: inline-block;
  vertical-align: top;
  font: 400 normal 18px/50px 'fontello';
  position: static;
  width: auto;
  height: auto;
  border: none;
  left: initial;
  right: initial;
  bottom: initial;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:after,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:after,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_buttons a.added_to_cart:after {
  content: none;
  display: none;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper {
  padding: 19px 0 0;
  position: relative;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 {
  padding: 0;
  margin: 0;
  text-transform: none;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title:not(:first-child),
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title:not(:first-child),
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6:not(:first-child),
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title:not(:first-child),
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title:not(:first-child),
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6:not(:first-child),
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title:not(:first-child),
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title:not(:first-child),
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6:not(:first-child) {
  margin-top: 6px;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a {
  color: inherit;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a:hover,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a:hover,
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a:hover,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a:hover,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a:hover,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a:hover,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title a:hover,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title a:hover,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h6 a:hover {
  color: var(--biuro-accent-color);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper {
  font-size: 0;
  line-height: 1;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper:not(:first-child),
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper:not(:first-child),
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper:not(:first-child) {
  margin-top: 12px;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper .star-rating,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper .star-rating,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper .star-rating {
  display: inline-block;
  vertical-align: top;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories {
  letter-spacing: 0;
  color: var(--biuro-dark-text-color);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:before,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:before,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:before {
  content: '/ ';
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:after,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:after,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-categories:after {
  content: ' /';
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--biuro-accent-color);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price:not(:first-child),
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price:not(:first-child),
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price:not(:first-child) {
  margin-top: 3px;
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price del,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price del,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price del {
  opacity: 1;
  margin: 0 4px 0 0;
  color: var(--biuro-light-text-color);
}
.shop_mode_grid .products ul li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price ins,
.shop_mode_grid .woocommerce ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price ins,
.shop_mode_grid ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price ins {
  text-decoration: none;
  font-weight: inherit;
  color: var(--biuro-accent-color);
}

body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .products ul.columns-2, body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .products ul.columns-3, body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .products ul.columns-4, body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .products ul.columns-5, body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="mobile_extra"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .products ul.columns-2,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="tablet"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="tablet"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="tablet"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="tablet"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="tablet"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="tablet"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-2,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-2,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-2,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-2,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-2,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-2,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-6 {
  grid-template-columns: repeat(2, 1fr);
}

body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-3, body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-5, body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="tablet_extra"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-6 {
  grid-template-columns: repeat(3, 1fr);
}

body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-4, body[data-biuro-device-mode="laptop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-5 {
  grid-template-columns: repeat(4, 1fr);
}
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-3, body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-4, body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="laptop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="desktop"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_left .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-3,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-4,
body[data-biuro-device-mode="widescreen"] .biuro_sidebar_right .shop_mode_grid ul.products.columns-5 {
  grid-template-columns: repeat(3, 1fr);
}

body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products {
  gap: 50px 40px;
}
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-5,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
body[data-biuro-device-mode="desktop"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="desktop"] .shop_mode_grid ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .products ul.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid .woocommerce ul.products.columns-6,
body[data-biuro-device-mode="widescreen"] .shop_mode_grid ul.products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

/********** Single Product **********/
.single-product.woocommerce div.product div.images {
  margin-bottom: 50px;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 2;
}
.single-product.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.single-product.woocommerce div.product .product-title {
  letter-spacing: -.03em;
  line-height: 1.1667em;
  margin: -.2667em 0 0;
}
.single-product.woocommerce div.product .price {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--biuro-accent-color);
  display: block;
}
.single-product.woocommerce div.product .price:not(:first-child) {
  margin: .95em 0 0;
}
.single-product.woocommerce div.product .price:first-child {
  margin: -.35em 0 0;
}
.single-product.woocommerce div.product .price .price_wrapper {
  display: block;
}
.single-product.woocommerce div.product .price del {
  opacity: 1;
  margin: 0 .2em 0 0;
  color: var(--biuro-light-text-color);
}
.single-product.woocommerce div.product .price ins {
  text-decoration: none;
  font-weight: inherit;
  color: var(--biuro-accent-color);
}
.single-product.woocommerce div.product .woocommerce-variation-price .price {
  margin: 1.1333em 0 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
  line-height: 1.6667em;
  color: var(--biuro-dark-text-color);
  margin: 2px 0 0 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .product-rating-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: .25em 1em 0 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating {
  width: 6.665em;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating,
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating > span {
  font-size: 16px !important;
  letter-spacing: .25em;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description {
  position: relative;
  padding: 41px 0 0;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description:before {
  content: '';
  display: block;
  width: 305px;
  height: 0;
  border-top: solid 1px var(--biuro-border-hover-color);
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description:not(:first-child) {
  margin: 24px 0 0;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li strong, .single-product.woocommerce div.product .woocommerce-product-details__short-description ol li strong {
  font-weight: 600;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description ul li + li, .single-product.woocommerce div.product .woocommerce-product-details__short-description ol li + li {
  margin-top: 4px;
}
.single-product.woocommerce div.product .product_meta:not(:first-child) {
  margin-top: 145px;
}
.single-product.woocommerce div.product .product_meta .product_meta_item {
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce div.product .product_meta .product_meta_item:not(:first-child) {
  margin-top: 31px;
}
.single-product.woocommerce div.product .product_meta .product_meta_item .product_meta_label {
  padding: 0 .625em 0 0;
}
.single-product.woocommerce div.product .product_meta .product_meta_item a {
  text-decoration: none;
  color: inherit;
}
.single-product.woocommerce div.product .product_meta .product_meta_item a:hover {
  color: var(--biuro-accent-color);
}
.single-product.woocommerce div.product .product_meta .tagged_as .product_meta_value {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 0 20px;
}
.single-product.woocommerce div.product .product_meta .tagged_as .product_meta_value > a {
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
  background-color: var(--biuro-background-alter-color);
  padding: 5px;
  font-size: 14px;
  line-height: 1.2857em;
  letter-spacing: 0;
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce div.product .product_meta .tagged_as .product_meta_value > a:before {
  content: '/ ';
}
.single-product.woocommerce div.product .product_meta .tagged_as .product_meta_value > a:after {
  content: ' /';
}
.single-product.woocommerce div.product .product_meta .tagged_as .product_meta_value > a:hover {
  color: var(--biuro-accent-color);
}
.single-product.woocommerce div.product .cart {
  margin: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 20px 20px;
}
.single-product.woocommerce div.product .cart:before, .single-product.woocommerce div.product .cart:after {
  content: none;
  display: none;
}
.single-product.woocommerce div.product .cart:not(:first-child) {
  margin-top: 62px;
}
.single-product.woocommerce div.product .cart.variations_form .variations {
  margin: 24px 0 0;
}
.single-product.woocommerce div.product .cart.variations_form .variations th {
  padding: 10px 40px 10px 0;
  vertical-align: middle;
  text-align: left;
  width: 10px;
  font-weight: 400;
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce div.product .cart.variations_form .variations td {
  vertical-align: middle;
  padding: 10px 0;
}
.single-product.woocommerce div.product .cart.variations_form .variations label {
  margin: 7px 0;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.single-product.woocommerce div.product .cart.variations_form .variations .reset_variations {
  position: absolute;
}
.single-product.woocommerce div.product .cart.variations_form .single_variation {
  margin: 54px 0 0;
}
.single-product.woocommerce div.product .cart.variations_form .variations_button {
  font-size: 0;
  line-height: 1;
}
.single-product.woocommerce div.product .cart.variations_form .variations_button .quantity-wrapper:not(:last-child) {
  margin-right: 20px;
}
.single-product.woocommerce div.product .cart.grouped_form:not(:first-child) {
  margin-top: 22px;
  padding-top: 28px;
}
.single-product.woocommerce div.product .cart .button,
.single-product.woocommerce div.product .cart .added_to_cart {
  margin: 0 !important;
  float: none !important;
}
.single-product.woocommerce div.product .cart .button.added,
.single-product.woocommerce div.product .cart .added_to_cart.added {
  display: none;
}
.single-product.woocommerce div.product .cart .button:not(:disabled):not(.disabled):hover:before,
.single-product.woocommerce div.product .cart .added_to_cart:not(:disabled):not(.disabled):hover:before {
  animation: none;
}
.single-product.woocommerce div.product .cart .button.loading {
  opacity: .4;
  cursor: default;
}
.single-product.woocommerce div.product .cart .button.loading:after {
  animation: none;
  position: static;
  top: initial;
  left: initial;
  right: initial;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs:not(:first-child) {
  padding-top: 95px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description {
  max-width: 995px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  max-width: 995px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .panel {
  margin: 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs {
  width: 100%;
  max-width: 650px;
  position: relative;
  list-style: none;
  margin: 0 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  overflow: inherit;
  padding: 0 !important;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs:before, .single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs:after {
  content: none;
  display: none;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li:before, .single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li:after {
  content: none;
  display: none;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: var(--biuro-body-font-size);
  line-height: var(--biuro-body-line-height);
  font-weight: 600 !important;
  text-align: center;
  padding: 0 0 10px !important;
  letter-spacing: -.03em;
  border-bottom: solid 2px transparent;
  color: var(--biuro-dark-text-color);
  white-space: nowrap;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li a:hover {
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li.active {
  background: none;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs li.active a {
  color: var(--biuro-accent-color);
  border-color: var(--biuro-accent-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab {
  max-width: 650px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab ul:not([class*="elementor-editor"]) li {
  padding: 0 0 0 1.625em;
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab ul:not([class*="elementor-editor"]) li:before {
  content: '';
  width: .3125em;
  height: .3125em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--biuro-accent-color);
  opacity: 1;
  font-size: inherit;
  top: .875em;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab ul:not([class*="elementor-editor"]) li + li,
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab ul:not([class*="elementor-editor"]) li + ul,
.single-product.woocommerce .content-wrapper .woocommerce-tabs .wc-tab ul:not([class*="elementor-editor"]) li + ol {
  margin: .5em 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes {
  border: none;
  border-spacing: 0;
  width: auto;
  color: var(--biuro-dark-text-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:not(:first-child) {
  margin-top: 28px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:last-child {
  margin-bottom: 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr td,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr th {
  border: none;
  padding: 12px 0;
  font-style: normal;
  font-weight: 400;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr th {
  width: 130px;
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr th:after {
  content: ':';
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr td {
  padding: 0 7px 0 20px;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:nth-child(even) td,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:nth-child(even) th {
  background: none;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:not(:first-child) td,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:not(:first-child) th {
  border-top: solid 1px var(--biuro-border-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes p {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product.woocommerce .related,
.single-product.woocommerce .upsells {
  margin: 90px 0 0;
  width: 100%;
}
.single-product.woocommerce .related h2,
.single-product.woocommerce .upsells h2 {
  margin-top: 0;
}
.single-product.woocommerce .related h2:not(:last-child),
.single-product.woocommerce .upsells h2:not(:last-child) {
  margin-bottom: .9375em;
}

.woocommerce div.product form.cart .group_table {
  width: 100%;
  margin: 0;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table .quantity-wrapper {
  margin: 0;
  float: none;
  display: block;
}
.woocommerce div.product form.cart .group_table label {
  margin: 0;
  float: none;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7em;
}
.woocommerce div.product form.cart .group_table label a {
  text-decoration: none;
  color: var(--biuro-dark-text-color);
}
.woocommerce div.product form.cart .group_table label a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce div.product form.cart .group_table .price_wrapper {
  display: block;
  text-align: right;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--biuro-accent-color);
  white-space: nowrap;
}
.woocommerce div.product form.cart .group_table .price_wrapper del {
  opacity: 1;
  display: inline-block;
  color: var(--biuro-light-text-color);
}
.woocommerce div.product form.cart .group_table .price_wrapper ins {
  text-decoration: none;
  font-weight: inherit;
  color: var(--biuro-accent-color);
}
.woocommerce div.product p.stock {
  margin: 0;
  font-size: 1em;
}
.woocommerce div.product p.stock:not(:first-child) {
  margin: 9px 0 0;
}

@media only screen and (max-width: 1020px) {
  .woocommerce div.product form.cart .group_table {
    width: 100%;
    margin-bottom: -20px !important;
  }
  .woocommerce div.product form.cart .group_table tr {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px var(--biuro-border-color);
  }
  .woocommerce div.product form.cart .group_table td {
    display: block;
    margin: 0;
    padding: 0 0 10px;
  }
  .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div.product form.cart .group_table .price_wrapper {
    text-align: left;
  }
}
@media only screen and (min-width: 841px) {
  .single-product.woocommerce div.product .related,
  .single-product.woocommerce div.product .upsells {
    margin: 120px 0 0;
  }
  .single-product.woocommerce .content-wrapper div.product {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  .single-product.woocommerce .content-wrapper div.product div.images {
    width: 48.5075%;
    max-width: 650px;
    margin: 0;
  }
  .single-product.woocommerce .content-wrapper div.product div.summary {
    width: 42.91%;
    margin: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .single-product.woocommerce .content-wrapper .woocommerce-tabs {
    width: 100%;
  }
  .single-product.woocommerce .content-wrapper .woocommerce-tabs ul.tabs {
    gap: 42px;
  }
}
@media only screen and (min-width: 1021px) {
  .single-product.woocommerce div.product form.cart {
    gap: 20px 92px;
  }
  .single-product.woocommerce div.product form.cart .group_table td {
    padding: 10px 20px;
  }
  .single-product.woocommerce div.product form.cart .group_table td:first-child {
    padding-left: 0;
    padding-right: 20px;
  }
  .single-product.woocommerce div.product form.cart .group_table td:last-child {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1380px) {
  .single-product.woocommerce div.product .related,
  .single-product.woocommerce div.product .upsells {
    margin: 150px 0 0;
  }
  .single-product.woocommerce div.product .cart.variations_form .variations_button .quantity-wrapper:not(:last-child) {
    margin-right: 92px;
  }
}
/********** WooCommerce Active Filters Widget **********/
.woocommerce .widget_layered_nav_filters ul,
.woocommerce.widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.woocommerce .widget_layered_nav_filters ul .chosen,
.woocommerce.widget_layered_nav_filters ul .chosen,
.woocommerce-page .widget_layered_nav_filters ul .chosen {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.woocommerce .widget_layered_nav_filters ul .chosen:before,
.woocommerce.widget_layered_nav_filters ul .chosen:before,
.woocommerce-page .widget_layered_nav_filters ul .chosen:before {
  content: none;
  display: none;
}
.woocommerce .widget_layered_nav_filters ul .chosen a,
.woocommerce.widget_layered_nav_filters ul .chosen a,
.woocommerce-page .widget_layered_nav_filters ul .chosen a {
  font-size: 14px !important;
  line-height: 1.2857em;
  font-weight: 400;
  padding: .3571em .4286em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--biuro-background-alter-color);
  color: var(--biuro-dark-text-color);
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
}
.woocommerce .widget_layered_nav_filters ul .chosen a:hover,
.woocommerce.widget_layered_nav_filters ul .chosen a:hover,
.woocommerce-page .widget_layered_nav_filters ul .chosen a:hover {
  background-color: var(--biuro-background-alter-color);
  color: var(--biuro-accent-color);
}

.wp-block-woocommerce-active-filters .wc-block-active-filters__title {
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list li {
  padding: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list li:before {
  content: none;
  display: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item:before {
  content: none;
  display: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item .wc-block-active-filters__list-item-type {
  letter-spacing: normal;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
  font-size: 16px;
  margin: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name button.wc-block-active-filters__list-item-remove {
  border: none;
  padding: 0;
  min-width: 0;
  background: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name button.wc-block-active-filters__list-item-remove:hover {
  padding: 0;
  background: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name button.wc-block-active-filters__list-item-remove svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips {
  gap: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item:before {
  content: none;
  display: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item .wc-block-components-chip {
  position: relative;
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
  border: none;
  font-size: 14px !important;
  line-height: 1.2857em;
  font-weight: 400;
  padding: .3571em .4286em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--biuro-background-alter-color);
  color: var(--biuro-dark-text-color);
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item .wc-block-components-chip:hover {
  background-color: var(--biuro-background-alter-color);
  color: var(--biuro-accent-color);
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item .wc-block-components-chip__text {
  padding: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item button.wc-block-components-chip__remove {
  cursor: pointer;
  padding: 0;
  min-width: 0;
  display: block;
  vertical-align: middle;
  margin: 0;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item button.wc-block-components-chip__remove:before, .wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item button.wc-block-components-chip__remove:after,
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item button.wc-block-components-chip__remove svg {
  content: none;
  display: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__list.wc-block-active-filters__list--chips .wc-block-active-filters__list-item button.wc-block-components-chip__remove:hover {
  padding: 0;
  background: none;
}

.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__items {
  gap: 10px;
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857em;
  padding: .0714em .3571em .0714em 1em;
  border: solid .0714em transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: inherit;
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove-icon {
  width: 1.7857em;
  height: 1.7857em;
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips:not(.has-chip-text-color) .wc-block-product-filter-removable-chips__item {
  color: var(--biuro-dark-text-color);
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips:not(.has-chip-text-color) .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove {
  color: var(--biuro-dark-text-color);
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips:not(.has-chip-text-color) .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove:hover {
  color: var(--biuro-accent-color);
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips:not(.has-chip-background-color) .wc-block-product-filter-removable-chips__item {
  background-color: var(--biuro-background-alter-color);
}
.wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips:not(.has-chip-border-color) .wc-block-product-filter-removable-chips__item {
  border-color: transparent;
}

/********** WooCommerce Cart Widget **********/
.woocommerce .widget_shopping_cart .cart_list,
.woocommerce-page .widget_shopping_cart .cart_list,
.woocommerce.widget_shopping_cart .cart_list {
  padding: 8px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  line-height: 1.6667em;
}
.woocommerce .widget_shopping_cart .cart_list li:not(:first-child),
.woocommerce-page .widget_shopping_cart .cart_list li:not(:first-child),
.woocommerce.widget_shopping_cart .cart_list li:not(:first-child) {
  margin: 30px 0 0;
  padding: 31px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li:not(:first-child):before,
.woocommerce-page .widget_shopping_cart .cart_list li:not(:first-child):before,
.woocommerce.widget_shopping_cart .cart_list li:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--biuro-border-color);
  height: 1px;
  opacity: .4;
}
.woocommerce .widget_shopping_cart .cart_list li a,
.woocommerce-page .widget_shopping_cart .cart_list li a,
.woocommerce.widget_shopping_cart .cart_list li a {
  font-weight: inherit;
  display: inline;
  color: var(--biuro-default-text-color);
}
.woocommerce .widget_shopping_cart .cart_list li a:hover,
.woocommerce-page .widget_shopping_cart .cart_list li a:hover,
.woocommerce.widget_shopping_cart .cart_list li a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce .widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper,
.woocommerce-page .widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper,
.woocommerce.widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin: 0 20px 0 0;
  position: static;
}
.woocommerce .widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper img,
.woocommerce-page .widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper img,
.woocommerce.widget_shopping_cart .cart_list li .thumbnail-woocommerce_wrapper img {
  display: block;
  position: relative;
  margin: 0;
  float: none;
  width: 85px;
  height: auto;
  border: none;
  border-radius: var(--biuro-radius-small, 0px);
}
.woocommerce .widget_shopping_cart .cart_list li .content-woocommerce-wrapper,
.woocommerce-page .widget_shopping_cart .cart_list li .content-woocommerce-wrapper,
.woocommerce.widget_shopping_cart .cart_list li .content-woocommerce-wrapper {
  display: block;
  width: 100%;
  line-height: 1.6667em;
}
.woocommerce .widget_shopping_cart .cart_list li .content-woocommerce-wrapper h6,
.woocommerce .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__title,
.woocommerce-page .widget_shopping_cart .cart_list li .content-woocommerce-wrapper h6,
.woocommerce-page .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__title,
.woocommerce.widget_shopping_cart .cart_list li .content-woocommerce-wrapper h6,
.woocommerce.widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__title {
  font-family: inherit;
  margin: 0;
  line-height: 1.6667em;
  font-weight: 600;
  display: block;
}
.woocommerce .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__price,
.woocommerce-page .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__price,
.woocommerce.widget_shopping_cart .cart_list li .content-woocommerce-wrapper .woocommerce-mini-cart-item__price {
  display: block;
  margin: 10px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .quantity,
.woocommerce-page .widget_shopping_cart .cart_list li .content-woocommerce-wrapper .quantity,
.woocommerce.widget_shopping_cart .cart_list li .content-woocommerce-wrapper .quantity {
  display: block;
  line-height: 1.3889em;
  font-weight: 600;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove_from_cart_button,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove_from_cart_button,
.woocommerce.widget_shopping_cart .cart_list li a.remove_from_cart_button {
  position: static;
  margin: 0 0 0 20px;
  background: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font: normal 14px/1em 'fontello';
  width: 14px;
  height: 14px;
  color: #EF644C;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove_from_cart_button:before,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove_from_cart_button:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove_from_cart_button:before {
  content: '\e83a';
}
.woocommerce .widget_shopping_cart p.total,
.woocommerce-page .widget_shopping_cart p.total,
.woocommerce.widget_shopping_cart p.total {
  margin: 30px 0 0 !important;
  padding: 21px 0 0;
  border: none;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.woocommerce .widget_shopping_cart p.total:before,
.woocommerce-page .widget_shopping_cart p.total:before,
.woocommerce.widget_shopping_cart p.total:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--biuro-border-color);
  height: 1px;
  opacity: .4;
}
.woocommerce .widget_shopping_cart p.total strong,
.woocommerce-page .widget_shopping_cart p.total strong,
.woocommerce.widget_shopping_cart p.total strong {
  font-weight: inherit;
}
.woocommerce .widget_shopping_cart p.total .amount,
.woocommerce-page .widget_shopping_cart p.total .amount,
.woocommerce.widget_shopping_cart p.total .amount {
  font-weight: 600;
  font-size: 18px;
}
.woocommerce .widget_shopping_cart p.woocommerce-mini-cart-buttons,
.woocommerce-page .widget_shopping_cart p.woocommerce-mini-cart-buttons,
.woocommerce.widget_shopping_cart p.woocommerce-mini-cart-buttons {
  position: relative;
  z-index: 2;
  padding: 20px 0 0;
  margin: 0 -5px !important;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.woocommerce .widget_shopping_cart p.woocommerce-mini-cart-buttons:before, .woocommerce .widget_shopping_cart p.woocommerce-mini-cart-buttons:after,
.woocommerce-page .widget_shopping_cart p.woocommerce-mini-cart-buttons:before,
.woocommerce-page .widget_shopping_cart p.woocommerce-mini-cart-buttons:after,
.woocommerce.widget_shopping_cart p.woocommerce-mini-cart-buttons:before,
.woocommerce.widget_shopping_cart p.woocommerce-mini-cart-buttons:after {
  content: none;
  display: none;
}
.woocommerce .widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button,
.woocommerce-page .widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button,
.woocommerce.widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button {
  margin: 20px 5px 0;
  padding: 14px 60px 14px 14px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce .widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button:hover,
.woocommerce-page .widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button:hover,
.woocommerce.widget_shopping_cart p.woocommerce-mini-cart-buttons a.biuro-alter-button:hover {
  padding: 14px 14px 14px 60px;
}

/********** WooCommerce Filters Widget **********/
.wp-block-woocommerce-product-filters:not(:first-child) {
  margin-top: 60px;
}
.wp-block-woocommerce-product-filters .wc-block-product-filters__overlay-content > .wp-block-heading:first-child {
  margin-bottom: -40px;
}
.wp-block-woocommerce-product-filters .wc-block-product-filters__overlay-content > [class^="wp-block"] {
  margin: 0;
}
.wp-block-woocommerce-product-filters .wc-block-product-filters__overlay-content .wp-block-button.is-style-theme .wp-block-button__link {
  min-height: initial;
}

.wc-block-product-filters {
  --wc-product-filter-block-spacing: 60px;
}

.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__label {
  gap: 1em;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper:before {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input {
  margin: 0 !important;
  display: block !important;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked {
  border-color: var(--wc-product-filter-checkbox-list-option-element-selected);
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked:before {
  content: '\e832';
  position: absolute;
  width: 19px;
  height: 18px;
  font: 400 normal 8px/18px 'fontello';
  text-align: center;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  color: var(--wc-product-filter-checkbox-list-option-element-selected);
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input + .wc-block-product-filter-checkbox-list__mark {
  display: none;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__input-wrapper svg {
  display: none;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__text-wrapper {
  font-size: 1em;
  font-weight: 400;
}
.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__text-wrapper svg {
  height: 17px;
  width: auto;
}
.wc-block-product-filter-checkbox-list:not(.has-option-element-color) {
  --wc-product-filter-checkbox-list-option-element: var(--biuro-background-color);
}
.wc-block-product-filter-checkbox-list:not(.has-option-element-border-color) {
  --wc-product-filter-checkbox-list-option-element-border: var(--biuro-border-color);
}
.wc-block-product-filter-checkbox-list:not(.has-option-element-selected-color) {
  --wc-product-filter-checkbox-list-option-element-selected: var(--biuro-accent-color);
}
.wc-block-product-filter-checkbox-list:not(.has-label-element-color) {
  --wc-product-filter-checkbox-list-label-element: var(--biuro-dark-text-color);
}

.wc-block-product-filters,
.wc-block-product-filters.is-overlay-opened {
  display: flex;
}

.wc-block-product-filters .wc-block-product-filters__open-overlay,
.wc-block-product-filters .wc-block-product-filters__overlay-footer,
.wc-block-product-filters .wc-block-product-filters__overlay-header,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__open-overlay,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-footer,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-header {
  display: none;
}

.wc-block-product-filters .wc-block-product-filters__overlay,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay {
  background: inherit;
  color: inherit;
  inset: 0;
  pointer-events: auto;
  position: relative;
  transition: none;
}

.wc-block-product-filters .wc-block-product-filters__overlay-wrapper,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-wrapper {
  background: inherit;
  color: inherit;
  height: auto;
  width: auto;
}

.wc-block-product-filters .wc-block-product-filters__overlay-dialog,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog {
  background: inherit;
  color: inherit;
  position: relative;
  transform: none;
}

.wc-block-product-filters .wc-block-product-filters__overlay-content,
.wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-content {
  background: inherit;
  color: inherit;
  flex-grow: 1;
  overflow: visible;
  padding: 0;
}

/********** WooCommerce Product Filter by Attributes **********/
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
  padding: 0;
  line-height: 1.6667em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:not(:first-child),
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:not(:first-child),
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:not(:first-child) {
  margin: 10px 0 0;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:before, .woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:after,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:before,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:after,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:before,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:after {
  content: none;
  display: none;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  font-size: inherit;
  line-height: 1.6667em;
  font-weight: 600;
  color: var(--biuro-default-text-color);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before {
  content: '';
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  cursor: pointer;
  outline: none !important;
  position: absolute;
  left: 0;
  right: initial;
  top: .2778em;
  border: solid 1px var(--biuro-border-color);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:after,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:after,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  content: '\e832';
  position: absolute;
  width: 20px;
  height: 20px;
  font: 400 normal 9px/20px 'fontello';
  text-align: center;
  display: block;
  z-index: 2;
  left: 0;
  right: initial;
  top: .5555em;
  color: var(--biuro-dark-text-color);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:before,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:before,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:before {
  content: '';
  border-color: var(--biuro-border-hover-color);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:after,
.woocommerce.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:after,
.woocommerce-page .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
}

/********** WooCommerce Filter by Price Widget **********/
.woocommerce .widget_price_filter form,
.woocommerce.widget_price_filter form,
.woocommerce-page .widget_price_filter form {
  padding-top: 43px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider {
  margin: 0 9px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider:before, .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider:after,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider:before,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider:after,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider:before,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  top: 0;
  background-color: var(--biuro-border-color);
  border: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider:before,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider:before,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider:before {
  left: -6px;
  right: initial;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider:after,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider:after,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider:after {
  right: -6px;
  left: initial;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 13px;
  height: 13px;
  top: -5px;
  border: none;
  background-color: var(--biuro-accent-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 6px;
  background-color: var(--biuro-background-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-range,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-slider-range {
  background-color: var(--biuro-border-hover-color);
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce.widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  margin: 36px 0 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce.widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  order: 1;
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.woocommerce .widget_price_filter .price_slider_amount input,
.woocommerce.widget_price_filter .price_slider_amount input,
.woocommerce-page .widget_price_filter .price_slider_amount input {
  position: absolute;
}
.woocommerce .widget_price_filter .price_slider_amount .clear,
.woocommerce.widget_price_filter .price_slider_amount .clear,
.woocommerce-page .widget_price_filter .price_slider_amount .clear {
  display: none;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__range-text {
  order: 1;
  font-size: 16px;
  line-height: 1.875em;
  display: block;
  margin: 0 0 16px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__range-text .wc-block-components-formatted-money-amount {
  font-size: 1em;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__range-text .wc-block-formatted-money-amount + .wc-block-formatted-money-amount:before {
  content: ' -- ';
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
  order: 2;
  margin: 32px 0 37px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-components-price-slider__actions {
  order: 3;
  margin: 33px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-components-price-slider__actions button {
  white-space: nowrap;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
  font-weight: 600;
  text-decoration: underline;
  color: var(--biuro-default-text-color);
  padding: 0;
  font-size: 14px;
  line-height: 1.4286em;
  border: none;
  background: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button:hover {
  text-decoration: none;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper {
  height: 1px;
  margin: 32px 0 37px;
  width: 100%;
  z-index: 1;
  background-color: var(--biuro-border-color);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper:before {
  content: none;
  display: none;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-progress {
  height: 1px;
  --range-color: var(--biuro-accent-color);
  background-color: transparent;
}
.wp-block-woocommerce-price-filter input[type="range"].wc-block-price-filter__range-input {
  margin: 0;
  z-index: 2;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline),
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .wc-block-product-filter-price-slider__range,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .wc-block-product-filter-price-slider__range {
  margin: 32px 0 37px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .wc-block-product-filter-price-slider__right:before,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .wc-block-product-filter-price-slider__right:before {
  content: '--';
  padding: 0 0 0 .3125em;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .text input[type=text],
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content:not(.wc-block-product-filter-price-slider__content--inline) .text input[type=text] {
  field-sizing: content;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content.wc-block-product-filter-price-slider__content--inline .wc-block-product-filter-price-slider__right input[type=text],
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content.wc-block-product-filter-price-slider__content--inline .wc-block-product-filter-price-slider__right input[type=text] {
  text-align: right;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content .text,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content .text {
  color: var(--biuro-dark-text-color);
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content .text input[type=text],
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content .text input[type=text] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 30px;
  padding: 0;
  width: auto;
  white-space: nowrap;
  outline: none !important;
  font-family: inherit;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  background: none;
  color: var(--biuro-dark-text-color);
  margin: 0;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__content .range-label,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__content .range-label {
  font-weight: 400;
  color: var(--biuro-dark-text-color);
  margin: 0 .3125em 0 0;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range {
  width: 100%;
  height: 1px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range .range-bar,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range .range-bar {
  height: 1px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"],
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"] {
  margin: 0 !important;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px !important;
  margin: -5px 0 0 0 !important;
  width: 13px;
  height: 13px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-webkit-slider-thumb, .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb:hover,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-webkit-slider-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb:hover {
  border-color: var(--wc-product-filter-price-slider-handle-border, var(--biuro-accent-color));
  background-color: var(--wc-product-filter-price-slider-handle, var(--biuro-accent-color));
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px !important;
  margin: -5px 0 0 0 !important;
  width: 13px;
  height: 13px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-moz-range-thumb, .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb:hover,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-moz-range-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb:hover {
  border-color: var(--wc-product-filter-price-slider-handle-border, var(--biuro-accent-color));
  background-color: var(--wc-product-filter-price-slider-handle, var(--biuro-accent-color));
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px !important;
  margin: -5px 0 0 0 !important;
  width: 13px;
  height: 13px;
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-ms-thumb, .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb:hover,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-ms-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb:hover {
  border-color: var(--wc-product-filter-price-slider-handle-border, var(--biuro-accent-color));
  background-color: var(--wc-product-filter-price-slider-handle, var(--biuro-accent-color));
}
.wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-ms-thumb,
.wp-block-woocommerce-product-filter-price-slider .wc-block-product-filter-price-slider__range input[type="range"]:focus::-ms-thumb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px !important;
  margin: -5px 0 0 0 !important;
  width: 13px;
  height: 13px;
}
.wc-block-product-filter-price-slider:not(.has-slider-handle-color) .wc-block-product-filter-price-slider__range,
.wp-block-woocommerce-product-filter-price-slider:not(.has-slider-handle-color) .wc-block-product-filter-price-slider__range {
  --wc-product-filter-price-slider-handle: var(--biuro-accent-color);
}
.wc-block-product-filter-price-slider:not(.has-slider-handle-border-color) .wc-block-product-filter-price-slider__range,
.wp-block-woocommerce-product-filter-price-slider:not(.has-slider-handle-border-color) .wc-block-product-filter-price-slider__range {
  --wc-product-filter-price-slider-handle-border: var(--wc-product-filter-price-slider-handle);
}
.wc-block-product-filter-price-slider:not(.has-slider-color) .wc-block-product-filter-price-slider__range,
.wp-block-woocommerce-product-filter-price-slider:not(.has-slider-color) .wc-block-product-filter-price-slider__range {
  --range-color: var(--biuro-border-hover-color);
}
.wc-block-product-filter-price-slider:not(.has-slider-color) .wc-block-product-filter-price-slider__range:before,
.wp-block-woocommerce-product-filter-price-slider:not(.has-slider-color) .wc-block-product-filter-price-slider__range:before {
  opacity: 1;
  background-color: var(--biuro-border-color);
}

/********** WooCommerce Filter by Rating Widget **********/
.woocommerce .widget_rating_filter ul,
.woocommerce-page .widget_rating_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .widget_rating_filter ul li,
.woocommerce-page .widget_rating_filter ul li {
  padding: 0;
}
.woocommerce .widget_rating_filter ul li:not(:first-child),
.woocommerce-page .widget_rating_filter ul li:not(:first-child) {
  margin: 5px 0 0;
}
.woocommerce .widget_rating_filter ul li:before,
.woocommerce-page .widget_rating_filter ul li:before {
  content: none;
  display: none;
}
.woocommerce .widget_rating_filter ul li a,
.woocommerce-page .widget_rating_filter ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 0 0 40px;
  color: var(--biuro-default-text-color);
}
.woocommerce .widget_rating_filter ul li a:before,
.woocommerce-page .widget_rating_filter ul li a:before {
  content: '';
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  cursor: pointer;
  outline: none !important;
  position: absolute;
  left: 0;
  right: initial;
  top: .4444em;
  border: solid 1px var(--biuro-border-color);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.woocommerce .widget_rating_filter ul li a:after,
.woocommerce-page .widget_rating_filter ul li a:after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  content: '\e832';
  position: absolute;
  width: 20px;
  height: 20px;
  font: 400 normal 9px/20px 'fontello';
  text-align: center;
  display: block;
  z-index: 2;
  left: 0;
  right: initial;
  top: .8889em;
  color: var(--biuro-dark-text-color);
}
.woocommerce .widget_rating_filter ul li a .star-rating,
.woocommerce-page .widget_rating_filter ul li a .star-rating {
  order: initial;
  margin: 9px 6px 0 0;
}
.woocommerce .widget_rating_filter ul li.chosen a:before,
.woocommerce-page .widget_rating_filter ul li.chosen a:before {
  content: '';
  border-color: var(--biuro-border-hover-color);
}
.woocommerce .widget_rating_filter ul li.chosen a:after,
.woocommerce-page .widget_rating_filter ul li.chosen a:after {
  opacity: 1;
}

.wp-block-woocommerce-product-filter-rating .wc-block-product-filter-checkbox-list:not(.has-label-element-color) {
  --wc-product-filter-checkbox-list-label-element: #FFA16A;
}

/********** WooCommerce Product Categories Widget **********/
body:not(.block-editor-page) .widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit;
}
body:not(.block-editor-page) .widget_product_categories ul li {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
body:not(.block-editor-page) .widget_product_categories ul li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_product_categories ul li:before {
  content: none;
  display: none;
}
body:not(.block-editor-page) .widget_product_categories ul li.cat-item-hierarchical, body:not(.block-editor-page) .widget_product_categories ul li:has(ul) {
  margin-right: 20px;
  margin-left: 0;
  display: block;
}
body:not(.block-editor-page) .widget_product_categories ul li a {
  text-decoration: none;
  position: relative;
  display: inline;
  font-weight: 400;
  padding: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  color: var(--biuro-default-text-color);
  background: no-repeat 0 86%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 0.033em;
}
body:not(.block-editor-page) .widget_product_categories ul li a:hover {
  background-size: 100% 0.033em;
  color: var(--biuro-accent-color);
}
body:not(.block-editor-page) .widget_product_categories ul li > ul {
  margin: 0 -20px 0 20px;
  padding: 5px 20px 0 0;
  list-style: none;
  position: relative;
  width: calc(100% + 20px);
}
body:not(.block-editor-page) .widget_product_categories ul li > ul li:not(:first-child) {
  margin: 0;
}
body:not(.block-editor-page) .widget_product_categories ul li .widget-archive-trigger,
body:not(.block-editor-page) .widget_product_categories ul li .block-archive-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20px;
  left: auto;
  text-align: right;
  cursor: pointer;
  width: 20px;
  height: 1.875em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.block-editor-page) .widget_product_categories ul li .widget-archive-trigger:before,
body:not(.block-editor-page) .widget_product_categories ul li .block-archive-trigger:before {
  content: '\e806';
  font: 400 normal 14px/1em 'fontello';
  position: absolute;
  display: block;
  height: 14px;
  top: 50%;
  right: 0;
  left: initial;
  margin: -7px 0 0;
}
body:not(.block-editor-page) .widget_product_categories ul li .widget-archive-trigger.active,
body:not(.block-editor-page) .widget_product_categories ul li .block-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -ms-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body:not(.block-editor-page) .widget_product_categories ul li > ul {
  margin: 0 -20px 0 20px;
  padding: 5px 20px 0 0;
  list-style: none;
  position: relative;
}
body:not(.block-editor-page) .widget_product_categories ul li > ul li {
  font-size: 16px;
  line-height: 1.875em;
}
body:not(.block-editor-page) .widget_product_categories ul li > ul li:not(:first-child) {
  margin: 0;
}
body:not(.block-editor-page) .widget_product_categories ul li > ul li a:before {
  width: .375em;
  height: .375em;
  top: .875em;
}

.edit-widgets-block-editor .wp-block-woocommerce-product-categories,
.wp-block-woocommerce-product-categories {
  margin: 0 !important;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul,
.wp-block-woocommerce-product-categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li,
.wp-block-woocommerce-product-categories > ul li {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: .625em;
  width: 100%;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li:not(:first-child),
.wp-block-woocommerce-product-categories > ul li:not(:first-child) {
  margin: .625em 0 0;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li:before,
.wp-block-woocommerce-product-categories > ul li:before {
  content: none;
  display: none;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li.cat-item-hierarchical, .edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li:has(ul),
.wp-block-woocommerce-product-categories > ul li.cat-item-hierarchical,
.wp-block-woocommerce-product-categories > ul li:has(ul) {
  display: block;
  width: calc(100% - 1.25em);
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li a,
.wp-block-woocommerce-product-categories > ul li a {
  text-decoration: none;
  position: relative;
  display: inline;
  font-weight: 400;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li a .wc-block-product-categories-list-item__name,
.wp-block-woocommerce-product-categories > ul li a .wc-block-product-categories-list-item__name {
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  background: no-repeat 0 86%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 0.033em;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li a:hover .wc-block-product-categories-list-item__name,
.wp-block-woocommerce-product-categories > ul li a:hover .wc-block-product-categories-list-item__name {
  background-size: 100% 0.033em;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li > ul,
.wp-block-woocommerce-product-categories > ul li > ul {
  margin: 0 -1.25em 0 1.25em;
  padding: .3125em 1.25em 0 0;
  list-style: none;
  position: relative;
  width: calc(100% + 1.25em);
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li > ul li:not(:first-child),
.wp-block-woocommerce-product-categories > ul li > ul li:not(:first-child) {
  margin: 0;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .widget-archive-trigger,
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .block-archive-trigger,
.wp-block-woocommerce-product-categories > ul li .widget-archive-trigger,
.wp-block-woocommerce-product-categories > ul li .block-archive-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1.25em;
  left: auto;
  text-align: right;
  cursor: pointer;
  width: 1.25em;
  height: 1.875em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .widget-archive-trigger:before,
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .block-archive-trigger:before,
.wp-block-woocommerce-product-categories > ul li .widget-archive-trigger:before,
.wp-block-woocommerce-product-categories > ul li .block-archive-trigger:before {
  content: '\e806';
  font: 400 normal .75em/1em 'fontello';
  position: absolute;
  display: block;
  height: 1em;
  top: 50%;
  right: 0;
  left: initial;
  margin: -.5em 0 0;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .widget-archive-trigger.active,
.edit-widgets-block-editor .wp-block-woocommerce-product-categories > ul li .block-archive-trigger.active,
.wp-block-woocommerce-product-categories > ul li .widget-archive-trigger.active,
.wp-block-woocommerce-product-categories > ul li .block-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -ms-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories:not(.has-text-color):not(.has-link-color) li a,
.wp-block-woocommerce-product-categories:not(.has-text-color):not(.has-link-color) li a {
  color: var(--biuro-dark-text-color);
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories:not(.has-text-color):not(.has-link-color) li a:hover,
.wp-block-woocommerce-product-categories:not(.has-text-color):not(.has-link-color) li a:hover {
  color: var(--biuro-accent-color);
}
.edit-widgets-block-editor .wp-block-woocommerce-product-categories:not(.has-font-size),
.wp-block-woocommerce-product-categories:not(.has-font-size) {
  font-size: var(--biuro-body-font-size);
}

body.block-editor-page .edit-widgets-block-editor .wp-block-woocommerce-product-categories li a {
  background: none;
}
body.block-editor-page .edit-widgets-block-editor .wp-block-woocommerce-product-categories li a:hover {
  text-decoration: underline;
  background: none;
}

/********** WooCommerce Product Search Widget **********/
.widget_product_search .search-form {
  padding: 0;
}
.widget_product_search .search-form .search-form-field {
  padding: 11px 44px 10px 20px;
}
.widget_product_search .search-form .search-form-icon {
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: none;
  outline: none;
  padding: 0;
  min-width: 0;
  background: none;
  right: 14px;
  left: initial;
  top: 17px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1em;
  color: var(--biuro-dark-text-color);
}
.widget_product_search .search-form .search-form-icon:hover {
  color: var(--biuro-accent-color);
}

/********** WooCommerce Product Tag Cloud Widget **********/
.woocommerce .widget_product_tag_cloud .tagcloud,
.woocommerce.widget_product_tag_cloud .tagcloud,
.woocommerce-page .widget_product_tag_cloud .tagcloud {
  margin: -10px -5px 0 !important;
  font-size: 0;
  line-height: 1;
}
.woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2857em;
  padding: .3571em .4286em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--biuro-background-alter-color);
  color: var(--biuro-dark-text-color);
  border-radius: calc(var(--biuro-radius-small, 0px) / 2);
}
.woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link:before, .woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link:after,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:before,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:after,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link:before,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link:after {
  content: '/';
}
.woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link:before,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:before,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link:before {
  padding: 0 .2857em 0 0;
}
.woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link:after,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:after,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link:after {
  padding: 0 0 0 .2857em;
}
.woocommerce .widget_product_tag_cloud .tagcloud .tag-cloud-link:hover,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:hover,
.woocommerce-page .widget_product_tag_cloud .tagcloud .tag-cloud-link:hover {
  color: var(--biuro-accent-color);
}

/********** WooCommerce Products Widget **********/
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  padding: 0;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 0 105px;
  position: relative;
  min-height: calc(85px + .25em);
}
.woocommerce ul.product_list_widget li:not(:first-child),
.woocommerce-page ul.product_list_widget li:not(:first-child) {
  margin: 10px 0 0;
}
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before {
  content: none;
  display: none;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  width: 85px;
  height: auto;
  float: none;
  position: absolute;
  left: 0;
  right: initial;
  top: .25em;
  margin: 0;
  border: none;
  border-radius: var(--biuro-radius-medium, 0px);
}
.woocommerce ul.product_list_widget li > a,
.woocommerce-page ul.product_list_widget li > a {
  font-weight: inherit;
  color: var(--biuro-dark-text-color);
  text-decoration: none;
}
.woocommerce ul.product_list_widget li > a:hover,
.woocommerce-page ul.product_list_widget li > a:hover {
  color: var(--biuro-accent-color);
}
.woocommerce ul.product_list_widget li .product-title,
.woocommerce-page ul.product_list_widget li .product-title {
  font-weight: 400;
  margin: 0;
  display: block;
}
.woocommerce ul.product_list_widget li .price_wrapper,
.woocommerce-page ul.product_list_widget li .price_wrapper {
  font-size: .875em;
  font-weight: 400;
  margin: .5em 0 0;
  color: var(--biuro-accent-color);
}
.woocommerce ul.product_list_widget li .price_wrapper del,
.woocommerce-page ul.product_list_widget li .price_wrapper del {
  opacity: 1;
  margin: 0 4px 0 0;
  display: inline-block;
  color: var(--biuro-light-text-color);
}
.woocommerce ul.product_list_widget li .price_wrapper ins,
.woocommerce-page ul.product_list_widget li .price_wrapper ins {
  text-decoration: none;
  font-weight: inherit;
  color: var(--biuro-accent-color);
}
.woocommerce ul.product_list_widget li .product-rating-wrapper:not(:first-child),
.woocommerce ul.product_list_widget li .star-rating:not(:first-child),
.woocommerce-page ul.product_list_widget li .product-rating-wrapper:not(:first-child),
.woocommerce-page ul.product_list_widget li .star-rating:not(:first-child) {
  margin: 8px 0 0;
}
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  font-size: 11px;
}
.woocommerce ul.product_list_widget li .star-rating > span,
.woocommerce-page ul.product_list_widget li .star-rating > span {
  font-size: 11px;
}
.woocommerce ul.product_list_widget li .reviewer,
.woocommerce-page ul.product_list_widget li .reviewer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--biuro-light-text-color);
}
.woocommerce ul.product_list_widget li .reviewer:not(:first-child),
.woocommerce-page ul.product_list_widget li .reviewer:not(:first-child) {
  margin: 10px 0 0;
}

.sidebar .wc-block-grid__products,
.footer-widgets .wc-block-grid__products,
.slide-sidebar-content .wc-block-grid__products {
  padding: 8px 0 0;
  margin: 0 0 -10px !important;
  border: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product,
.footer-widgets .wc-block-grid__products .wc-block-grid__product,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 0 105px;
  position: relative;
  min-height: 85px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  text-align: left;
  margin: 0 0 10px;
  border: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product:before, .sidebar .wc-block-grid__products .wc-block-grid__product:after,
.footer-widgets .wc-block-grid__products .wc-block-grid__product:before,
.footer-widgets .wc-block-grid__products .wc-block-grid__product:after,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product:before,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product:after {
  content: none;
  display: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  margin: 0;
  line-height: 1.3333em;
  display: block;
  order: 1;
  position: static;
  color: var(--biuro-default-text-color);
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link:hover,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link:hover,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link:hover {
  color: var(--biuro-accent-color);
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  width: 85px;
  height: auto;
  float: none;
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
  margin: 0;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
  border-radius: var(--biuro-radius-small, 0px);
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.3333em;
  margin: 0;
  display: block;
  font-weight: 600;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  order: 2;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating:not(:first-child),
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating:not(:first-child),
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating:not(:first-child) {
  margin: 10px 0 0;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  font-size: 16px;
  line-height: 1.375em;
  margin: 10px 0 0;
  order: 3;
  font-weight: 600;
  color: var(--biuro-default-text-color);
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
  opacity: 1;
  margin: 0 4px 0 0;
  color: #ADADAD;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
  text-decoration: none;
  font-weight: inherit;
  color: #EF644C;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button {
  position: static;
  top: initial;
  width: auto;
  height: auto;
  left: initial;
  right: initial;
  padding: 0 !important;
  margin: 10px -10px 0 0;
  order: 4;
  font-size: 0;
  line-height: 1;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link {
  margin: 0 !important;
  max-width: 100%;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:before, .sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:after,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:before,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:after,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:before,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link:after {
  content: '\e80c';
  font-size: 1.3571em;
  width: 2.5263em;
  display: block;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:before, .sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:after,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:before,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:after,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:before,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:after {
  animation: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.added,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.added,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.added {
  display: none;
}
.sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:before, .sidebar .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:after,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:before,
.footer-widgets .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:after,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:before,
.slide-sidebar-content .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart:after {
  content: '\e80f';
  font-size: 1em;
  width: 3.4286em;
}

/********** WooCommerce Recent Product Reviews Widget **********/
.sidebar .wc-block-components-load-more,
.footer-widgets .wc-block-components-load-more,
.slide-sidebar-content .wc-block-components-load-more,
.elementor-widget-sidebar .wc-block-components-load-more {
  text-align: initial;
}
.sidebar .wc-block-components-load-more .wp-block-button__link,
.footer-widgets .wc-block-components-load-more .wp-block-button__link,
.slide-sidebar-content .wc-block-components-load-more .wp-block-button__link,
.elementor-widget-sidebar .wc-block-components-load-more .wp-block-button__link {
  min-width: 123px;
  padding: 13px 20px 12px;
}

.widget div[class*="wp-block-"] .wc-block-sort-select {
  text-align: left;
}
.widget div[class*="wp-block-"] .wc-block-sort-select .wc-block-components-sort-select__label {
  margin: 0;
}
.widget div[class*="wp-block-"] .wc-block-sort-select .wc-block-sort-select__select {
  display: inline-block;
  padding: 0 3px;
  height: 30px;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-indent: 1px;
  background: none;
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item {
  margin: 0;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item:before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  top: 10px;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item:not(:first-child):before {
  top: 32px;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__info {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__meta {
  width: 100%;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__product {
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__image {
  width: 82px;
  height: 82px;
  margin: 0 25px 0 0;
  border-width: 1px;
  border-style: solid;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: var(--biuro-radius-small, 0px);
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__text:not(:first-child) {
  margin: 12px 0 0;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__text p {
  line-height: 1.4em;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__rating {
  margin: 6px 0 10px;
  line-height: 1;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars {
  font-size: 10px;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__author {
  font-weight: 600;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__author,
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__published-date {
  display: block;
  font-size: 87.5%;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__published-date {
  font-weight: 400;
}
.widget div[class*="wp-block-"] .wc-block-review-list-item__item .wc-block-review-list-item__published-date:before {
  content: none;
  display: none;
}
.widget div[class*="wp-block-"].has-image .wc-block-review-list-item__item {
  padding: 0;
}
.widget div[class*="wp-block-"].has-image .wc-block-review-list-item__item:before {
  content: none;
  display: none;
}
.widget div[class*="wp-block-"].has-image .wc-block-review-list-item__item .wc-block-review-list-item__meta {
  margin: -6px 0 0;
}
.widget div[class*="wp-block-"][data-image-type="reviewer"] .wc-block-review-list-item__image {
  width: 48px;
  height: 48px;
  border: none;
  margin: 0 20px 0 0;
}
.widget div[class*="wp-block-"].has-content .wc-block-review-list-item__item:not(:first-child) {
  padding-top: 24px;
  margin: 20px 0 0;
  border-top-style: solid;
  border-top-width: 1px;
}

/********** WooCommerce Product Gallery **********/
.single-product.woocommerce div.product .woocommerce-product-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-control-nav {
  margin: 13px 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  width: calc(25% - 12px);
  margin: 0 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(0deg, var(--biuro-accent-color) 0%, transparent 100%);
  background: -webkit-linear-gradient(0deg, var(--biuro-accent-color) 0%, transparent 100%);
  background: linear-gradient(0deg, var(--biuro-accent-color) 0%, transparent 100%);
  border-radius: var(--biuro-radius-medium, 0px);
}
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: var(--biuro-radius-medium, 0px);
  opacity: 1;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: .5;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .attachment-woocommerce_flash {
  position: absolute;
  left: 10px;
  right: initial;
  top: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  max-width: calc(100% - 20px);
}
.single-product.woocommerce div.product .woocommerce-product-gallery .attachment-woocommerce_flash .flash-item {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 5px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: var(--biuro-radius-small, 0px);
}
.single-product.woocommerce div.product .woocommerce-product-gallery .attachment-woocommerce_flash .flash-item.sale {
  background-color: #EF644C;
  color: #ffffff;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .attachment-woocommerce_flash .flash-item.new {
  background-color: #04BF87;
  color: #ffffff;
}
.single-product.woocommerce div.product .woocommerce-product-gallery .attachment-woocommerce_flash .flash-item:not(:last-child) {
  margin-right: 20px;
  margin-left: 0;
}
.single-product.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.single-product.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  position: relative;
}
.single-product.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
  display: block;
  position: relative;
  height: 0;
  padding: 104.6154% 0 0;
  z-index: 2;
}
.single-product.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
.single-product.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: var(--biuro-radius-large, 0px);
}

/********** WooCommerce Reviews **********/
.woocommerce .woocommerce-Reviews {
  width: 100%;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li.review.depth-1 {
  padding-bottom: 38px;
  border-bottom: solid 1px var(--biuro-border-color);
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li.review {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li.review:not(:first-child) {
  margin: 38px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container {
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  float: left;
  width: 75px;
  margin: 5px 15px 0 0;
  overflow: hidden;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar .avatar {
  width: 75px;
  max-width: none;
  height: auto;
  border: none;
  padding: 0;
  position: static;
  float: none;
  border-radius: var(--biuro-radius-medium, 0px);
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar + .comment-text .comment-header {
  margin-left: 95px;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-text {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .description {
  clear: both;
  margin: 0;
  line-height: 1.6667em;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .description:not(:first-child) {
  padding-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .description p:first-child {
  margin-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .description p:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .product-rating-wrapper {
  padding: 8px 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .star-rating {
  float: none;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-info {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px 50px;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .woocommerce-review__author,
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .woocommerce-review__awaiting-approval {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
  display: block;
  width: 100%;
  color: var(--biuro-dark-text-color);
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .woocommerce-review__awaiting-approval {
  color: #EF644C;
  margin-top: -1px;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-date {
  font-weight: 300;
  line-height: var(--biuro-body-line-height);
  color: var(--biuro-light-text-color);
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce #reviews #comment {
  height: 110px;
}
.woocommerce #review_form_wrapper:not(:first-child) {
  margin: 70px 0 0;
}
.woocommerce #review_form #respond .comment-reply-title {
  margin: 0 0 0.4667em;
  display: block;
}
.woocommerce #review_form #respond p {
  margin: 0 0 15px;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
  margin: 26px 0 0;
  clear: both;
}
.woocommerce #review_form #respond .comment-form-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
}
.woocommerce #review_form #respond .comment-form-rating:not(:last-child) {
  margin-bottom: 14px;
}
.woocommerce #review_form #respond .comment-form-rating:not(:first-child) {
  margin-top: 12px;
}
.woocommerce #review_form #respond .comment-form-rating .comment-rating-label {
  color: var(--biuro-dark-text-color);
}
.woocommerce #review_form #respond p.stars {
  margin: 7px 0 0;
  font-size: 0;
  line-height: 1;
}
.woocommerce #review_form #respond p.stars:not(:first-child) {
  margin: 6px 0 0 26px;
}
.woocommerce #review_form #respond p.stars span {
  line-height: 1em;
}
.woocommerce #review_form #respond p.stars a {
  font-size: 16px;
  margin: 0;
  padding: 0 .25em 0 0;
  color: var(--biuro-light-text-color);
}
.woocommerce #review_form #respond p.stars a:before {
  content: '\e847';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font: 400 normal 1em/1em 'fontello';
}
.woocommerce #review_form #respond p.stars a:hover ~ a:before {
  color: var(--biuro-light-text-color);
}
.woocommerce #review_form #respond p.stars a.active:before {
  color: #FFA16A;
}
.woocommerce #review_form #respond p.stars a:hover {
  color: var(--biuro-light-text-color);
}
.woocommerce #review_form #respond p.stars:hover a:before, .woocommerce #review_form #respond p.stars:hover a.active:before {
  color: #FFA16A;
}
.woocommerce #review_form #respond p.stars.selected a:not(.active):before {
  color: #FFA16A;
}
.woocommerce #review_form #respond p.stars.selected a.active ~ a:before {
  color: var(--biuro-light-text-color);
}

@media only screen and (min-width: 481px) {
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar + .comment-text .comment-header {
    margin-left: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .description:not(:first-child) {
    padding-top: 10px;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
  .woocommerce #reviews #review_form #respond p.comment-form-cookies-consent {
    margin: 26px 0;
    clear: both;
  }
  .woocommerce #reviews #comment {
    height: 120px;
  }
}
@media only screen and (min-width: 661px) {
  .woocommerce #reviews #review_form #respond .form-fields .form-name,
  .woocommerce #reviews #review_form #respond .form-fields .form-email {
    width: calc(50% - 20px);
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .woocommerce-review__author,
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .woocommerce-review__awaiting-approval {
    width: auto;
  }
}
@media only screen and (min-width: 841px) {
  .woocommerce #reviews #comments ol.commentlist li.review.depth-1 {
    padding-bottom: 50px;
  }
  .woocommerce #reviews #comments ol.commentlist li.review:not(:first-child) {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1201px) {
  .woocommerce #reviews #comments ol.commentlist li.review:not(:first-child) {
    margin: 50px 0 0;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar {
    margin: 0 40px 0 0;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-avatar + .comment-text .comment-header {
    margin-left: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li.review .comment_container .comment-header {
    min-height: 75px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .woocommerce #review_form_wrapper:not(:first-child) {
    margin: 100px 0 0;
  }
}
