/*
Theme Name: Ecol-Shop

WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap");
@font-face {
  font-family: "ActionMan";
  src: url("../assets/fonts/action-man/ActionMan.eot");
  src: url("../assets/fonts/action-man/ActionMan.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/action-man/ActionMan.woff") format("woff"), url("../assets/fonts/action-man/ActionMan.ttf") format("truetype"), url("../assets/fonts/action-man/ActionMan.svg#ActionMan") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?yavym9");
  src: url("../assets/fonts/icomoon.eot?yavym9#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?yavym9") format("truetype"), url("../assets/fonts/icomoon.woff?yavym9") format("woff"), url("../assets/fonts/icomoon.svg?yavym9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e91c";
}

.icon-delete:before {
  content: "\e91d";
}

.icon-delivery:before {
  content: "\e91e";
}

.icon-promo:before {
  content: "\e91f";
}

.icon-send:before {
  content: "\e920";
}

.icon-tooltip:before {
  content: "\e921";
}

.icon-warranty:before {
  content: "\e922";
}

.icon-account:before {
  content: "\e918";
}

.icon-cart:before {
  content: "\e919";
}

.icon-hours:before {
  content: "\e91a";
}

.icon-discount:before {
  content: "\e91b";
}

.icon-reset:before {
  content: "\e917";
}

.icon-talk:before {
  content: "\e916";
}

.icon-table:before {
  content: "\e915";
}

.icon-plus-border:before {
  content: "\e914";
}

.icon-menu:before {
  content: "\e913";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-download:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-fax:before {
  content: "\e906";
}

.icon-form:before {
  content: "\e907";
}

.icon-language:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e90c";
}

.icon-settings:before {
  content: "\e90d";
}

.icon-shop:before {
  content: "\e90e";
}

.icon-time:before {
  content: "\e90f";
}

.icon-tools:before {
  content: "\e910";
}

.icon-youtube:before {
  content: "\e911";
}

.icon-place:before {
  content: "\e912";
}

.icon-set {
  font-size: 12px;
  margin-left: 12px;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Single product
 */
/**
 * Checkout
 */
/*
Theme Name: Ecol-Shop

WooCommerce styles override
*/
#shipping-fields,
#billing-fields {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ecol-checkout-shipping {
  margin-bottom: 25px !important;
}
@media (max-width: 750px) {
  .ecol-checkout-shipping {
    margin-bottom: 0 !important;
  }
}

.ecol-checkout-billing {
  margin-bottom: 25px !important;
}

.wc-block-checkout__use-address-for-billing {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.wc-block-components-validation-error {
  display: none !important;
}

.ecol-checkout-section {
  border: none;
  padding: 0;
  margin: 0;
}
.ecol-checkout-section__heading {
  margin-bottom: 0;
}
.ecol-checkout-section__title {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ecol-checkout-section__intro {
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  margin: 20px 0 30px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ecol-checkout-section__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ecol-checkout-row {
  display: flex;
  gap: 15px;
  width: 100%;
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .ecol-checkout-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 640px) {
  .ecol-checkout-row {
    flex-direction: column;
    gap: 0;
  }
}

.ecol-checkout-field--half {
  flex: 1;
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .ecol-checkout-field--half {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .ecol-checkout-field--half {
    max-width: 100%;
  }
}

.single-field {
  width: calc(50% - 10px);
}

.ecol-checkout-field--full {
  flex: 1;
  max-width: 100%;
}

.ecol-checkout-section .form-label .required {
  color: #64b5f6;
  font-weight: 700;
  margin-left: 2px;
}

.ecol-checkout-section .form-group {
  max-width: 100%;
  margin-bottom: 15px;
}
.ecol-checkout-section .form-group:first-of-type {
  margin-top: 0;
}
.ecol-checkout-section .form-group:last-of-type {
  margin-bottom: 15px;
}
.ecol-checkout-section .form-group .form-input,
.ecol-checkout-section .form-group .form-select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.ecol-checkout-same-billing {
  margin-top: 10px;
  padding: 0;
  margin-bottom: 10px;
}
.ecol-checkout-same-billing label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  gap: 0;
}
.ecol-checkout-same-billing label input[type=checkbox] {
  margin-left: 0;
  top: 0;
}

.ecol-checkout-billing {
  margin-top: 0;
}

.wc-block-components-form .ecol-checkout-section {
  border-radius: 25px;
  border: 1px solid #b6cff5;
  padding: 30px 32px 30px;
}
@media (max-width: 750px) {
  .wc-block-components-form .ecol-checkout-section {
    margin-bottom: 25px;
  }
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none;
}

.wc-block-components-radio-control--highlight-checked:after {
  border: none;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  background: none;
}

.wc-block-components-radio-control__label {
  font-size: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
  margin-right: 12px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  border: 1px solid #1261e6;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: #1261e6;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: none;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #1261e6;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border: none;
}

.ecol-checkout-order-notes #order-notes {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ecol-checkout-order-notes .wc-block-components-checkout-step__heading,
.ecol-checkout-order-notes .wc-block-components-checkout-step__title {
  display: none !important;
}
.ecol-checkout-order-notes .wc-block-checkout__add-note .wc-block-components-checkbox {
  display: none !important;
}
.ecol-checkout-order-notes .wc-block-checkout__add-note {
  display: block !important;
}
.ecol-checkout-order-notes .wc-block-components-textarea {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  font-size: 15px;
  min-height: 150px;
  border-radius: 7px;
}

.wc-block-components-textarea:focus {
  box-shadow: none;
  border: 1px solid #d3dbe5;
}

.wc-block-components-textarea {
  border: 1px solid #d3dbe5;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border: none;
  padding: 0 30px 20px;
  font-size: 16px;
}

@container (max-width: 699px) {
  .wc-block-checkout__sidebar {
    order: unset !important;
    margin-bottom: 0 !important;
  }
  .wc-block-checkout__main {
    order: unset !important;
  }
}
@container (min-width: 700px) {
  .wc-block-checkout__sidebar {
    align-self: flex-start;
    top: 190px;
  }
  .wc-block-checkout__sidebar.is-sticky {
    position: sticky;
  }
}
@media (max-width: 1080px) {
  .wc-block-checkout__sidebar.is-sticky {
    position: static;
  }
}
.wc-block-components-form .wc-block-components-text-input:not(.has-error) input[type=email] {
  border: 1px solid #d3dbe5;
}

.wc-block-components-form .wc-block-components-text-input input[type=email] {
  width: calc(50% - 10px);
  border-radius: 7px;
}
@media (max-width: 1340px) {
  .wc-block-components-form .wc-block-components-text-input input[type=email] {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .wc-block-components-form .wc-block-components-text-input input[type=email] {
    width: calc(50% - 10px);
  }
}
@media (max-width: 750px) {
  .wc-block-components-form .wc-block-components-text-input input[type=email] {
    width: 100%;
  }
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus {
  box-shadow: none;
  outline: none;
}

.wc-block-components-form .wc-block-components-text-input:not(.has-error) input[type=email]:focus {
  border: 1px solid #d3dbe5;
}

.wc-block-checkout__contact-fields .wc-block-components-text-input:not(.is-active) label {
  left: 25px;
}

.wc-block-checkout__contact-fields .wc-block-components-text-input label::after {
  content: " *";
  color: #78b6e3;
}

#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row:first-child {
  margin-top: 32px;
}
@media (min-width: 1080px) and (max-width: 1280px) {
  #contact-fields .wc-block-components-checkout-step__content .ecol-contact-row {
    flex-direction: column !important;
    gap: 0;
  }
}
@media (max-width: 640px) {
  #contact-fields .wc-block-components-checkout-step__content .ecol-contact-row {
    flex-direction: column !important;
    gap: 0;
  }
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group {
  position: relative;
  flex: 1;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-input {
  width: 100%;
  height: 50px;
  padding: 20px 40px 6px 12px;
  border: 1px solid #d3dbe5;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  background: white;
  box-sizing: border-box;
  margin: 0;
  outline: none;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  background: white;
  padding: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-input:not(:-moz-placeholder) + .form-label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-input:focus + .form-label,
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-input:not(:placeholder-shown) + .form-label,
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-input.filled + .form-label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
#contact-fields .wc-block-components-checkout-step__content .ecol-contact-row .form-group .form-label .required {
  color: #64b5f6;
  font-weight: 700;
  margin-left: 2px;
}

.ecol-contact-fields:empty {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #1261e6 !important;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #1261e6;
  padding: 12px 30px;
  text-decoration: none !important;
  min-width: 200px;
  height: 50px;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 640px) {
  .wc-block-components-checkout-return-to-cart-button {
    display: none;
  }
}
.wc-block-components-checkout-return-to-cart-button:hover {
  color: #78b6e3 !important;
  border-color: #78b6e3;
  transition: all ease 0.3s;
}
.wc-block-components-checkout-return-to-cart-button::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 14px;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}

.wc-block-components-checkout-place-order-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #68c850 !important;
  border-radius: 10px !important;
  padding: 12px 30px !important;
  min-width: 250px !important;
  height: 50px !important;
  cursor: pointer !important;
  transition: all ease 0.3s !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: #54ba3b !important;
  transition: all ease 0.3s !important;
}
.wc-block-components-checkout-place-order-button::after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 14px;
  margin-left: 12px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-block-components-checkout-place-order-button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.wc-block-components-checkout-place-order-button:disabled::after {
  opacity: 1 !important;
}
.wc-block-components-checkout-place-order-button[aria-busy=true]::after, .wc-block-components-checkout-place-order-button.--loading::after {
  display: none !important;
}

.wc-block-components-checkout-step__heading {
  display: flex;
  align-items: center;
  height: 50px;
}

.wc-block-components-checkout-step__heading-content {
  height: 50px;
  margin-top: 50px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid #1261e6;
  color: #1261e6;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #1261e6;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  outline: none;
  box-shadow: none;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
  background: none;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
  font-weight: 300;
}

.ecol-checkout-invoice-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #ebf4fb;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .ecol-checkout-invoice-info {
    border-radius: 0;
  }
}
.ecol-checkout-invoice-info__icon {
  flex-shrink: 0;
}
.ecol-checkout-invoice-info__icon img {
  display: block;
  width: 26px;
  height: 26px;
}
.ecol-checkout-invoice-info__text {
  color: #2c304c;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.ecol-mobile-terms-wrapper {
  display: none;
}

.checkout-order-summary-block-fill-wrapper {
  display: none;
}

@media (max-width: 750px) {
  .wc-block-checkout .wc-block-components-sidebar {
    display: none;
  }
  .ecol-mobile-terms-wrapper {
    display: block;
  }
  .checkout-order-summary-block-fill-wrapper {
    display: block !important;
  }
  .ecol-checkout-invoice-info:not(.ecol-mobile-terms-wrapper .ecol-checkout-invoice-info) {
    display: none !important;
  }
  .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .cart-page {
    width: 100%;
  }
  .wc-block-components-form .wc-block-components-checkout-step,
  .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 640px) and (max-width: 750px) {
  .wc-block-components-form .wc-block-components-checkout-step,
  .wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .wc-block-components-form .ecol-checkout-section {
    border: none;
  }
}
@media (max-width: 750px) {
  #payment-method {
    border-top: none;
  }
}

@media (max-width: 750px) {
  #ecol-shipping-fields {
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  #ecol-billing-fields {
    padding-bottom: 0;
  }
}

.ecol-checkout-terms-link {
  color: #1261e6;
  text-decoration: none;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.ecol-checkout-terms-link:hover {
  color: #78b6e3;
}

@media (max-width: 750px) {
  #ecol-shipping-block {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}

.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-chip {
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px 5px 20px;
  font-size: 1em;
  color: #78b6e3;
  border: 1px solid #78b6e3;
}
.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #78b6e3;
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-left: -5px;
}
.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon {
  fill: #78b6e3;
}
.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-chip .wc-block-components-chip__remove {
  background: #fff;
  cursor: pointer;
}
.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: 5px;
}
.wp-block-woocommerce-checkout-order-summary-discount-block .wc-block-components-totals-discount__coupon-list {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 640px) {
  .wc-block-checkout__actions .wc-block-checkout__actions_row {
    flex-direction: column;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
  text-transform: none;
}

/**
 * General WooCommerce components
 */
/*
Theme Name: Ecol-Shop

WooCommerce styles override
*/
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #1261e6;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #2c304c;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #2c304c;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #1261e6;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #1261e6;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #2c304c;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #1261e6;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #dc3232;
}
.woocommerce-password-strength.bad {
  color: #dc3232;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #dc3232;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #0f834d;
  clear: both;
  color: #0f834d;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-message:focus,
.woocommerce-info:focus,
.woocommerce-error:focus,
.woocommerce-noreviews:focus,
p.no-comments:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #1261e6;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  opacity: 0.8;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  color: #3d9cd2 !important;
  border: 1px solid #3d9cd2 !important;
}

.woocommerce-error {
  background-color: #fff;
  color: #dc3232;
  border: 1px solid #dc3232;
  list-style: none;
  padding: 15px 25px;
}
.woocommerce-error li {
  list-style: none;
  margin-bottom: 0;
}
.woocommerce-error:focus {
  outline: none;
  box-shadow: none;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/*
Theme Name: Ecol-Shop

WooCommerce styles override
*/
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #1261e6;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #1261e6;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.ty-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  font-family: inherit;
}

/* Cards */
.ty-card {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #b6cff5;
  padding: 60px 32px 35px;
  text-align: center;
  margin-bottom: 32px;
}

.ty-card--error {
  border-color: #fca5a5;
  background: #fff;
}

.ty-card--pending {
  border-color: #fcd34d;
  background: #fff;
}

.ty-card--empty {
  border-color: #d1d5db;
  background: #fff;
}

.ty-card__title {
  font-size: 28px;
  font-weight: 800;
  color: #2c304c;
  padding: 0;
  margin: 0 0 42px;
  line-height: 38px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ty-card__title--error {
  color: #dc3232;
}

.ty-card__order-number {
  font-size: 20px;
  font-weight: 300;
  color: #525469;
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ty-order-id {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.ty-card__icon {
  color: #78b6e3;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ty-card__icon span.icon-send {
  font-size: 75px;
}

.ty-card__icon--error {
  color: #dc3232;
}

.ty-card__icon--pending {
  color: #f59e0b;
}

.ty-card__icon--empty {
  color: #9ca3af;
}

.ty-card__text {
  color: #525469;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 20px;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Failed / action buttons */
.ty-failed-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px;
}

.ty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  color: #fff !important;
  background-color: #1261e6;
  width: 200px !important;
  height: 50px;
  box-sizing: border-box;
}

.ty-btn:hover {
  background-color: #2f75ee;
}

.ty-btn--primary {
  min-width: 150px !important;
}

.ty-btn--secondary {
  color: #1261e6 !important;
  border-radius: 10px;
  border: 1px solid #1261e6;
  transition: all ease 0.3s;
  width: 200px !important;
  background-color: #fff !important;
}

.ty-btn--secondary:hover {
  color: #78b6e3 !important;
  border: 1px solid #78b6e3 !important;
  cursor: pointer;
}

/* Bottom grid */
.ty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 768px) {
  .ty-grid {
    grid-template-columns: 1fr;
  }
}
/* Section card */
.ty-section {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.ty-section:last-child {
  margin-bottom: 0;
}

.ty-section__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2540;
  margin: 0 0 18px;
}

/* Info table */
.ty-info-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ty-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f8fafc;
  margin-bottom: 6px;
}

.ty-info-row:last-child {
  margin-bottom: 0;
}

.ty-info-label {
  color: #64748b;
  font-size: 0.88rem;
}

.ty-info-value {
  font-size: 0.88rem;
}

.ty-info-value--bold {
  font-weight: 700;
  color: #1a2540;
}

/* Address grid */
.ty-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 500px) {
  .ty-address-grid {
    grid-template-columns: 1fr;
  }
}
.ty-address {
  font-style: normal;
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.65;
}

.ty-address strong {
  display: block;
}

/* Products */
.ty-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.ty-product-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.ty-product-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ty-product-thumb {
  flex-shrink: 0;
}

.ty-product-thumb img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.ty-product-name {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2540;
  line-height: 1.4;
}

.ty-product-qty {
  flex-shrink: 0;
  font-size: 0.85rem;
  color: #64748b;
  white-space: nowrap;
}

.ty-product-price {
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2540;
  white-space: nowrap;
}

/* Totals */
.ty-totals {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.ty-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.9rem;
  color: #475569;
}

.ty-totals-row--total {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2540;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
  margin-top: 4px;
}

.ty-totals-row--total small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #94a3b8;
}

.ty-grand-total {
  color: #2563eb;
}

/* Info box */
.ty-infobox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #eff6ff;
  border-radius: 10px;
  padding: 12px 14px;
}

.ty-infobox__icon {
  flex-shrink: 0;
  color: #3b82f6;
  margin-top: 1px;
}

.ty-infobox p {
  margin: 0;
  font-size: 0.82rem;
  color: #3b5a8a;
  line-height: 1.55;
}

.order-pay-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.order-pay-left {
  flex: 1;
  min-width: 0;
}

.order-pay-right {
  width: 500px;
  min-width: 500px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 190px;
}

.order-pay-box {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #b6cff5;
  padding: 30px 32px;
}

.order-pay-box__title {
  font-size: 1.375em;
  font-weight: 800;
  color: #2c304c;
  margin: 0 0 20px;
  padding: 0;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.order-pay-left #payment {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.order-pay-left .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.order-pay-left li.wc_payment_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-pay-left .wc-block-components-radio-control__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
  margin: 0;
}
.order-pay-left .wc-block-components-radio-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #1261e6;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.order-pay-left .wc-block-components-radio-control__input:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1261e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-pay-left .wc-block-components-radio-control__input:focus {
  outline: none;
}
.order-pay-left .wc-block-components-radio-control__option-layout {
  flex: 1;
  min-width: 0;
}
.order-pay-left .wc-block-components-radio-control__label-group {
  display: flex;
  align-items: center;
}
.order-pay-left .wc-block-components-radio-control__label {
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-left .wc-block-components-payment-method-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.order-pay-left .wc-block-components-payment-method-label img {
  max-height: 24px;
  width: auto;
}
.order-pay-left .payment_box {
  padding: 0 0 8px 34px;
  font-size: 15px;
  font-weight: 300;
  color: #525469;
  line-height: 1.6;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-left .payment_box::before {
  display: none;
}
.order-pay-left .payment_box p {
  margin: 0 0 8px;
}
.order-pay-left .payment_box p:last-child {
  margin-bottom: 0;
}
.order-pay-left .payment_box p {
  font-size: 15px !important;
}

.order-pay-footer {
  margin-top: 25px;
}
.order-pay-footer .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0;
}
.order-pay-footer .woocommerce-privacy-policy-text {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 15px;
  line-height: 1.5;
}
.order-pay-footer .woocommerce-privacy-policy-text a {
  color: #1261e6;
}
.order-pay-footer #place_order,
.order-pay-footer button#place_order,
.order-pay-footer button.button.alt#place_order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #68c850 !important;
  border-radius: 10px !important;
  padding: 12px 30px !important;
  min-width: 250px !important;
  height: 50px !important;
  cursor: pointer !important;
  transition: all ease 0.3s !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}
.order-pay-footer #place_order::after,
.order-pay-footer button#place_order::after,
.order-pay-footer button.button.alt#place_order::after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 14px;
  margin-left: 12px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-footer #place_order:hover,
.order-pay-footer button#place_order:hover,
.order-pay-footer button.button.alt#place_order:hover {
  background-color: #54ba3b !important;
}

.order-pay-right .order-pay-box .shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.order-pay-right .order-pay-box .shop_table thead {
  display: none;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item:last-child {
  border-bottom: none;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item td {
  display: block;
  padding: 0;
  border: none;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item .product-name {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2c304c;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item .product-quantity {
  flex-shrink: 0;
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
  margin: 0 12px;
  font-weight: 300;
}
.order-pay-right .order-pay-box .shop_table tbody .order_item .product-subtotal {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2c304c;
  white-space: nowrap;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-right .order-pay-box .shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0;
  border: none;
}
.order-pay-right .order-pay-box .shop_table tfoot tr th, .order-pay-right .order-pay-box .shop_table tfoot tr td {
  display: block;
  padding: 10px 0;
  border: none;
}
.order-pay-right .order-pay-box .shop_table tfoot tr th {
  font-size: 15px;
  font-weight: 300;
  color: #525469;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-right .order-pay-box .shop_table tfoot tr td {
  font-size: 15px;
  font-weight: 600;
  color: #2c304c;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-pay-right .order-pay-box .shop_table tfoot tr:last-child {
  background: #f7f9fe;
  border-radius: 15px;
  padding: 16px 20px;
  margin-top: 8px;
}
.order-pay-right .order-pay-box .shop_table tfoot tr:last-child th {
  font-size: 18px;
  font-weight: 300;
  color: #2c304c;
}
.order-pay-right .order-pay-box .shop_table tfoot tr:last-child td {
  font-size: 18px;
  font-weight: 800;
  color: #1261e6;
}
.order-pay-right .order-pay-box .shop_table tfoot tr:last-child small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 2px;
}
.order-pay-right .order-pay-box .shop_table tfoot tr:first-child {
  border-top: 1px solid #eef2f7;
  padding-top: 4px;
}

.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl {
  width: 70px;
  margin: 0;
  flex-direction: row;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px !important;
  gap: 0 !important;
  font-size: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #fff;
  transition: border-color ease 0.3s;
  cursor: pointer;
  margin: 0 !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl label img {
  max-height: 28px !important;
  max-width: 90% !important;
  width: auto;
  margin: 0 !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl input[type=radio] {
  display: none !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl input[type=radio]:checked + label {
  border-color: #1261e6;
  background: #f7f9fe;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-payment-option-pbls .paynow-payment-option-pbl.disabled label {
  cursor: not-allowed;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info {
  margin-top: 12px;
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info .expand {
  color: #1261e6;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info .paynow-data-processing-info-more {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.6;
  color: #9ca3af;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info .paynow-data-processing-info-more a {
  color: #1261e6;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info .collapse {
  display: none;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info ul {
  padding: 0 !important;
  margin: 4px 0 4px 15px !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info ul li {
  list-style: lower-alpha !important;
  font-size: 11px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info ul li::before, .order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info ul li::after {
  display: none !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-blik-white-label .row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-blik-white-label label {
  display: inline !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2c304c !important;
  padding: 0 !important;
  gap: 0 !important;
  border: none !important;
  cursor: default;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-blik-white-label #paynow_blik_code {
  border: 1px solid #d3dbe5;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 18px;
  letter-spacing: 4px;
  text-align: center;
  width: 140px;
  height: 44px;
  box-sizing: border-box;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-blik-white-label #paynow_blik_code:focus {
  border-color: #1261e6;
  outline: none;
}
.order-pay-left li.wc_payment_method > .payment_box .paynow-data-processing-info p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .order-pay-right {
    width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 900px) {
  .order-pay-wrapper {
    flex-direction: column;
  }
  .order-pay-right {
    width: 100%;
    min-width: 100%;
    position: static;
  }
}
@media (max-width: 640px) {
  .ty-card {
    padding: 40px 20px 25px;
  }
  .ty-card__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .ty-card__text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 5px;
  }
  .ty-card__order-number {
    font-size: 17px;
  }
  .ty-failed-actions {
    flex-direction: column;
    align-items: center;
  }
  .order-pay-box {
    padding: 20px 18px;
  }
  .order-pay-box__title {
    font-size: 1.15em;
  }
}
.woocommerce-bacs-bank-details {
  display: none !important;
}

.woocommerce-MyAccount-content > p:has(mark.order-number) {
  font-size: 18px;
  font-weight: 300;
  color: #2c304c;
  line-height: 26px;
  margin-bottom: 28px;
  text-align: center;
  padding: 0 30px 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content > p:has(mark.order-number) mark {
  background: none;
  padding: 0;
}
.woocommerce-MyAccount-content > p:has(mark.order-number) mark.order-number {
  color: #1261e6;
  font-weight: 800;
}
.woocommerce-MyAccount-content > p:has(mark.order-number) mark.order-date {
  color: #2c304c;
  font-weight: 800;
}
.woocommerce-MyAccount-content > p:has(mark.order-number) mark.order-status {
  color: #2c304c;
  font-weight: 800;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #b6cff5;
  padding: 30px 32px;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin: 0 30px 24px;
  padding: 0;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-products {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .vo-product-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}
.woocommerce-MyAccount-content .vo-product-row:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-content .vo-product-thumb {
  flex-shrink: 0;
}
.woocommerce-MyAccount-content .vo-product-thumb img {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 25px;
  margin-right: 25px;
}
.woocommerce-MyAccount-content .vo-product-name {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 800;
  color: #2c304c;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-product-name a {
  color: #2c304c;
  text-decoration: none;
}
.woocommerce-MyAccount-content .vo-product-name a:hover {
  color: #1261e6;
}
.woocommerce-MyAccount-content .vo-product-qty {
  flex-shrink: 0;
  font-size: 18px;
  color: #2c304c;
  white-space: nowrap;
  font-weight: 800;
  margin-right: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-product-price {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  color: #2c304c;
  white-space: nowrap;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 30px;
}
.woocommerce-MyAccount-content .vo-purchase-note {
  padding: 8px 0 8px 70px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.woocommerce-MyAccount-content .vo-purchase-note p {
  margin: 0;
}
.woocommerce-MyAccount-content .vo-totals {
  background: #f7f9fe;
  border-radius: 15px;
  padding: 25px 30px 25px;
}
.woocommerce-MyAccount-content .vo-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  max-width: 500px;
  margin-left: auto;
}
.woocommerce-MyAccount-content .vo-totals-label {
  font-size: 18px;
  font-weight: 400;
  color: #2c304c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-totals-value {
  font-size: 18px;
  font-weight: 800;
  color: #2c304c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-totals-separator {
  height: 1px;
  background: #b6cff5;
  margin: 10px 0 5px;
  max-width: 500px;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-totals-row--total {
  padding-top: 12px;
}
.woocommerce-MyAccount-content .vo-totals-row--total .vo-totals-label {
  font-size: 18px;
  font-weight: 400;
  color: #2c304c;
}
.woocommerce-MyAccount-content .vo-totals-row--total .vo-totals-label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-totals-row--total .vo-totals-value {
  font-size: 18px;
  font-weight: 800;
  color: #1261e6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.woocommerce-MyAccount-content .vo-actions .vo-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #1261e6;
  border-radius: 10px;
  text-decoration: none;
  transition: all ease 0.3s;
  border: none;
}
.woocommerce-MyAccount-content .vo-actions .vo-action-btn:hover {
  background-color: #2f75ee;
}
.woocommerce-MyAccount-content .vo-actions .vo-action-btn.cancel {
  color: #1261e6;
  background: #fff;
  border: 1px solid #1261e6;
}
.woocommerce-MyAccount-content .vo-actions .vo-action-btn.cancel:hover {
  color: #78b6e3;
  border-color: #78b6e3;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #b6cff5;
  padding: 30px 32px;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details__title {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin: 0 30px 30px;
  padding: 0;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-info-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
  background: #f7f9fe;
  border-radius: 15px;
  padding: 20px 30px;
}
.woocommerce-MyAccount-content .vo-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.woocommerce-MyAccount-content .vo-info-row:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-content .vo-info-label {
  color: #2c304c;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-info-value {
  font-size: 18px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-info-value--bold {
  font-weight: 800;
  color: #1a2540;
}
.woocommerce-MyAccount-content .vo-info-value--highlight {
  font-weight: 800;
  color: #1261e6;
}
.woocommerce-MyAccount-content .vo-customer-note {
  font-size: 18px;
  font-weight: 300;
  color: #2c304c;
  line-height: 1.6;
  margin-bottom: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-customer-note strong {
  font-weight: 800;
  margin-right: 4px;
  margin-left: 30px;
}
.woocommerce-MyAccount-content .vo-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 650px) {
  .woocommerce-MyAccount-content .vo-address-grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-MyAccount-content .vo-address-grid--single {
  grid-template-columns: 1fr;
}
.woocommerce-MyAccount-content .vo-address__title {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin: 0 0 25px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-address {
  margin-left: 30px;
}
.woocommerce-MyAccount-content .vo-address address {
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #2c304c;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-content .vo-address address strong {
  display: block;
  font-weight: 600;
  color: #2c304c;
}
.woocommerce-MyAccount-content .vo-address address p {
  font-size: 18px;
  margin: 4px 0 0;
}
.woocommerce-MyAccount-content .vo-address address p:first-of-type {
  margin-top: 25px;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate {
  padding: 12px 14px;
  background: #f7f9fe;
  border-radius: 8px;
  margin-bottom: 6px;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-inner {
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-meta {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0 0 4px;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description {
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.55;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p {
  margin: 0;
}
.woocommerce-MyAccount-content > h2:has(+ .woocommerce-OrderUpdates) {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2540;
  margin: 0 0 12px;
  padding: 24px 0 0;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-order-details,
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .woocommerce-MyAccount-content .woocommerce-order-details:first-of-type,
  .woocommerce-MyAccount-content .woocommerce-customer-details:first-of-type {
    border-bottom: none;
  }
  .woocommerce-MyAccount-content .vo-product-row {
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 30px;
  }
  .woocommerce-MyAccount-content .vo-product-name {
    min-width: calc(100% - 80px);
  }
  .woocommerce-MyAccount-content .vo-totals {
    padding: 16px 18px;
  }
}
@media (max-width: 650px) {
  .woocommerce-MyAccount-content .woocommerce-order-details,
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 30px 0;
  }
  .woocommerce-MyAccount-content .vo-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .woocommerce-MyAccount-content .vo-info-table {
    border-radius: 0;
  }
  .woocommerce-MyAccount-content .vo-totals {
    padding: 14px;
    border-radius: 0;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-Address) {
  padding: 50px 80px;
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-Address) > p:first-child {
  font-size: 18px;
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-Address) .woocommerce-Address header.woocommerce-Address-title h2 {
  font-size: 26px;
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-Address) .woocommerce-Address address {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-content:has(.edit-account) {
    padding: 30px 30px 30px !important;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-address-fields) {
  padding: 50px 80px 40px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-address-fields) {
    padding: 30px 30px 30px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-address-fields) > form > h2,
body.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-address-fields) > h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  position: relative;
  margin: 0;
  padding: 0;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.form-row-first, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
  flex: 0 0 calc(50% - 7.5px);
}
@media (max-width: 640px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.form-row-first, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
    flex: 0 0 100%;
  }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.form-row-wide {
  flex: 0 0 100%;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  background: white;
  padding: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 1;
  margin: 0;
  line-height: 1;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label .required {
  display: none;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label.required_field::after {
  content: " *";
  color: #78b6e3;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label .optional {
  display: none;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label.screen-reader-text {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input.input-text,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
  width: 100%;
  padding: 20px 40px 6px 12px;
  border: 1px solid #d3dbe5;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  outline: none;
  background: white;
  transition: border-color 0.2s ease-in-out;
  box-shadow: none;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: white url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" width="12" height="12" enable-background="new 0 0 12 12" xml:space="preserve"><path fill="%2378B6E3" d="M6,0C5.4,0,5,0.5,5,1v4H1C0.5,5,0,5.5,0,6s0.5,1,1,1h4v4c0,0.5,0.5,1,1,1s1-0.5,1-1V7h4c0.5,0,1-0.5,1-1s-0.5-1-1-1H7V1C7,0.5,6.5,0,6,0L6,0L6,0z"/></svg>') no-repeat right 20px center;
  background-size: 12px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:has(input:not(:-moz-placeholder)) label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:has(input:focus) label, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:has(input:not(:placeholder-shown)) label, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:has(select) label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.has-error .woocommerce-input-wrapper input.input-text {
  border-color: #dc3232;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row.has-error .field-error-message {
  color: #dc3232;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 15px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row[style*="display: none"] {
  display: none !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_country_field {
  order: 75;
}
.woocommerce-address-fields > p:last-child {
  margin-top: 30px;
}
.woocommerce-address-fields > p:last-child button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #1261e6;
  border-radius: 10px;
  border: 1px solid #1261e6;
  padding: 12px 30px;
  min-width: 200px;
  height: 50px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-address-fields > p:last-child button.button:hover {
  background-color: #78b6e3;
  border-color: #78b6e3;
  transition: all ease 0.3s;
}
.woocommerce-address-fields > p:last-child button.button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.woocommerce-address-fields > p:last-child button.button::after {
  content: "\e90b";
  font-family: "icomoon" !important;
  font-size: 12px;
  margin-left: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.woocommerce-account .woocommerce-MyAccount-content:has(.edit-account) {
  padding: 50px 80px 40px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-content:has(.edit-account) {
    padding: 30px 20px 30px;
  }
}

.edit-account h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2c304c;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edit-account h2:not(:first-of-type) {
  margin-top: 40px;
}
.edit-account .edit-account-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.edit-account .edit-account-fields__row {
  display: flex;
  gap: 15px;
}
@media (max-width: 640px) {
  .edit-account .edit-account-fields__row {
    flex-direction: column;
  }
}
.edit-account .edit-account-field--half {
  flex: 1;
}
.edit-account .form-group {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.edit-account .form-group:first-of-type {
  margin-top: 0;
}
.edit-account .form-group:last-of-type {
  margin-bottom: 0;
}
.edit-account .form-group .form-input {
  width: 100%;
  padding: 20px 40px 6px 12px;
  border: 1px solid #d3dbe5;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  outline: none;
  background: white;
  transition: border-color 0.2s ease-in-out;
  box-shadow: none;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
}
.edit-account .form-group .form-label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  color: #2c304c;
  background: white;
  padding: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  opacity: 1;
  line-height: 1;
}
.edit-account .form-group .form-label .required-star {
  color: #78b6e3;
}
.edit-account .form-group .form-input:not(:-moz-placeholder) + .form-label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
.edit-account .form-group .form-input:focus + .form-label,
.edit-account .form-group .form-input:not(:placeholder-shown) + .form-label {
  top: 14px;
  left: 12px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
.edit-account .form-group.has-error .form-input {
  border-color: #dc3232;
}
.edit-account .form-group .field-error-message {
  color: #dc3232;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 15px;
}
.edit-account .edit-account-password-field {
  position: relative;
}
.edit-account .edit-account-password-field .form-input {
  padding-right: 55px;
}
.edit-account .edit-account-password-field .toggle-password {
  position: absolute;
  right: 12px;
  top: 25px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 300;
  color: #2c304c;
  opacity: 0.6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1;
}
.edit-account .edit-account-password-field .toggle-password:hover {
  opacity: 1;
}
.edit-account .edit-account-password-field.has-mismatch .form-input {
  border: 1px solid #dc3232;
}
.edit-account .password-mismatch-error {
  color: #dc3232;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 15px;
}
.edit-account .password-meter-wrapper {
  margin-top: 5px;
  font-size: 14px;
}
.edit-account .password-meter-wrapper .woocommerce-password-strength {
  text-align: left;
  margin-bottom: 4px;
  padding: 0 15px;
}
.edit-account .password-meter-wrapper .woocommerce-password-hint {
  margin: 0;
}
.edit-account .edit-account-submit {
  margin-top: 30px;
}
.edit-account .edit-account-submit button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #1261e6;
  border-radius: 10px;
  border: 1px solid #1261e6;
  padding: 12px 30px;
  min-width: 200px;
  height: 50px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edit-account .edit-account-submit button.button:hover {
  background-color: #78b6e3;
  border-color: #78b6e3;
}
.edit-account .edit-account-submit button.button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.edit-account .edit-account-submit button.button span.icon-plus {
  font-size: 12px;
  margin-left: 12px;
}/*# sourceMappingURL=woocommerce.css.map */