/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.jwel-thankyou {
    max-width: 1344px;
    margin: 40px auto;
    padding: 0 16px 60px;
}

/* Hero row */
.jwel-thankyou .jwel-thankyou-hero {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    justify-content: center;
}

.jwel-thankyou .jwel-thankyou-lottie {
    flex: 0 0 auto;
}

.jwel-thankyou h1,
.jwel-thankyou h2 {
    margin: 0;
}

.jwel-thankyou .jwel-thankyou-title {
    font-family: Prata;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0B0404;
}

/* Main two-column layout */
.jwel-thankyou .orderallinfo {
    display: flex;
    gap: 30px;
    flex-direction: row;align-items: flex-start;
}

/* Left & right columns */
.jwel-thankyou .orderallinfo-left {
    flex: 1 1 58%;
    min-width: 0;
    border: 1px solid #E5E7EB;
    background: #F5F5F5;
}

.jwel-thankyou .orderallinfo-right {
    flex: 1 1 42%;
    min-width: 0;
}

/* Order info block */
.jwel-thankyou .order-informations {
    padding: 24px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.jwel-thankyou .order-info-row {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.jwel-thankyou .order-info-item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.jwel-thankyou .order-info-label {
    display: flex;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    color: #6B7280;
}

.jwel-thankyou .order-info-value {
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.jwel-thankyou .order-info-row-2 .order-info-item {
    justify-content: flex-end !important;
}

/* Product details */
.jwel-thankyou .product-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    border-top: 1px solid #D1D5DB;
}

.jwel-thankyou .productimageinfo {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1 auto;
}

.jwel-thankyou .product-image-wrap img.product-image {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
}

.jwel-thankyou .product-text {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.jwel-thankyou .product-name {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.jwel-thankyou .product-weight,
.jwel-thankyou .product-quantity {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: #737373;
}

.jwel-thankyou .product-price {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: #B88E2F;
}

/* Addresses */
.jwel-thankyou .Billing-Address {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.jwel-thankyou .Shipping-Address {
    margin-top: 20px;
}

.jwel-thankyou .addr-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #000000;
    margin-bottom: 15px !important;
}

.jwel-thankyou .namenumberemail {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.jwel-thankyou .namenumberemail > div {
    flex: 1 1 30%;
}

.jwel-thankyou .addr-label {
    display: block;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    margin-bottom: 6px;
}

.jwel-thankyou .addr-value {
    width: 260px !important;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    word-break: break-word;
}

/* Buttons */
.jwel-thankyou .jwel-thankyou-actions {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
}

.jwel-thankyou .jwel-btn {
    width: 182px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    border-radius: 0;
    font-family: Lato;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.jwel-thankyou .jwel-btn-primary {
    background: #B88E2F;
    color: #FFFFFF !important;
    border-color: #B88E2F;
}

.jwel-thankyou .jwel-btn-outline {
    border: 1px solid #B88E2F;
    color: #B88E2F !important;
}

/* Responsive */
@media (max-width: 991px) {
  .jwel-thankyou {
    margin: 24px auto;
    padding: 0 40px 44px;
  }

  /* Hero stack a bit tighter */
  .jwel-thankyou .jwel-thankyou-hero {
    gap: 14px;
    margin-bottom: 24px;
  }

  .jwel-thankyou .jwel-thankyou-title {
    font-size: 24px;
    line-height: 120%;
  }

  /* Two columns -> one column */
  .jwel-thankyou .orderallinfo {
    flex-direction: column;
    gap: 18px;
  }

  .jwel-thankyou .orderallinfo-left,
  .jwel-thankyou .orderallinfo-right {
    flex: 1 1 100%;
width:100%!important;
  }

  /* Order info */
  .jwel-thankyou .order-informations {
    padding: 18px 18px;
    flex-direction: column;
    gap: 14px;
  }

  .jwel-thankyou .order-info-row-2 .order-info-item {
    justify-content: flex-start !important;
  }

  .jwel-thankyou .order-info-label,
  .jwel-thankyou .order-info-value {
    font-size: 16px;
  }

  /* Products */
  .jwel-thankyou .product-details {
    padding: 12px 18px;
    gap: 14px;
  }

  .jwel-thankyou .productimageinfo {
    gap: 14px;
  }

  .jwel-thankyou .product-image-wrap img.product-image {
    width: 84px;
    height: 84px;
  }

  .jwel-thankyou .product-name {
    font-size: 15px;
  }

  .jwel-thankyou .product-weight,
  .jwel-thankyou .product-quantity,
  .jwel-thankyou .product-price {
    font-size: 13px;
  }

  /* Address section */
  .jwel-thankyou .addr-heading {
    font-size: 16px !important;
  }

  .jwel-thankyou .addr-value {
    width: 100% !important;
    font-size: 15px;
  }

  .jwel-thankyou .namenumberemail > div {
    flex: 1 1 48%;
  }

  /* Buttons */
  .jwel-thankyou .jwel-thankyou-actions {
    margin-top: 28px;
    gap: 12px;
    flex-wrap: nowrap;
flex-direction:row;
  }

  .jwel-thankyou .jwel-btn {
    width: auto;
    min-width: 180px;
    padding: 14px 22px;
    font-size: 15px;
  }
}

/* --- Mobiles (<= 600px) --- */
@media (max-width: 600px) {
  .jwel-thankyou {
    margin: 18px auto;
    padding: 0 20px 36px;
  }

  /* Hero */
  .jwel-thankyou .jwel-thankyou-hero {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .jwel-thankyou .jwel-thankyou-title {
    font-size: 20px;
    line-height: 130%;
  }

  /* Order info */
  .jwel-thankyou .order-informations {
    padding: 14px 14px;
    gap: 10px;
  }

  .jwel-thankyou .order-info-label,
  .jwel-thankyou .order-info-value {
    font-size: 14px;
  }

  /* Products */
  .jwel-thankyou .product-details {
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .jwel-thankyou .productimageinfo {
    width: 100%;
  }

  .jwel-thankyou .product-image-wrap img.product-image {
    width: 72px;
    height: 72px;
min-width:72px;
  }

  .jwel-thankyou .product-text {
    gap: 6px;
  }

  .jwel-thankyou .product-name {
    font-size: 14px;
  }

  .jwel-thankyou .product-weight,
  .jwel-thankyou .product-quantity,
  .jwel-thankyou .product-price {
    font-size: 12px;
  }

  /* Address blocks */
  .jwel-thankyou .namenumberemail {
    gap: 10px;
  }

  .jwel-thankyou .namenumberemail > div {
    flex: 1 1 100%;
  }

  .jwel-thankyou .addr-label {
    font-size: 13px;
  }

  .jwel-thankyou .addr-value {
    font-size: 14px;
  }

  /* Buttons full width */
  .jwel-thankyou .jwel-thankyou-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .jwel-thankyou .jwel-btn {
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
    font-size: 15px;
  }
}

.woocommerce-MyAccount-content input[type="date"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="search"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="url"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
    box-shadow: none;
    outline: none; /* optional */
}

@media(max-width:1024px){
	#popmake-2394{
	width:90%!important;
	}
}