.order-item{
  border-bottom: 1px solid #EBECED;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  align-items: flex-end;
}
.order-item:last-child{
  margin-bottom: 0;
}
body:has(.order-box) .order-item{
  padding-bottom: 0;
}
.order-title:last-child{
  margin-bottom: 0;
}
.order-title .btn-link{
  flex-shrink: 0;
  margin-left: 1.6rem;
}
.order-columns{
  align-items: flex-start;
}
.order-column{
  margin-right: 4rem;
}
.order-column:last-child{
  margin-right: 0;
}
.order-column span{
  display: block;
  font-size: 1.2rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.order-img{
  margin-right: 0.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  border: 1px solid #E1E3E3;
  padding: 0.2rem 0.2rem 0 0.2rem;
}
.order-img:last-child{
  margin-right: 0;
}
.order-box{
  border: 1px solid #E1E3E3;
  border-radius: 1.2rem;
  padding: 3.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.order-box:last-child{
  margin-bottom: 0;
}
.order-tracker-list{
  position: relative;
}
.order-tracker-list::after{
  position: absolute;
  content: "";
  left: 0.9rem;
  top: 0.2rem;
  width: 0.2rem;
  height: calc(100% - 0.4rem);
  background: #E1E3E3;
}
.order-tracker-item{
  position: relative;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  padding-left: 3rem;
  color: #A4A6A7;
}
.order-tracker-item:last-child{
  margin-bottom: 0;
}
.order-tracker-item::after{
  position: absolute;
  content: "";
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid #E1E3E3;
  z-index: 1;
}
.order-tracker-item.compeleted,
.order-tracker-item.current{
  color: var(--black);
}
.order-tracker-item.compeleted::after{
  background: url(../images/icon-tick-white.png) var(--pink);
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--pink);
}
.order-tracker-item.current::after{
  border-width: 0.2rem;
  border-color: var(--pink);
}
.order-tracker-item.current .order-tracker-text{
  font-weight: 600;
}
.order-product-item{
  margin-bottom: 1.6rem;
}
.order-product-item:last-child{
  margin-bottom: 0;
}
.order-product-img{
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-right: 2rem;
  background: var(--snow-01);
}
.order-product-img img {
  max-width: 3.6rem;
  max-height: 3.6rem;
}
.order-product-text p{
  font-weight: normal;
}
a.order-product-item:hover .fw-16{
  color: var(--pink);
  text-decoration: underline;
}
.order-payment-item{
  margin-bottom: 1.2rem;
  justify-content: space-between;
}
.order-payment-item:last-child{
  margin-bottom: 0;
}
.order-payment-item p{
  font-weight: 600;
  margin: 0;
}
.order-payment-item img{
  max-width: 5rem;
  max-height: 2.6rem;
}
@media(min-width:1460px) and (max-width:1499.98px){
}
@media(min-width:1360px) and (max-width:1459.98px){
  .order-item {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .order-item {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .order-column {
    margin-right: 3.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .order-column {
    margin-right: 2.2rem;
  }
  .order-img {
    margin-right: 0.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .order-box {
    padding: 2.4rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .order-column {
    margin-right: 3.2rem;
  }
  .order-box {
    padding: 2.4rem;
  }
}
@media(max-width:767.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
  }
  .order-title .btn-link {
    margin-left: 1.2rem;
  }
  .order-column {
    margin-right: 2rem;
  }
  .order-right {
    width: 100%;
    margin-top: 1.6rem;
  }
  .order-img {
    margin-right: 0.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .order-box {
    padding: 2rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .order-tracker-item {
    margin-bottom: 1.4rem;
    flex-wrap: wrap;
  }
  .order-tracker-date {
    width: 100%;
  }
  .order-product-img {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.6rem;
  }
  .order-payment-item span{
    padding-right: 1.6rem;
  }
  .order-payment-item p span,
  .order-payment-item span + span{
    padding-right: 0 !important;
  }
  .order-btn .btn{
    width: 100%;
  }
}


/* YITH Popup - Custom Theme Styles */
.ywdpd_popup {
    font-family: 'Poppins', sans-serif !important;
}
.ywdpd_popup .ywdpd_popup_wrapper {
    max-width: 56rem;
}
.ywdpd_popup .ywdpd_popup_general_content {
    border-radius: 0.8rem !important;
    box-shadow: 0 0.4rem 2.4rem rgba(0,0,0,0.15) !important;
    padding: 4rem !important;
}
.ywdpd_popup .ywdpd_close {
    top: 1.6rem !important;
    right: 1.6rem !important;
    width: 2.4rem !important;
    height: 2.4rem !important;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.ywdpd_popup .ywdpd_close:hover {
    opacity: 1;
}
.ywdpd_popup .ywdpd_rule_title {
    font-family: 'DM Serif Display', serif !important;
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
    color: #0E0702 !important;
    margin-bottom: 2.4rem !important;
    max-width: 100% !important;
}
.ywdpd_popup .ywdpd_popup_items li.item {
    background: white !important;
    border-radius: 0.8rem !important;
    padding: 1.6rem !important;
    border: 1px solid #D7D9DA;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.ywdpd_popup .ywdpd_popup_items li.item h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    color: #0E0702 !important;
    font-weight: 500 !important;
    margin-top: 1.2rem !important;
}
.ywdpd_popup .ywdpd_popup_items li.item .ywdpd_image_container img {
    border-radius: 0.4rem !important;
}
.ywdpd_image_container img {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Buttons */
.ywdpd_popup .ywdpd_btn_confirm,
.ywdpd_popup .single_add_to_cart_button,
.ywdpd_popup .product_taxonomy.button {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    height: 4.8rem !important;
    padding: 0 2.8rem !important;
    border-radius: 100rem !important;
    background: #FF004C !important;
    border: 1px solid #FF004C !important;
    color: #ffffff !important;
    transition: background 0.3s, border-color 0.3s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
.ywdpd_popup .ywdpd_btn_confirm:hover,
.ywdpd_popup .single_add_to_cart_button:hover,
.ywdpd_popup .product_taxonomy.button:hover {
    background: #CC003D !important;
    border-color: #CC003D !important;
    color: #ffffff !important;
}
.ywdpd_popup .ywdpd_btn_container {
    margin-top: 2.4rem !important;
    text-align: center !important;
}
/* Quantity controls */
.ywdpd_popup .ywdpd_qty_field {
    border-color: #EBECED !important;
}
.ywdpd_popup .ywdpd_qty_arrows .button {
    background: #FF004C !important;
    border-color: #FF004C !important;
    color: #ffffff !important;
}
.ywdpd_popup .ywdpd_qty_arrows .button:hover {
    background: #CC003D !important;
    border-color: #CC003D !important;
}
.ywdpd_popup .ywdpd_qty_arrows .button span {
    background: #ffffff !important;
}
.ywdpd_popup_items li::after {
	content: none !important;
}
/* Footer / No thanks link */
.ywdpd_popup .ywdpd_footer {
    margin-top: 1.6rem !important;
    text-align: center !important;
}
.ywdpd_popup .ywdpd_footer a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.4rem !important;
    color: #999495 !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}
.ywdpd_popup .ywdpd_footer a:hover {
    color: #FF004C !important;
}
/* Countdown */
.ywdpd_popup .ywdpd_countdown {
    color: #FF004C !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}
.ywdpd_popup .ywdpd_countdown .ywdpd-icon-time-check {
    background-color: #FF004C !important;
}
/* Owl carousel nav */
.ywdpd_popup .owl-nav .owl-prev,
.ywdpd_popup .owl-nav .owl-next {
    background: #FF004C !important;
    border-radius: 50% !important;
}
.ywdpd_popup .owl-nav .owl-prev:hover,
.ywdpd_popup .owl-nav .owl-next:hover {
    background: #CC003D !important;
}
/* Step 2 */
.ywdpd_popup .ywdpd_step2 .variation-table th,
.ywdpd_popup .ywdpd_step2 .variation-table td {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.4rem !important;
    padding: 1.2rem !important;
    border-color: #EBECED !important;
}
.ywdpd_popup .ywdpd_step2 select {
    font-family: 'Poppins', sans-serif !important;
    height: 4.8rem !important;
    border-radius: 0.8rem !important;
    border-color: #CDD0D1 !important;
    padding: 0 1.6rem !important;
}
body .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item{
	width: 100% !important;
}

/* Paczkomat Select */
#paczkomat_id_wrapper .select2-selection--single ,
#paczkomat_id_wrapper .select2-dropdown,
#paczkomat_id_wrapper #open-geowidget {
  border-radius: 100rem !important;
}
.woocommerce-input-wrapper {
  max-width: 48rem;
}

table:has(.woocommerce-input-wrapper) {
  width: 100%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-input-wrapper .select2 {
  width: 100% !important;
}
#paczkomat_id_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 26px;
  left: -15px;
  margin: -8px 0 0;
}
#paczkomat_id_wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  content: "";
  right: 2rem;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/icon-arrow-down.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Responsive */
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-input-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
    .ywdpd_popup .ywdpd_popup_general_content {
        padding: 2rem !important;
        margin: 1.6rem !important;
        max-width: calc(100% - 3.2rem) !important;
    }
    .ywdpd_popup .ywdpd_rule_title {
        font-size: 2rem !important;
        line-height: 2.8rem !important;
    }
    .ywdpd_popup .ywdpd_btn_confirm {
        width: 100% !important;
    }
}

