/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/woocommerce.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
button,
.Button,
.WoocommerceTabs #review_form_wrapper #submit,
.MyAccount__dashboard .woocommerce-Message a {
  cursor: pointer;
}
button:not(.Button--no-style), .Button:not(.Button--no-style), .WoocommerceTabs #review_form_wrapper #submit:not(.Button--no-style), .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style){
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 104, 182, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button:not(.Button--no-style):hover, .Button:not(.Button--no-style):hover, .WoocommerceTabs #review_form_wrapper #submit:not(.Button--no-style):hover, .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 59, var(--tw-bg-opacity));
}
button--secondary:not(.Button--no-style), .Button--secondary:not(.Button--no-style){
  --tw-bg-opacity: 1;
  background-color: rgba(223, 232, 244, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 104, 182, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style):hover, .Button--secondary:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 59, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style), .Button--outline:not(.Button--no-style){
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(15, 30, 41, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(15, 30, 41, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):hover, .Button--outline:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--opacity-blue:not(.Button--no--style), .Button--opacity-blue:not(.Button--no--style){
  --tw-bg-opacity: 1;
  background-color: rgba(223, 232, 244, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 104, 182, var(--tw-text-opacity));
}
button--opacity-blue:not(.Button--no--style):hover, .Button--opacity-blue:not(.Button--no--style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 104, 182, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--text:not(.Button--no--style), .Button--text:not(.Button--no--style){
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(15, 30, 41, var(--tw-text-opacity));
}
button--text:not(.Button--no--style):hover, .Button--text:not(.Button--no--style):hover{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(32, 49, 61, var(--tw-text-opacity));
}
button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
  --tw-bg-opacity: 1;
  background-color: rgba(32, 49, 61, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button--color:not(.Button--no-style):hover, .Button--color:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 49, 61, var(--tw-bg-opacity));
}
button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
button.single_add_to_cart_button svg {
  margin-left: 20px;
  display: none;
}
button.single_add_to_cart_button.is-adding svg {
  display: block;
}
.woocommerce-Button{
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 104, 182, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-Button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 153, 59, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .woocommerce-Button{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .woocommerce-Button{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.MyAccountLogin {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .MyAccountLogin {
    padding: 100px 0;
  }
}
.MyAccountLogin .Container {
  max-width: 968px;
}
.MyAccountLogin__columns {
  grid-column-gap: 190px;
  -moz-column-gap: 190px;
       column-gap: 190px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-row-gap: 80px;
  row-gap: 80px;
}
.MyAccountLogin__columns [type=text], .MyAccountLogin__columns [type=email], .MyAccountLogin__columns [type=url], .MyAccountLogin__columns [type=password], .MyAccountLogin__columns [type=number], .MyAccountLogin__columns [type=date], .MyAccountLogin__columns [type=datetime-local], .MyAccountLogin__columns [type=month], .MyAccountLogin__columns [type=search], .MyAccountLogin__columns [type=tel], .MyAccountLogin__columns [type=time], .MyAccountLogin__columns [type=week], .MyAccountLogin__columns [multiple], .MyAccountLogin__columns textarea, .MyAccountLogin__columns select {
  background-color: #ffffff !important;
  border-color: #DDDEE0 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
  width: 100%;
}
.MyAccountLogin__text {
  margin: 32px 0 48px;
}
.MyAccountLogin ::-moz-placeholder {
  -moz-transition: all 0 ease !important;
  transition: all 0 ease !important;
}
.MyAccountLogin :-ms-input-placeholder {
  -ms-transition: all 0 ease !important;
  transition: all 0 ease !important;
}
.MyAccountLogin ::placeholder {
  transition: all 0 ease !important;
}
.MyAccountLogin input:focus::-moz-placeholder {
  color: transparent;
}
.MyAccountLogin input:focus:-ms-input-placeholder {
  color: transparent;
}
.MyAccountLogin input:focus::placeholder {
  color: transparent;
}
.MyAccountLogin form {
  padding: 0 !important;
  width: 100%;
}
.MyAccountLogin .woocommerce-form-row label {
  position: absolute;
  top: 12px;
  left: 24px;
  transition: all 0.35s ease;
  z-index: -1;
  padding: 0 4px;
  color: black;
  background: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 14px;
}
.MyAccountLogin form {
  border: none !important;
}
.woocommerce-privacy-policy-text {
  font-size: 14px;
}
.show-password-input {
  top: auto !important;
}
.woocommerce-form-row {
  position: relative;
}
.woocommerce-form-row .input-text {
  padding: 16px 24px !important;
}
.woocommerce-form-row input:focus ~ label {
  background: white;
  color: black;
  top: -12px;
  z-index: 1;
}
input:focus {
  border-color: #16273D !important;
}
.MyAccount__dashboard {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .MyAccount__dashboard {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin: 0;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-Message {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.MyAccount__dashboard .woocommerce-Message a {
  margin-top: 15px;
}
.MyAccount .password-input {
  width: 100%;
}
.MyAccount .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}
.MyAccount .woocommerce-form-row label {
  padding: 5px 0;
}
.MyAccount .woocommerce-form-row input {
  width: 100%;
  border-radius: 0px;
}
.MyAccount .button {
  margin-top: 15px;
}
.MyAccount .woocommerce-orders-table {
  width: 100%;
}
.MyAccount .woocommerce-orders-table tr th {
  text-align: left;
}
.MyAccount .woocommerce-orders-table tr th, .MyAccount .woocommerce-orders-table tr td {
  padding: 10px;
}
.MyAccount .woocommerce-orders-table tr th a, .MyAccount .woocommerce-orders-table tr td a {
  color: #0068B6;
}
.MyAccount .woocommerce-Addresses {
  margin-top: 1rem;
}
.MyAccount .woocommerce-Addresses > * + * {
  margin-top: 2rem;
}
.MyAccount__dashboard .woocommerce-address-fields__field-wrapper p {
  margin-bottom: 16px;
}
.MyAccount__dashboard .woocommerce-address-fields__field-wrapper input {
  margin-left: 8px;
}
body.woocommerce-checkout {
  background-color: #F4F7FA;
}
.Checkout {
  padding-top: 40px;
}
.Checkout__grid {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .Checkout__grid{
    grid-template-columns: minmax(768px, 1fr) minmax(348px, 1fr);
  }
}
.Checkout__grid #customer_details,
.Checkout__grid #order_review {
  background-color: #fff;
}
.Checkout h3 {
  clear: both;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.Checkout h3#order_review_heading {
  margin-bottom: 24px;
}
.Checkout .woocommerce-additional-fields h3 {
  display: none;
}
.Checkout .woocommerce-additional-fields__field-wrapper {
  clear: both;
}
.Checkout .form-row {
  display: flex;
  flex-direction: column;
}
.Checkout .form-row-wide {
  clear: both;
}
.Checkout .form-row-first {
  margin-right: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .Checkout .form-row-first {
    float: left;
    width: calc(50% - 8px);
  }
}
.Checkout .form-row-last {
  width: 100%;
}
@media (min-width: 1024px) {
  .Checkout .form-row-last {
    float: right;
    width: calc(50% - 8px);
  }
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]),
.Checkout .form-row textarea,
.Checkout .form-row .select2 {
  border-color: #DCDEE0;
  border-radius: 0px;
  font-size: 0.9rem;
  margin: 8px 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #DCDEE0;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]) *,
.Checkout .form-row textarea *,
.Checkout .form-row .select2 * {
  border: none;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .Checkout .form-row textarea::-moz-placeholder, .Checkout .form-row .select2::-moz-placeholder {
  color: #565F66;
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .Checkout .form-row textarea:-ms-input-placeholder, .Checkout .form-row .select2:-ms-input-placeholder {
  color: #565F66;
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio])::placeholder,
.Checkout .form-row textarea::placeholder,
.Checkout .form-row .select2::placeholder {
  color: #565F66;
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]) .select2-selection__arrow,
.Checkout .form-row textarea .select2-selection__arrow,
.Checkout .form-row .select2 .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.Checkout #customer_details,
.Checkout .woocommerce-checkout-review-order {
  padding: 32px;
}
.Checkout table {
  width: 100%;
}
.Checkout table thead,
.Checkout table tbody {
  display: flex;
  flex-direction: column;
}
.Checkout #order_review ul li {
  list-style: none;
}
.Checkout #order_review ul li label {
  margin-left: 10px;
}
.Checkout #order_review p.product-quantity {
  color: #565F66;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 8px;
}
.Checkout__orderSummary {
  width: 100%;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
}
.Checkout__orderSummary h3 {
  margin-bottom: 0;
}
.Checkout__orderSummary tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.Checkout__orderSummary th,
.Checkout__orderSummary td {
  line-height: 32px;
  font-size: 1.125rem;
}
.Checkout__orderSummary th {
  text-align: left;
  font-weight: 500;
}
.Checkout__orderSummary td {
  text-align: right;
  font-weight: 300;
}
.Checkout__orderItem {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: minmax(0, 134px) minmax(0, 1fr);
}
.Checkout__orderItemImage {
  grid-row: 1/-1;
}
.Checkout__orderItem .product-total {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  bottom: 24px;
}
.Checkout .wc_payment_methods .wc_payment_method {
  border: 1px solid #DCDEE0;
  padding: 18px 24px;
}
.Checkout .wc_payment_methods .wc_payment_method input[type=radio] {
  border-color: #DCDEE0;
}
.Checkout .wc_payment_methods .wc_payment_method input[type=radio]:checked {
  background-color: #0068B6;
}
.Checkout .wc_payment_methods .payment_box {
  font-size: 0.875rem;
  padding: 16px;
}
.Checkout td[data-title=Wysyłka] {
  width: 100%;
}
.Checkout td[data-title=Wysyłka] li {
  text-align: left;
}
.Checkout #shipping_method {
  width: 100%;
}
.Checkout #shipping_method li {
  border: 1px solid #DCDEE0;
  padding: 9px 12px;
}
.Checkout #shipping_method li input[type=radio]:checked {
  background-color: #0068B6;
}
.Checkout #shipping_method li label {
  font-size: 16px;
}
.Checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked {
  background-color: #0068B6;
}
.Checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #0068B6;
}
.Checkout .order-total th, .Checkout .order-total td {
  color: #16273D;
  font-weight: 700;
  opacity: 1;
}
.Checkout .order-total strong {
  font-weight: 700;
}
.Checkout .cart-subtotal {
  opacity: 0.64;
}
.ArchiveProduct__sidebar {
  background-color: #fff;
  display: none;
  height: 100%;
  max-width: 568px;
  position: fixed;
  right: 0;
  top: 0;
  width: 95%;
  z-index: 999999;
}
.ArchiveProduct__sidebar-heading {
  align-items: center;
  border-bottom: 1px solid #F5F7FA;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
.ArchiveProduct__sidebar-heading button {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .ArchiveProduct__sidebar-heading {
    padding: 64px;
  }
}
.ArchiveProduct .products {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  .ArchiveProduct .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .ArchiveProduct .products.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.ArchiveProduct .orderby {
  background-color: transparent;
  border: none;
  padding: 0 40px 0 0;
}
.FiltersContainer {
  padding: 32px;
}
@media (min-width: 1024px) {
  .FiltersContainer {
    padding: 64px;
  }
}
.FiltersContainer > div {
  margin-bottom: 30px;
}
.FiltersContainer h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.FiltersContainer .bapf_slidr_jqrui .bapf_from input,
.FiltersContainer .bapf_slidr_jqrui .bapf_to input {
  background-color: #F5F7FA;
  border: none;
  padding: 4px 8px;
}
.FiltersContainer .active-filters-class .bapf_head h3 {
  border: none;
  color: #20313D;
  font-size: 1.25rem;
  font-weight: 500;
}
.bapf_no_products {
  margin: 0 auto;
  max-width: 1168px;
}
.ArchiveContainer__header {
  background-color: #fff;
  padding: 80px 0;
}
.ArchiveContainer__misc {
  background-color: #fff;
  border-top: 1px solid #F5F7FA;
  padding: 12px 0;
}
.AddedToCartPopup {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  background-color: rgba(200, 200, 209, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.AddedToCartPopup.open {
  opacity: 1;
  pointer-events: all;
}
.AddedToCartPopup__inner {
  max-width: 332px;
  width: 100%;
  background-color: #fff;
}
.AddedToCartPopup__heading {
  align-items: center;
  border-bottom: 1px solid #DCDEE0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 32px;
}
.AddedToCartPopup__heading span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0F1E29;
}
.AddedToCartPopup__heading svg {
  width: 30px;
  height: 30px;
}
.AddedToCartPopup__content {
  border-bottom: 1px solid #DCDEE0;
  padding: 32px;
}
.AddedToCartPopup__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.AddedToCartPopup__btn, .AddedToCartPopup__continue {
  text-align: center;
  padding: 1rem 2rem;
  width: 100%;
  cursor: pointer;
}
.AddedToCartPopup__btn {
  background-color: #0068B6;
  color: #fff;
  margin: 5px 0;
}
.AddedToCartPopup__continue {
  background-color: transparent;
  color: #0068B6;
  font-weight: 700;
}
.AddedToCartPopup .popup-image {
  width: 100%;
}
.Badge {
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 5px;
}
.Badge--onsale {
  align-items: center;
  background-color: rgba(240, 64, 64, 0.8);
  color: #fff;
  height: 48px;
  padding: 0 10px;
}
.Badge--onsale em {
  font-size: 0.625rem;
  font-style: normal;
  margin-left: 7px;
}
.Badge--delivery-time, .Badge--return-time {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  padding: 5px 8px;
}
.Badge--flexible {
  font-size: 0.75rem;
  padding: 5px 8px;
}
body.woocommerce-cart {
  background-color: #F4F7FA;
}
.Cart {
  padding-top: 40px;
}
.Cart__products-table {
  width: 100%;
}
.Cart__products-table thead {
  display: none;
}
@media (min-width: 768px) {
  .Cart__products-table thead {
    display: table-header-group;
  }
}
.Cart__products-table thead tr {
  background-color: #fff;
  border-bottom: 1px solid #DCDEE0;
}
.Cart__products-table thead tr th {
  font-weight: 700;
  padding: 15px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .Cart__products-table thead tr th {
    padding: 20px;
  }
  .Cart__products-table thead tr th.product-price, .Cart__products-table thead tr th.product-subtotal {
    display: inline-block;
    width: 150px;
  }
  .Cart__products-table thead tr th.product-subtotal {
    text-align: right;
  }
}
.Cart__products-table tbody tr {
  background-color: #fff;
}
.Cart__products-table tbody tr:last-of-type {
  border-top: 1px solid #DCDEE0;
}
.Cart__products-table tbody tr td.product-remove {
  padding: 15px 5px;
}
@media (min-width: 1024px) {
  .Cart__products-table tbody tr td.product-remove {
    padding: 0 14px 0 30px;
  }
}
.Cart__products-table tbody tr td.product-remove > a {
  align-items: center;
  border: 1px solid #DCDEE0;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.Cart__products-table tbody tr td.product-subtotal {
  font-weight: 700;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-subtotal {
    text-align: right;
  }
}
.Cart__products-table tbody tr td.product-price {
  display: none;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-price {
    display: table-cell;
  }
}
.Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
  float: left;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
    float: none;
    padding: 16px;
  }
}
.Cart__products-table tbody tr td.product-name {
  font-weight: 700;
}
.Cart__products-table tbody tr td.product-thumbnail {
  padding: 0 16px;
  width: 100px;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail {
    width: 150px;
  }
}
.Cart__products-table tbody tr td.product-thumbnail img {
  max-width: 100px;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail {
    padding: 16px;
    width: 200px;
  }
  .Cart__products-table tbody tr td.product-thumbnail img {
    max-width: 150px;
  }
}
.Cart__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
.Cart__actions button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Cart__actions {
    align-items: center;
    flex-direction: row;
  }
  .Cart__actions button {
    margin-top: 0;
  }
}
.Cart__collaterals {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.Cart__collaterals .Container {
  background-color: #fff;
}
.Cart__collaterals .cross-sells {
  order: 2;
}
.Cart__collaterals .cross-sells h2 {
  margin-bottom: 30px;
}
.Cart__totals {
  order: 1;
}
.Cart__totals-heading {
  border-bottom: 2px solid #F5F7FA;
  color: #0F1E29;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 32px;
}
.Cart__totals ul li {
  align-items: center;
  display: flex;
  list-style: none;
}
.Cart__totals ul li label {
  margin-left: 10px;
}
.Cart__totals table {
  width: 100%;
}
.Cart__totals table tbody tr th,
.Cart__totals table tbody tr td {
  padding: 32px 32px 0;
}
.Cart__totals table tbody tr th {
  text-align: left;
  vertical-align: top;
}
.Cart__totals table tbody tr td {
  text-align: right;
}
.Cart__totals table tbody tr.cart-subtotal th, .Cart__totals table tbody tr.cart-subtotal td {
  color: #565F66;
  font-size: 0.875rem;
  font-weight: 400;
}
.Cart .coupon {
  max-width: 370px;
  position: relative;
  width: 100%;
}
.Cart .coupon > input {
  border-color: #DCDEE0;
  border-radius: 0;
  padding: 24px;
  width: 100%;
}
.Cart .coupon > button {
  background-color: #16273D;
}
@media (min-width: 768px) {
  .Cart .coupon > button {
    position: absolute;
    right: 3px;
    top: 5px;
  }
}
.wc-proceed-to-checkout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding: 32px;
}
@media (min-width: 768px) {
  .wc-proceed-to-checkout {
    flex-direction: row;
  }
}
.CartCheckoutBreadcrumbs {
  background-color: #fff;
}
.CartCheckoutBreadcrumbs .Container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .CartCheckoutBreadcrumbs .Container {
    flex-direction: row;
    gap: 40px;
  }
}
.CartCheckoutBreadcrumbs__item {
  color: #20313D;
  font-size: 1.125rem;
  opacity: 0.4;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .CartCheckoutBreadcrumbs__item {
    padding: 32px 0;
  }
}
.CartCheckoutBreadcrumbs__item-active {
  color: #0F1E29;
  opacity: 1;
  position: relative;
}
.CartCheckoutBreadcrumbs__item-active::after {
  background-color: #0068B6;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.CartCheckoutBreadcrumbs__separator {
  background-color: #0F1E29;
  display: inline-block;
  height: 15px;
  margin: 0 15px;
  width: 1px;
}
.CartItem {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5fa;
  margin: 32px 0;
  padding-bottom: 32px;
}
.CartItem__wrapper {
  padding: 0 24px;
  flex-grow: 1;
}
.CartItem__attributes {
  margin: 10px 0;
  font-size: 0.875rem;
}
.CartItem__image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .CartItem__image {
    width: 112px;
    height: 112px;
  }
}
.CartItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
.CartItem__title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 10px;
  color: #0F1E29;
}
.CartItem__meta {
  flex-grow: 1;
}
.CartItem__pricePerSingle {
  color: #565F66;
  font-weight: 500;
}
.CartItem__quantity {
  color: #565F66;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.CartItem__total {
  font-weight: 700;
  padding-top: 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .CartItem__total {
    font-size: 1rem;
  }
}
.SidebarCart {
  max-width: 100vw;
  width: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.4s ease;
}
@media (min-width: 1024px) {
  .SidebarCart {
    max-width: 568px;
  }
}
.SidebarCart.is-loading::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  z-index: 10000;
}
.SidebarCart.active {
  transform: translateX(0);
}
.SidebarCart__footer, .SidebarCart__content, .SidebarCart__heading {
  padding-left: 64px;
  padding-right: 64px;
}
.SidebarCart__footer {
  border-top: 1px solid #ecedf0;
  padding-top: 40px;
  padding-bottom: env(safe-area-inset-bottom);
  margin-bottom: 40px;
}
.SidebarCart__content {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow-y: auto;
  height: calc(100vh - 352px);
}
.SidebarCart__heading {
  padding-bottom: 32px;
  padding-top: 32px;
  display: flex;
  border-bottom: 1px solid #ecedf0;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .SidebarCart__heading {
    padding-top: 59px;
    padding-bottom: 59px;
  }
}
.SidebarCart__heading svg {
  width: 16px;
  height: 16px;
}
@font-face {
  font-family: "WooCommerce";
  src: url(../cd71280e5037e6e0690e.eot);
  src: url(../cd71280e5037e6e0690e.eot?#iefix) format("embedded-opentype"), url(../555c0019f9ab47548bc3.woff) format("woff"), url(../34650ef5aff7fe29f6b8.ttf) format("truetype"), url(../5003ea50646b111ad19b.svg#woocommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "star";
  src: url(../2593128f94a599b8656f.eot);
  src: url(../2593128f94a599b8656f.eot?#iefix) format("embedded-opentype"), url(../8ab6da8ce4d274edf643.woff) format("woff"), url(../8d84c8b61459cad9bd55.ttf) format("truetype"), url(../486bfe4fbf01c0dbb3d3.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
.star-rating {
  display: block;
  font-family: star;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 84px;
  overflow: hidden;
  position: relative;
}
.star-rating::before {
  color: #FFE9AC;
  content: "sssss";
  font-family: star;
  left: 0;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: right;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span::before {
  color: #FEC945;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.ThankYouPage__success-info {
  background-color: #00993B;
  background-image: url(../1f984846ab2c9404d4dd.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  margin: 32px 0 56px;
  padding: 16px 24px;
}
.ThankYouPage__order-details {
  background-color: #fff;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  padding: 32px;
}
@media (min-width: 768px) {
  .ThankYouPage__order-details {
    gap: 50px;
    grid-template-columns: 2fr 2fr 1fr 1fr;
  }
}
.ThankYouPage__order-details > div:nth-child(2) > p,
.ThankYouPage__order-details > div:nth-child(2) > strong {
  font-weight: 400;
}
.ThankYouPage__order-details > div > p,
.ThankYouPage__order-details > div > strong {
  color: #565F66;
}
.ThankYouPage__order-details > div > p {
  margin-bottom: 32px;
}
.ThankYouPage__order-details > div > strong {
  display: block;
}
.ThankYouPage__details {
  background-color: #fff;
}
.ThankYouPage__details h2 {
  margin-bottom: 30px;
}
.ThankYouPage__details-table {
  width: 100%;
}
.ThankYouPage__details-table thead {
  display: none;
}
@media (min-width: 1024px) {
  .ThankYouPage__details-table thead {
    display: table-header-group;
  }
}
.ThankYouPage__details-table thead tr th {
  padding: 20px;
  text-align: left;
}
.ThankYouPage__details-table tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
.ThankYouPage__details-table tbody tr td {
  float: left;
  width: 100%;
}
.ThankYouPage__details-table tbody tr td.product-total, .ThankYouPage__details-table tbody tr td.qty-td {
  display: none;
}
@media (min-width: 1024px) {
  .ThankYouPage__details-table tbody tr td.product-total, .ThankYouPage__details-table tbody tr td.qty-td {
    display: table-cell;
  }
}
.ThankYouPage__details-table tbody tr td.product-name div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.ThankYouPage__details-table tbody tr td.product-name div > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.ThankYouPage__details-table tbody tr td.product-name div > div a {
  font-weight: 700;
}
.ThankYouPage__details-table tbody tr td.product-name div > div ul {
  margin-top: 16px;
}
.ThankYouPage__details-table tbody tr td.product-name div figure {
  width: 150px;
}
.ThankYouPage__details-table tbody tr td.product-name div img {
  margin-bottom: 15px;
  max-width: 150px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td.product-name div {
    align-items: center;
    flex-direction: row;
  }
  .ThankYouPage__details-table tbody tr td.product-name div img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.ThankYouPage__details-table tbody tr td:first-of-type {
  padding-top: 20px;
}
.ThankYouPage__details-table tbody tr td:last-of-type {
  padding-bottom: 20px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td {
    float: none;
    padding: 20px;
    width: auto;
  }
  .ThankYouPage__details-table tbody tr td:first-of-type {
    padding-top: 20px;
  }
  .ThankYouPage__details-table tbody tr td:last-of-type {
    padding-bottom: 20px;
  }
}
.ThankYouPage__details-table-tfoot {
  margin-top: 32px;
}
.ThankYouPage__details-table-tfoot table {
  background-color: #fff;
}
.ThankYouPage__details-table-tfoot tfoot tr th,
.ThankYouPage__details-table-tfoot tfoot tr td {
  padding: 12px 20px;
}
.ThankYouPage__details-table-tfoot tfoot tr th {
  text-align: left;
  vertical-align: top;
}
.ThankYouPage__customer-details {
  margin: 32px 0;
}
.ThankYouPage__customer-details address {
  background-color: #fff;
  margin-top: 4px;
  padding: 32px;
}
.ThankYouPage .woocommerce-columns--addresses {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .ThankYouPage .woocommerce-columns--addresses {
    flex-direction: row;
  }
}
.WoocommerceNotice {
  margin: 15px 0;
  padding: 15px;
  color: #fff;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.WoocommerceNotice.woocommerce-error{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-info{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 104, 182, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-info a {
  color: #fff;
}
.WoocommerceNotice.woocommerce-message{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}
.LoopProduct {
  background-color: #fff;
  height: 100%;
  position: relative;
}
.LoopProduct__title-excerpt-wrapper {
  height: 100%;
}
.LoopProduct:hover, .LoopProduct:active {
  z-index: 10;
}
.LoopProduct:hover .add-to-wishlist-container, .LoopProduct:active .add-to-wishlist-container {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.LoopProduct a {
  padding: 84px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.LoopProduct a:hover {
  box-shadow: 0 40px 64px -24px rgba(104, 104, 163, 0.16);
}
.LoopProduct a:hover h2 {
  color: #0068B6;
}
.LoopProduct a img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.LoopProduct a h2 {
  font-size: 1rem;
  line-height: 24px;
  margin: 32px 0;
  transition: color 250ms linear;
}
.LoopProduct a .star-rating {
  display: none;
}
.LoopProduct > a.button {
  background-color: #fff;
  color: #20313D;
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  line-height: 18px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  visibility: hidden;
  width: 100%;
}
.LoopProduct .price {
  align-items: center;
  color: #565F66;
  display: flex;
  gap: 8px;
  margin: auto 0;
  position: absolute;
  bottom: 32px;
}
.LoopProduct .price bdi {
  font-weight: 500;
}
.LoopProduct .price del {
  color: #a7a7a7;
  order: 2;
}
.LoopProduct .price ins {
  font-weight: 700;
  order: 1;
  text-decoration: none;
}
.LoopProduct .price ins bdi {
  color: #EC4525;
  font-weight: 700;
}
.LoopProduct__terms-icons {
  display: none;
  gap: 4px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.LoopProduct__term-icon {
  padding: 5px !important;
}
.LoopProduct__badges {
  left: 10px;
  top: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.LoopProduct__excerpt {
  display: none;
}
.LoopProduct .add-to-wishlist-container {
  height: 48px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 300ms linear;
  visibility: hidden;
  width: 48px;
}
.LoopProduct .add-to-wishlist-container > div {
  background-color: #fff;
  border-radius: 2px;
  height: 100%;
}
.LoopProduct .add-to-wishlist-container > div a {
  display: block;
  height: 48px !important;
  width: 48px !important;
}
.LoopProduct .star-rating::before,
.LoopProduct .star-rating span::before {
  left: 20px;
}
.products.columns-1 .LoopProduct > a {
  display: flex;
  flex-direction: row;
  padding: 48px 24px 24px;
}
.products.columns-1 .LoopProduct > a img {
  max-width: 200px;
}
.products.columns-1 .LoopProduct__terms-icons {
  display: flex;
}
.products.columns-1 .LoopProduct__title-excerpt-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 72px;
  flex-wrap: wrap;
  align-items: center;
}
.products.columns-1 .LoopProduct__title-excerpt-wrapper h2 {
  margin: 0;
  flex: 0 1 100%;
}
.products.columns-1 .LoopProduct__excerpt {
  display: block;
  margin-top: 20px;
  flex: 1 0 50%;
}
.products.columns-1 .LoopProduct .star-rating {
  display: block;
  margin: auto 30px;
  max-width: 105px;
  width: 100%;
  flex: 1 0 20%;
}
.products.columns-1 .LoopProduct .price {
  flex-direction: column;
  position: relative;
  bottom: 0;
  display: block;
  flex: 1 0 20%;
  margin-left: 16px;
  text-align: right;
}
.products.columns-1 .LoopProduct .price bdi {
  font-size: 18px;
}
body.single-product main {
  background-color: #F5F7FA;
}
.SingleProductContainer__delivery-time, .SingleProductContainer__return-time {
  margin-top: 16px;
}
.SingleProductContainer__gallery {
  background-color: #fff;
  margin-bottom: 4px;
  padding: 32px;
}
.SingleProductContainer .entry-summary {
  align-self: start;
  background-color: #fff;
  padding: 32px;
}
.SingleProductContainer .entry-summary table.variations {
  width: 100%;
}
.SingleProductContainer .entry-summary table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
.SingleProductContainer .entry-summary table.variations tbody tr th {
  color: #565F66;
  padding-bottom: 16px;
  text-align: left;
}
.SingleProductContainer .entry-summary table.variations select {
  width: 100%;
}
.SingleProductContainer .fpf-fields-config-wrapper {
  display: none;
}
.SingleProductContainer .woocommerce-product-gallery {
  position: relative;
}
.SingleProductContainer .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.SingleProductContainer .product_title {
  font-size: 1.5rem;
  line-height: 1.3;
}
.SingleProductContainer .woocommerce-product-rating {
  margin-top: 20px;
}
.SingleProductContainer .price {
  font-size: 0.875rem;
  color: #0F1E29;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 7px;
  justify-content: flex-start;
  margin: 20px 0;
}
.SingleProductContainer .price bdi {
  font-size: 1.125rem;
  font-weight: 700;
}
.SingleProductContainer .price del {
  color: #a7a7a7;
  order: 1;
  display: flex;
  align-items: center;
}
.SingleProductContainer .price del bdi {
  font-size: 0.875rem;
}
.SingleProductContainer .price ins {
  font-weight: 700;
  order: 2;
  text-decoration: none;
}
.SingleProductContainer .price ins bdi {
  color: #20313D;
}
.SingleProductContainer .woocommerce-product-details__short-description {
  margin: 30px 0;
}
.SingleProductContainer form.cart input.qty {
  margin-right: 30px;
}
.SingleProductContainer form.variations_form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.SingleProductContainer form.variations_form .single_variation_wrap {
  margin-top: 20px;
  width: 100%;
}
.SingleProductContainer .product_meta {
  margin-top: 30px;
}
.SingleProductContainer .product_meta > span {
  color: #565F66;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.SingleProductContainer .product_meta > span.posted_in a {
  color: #0068B6;
}
.WoocommerceTabs {
  background-color: #fff;
  margin: 4px 0 50px;
  padding: 32px;
}
.WoocommerceTabs__container {
  align-items: center;
  border-bottom: 2px solid #DCDEE0;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 16px;
}
.WoocommerceTabs__single-tab {
  position: relative;
}
.WoocommerceTabs__single-tab a {
  color: #565F66;
}
.WoocommerceTabs__single-tab::before {
  bottom: -18px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.WoocommerceTabs__single-tab:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .WoocommerceTabs__single-tab:not(:last-of-type) {
    margin-right: 40px;
  }
}
.WoocommerceTabs__single-tab.active {
  border-color: #0F1E29;
}
.WoocommerceTabs__single-tab.active a {
  font-weight: 600;
}
.WoocommerceTabs__single-tab.active::before {
  background-color: #0068B6;
}
.WoocommerceTabs__panel h2 {
  display: none;
}
.WoocommerceTabs__panel td.woocommerce-product-attributes-item__value p {
  margin-bottom: 0;
}
.WoocommerceTabs__panel p {
  line-height: 1.75em;
  margin-bottom: 20px;
}
.WoocommerceTabs__panel ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.WoocommerceTabs__panel ul li {
  line-height: 2.25em;
}
.WoocommerceTabs #comments {
  margin-bottom: 30px;
}
.WoocommerceTabs #comments .avatar {
  display: none;
}
.WoocommerceTabs #comments .commentlist .comment_container {
  display: flex;
}
.WoocommerceTabs #comments .commentlist .comment_container img {
  margin-right: 15px;
  width: 90px;
}
.WoocommerceTabs #comments .commentlist .star-rating,
.WoocommerceTabs #comments .commentlist .meta {
  margin-bottom: 10px;
}
.WoocommerceTabs #comments .commentlist .review {
  margin-bottom: 30px;
}
.WoocommerceTabs #review_form_wrapper .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.WoocommerceTabs #review_form_wrapper #commentform {
  margin-top: 20px;
}
.WoocommerceTabs #review_form_wrapper #commentform > * {
  margin-bottom: 20px;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Woocommerce";
  content: "\e021";
  text-indent: 0;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a:hover ~ a::before {
  content: "\e021";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars:hover a::before {
  content: "\e020";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a.active::before {
  content: "\e020";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.WoocommerceTabs table.woocommerce-product-attributes tr th, .WoocommerceTabs table.woocommerce-product-attributes tr td {
  padding: 4px 10px;
}
.WoocommerceTabs .ivole-meter {
  box-shadow: none;
}
.wishlist {
  align-items: center;
  background-color: rgba(0, 104, 182, 0.2);
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.OfferContactFormPopup {
  align-items: center;
  background-color: rgba(22, 39, 61, 0.8);
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999999;
}
.OfferContactFormPopup .forminator-response-message {
  display: none;
}
.OfferContactFormPopup.show {
  display: flex;
}
.OfferContactFormPopup .Container {
  background-color: #fff;
  box-shadow: 0 0 64px -16px rgba(104, 104, 163, 0.1);
  display: flex;
  padding: 0;
  position: relative;
}
.OfferContactFormPopup .Container figure {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .OfferContactFormPopup .Container figure {
    display: block;
  }
}
.OfferContactFormPopup .Container > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 1024px) {
  .OfferContactFormPopup .Container > div {
    padding: 40px 64px;
  }
}
.OfferContactFormPopup .Container > div .close-contact-form-popup {
  font-size: 2.25rem;
  position: absolute;
  right: 48px;
  top: 32px;
}
.OfferContactFormPopup .Container > div h2 {
  margin-bottom: 3rem;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form {
  position: relative;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col {
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col:first-child {
    max-width: 180px;
  }
  .OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col:last-child {
    max-width: 100%;
  }
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col input[type=text],
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col input[type=email],
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col textarea {
  border-radius: 0;
  border-color: #DCDEE0;
  padding: 24px;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-button {
  background-color: #16273D;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-button:hover {
  background-color: #0068B6;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-checkbox__wrapper {
  align-items: flex-start;
  display: flex;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-checkbox__wrapper p {
  font-size: 0.875rem;
}
.OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-checkbox__wrapper p a {
  color: #0068B6;
}
@media (min-width: 1024px) {
  .OfferContactFormPopup .forminator-ui.forminator-custom-form .forminator-row-last {
    position: absolute;
    right: 3px;
    top: 3px;
  }
}
.RelatedProductsSlider,
.CrossSellSlider,
.UpSellSlider,
.ViewedProductsSlider {
  padding-bottom: 50px;
  margin-top: 50px;
}
.RelatedProductsSlider__swiper-navigation,
.CrossSellSlider__swiper-navigation,
.UpSellSlider__swiper-navigation,
.ViewedProductsSlider__swiper-navigation {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.RelatedProductsSlider__swiper-navigation > a[role=button],
.CrossSellSlider__swiper-navigation > a[role=button],
.UpSellSlider__swiper-navigation > a[role=button],
.ViewedProductsSlider__swiper-navigation > a[role=button] {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.RelatedProductsSlider__swiper-navigation > a[role=button]:first-of-type,
.CrossSellSlider__swiper-navigation > a[role=button]:first-of-type,
.UpSellSlider__swiper-navigation > a[role=button]:first-of-type,
.ViewedProductsSlider__swiper-navigation > a[role=button]:first-of-type {
  position: relative;
}
.RelatedProductsSlider__swiper-navigation > a[role=button]:first-of-type::before,
.CrossSellSlider__swiper-navigation > a[role=button]:first-of-type::before,
.UpSellSlider__swiper-navigation > a[role=button]:first-of-type::before,
.ViewedProductsSlider__swiper-navigation > a[role=button]:first-of-type::before {
  background-color: #DCDEE0;
  content: "";
  height: 21px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.CrossSellSlider,
.UpSellSlider,
.ViewedProductsSlider {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .ViewedProductsSlider__swiper-navigation {
    display: none;
  }
}
.swiper-slide {
  height: auto;
}

/*# sourceMappingURL=woocommerce.css.map*/