.single-product__ask {
    width:100%!important;
}
.single-product__ask{
    background:#fff;
    border:2px solid #78B72A;
    color:#78B72A;
}
.single-product__ask svg{
    stroke:#78B72A;   
}
.single_add_to_cart_button svg {
    stroke:#fff;
}
.available, .dostępny, .disponible{
    color:#78B72A;
}
.on-demand, .na-zamowienie{
    color:#FFAE00;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img {
    margin-right: 0px!important;
}
.woo-cart .single-product__price {
    color:#000000;
}
.woo-cart .woocommerce-Price-amount bdi{
    color: #00953e;
}
.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom:2rem;
    display: flex !important;
    align-items: center;
    background: linear-gradient(to right, #78b72a, #00953e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);

}
/* chowa quantity generowane automatycznie w przycisku Add-to-Cart */
.woocommerce-variation-add-to-cart .quantity{
	display:none !important;
}
.is-disabled{pointer-events:none;opacity:.4}
.order-empty-btn{
    border: 1px solid #119A3C;
    background: #fff;
    color: #000;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
#cartContent .cart_totals .value{
    background: linear-gradient(to right, #78b72a, #00953e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 600;
    text-align: right;
    font-size: 21px;
    line-height: 33px;
}
#cartContent .cart_totals .value.total-price{
    font-size: 26px;
}
#cartContent .cart_totals .value.shipping-info{
    color:#00953e;
}
#cartContent .cart_totals .name{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    padding-right: 20px;
    text-align: left;
}
#cartContent .cart-item{
    position: relative;
    border-radius: 15px;
    background: #fff;
    z-index: 1;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items:center;
    white-space: nowrap;
}
#cartContent .cart-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #78b72a, #00953e);
    border-radius: 15px;
    z-index: -1;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#cartContent .cart-item .product-quantity{
    display: inline-flex;
    margin-left: 2rem;
    line-height:normal;
}
#cartContent .product-thumbnail{
    max-width:78px;
    margin-right:40px;
}
#cartContent .product-name, #cartContent .product-subtotal{
    display: block;
    border: none;
    font-size: 2rem; 
    font-weight: 600;
}
#cartContent h2{
    background: linear-gradient(to right, #78b72a, #00953e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
}
#cartContent h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.22px;
    display: block;
    margin-top: 0px;
    margin-bottom:20px;
}

#cartContent #customer_details h3 {
    margin-top: 25px;
    margin-bottom:10px;
}

.icon-trash::after{
    content: url('../images/icon-trash.svg');
}
.left-arrow-black::after{
    content: url('../images/left-arrow-black.svg');
}
.icon-tooltip::after{
    content: url('../images/icon-tooltip.svg');  
}
.link-with-icon {
    display:flex;
    align-items:center;
    font-size:1.2rem;
}
.link-with-icon .left{
    margin-left:1rem;
}
.link-with-icon .right{
    margin-right:1rem;
}
#custom-update-cart.loading::after {
	content: '...';
	margin-left: 10px;
	animation: blink 1s infinite;
}

@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.2; }
}

#cartContent input.qty {
    width: auto;
    min-width: 2ch;
    height: 2ch;
    text-align: center;
    font-family: inherit;
    padding: 4px;
    border: 0;
  }
  
  .tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltip-container .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 1000;
    bottom: 125%; /* Wyświetla tooltip powyżej ikony */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    font-size: 13px;
  }
  
  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
.checkout-title{
    display:flex!important;
    align-items:center;
    background: linear-gradient(to right, #78b72a, #00953e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.checkout-title svg{
    margin-right:15px;
}
.checkout-login span::before, .checkout-login span::after {
    content: "";
    width: 200%;
    height: 1px;
    background-color: rgba(221,221,221, 0.86);
    top: 8px;
    position: absolute;
}
.payment_methods .wc_payment_method {
    border:1px solid #EDEDED;
    padding:3rem 1rem;
    margin-bottom:1.5rem;
}
.wc_payment_methods input[type="radio"] + label, .payment_methods input[type="radio"] + label {
    margin-bottom:0;
}
.woocommerce-checkout-payment__wrp {
    padding-top: 0;
    margin-top: 0;
}
.woocommerce-shipping-fields .form-row > label, .woocommerce-billing-fields .form-row > label {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
    display: flex;
}

.radio-choose input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	border: 1.5px solid #e6e6e6;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.radio-choose input[type="radio"]:checked {
	border-color: #5BAF2F;
	background-color: white;
}

.radio-choose input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-color: #5BAF2F;
	border-radius: 50%;
}
.radio-choose .item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	cursor: pointer;
}

.checkout-col__box {
    padding: 32px 32px 48px;
}

.u-checkout-container .optional{
    display:none;
}


/***** Temporary inpost ****/
.easypack-shipping-method-logo{
    display:none;
}

#easypack_show_geowidget{
    margin: 15px 0;
    border-radius: 0 21px 0 21px;
    box-shadow: none !important;
    -webkit-text-fill-color: azure;
    max-width: 100%;
    padding: 15px;
    line-height: 1;
    font-size: 1.575rem !important;
}

#selected-parcel-machine {
    border: 0!important;
    padding: 0!important;
    border-radius: 5px;
    min-width: fit-content;
    margin: 15px 0!important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
}
.easypack-visible-point-header {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-style: normal!important;
    background: #fff!important;
    color: #000!important;
}