.choose-eyes h4 {
  position: relative;
  display: inline-block;
}
.cart-container {
  z-index: 9 !important;
}
.tooltipswitch {
  position: absolute;
  right: 1rem;
  top: 0rem;
  content: '';
  background: url(images/ask.svg) center no-repeat transparent;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  opacity: 0.8;
  cursor: pointer;
}
.youltip {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  font-size: 0.8rem;
  border: 1px  solid lightgrey;
  border-radius: 1rem;
  background: white;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  width: 15rem;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  z-index: 999999;
  line-height: 1.5;
  top: 50%;
  margin-left: 1.5rem;
}
.youltip.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.youltip .close {
  position: absolute;
  right: 0.7rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-size: contain;
  background-image: url(images/close.svg);
  cursor: pointer;
}
.popup-k,
.popup-p {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.3);
  transform: translate(0, -25%);
  z-index: 9;
  opacity: 0;
  box-sizing: content-box;
  visibility: hidden;
  transition: 0.5s ease;
}
@media (min-width: 769px) {
  .popup-k,
  .popup-p {
    max-width: 27rem;
  }
}
.popup-k .buttons,
.popup-p .buttons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.popup-k .buttons button,
.popup-p .buttons button {
  display: inline-block;
  margin-top: 0 !important;
  z-index: 999;
}
@media (max-width: 768px) {
  .popup-k .buttons button,
  .popup-p .buttons button {
    flex: 0 0 100%;
    max-width: 15rem;
  }
}
.popup-k .buttons button:nth-of-type(1),
.popup-p .buttons button:nth-of-type(1),
.popup-k .buttons button.button.alt:nth-of-type(1),
.popup-p .buttons button.button.alt:nth-of-type(1) {
  margin: 0 0.75rem 0 0 !important;
  width: auto;
}
@media (max-width: 768px) {
  .popup-k .buttons button:nth-of-type(1),
  .popup-p .buttons button:nth-of-type(1),
  .popup-k .buttons button.button.alt:nth-of-type(1),
  .popup-p .buttons button.button.alt:nth-of-type(1) {
    margin: 0 0 0.75rem 0 !important;
  }
}
.popup-k.active,
.popup-p.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.popup-k p,
.popup-p p {
  text-align: center;
  margin-bottom: 0.5rem;
}
a.added_to_cart.wc-forward {
  display: none !important;
}
.checkout-button.disabled {
  opacity: 0.75;
}
#down-modal {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
#down-modal.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.33s ease;
}
button.reverse {
  font-weight: 700;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 2rem;
  transition: 0.5s;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
}
button.reverse.active,
button.reverse:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
#choose-screen #choose-lens .lens-div .lens-index {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2rem;
}
#choose-screen #choose-lens .lens-div .lens-index label {
  display: block ;
  margin: 0 0 0.3rem 0;
  padding: 0.75rem 0.5rem;
  border-radius: 3rem;
  border: 1px solid #000;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease;
}
#choose-screen #choose-lens .lens-div .lens-index label:hover,
#choose-screen #choose-lens .lens-div .lens-index label.checked {
  background: #000;
  color: #fff;
  transition: 0.3s ease;
}
#choose-screen #choose-lens .lens-div .lens-index label input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.list-przymierzalnia {
  transition: 0.5s ease;
}
.list-przymierzalnia.hide {
  opacity: 0;
  transition: 0.2s ease;
}
.list-przymierzalnia ul.products li.product {
  padding-bottom: 0.5rem !important;
}
.list-przymierzalnia ul.products li.product.hide {
  display: none;
}
.list-przymierzalnia h2 {
  text-align: center;
  padding-top: 0;
}
.list-przymierzalnia a.woocommerce-loop-product__link img {
  margin-bottom: 0 !important;
}
.list-przymierzalnia .center {
  display: flex;
  align-items: center;
}
.list-przymierzalnia .center a {
  font-weight: 700;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 2rem;
  transition: 0.5s ease;
}
.list-przymierzalnia .center a:hover,
.list-przymierzalnia .center a.selected {
  background: #000 !important;
  color: #fff !important;
}
.list-przymierzalnia .center a.hide {
  transition: 0.5s ease;
  opacity: 0;
}
.list-przymierzalnia .center a.disabled,
.list-przymierzalnia .center a.disabled:hover {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  background: #fff !important;
  color: #000 !important;
  transition: 0.5s ease;
  font-weight: 400 !important;
}
.list-przymierzalnia .center a.selected {
  cursor: not-allowed !important;
}
.list-przymierzalnia .woocommerce ul.products li.product {
  padding-bottom: 2rem !important;
}
.przymierzalnia-accept {
  width: 100%;
  display: flex;
  flex: row nowrap;
  justify-content: center;
}
.przymierzalnia-accept label {
  display: block;
  font-size: 18px !important;
}
.przymierzalnia-accept input {
  margin-right: 9px;
}
.empty-przymierzalnia .product-add {
  padding: 0 !important;
}
.empty-przymierzalnia .product-add img {
  height: 0.85rem !important;
  width: 0.85rem !important;
  margin: 0 auto;
  display: block;
}
.empty-przymierzalnia .product-thumbnail img {
  display: block;
  width: 80% !important;
  margin: 0 auto;
  opacity: 0.8;
}
.empty-przymierzalnia .product-quantity,
.empty-przymierzalnia .product-subtotal,
.empty-przymierzalnia .product-price {
  display: none !important;
}
@media (max-width: 768px) {
  .empty-przymierzalnia .product-add {
    display: none !important;
  }
  .empty-przymierzalnia .product-thumbnail {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .empty-przymierzalnia .product-thumbnail img {
    max-width: 40%;
    padding-top: 30px;
  }
  .empty-przymierzalnia .product-name {
    border-color: #fff !important;
  }
  .empty-przymierzalnia .product-name a {
    font-size: 16px;
    text-align: center;
    color: #3d3d3d !important;
    background-color: #fff;
    padding: 20px;
    border-radius: 3rem;
    line-height: 1.6 !important;
    border: 1px solid #3d3d3d;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: 0.3s ease;
  }
  .empty-przymierzalnia .product-name a:hover {
    background-color: #3d3d3d;
    color: #fff !important;
    transition: 0.3s ease;
  }
}
.przymierzalnia-true {
  display: flex;
  flex-flow: column-reverse;
}
.przymierzalnia-nie,
.przymierzalnia-tak {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  line-height: 36px;
  font-weight: 700;
  font-family: "Kumbh Sans";
  font-style: normal;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 24px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 768px) {
  .przymierzalnia-nie,
  .przymierzalnia-tak {
    border-radius: 3rem !important;
    padding: 1rem !important;
    line-height: 1.6 !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 30px 0 !important;
    width: 95%;
    margin: auto;
  }
  .woocommerce-cart .wc-proceed-to-checkout a {
    border-radius: 3rem !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-flow: column-reverse;
  }
}
button.przymierzalnia-nie {
  color: #ffffff;
  border-color: #000;
  background-color: #000;
  border-radius: 30px;
  text-transform: uppercase;
}
button.przymierzalnia-nie:hover {
  color: #355412;
  border-color: #0000;
  background-color: #CEEDAA;
}
a.przymierzalnia-tak,
button.przymierzalnia-tak {
  color: #000;
  border-color: #000;
  background-color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
a.przymierzalnia-tak:hover,
button.przymierzalnia-tak:hover {
  color: #ffffff;
  border-color: #000;
  background-color: #000;
}
a.przymierzalnia-tak:disabled,
button.przymierzalnia-tak:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
a.przymierzalnia-tak:disabled:hover,
button.przymierzalnia-tak:disabled:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.woocommerce-cart a.przymierzalnia-tak {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.modal {
  position: fixed;
  top: 100vh;
  left: 10rem;
  width: 40rem;
  background-color: blue;
  z-index: 99;
  transition: 300ms ease;
}
.modal.active {
  top: 10vh;
  transition: 300ms ease;
}
h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}
h5 {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
#lens-k,
#lens-p {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.cart-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.cart-modal.active {
  visibility: visible;
  opacity: 1;
}
.eut-cart-button-wrapper a {
  width: 1rem;
  height: 1rem;
}
.eut-cart-button-wrapper a.hide {
  opacity: 0;
  transition: 0.1s;
}
.eut-cart-button-wrapper a.zoom-in {
  opacity: 0;
  transform: scale(2);
}
.eut-cart-button-wrapper a.przymierzalnia {
  transition: 0.5s;
  transform: scale(1);
  width: 1rem;
  height: 1rem;
  background: url('images/przymierzalnia.svg') center no-repeat transparent;
  background-size: contain;
}
.eut-cart-button-wrapper a.przymierzalnia:before {
  content: "";
}
#eut-header.eut-light.eut-header-sticky .eut-cart-button-wrapper a.przymierzalnia {
  background: url('images/przymierzalnia.svg') center no-repeat transparent;
  background-size: contain;
}
#eut-header.eut-light .eut-cart-button-wrapper a.przymierzalnia {
  background: url('images/przymierzalnia-light.svg') center no-repeat transparent;
  background-size: contain;
}
.page-id-6391 #eut-header.eut-light .eut-cart-button-wrapper a.przymierzalnia {
  background: url('images/przymierzalnia.svg') center no-repeat transparent;
  background-size: contain;
}
#choose-container {
  position: fixed;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transition: 0.25s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
#choose-container.active {
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.75s ease;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  top: 0;
}
#choose-container.active #choose-screen {
  margin-top: 72px;
}
@media (min-width: 769px) {
  #choose-container.active #choose-screen {
    margin-top: 15vh;
    margin-bottom: 10vh;
  }
}
#choose-screen {
  width: 95%;
  padding: 3rem;
  position: relative;
  max-width: 980px;
  margin: 100vh auto 0 auto;
  height: auto;
  background-color: #fff;
  z-index: 9999;
  transition: all 700ms cubic-bezier(0.99, -0.005, 0.305, 1);
  transition-timing-function: cubic-bezier(0.99, -0.005, 0.305, 1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.13);
  border-radius: 1rem;
  overflow: visible;
}
@media (min-width: 560px) {
  #choose-screen {
    padding: 4rem;
  }
}
@media (min-width: 769px) {
  #choose-screen {
    width: 80%;
    padding: 5rem;
  }
}
#choose-screen::-webkit-scrollbar {
  display: none;
}
#choose-screen.active {
  transition: 0.5s ease;
  transition: all 1000ms cubic-bezier(0.99, -0.005, 0.305, 1);
  transition-timing-function: cubic-bezier(0.99, -0.005, 0.305, 1);
}
#choose-screen #choose-lens,
#choose-screen .big-selects-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#choose-screen #choose-lens h3,
#choose-screen .big-selects-container h3 {
  padding-top: 0;
  flex: 0 0 100%;
}
#choose-screen #choose-lens .lens-div,
#choose-screen .big-selects-container .lens-div,
#choose-screen #choose-lens .big-select,
#choose-screen .big-selects-container .big-select {
  flex: 0 0 100%;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #D7E1E9;
  margin-bottom: 2rem;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 768px) {
  #choose-screen #choose-lens .lens-div,
  #choose-screen .big-selects-container .lens-div,
  #choose-screen #choose-lens .big-select,
  #choose-screen .big-selects-container .big-select {
    flex: 0 0 100%;
  }
}
@media (min-width: 769px) {
  #choose-screen #choose-lens .lens-div,
  #choose-screen .big-selects-container .lens-div,
  #choose-screen #choose-lens .big-select,
  #choose-screen .big-selects-container .big-select {
    flex: 0 0 48%;
  }
}
@media (min-width: 1280px) {
  #choose-screen #choose-lens .lens-div,
  #choose-screen .big-selects-container .lens-div,
  #choose-screen #choose-lens .big-select,
  #choose-screen .big-selects-container .big-select {
    flex: 0 0 31%;
  }
}
#choose-screen #choose-lens .lens-div:hover,
#choose-screen .big-selects-container .lens-div:hover,
#choose-screen #choose-lens .big-select:hover,
#choose-screen .big-selects-container .big-select:hover {
  border-color: #c0d0dc;
  transition: 0.2s;
}
#choose-screen #choose-lens .lens-div:hover,
#choose-screen .big-selects-container .lens-div:hover,
#choose-screen #choose-lens .big-select:hover,
#choose-screen .big-selects-container .big-select:hover,
#choose-screen #choose-lens .lens-div.active,
#choose-screen .big-selects-container .lens-div.active,
#choose-screen #choose-lens .big-select.active,
#choose-screen .big-selects-container .big-select.active {
  border-color: #70E852;
  transition: 0.2s;
}
#choose-screen #choose-lens .lens-div input,
#choose-screen .big-selects-container .lens-div input,
#choose-screen #choose-lens .big-select input,
#choose-screen .big-selects-container .big-select input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
#choose-screen #choose-lens .lens-div label,
#choose-screen .big-selects-container .lens-div label,
#choose-screen #choose-lens .big-select label,
#choose-screen .big-selects-container .big-select label {
  cursor: pointer;
  position: relative;
  height: 100%;
  display: block;
  padding-bottom: 4rem;
}
#choose-screen #choose-lens .lens-div label > *,
#choose-screen .big-selects-container .lens-div label > *,
#choose-screen #choose-lens .big-select label > *,
#choose-screen .big-selects-container .big-select label > * {
  flex: 0 0 100%;
  align-content: flex-start;
}
#choose-screen #choose-lens .lens-div label span,
#choose-screen .big-selects-container .lens-div label span,
#choose-screen #choose-lens .big-select label span,
#choose-screen .big-selects-container .big-select label span {
  display: block;
  text-align: left;
  line-height: 1.5;
}
#choose-screen #choose-lens .lens-div label span:first-of-type,
#choose-screen .big-selects-container .lens-div label span:first-of-type,
#choose-screen #choose-lens .big-select label span:first-of-type,
#choose-screen .big-selects-container .big-select label span:first-of-type {
  font-weight: 700;
  margin-bottom: 1rem;
}
#choose-screen #choose-lens .lens-div label span:last-of-type,
#choose-screen .big-selects-container .lens-div label span:last-of-type,
#choose-screen #choose-lens .big-select label span:last-of-type,
#choose-screen .big-selects-container .big-select label span:last-of-type {
  position: absolute;
  bottom: 0rem;
  left: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #594f51;
}
#choose-screen h3 {
  padding-top: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: left;
}
#do-czego .big-selects {
  width: 100%;
}
#do-czego .big-selects .big-select {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  #do-czego .big-selects .big-select {
    flex: 0 0 48%;
  }
}
#do-czego .big-selects .big-select input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#do-czego .big-selects .big-select label {
  padding-bottom: 0 !important;
}
#do-czego .big-selects .big-select label span {
  position: unset !important;
  text-align: left !important;
}
.level2 {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  flex-flow: row wrap;
}
.level2 label[for=choose-later],
.level2 label[for=choose-file],
.level2 label[for=choose-eyes] {
  flex: 0 0 40%;
  border: 1px solid #5199FF;
  padding: 0rem;
  margin: 0 1rem;
  border-radius: 3rem;
  text-align: center;
  color: #5199FF;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.level2 label[for=choose-later]:hover,
.level2 label[for=choose-file]:hover,
.level2 label[for=choose-eyes]:hover,
.level2 label[for=choose-later].active,
.level2 label[for=choose-file].active,
.level2 label[for=choose-eyes].active {
  background-color: #5199FF;
  color: #fff;
  transition: 0.3s;
}
.level2 input.btn {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.choose-eyes,
.choose-file {
  flex: 0 0 100%;
  padding: 2rem 0 0 0;
}
.choose-eyes.active,
.choose-file.active {
  padding: 2rem 0 0 0 ;
}
.later-button label {
  border-color: #c0d0dc;
  color: #c0d0dc;
}
.later-button label:hover {
  background-color: #231F20;
  border-color: #231F20;
  color: #fff;
}
.accept-button {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  transition: 0.5s ease;
  display: block;
  flex-flow: column;
}
.accept-button.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  display: none;
}
#accept {
  flex: 0 0 40%;
  border: 1px solid #5199FF;
  background-color: #5199FF;
  padding: 0;
  margin: 0 0 0.5rem 0;
  border-radius: 4rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  line-height: 4rem;
  font-weight: 700;
  width: 100%;
}
#accept-info {
  text-align: center;
}
@media (min-width: 769px) {
  #accept {
    flex: 0 0 100%;
  }
}
#accept:disabled,
#accept:disabled:hover {
  background-color: #fff;
  border: 2px #5199FF solid !important;
  color: #5199FF;
  opacity: 0.5;
}
#accept:hover,
#accept.active {
  background-color: #5199FF;
  color: #fff;
  transition: 0.3s;
}
#choose-way {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#choose-way > div {
  flex: 0 0 20rem;
}
#choose-way > div,
.choose-later {
  display: block;
  position: relative;
  height: 4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  #choose-way > div,
  .choose-later {
    margin-bottom: 2rem;
  }
}
#choose-way > div label,
.choose-later label {
  border: 2px solid #5199FF;
  transition: 0.3s ease;
  border-radius: 5rem;
  color: #5199FF;
  text-align: center;
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  font-weight: 700;
  margin-top: -2px;
  cursor: pointer;
  line-height: 4rem;
}
#choose-way > div label.active,
.choose-later label.active {
  background-color: #5199FF;
  color: #fff;
}
#choose-way > div input,
.choose-later input {
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  display: block;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
#choose-way > div.active,
.choose-later.active {
  background: #5199FF;
  color: #fff;
  transition: 0.3s ease;
}
.choose-later {
  width: 20rem;
  margin: 0 auto 2rem auto;
}
@media (min-width: 769px) {
  .choose-later {
    margin: 2rem auto;
  }
}
.functions-containers {
  overflow: hidden;
}
.functions-containers > div {
  visibility: hidden;
  opacity: 0;
  height: 0;
  background: #fff;
  transition: 0;
  padding: 1.5rem;
  display: none;
}
.functions-containers > div.active {
  visibility: visible;
  opacity: 1;
  display: block;
  height: auto;
  transition: 0 !important;
}
#sendmail {
  width: auto;
  margin: 2rem auto 0 auto;
  display: inherit;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 3rem;
  font-size: 0.9rem;
  max-width: 20rem;
}
.moc h4 {
  padding-bottom: 2rem;
}
.moc > div {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  position: relative;
  padding: 2rem 0;
  justify-content: space-between;
  align-items: center;
}
.moc > div h5 {
  text-align: left;
}
@media (min-width: 769px) {
  .moc > div h5 {
    flex: 0 0 100px;
  }
}
.moc > div div {
  flex: 0 0 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .moc > div div {
    flex: 0 0 25%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.moc > div div label {
  position: absolute;
  top: -1rem;
  left: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .moc > div div label {
    right: 1rem;
  }
}
.moc select {
  width: 100% !important;
  position: relative;
  padding: 0.75rem 1.5rem !important;
  border: 1px solid #c0d0dc;
  border-radius: 2rem;
  background-color: #fff !important;
  appearance: none !important;
  text-align: center;
  float: left;
  line-height: 2;
  background-image: none;
}
.moc select:disabled {
  opacity: 0.3;
}
/*

  .choose-file {
      display: none;
  }
  */
.rozstaw {
  display: flex;
  justify-content: flex-start !important;
  padding: 0;
  flex-flow: row wrap;
}
.rozstaw h5 {
  flex: 0 0 172px !important;
  position: relative;
}
@media (min-width: 769px) {
  .rozstaw h5 {
    flex: 0 0 120px !important;
  }
}
.rozstaw > div {
  flex: 0 0 35%;
  padding: 0;
}
@media (min-width: 769px) {
  .rozstaw > div {
    margin: 2rem 1rem 1rem 1rem;
  }
}
.rozstaw > div select {
  width: 90%;
  margin: 0 1rem;
}
.rozstaw div.right-rozstaw {
  opacity: 0;
  flex: 0 0 0px;
  transition: 0.5s ease;
  margin: 0;
  width: 0;
}
@media (max-width: 768px) {
  .rozstaw div.right-rozstaw {
    flex: 0 0 100%;
    height: 0;
    padding: 0;
  }
}
.rozstaw div.right-rozstaw.show {
  opacity: 1;
  flex: 0 0 25%;
  transition: 0.5s ease;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .rozstaw div.right-rozstaw.show {
    flex: 0 0 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.rozstaw .ask {
  flex: 0 0 50%;
  transition: 0.5s ease;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  margin-right: 0;
}
@media (max-width: 768px) {
  .rozstaw .ask {
    flex: 0 0 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.rozstaw .ask label {
  flex: 0 0 90%;
  margin-left: 0 !important;
  font-size: 0.85rem !important;
  position: unset;
  line-height: 1.5;
  display: inline-block;
  padding-left: 0.75rem;
  box-sizing: border-box;
}
.rozstaw .ask input {
  flex: 0 0 5%;
  margin-top: 0;
  display: block;
  margin: 0;
}
.rozstaw .ask.narrow {
  margin-top: 1rem !important;
  transition: 0.1s ease;
}
@media (min-width: 768px) {
  .rozstaw .ask.narrow {
    flex: 0 0 25%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .choose-screen {
    padding: 3rem 2rem;
  }
}
.later-button,
.accept-button {
  width: 20rem;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  margin: 1rem auto;
}
.later-button {
  position: relative;
}
.later-button label[for=choose-later] {
  border: 1px solid #231F20;
  color: #231F20;
}
.later-button label[for=choose-later]:hover,
.later-button label[for=choose-later].active {
  background: #231F20;
  color: #fff;
}
.later-button label[for=choose-later] input {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
}
/*input.button {
      width: 100px;
      height:50px;
      display: inline-block;
      position: relative;
  }*/
.choose-file,
.choose-eyes {
  transition: 0.5s ease;
}
.choose-file.active,
.choose-eyes.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  transition: 0.5s ease;
}
.choose-eyes .validate {
  position: absolute;
  top: -1.35rem;
  right: 0.75rem;
  font-size: 0.75rem;
}
.choose-eyes .validate-txt {
  position: absolute;
  left: 0;
  bottom: -1.85rem;
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0;
  transition: 0.5s ease;
  color: #EE3D48;
}
.choose-eyes .validate-txt.active {
  opacity: 1;
  transition: 0.5s ease;
}
.choose-eyes input {
  border: 1px solid #fff !important;
  margin-top: 0.5rem !important;
}
.choose-eyes input:focus {
  opacity: 1 !important;
}
.choose-eyes .err .validate {
  color: #EE3D48;
  font-weight: 700;
}
.choose-eyes .err input {
  border: 1px solid #EE3D48 !important;
}
.current-price {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.choose-screen {
  position: relative;
}
.close-choose-screen {
  position: absolute;
  right: 2rem;
  cursor: pointer;
  top: 2rem;
  width: 1rem;
  height: 1rem;
  background-image: url('files/close.svg');
  background-size: contain;
  background-position: center;
}
.uncomplete p {
  text-align: center;
}
.uncomplete .youl-disabled {
  cursor: auto !important;
  opacity: 0.5;
}
.woocommerce-order-received ul.wc-item-meta {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-order-received ul.wc-item-meta li {
  flex: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 1.75;
  padding: 0;
}
.woocommerce-order-received ul.wc-item-meta td:nth-of-type(1),
.woocommerce-order-received ul.wc-item-meta th:nth-of-type(1) {
  text-align: left;
}
.woocommerce-order-received .wc-item-meta-label {
  float: none !important;
}
.woocommerce-order-received p {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .choose-screen {
    padding: 2rem;
  }
}
.button .send {
  text-align: center;
  padding: 0.5rem 1rem;
}
.index-popup {
  position: fixed;
  top: 0;
  left: 0;
  padding: 4rem 2rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: 0.5s ease;
}
@media (min-width: 769px) {
  .index-popup {
    transform: translate(-50%, -50%);
    padding: 2.5rem 3rem;
    top: 50%;
    left: 50%;
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .index-popup {
    width: 100vw;
    height: calc(100vh - 70px);
    top: 70px;
    overflow: scroll;
  }
  .choose-later {
    width: auto;
  }
  .choose-send-button,
  .choose-eyes-button,
  .accept-button {
    max-width: 100%;
  }
}
.index-popup.active {
  position: fixed;
  opacity: 1;
  visibility: visible;
  transition: 0.75s;
  z-index: 9999;
}
.index-popup span.header {
  position: unset !important;
  flex: 0 0 100%;
  font-size: 1.25rem;
  margin-bottom: 1.5rem !important;
  font-weight: 700;
  text-align: center;
}
.index-popup > * {
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .index-popup .img img {
    display: block;
    margin: 0 auto;
  }
  .index-popup .close button {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .index-popup .img {
    flex: 0 0 200px;
  }
  .index-popup .desc {
    flex: 0 0 calc(100% - 216px);
  }
  .index-popup .desc p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
.index-popup .close {
  display: block;
  margin: 1.5rem auto 0 auto;
  border-radius: 2rem;
  border: 1px solid black;
  background-color: black;
  color: #fff;
  padding: 1rem 2rem;
  transition: 0.33s ease;
  text-transform: none;
  flex: 0 0 20rem;
}
.index-popup .close:hover {
  background-color: white;
  color: black;
  transition: 0.33s ease;
}

/* ========================================
   PRZYMIERZALNIA GRID LAYOUT FIX (2025-10-25)
   ======================================== */

/* Main table grid layout for przymierzalnia */
.przymierzalnia-table .cart_item {
  display: grid !important;
  grid-template-columns: 50px 100px 1fr 150px 80px 120px;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* Fix image constraints */
.przymierzalnia-table .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.przymierzalnia-table .product-thumbnail img {
  max-height: 80px !important;
  width: auto !important;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Product name alignment */
.przymierzalnia-table .product-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.przymierzalnia-table .product-name a {
  font-weight: 600;
  color: #3d3d3d;
}

/* Price column center alignment */
.przymierzalnia-table .product-price {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Quantity and subtotal */
.przymierzalnia-table .product-quantity {
  text-align: center;
}

.przymierzalnia-table .product-subtotal {
  text-align: right;
  font-weight: 700;
}

/* Remove button */
.przymierzalnia-table .product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
}

.przymierzalnia-table .product-remove a {
  font-size: 28px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.przymierzalnia-table .product-remove a:hover {
  color: #000;
}

/* Empty przymierzalnia row grid fix */
.empty-przymierzalnia {
  display: grid !important;
  grid-template-columns: 50px 100px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.empty-przymierzalnia .product-name {
  display: flex;
  align-items: center;
}

/* Fitting price label (for "Bezpłatnie" display) */
.fitting-price-label {
  font-weight: 700;
  color: #7ad03a;
  display: block;
}

.fitting-price-label + small {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 3px;
}

/* Table header fixes */
.przymierzalnia-table thead th {
  padding: 15px 0;
  border-bottom: 2px solid #3d3d3d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

/* ========================================
   MOBILE RESPONSIVE (< 768px)
   ======================================== */

@media (max-width: 768px) {
  .przymierzalnia-table .cart_item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 10px;
  }

  .przymierzalnia-table thead {
    display: none;
  }

  .przymierzalnia-table .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .przymierzalnia-table .cart_item {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px 15px;
  }

  .przymierzalnia-table .product-thumbnail {
    justify-content: flex-start;
  }

  .przymierzalnia-table .product-thumbnail img {
    max-height: 100px !important;
    max-width: 100px;
  }

  .przymierzalnia-table .product-name,
  .przymierzalnia-table .product-price,
  .przymierzalnia-table .product-quantity,
  .przymierzalnia-table .product-subtotal {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .przymierzalnia-table .product-price:before,
  .przymierzalnia-table .product-quantity:before,
  .przymierzalnia-table .product-subtotal:before {
    content: attr(data-title) ': ';
    font-weight: 700;
    margin-right: 5px;
  }

  /* Empty row mobile */
  .empty-przymierzalnia {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 15px;
  }
}

/* ========================================
   BUTTON STATES (loading/success/error)
   ======================================== */

.przymierzalnia-tak.loading,
.przymierzalnia-nie.loading,
.checkout-button.loading {
  opacity: 0.6;
  cursor: wait !important;
  pointer-events: none;
}

.przymierzalnia-tak.loading:after,
.przymierzalnia-nie.loading:after,
.checkout-button.loading:after {
  content: '...';
  animation: dots 1s infinite;
}

@keyframes dots {
  0%, 20% { content: '.'; }
  40% { content: '..'; }
  60%, 100% { content: '...'; }
}

.przymierzalnia-tak.success,
.przymierzalnia-nie.success {
  background-color: #7ad03a !important;
  border-color: #7ad03a !important;
  color: #fff !important;
}

.przymierzalnia-tak.error,
.przymierzalnia-nie.error {
  background-color: #a00 !important;
  border-color: #a00 !important;
  color: #fff !important;
}

/* Fitting badge (for meta display) */
.fitting-badge {
  display: inline-block;
  background-color: #5199FF;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 5px;
}

/* ========================================
   PODSUMOWANIE KOSZYKA - PADDING FIX
   ======================================== */
.cart_totals,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.cart-totals-wrapper,
div.cart_totals,
.youl-cart-summary,
#youl-cart-summary {
    padding: 24px 28px !important;
    box-sizing: border-box !important;
}

.cart_totals th,
.cart_totals td,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.youl-cart-summary th,
.youl-cart-summary td {
    padding: 8px 4px !important;
}

/* ========================================

/* ========================================
   TD ACTIONS - ULTRA RESPONSYWNE
   ======================================== */

/* BASE - Desktop duży (1200px+) */
td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce table.shop_table td.actions {
    padding: 50px 45px !important;
    background: #f4eee6 !important;
    border-radius: 60px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    border: none !important;
}

td.actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Sekcja kuponu */
td.actions .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex: 1 1 auto !important;
    min-width: 350px !important;
    margin: 0 !important;
    background: #fff !important;
    padding: 12px 30px !important;
    border-radius: 60px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08) !important;
}

td.actions .coupon label {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #000 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    letter-spacing: 0.3px !important;
}

td.actions .coupon input[type=text],
td.actions .coupon input.input-text {
    flex: 1 1 auto !important;
    padding: 18px 26px !important;
    border: 2px solid #f4eee6 !important;
    border-radius: 60px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    min-width: 180px !important;
    background: #fafafa !important;
    font-weight: 500 !important;
}

td.actions .coupon input[type=text]:focus,
td.actions .coupon input.input-text:focus {
    border-color: #d1b297 !important;
    outline: none !important;
    background: #fff !important;
    box-shadow: 0 0 0 5px rgba(209, 178, 151, 0.15) !important;
}

/* Przyciski */
td.actions button,
td.actions .button,
td.actions button.button {
    padding: 18px 42px !important;
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 60px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
    margin: 0 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

td.actions button:hover,
td.actions .button:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}

td.actions button:disabled,
td.actions .button:disabled {
    background: #e8e8e8 !important;
    color: #aaa !important;
    border-color: #e8e8e8 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

td.actions .coupon button,
td.actions .coupon .button {
    background: #d1b297 !important;
    border-color: #d1b297 !important;
    color: #fff !important;
    padding: 18px 38px !important;
}

td.actions .coupon button:hover,
td.actions .coupon .button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

td.actions input[type=hidden] {
    display: none !important;
}

/* RESPONSIVE - Laptop/Desktop mniejszy (1024px - 1199px) */
@media only screen and (max-width: 1199px) {
    td.actions {
        padding: 45px 40px !important;
        gap: 22px !important;
    }
    
    td.actions .coupon {
        min-width: 320px !important;
        padding: 10px 28px !important;
    }
    
    td.actions button,
    td.actions .button {
        padding: 17px 38px !important;
        font-size: 14px !important;
    }
}

/* RESPONSIVE - Tablet poziomy (900px - 1023px) */
@media only screen and (max-width: 1023px) {
    td.actions {
        padding: 40px 35px !important;
        gap: 20px !important;
        border-radius: 55px !important;
    }
    
    td.actions .coupon {
        min-width: 280px !important;
        padding: 10px 24px !important;
        border-radius: 55px !important;
        gap: 14px !important;
    }
    
    td.actions .coupon input[type=text],
    td.actions .coupon input.input-text {
        padding: 16px 22px !important;
        font-size: 14px !important;
    }
    
    td.actions button,
    td.actions .button {
        padding: 16px 34px !important;
        font-size: 14px !important;
        border-radius: 55px !important;
    }
}

/* RESPONSIVE - Tablet pionowy (768px - 899px) */
@media only screen and (max-width: 899px) {
    td.actions {
        padding: 35px 30px !important;
        gap: 18px !important;
        border-radius: 50px !important;
    }
    
    td.actions .coupon {
        min-width: 100% !important;
        flex-wrap: nowrap !important;
    }
}

/* RESPONSIVE - Mobile duży (600px - 767px) */
@media only screen and (max-width: 767px) {
    td.actions {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 32px 24px !important;
        gap: 18px !important;
        border-radius: 48px !important;
    }
    
    td.actions .coupon {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px 24px !important;
        gap: 14px !important;
        border-radius: 48px !important;
    }
    
    td.actions .coupon label {
        width: 100% !important;
        text-align: left !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
    
    td.actions .coupon input[type=text],
    td.actions .coupon input.input-text {
        width: 100% !important;
        padding: 16px 22px !important;
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    
    td.actions .coupon button,
    td.actions .coupon .button {
        width: 100% !important;
        padding: 17px 32px !important;
        font-size: 15px !important;
    }
    
    td.actions > button,
    td.actions > .button {
        width: 100% !important;
        padding: 18px 32px !important;
        font-size: 15px !important;
    }
}

/* RESPONSIVE - Mobile średni (480px - 599px) */
@media only screen and (max-width: 599px) {
    td.actions {
        padding: 28px 20px !important;
        gap: 16px !important;
        border-radius: 44px !important;
    }
    
    td.actions .coupon {
        padding: 16px 20px !important;
        gap: 12px !important;
        border-radius: 44px !important;
    }
    
    td.actions .coupon input[type=text],
    td.actions .coupon input.input-text {
        padding: 15px 20px !important;
        font-size: 14px !important;
    }
    
    td.actions .coupon button,
    td.actions .coupon .button {
        padding: 16px 28px !important;
        font-size: 14px !important;
    }
    
    td.actions > button,
    td.actions > .button {
        padding: 17px 28px !important;
        font-size: 14px !important;
    }
}

/* RESPONSIVE - Mobile mały (375px - 479px) */
@media only screen and (max-width: 479px) {
    td.actions {
        padding: 24px 16px !important;
        gap: 14px !important;
        border-radius: 40px !important;
    }
    
    td.actions .coupon {
        padding: 14px 18px !important;
        gap: 10px !important;
        border-radius: 40px !important;
    }
    
    td.actions .coupon label {
        font-size: 13px !important;
    }
    
    td.actions .coupon input[type=text],
    td.actions .coupon input.input-text {
        padding: 14px 18px !important;
        font-size: 14px !important;
    }
    
    td.actions .coupon button,
    td.actions .coupon .button {
        padding: 15px 24px !important;
        font-size: 13px !important;
        border-radius: 40px !important;
    }
    
    td.actions > button,
    td.actions > .button {
        padding: 16px 24px !important;
        font-size: 13px !important;
        border-radius: 40px !important;
    }
}

/* RESPONSIVE - Mobile bardzo mały (< 375px) */
@media only screen and (max-width: 374px) {
    td.actions {
        padding: 20px 14px !important;
        gap: 12px !important;
        border-radius: 36px !important;
    }
    
    td.actions .coupon {
        padding: 12px 16px !important;
        gap: 8px !important;
        border-radius: 36px !important;
    }
    
    td.actions .coupon label {
        font-size: 12px !important;
    }
    
    td.actions .coupon input[type=text],
    td.actions .coupon input.input-text {
        padding: 12px 16px !important;
        font-size: 13px !important;
    }
    
    td.actions .coupon button,
    td.actions .coupon .button {
        padding: 14px 20px !important;
        font-size: 13px !important;
        border-radius: 36px !important;
        letter-spacing: 0.2px !important;
    }
    
    td.actions > button,
    td.actions > .button {
        padding: 14px 20px !important;
        font-size: 13px !important;
        border-radius: 36px !important;
        letter-spacing: 0.2px !important;
    }
}

/* FIX - UKRYJ ZAKTUALIZUJ KOSZYK + NAPRAW TŁO */
td.actions button[name='update_cart'],
td.actions .button[name='update_cart'] {
    display: none !important;
}

.woocommerce-cart table.cart tr,
.woocommerce-cart table.cart tbody tr,
.woocommerce table.shop_table tbody tr {
    background: transparent !important;
}

.woocommerce-cart table.cart,
.woocommerce table.shop_table {
    background: transparent !important;
}

td.actions,
.woocommerce-cart table.cart td.actions {
    background: #f4eee6 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* ========================================

/* ========================================
   FIX GUZIK PRZYMIERZ - ULTRA SPECYFICZNY
   ======================================== */

/* Nadpisanie .woocommerce button.button.alt dla checkout-button */
.woocommerce a.checkout-button,
.woocommerce .checkout-button.button,
.woocommerce .checkout-button.button.alt,
a.checkout-button.button.alt.wc-forward,
.checkout-button,
a.checkout-button {
    padding: 18px 42px !important;
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 60px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    margin: 10px 0 !important;
    box-sizing: border-box !important;
}

.woocommerce a.checkout-button:hover,
.woocommerce .checkout-button.button:hover,
.woocommerce .checkout-button.button.alt:hover,
a.checkout-button.button.alt.wc-forward:hover,
.checkout-button:hover,
a.checkout-button:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}

.woocommerce a.checkout-button.disabled,
.checkout-button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    pointer-events: none !important;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
    .woocommerce a.checkout-button,
    .woocommerce .checkout-button.button,
    .woocommerce .checkout-button.button.alt,
    a.checkout-button {
        padding: 17px 36px !important;
        font-size: 15px !important;
        border-radius: 50px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce a.checkout-button,
    .woocommerce .checkout-button.button,
    .woocommerce .checkout-button.button.alt,
    a.checkout-button {
        padding: 16px 32px !important;
        font-size: 14px !important;
        border-radius: 45px !important;
    }
}

/* ========================================
   PAYMENT SECTION - BORDER RADIUS 40PX
   ======================================== */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 40px !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: 30px !important;
}
