.elementor-10 .elementor-element.elementor-element-3daa813{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-3daa813{--content-width:1500px;}}/* Start custom CSS for text-editor, class: .elementor-element-30be20c *//* ------------------------------
   MAIN CART LAYOUT
------------------------------ */
.woocommerce-cart .cart {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Product table container */
.woocommerce-cart table.shop_table {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border: none;
}

/* ------------------------------
   PRODUCT ROW
------------------------------ */

.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 90px !important;
    border-radius: 6px;
}

.woocommerce-cart table.shop_table .quantity {
    display: flex;
    align-items: center;
}
.woocommerce-cart table.shop_table .quantity input.qty {
    width: 55px;
    text-align: center;
    border-radius: 4px;
}

.woocommerce-cart table.shop_table .product-remove a.remove {
    color: #000 !important;
    background: #f4f4f4;
    border-radius: 50%;
}

/* ------------------------------
   COUPON SECTION
------------------------------ */
.woocommerce-cart .coupon {
    display: flex;
    margin-top: 15px;
}

.woocommerce-cart .coupon input.input-text {
    border-radius: 4px;
    height: 44px;
}

.woocommerce-cart .coupon button {
    background: #FFCC00;
    border-radius: 4px;
    padding: 0 20px;
    height: 44px;
    text-transform: uppercase;
    font-weight: bold;
}

/* ------------------------------
   CART TOTALS BOX
------------------------------ */
.cart_totals {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.cart_totals h2 {
    display: none;
}

/* Shipping radio buttons */
.woocommerce-shipping-methods li {
    background: #FFF5D5;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.woocommerce-shipping-methods label {
    margin-left: 8px;
}

/* Proceed to checkout button */
.cart_totals .checkout-button {
    background: #FFCC00 !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 4px;
    padding: 12px 0;
}

/* “Continue shopping” styling */
.woocommerce-cart .return-to-shop a {
    background: #EAEAEA;
    padding: 10px 20px;
    border-radius: 4px;
}

/* ------------------------------
   UPSELL Products Layout
------------------------------ */
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product {
    width: 31%;
    margin-right: 2%;
}

.woocommerce .upsells.products h2 {
    margin-top: 40px;
    font-size: 24px;
}

/* FORCE the product table into a proper column layout */
.woocommerce-cart .woocommerce table.shop_table {
    width: 100% !important;
    display: table !important;
}

/* Fix header alignment */
.woocommerce-cart .woocommerce table.shop_table thead th {
    text-align: left !important;
}

/* Fix body alignment */
.woocommerce-cart .woocommerce table.shop_table tbody td {
    text-align: left !important;
}

/* Remove Elementor's flex/grid interference */
.cart .woocommerce {
    display: block !important;
}

/* Force product rows to appear under headers */
.woocommerce-cart .shop_table tr {
    display: table-row !important;
}

/* Fix column widths */
.woocommerce-cart .shop_table th.product-thumbnail,
.woocommerce-cart .shop_table td.product-thumbnail {
    width: 120px;
}

.woocommerce-cart .shop_table th.product-price,
.woocommerce-cart .shop_table th.product-subtotal,
.woocommerce-cart .shop_table th.product-quantity {
    width: 120px;
}



/* ———————————————————
   FORCE CART CONTENT TO NORMAL FLOW
   ——————————————————— */

.woocommerce-cart .woocommerce {
  display: block !important;
  width: 100% !important;
}

/* Ensure shop_table renders as table */
.woocommerce-cart .woocommerce table.shop_table {
  display: table !important;
  width: 100% !important;
  margin-bottom: 30px;
}

/* Header and body cell alignment */
.woocommerce-cart .woocommerce table.shop_table thead th,
.woocommerce-cart .woocommerce table.shop_table tbody td {
  text-align: left !important;
  vertical-align: top !important;
  padding: 8px 10px !important;
}

/* Thumbnail, price, qty, subtotal columns widths */
.woocommerce-cart .shop_table th.product-thumbnail,
.woocommerce-cart .shop_table td.product-thumbnail {
  width: 110px !important;
}
.woocommerce-cart .shop_table th.product-name,
.woocommerce-cart .shop_table td.product-name {
  width: calc(100% - 110px - 240px) !important; /* adjust based on other columns */
}
.woocommerce-cart .shop_table th.product-price,
.woocommerce-cart .shop_table th.product-quantity,
.woocommerce-cart .shop_table th.product-subtotal,
.woocommerce-cart .shop_table td.product-price,
.woocommerce-cart .shop_table td.product-quantity,
.woocommerce-cart .shop_table td.product-subtotal {
  width: 80px !important;
}

/* CART LAYOUT GRID: left = table, right = totals */
.woocommerce-cart .cart {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 30px !important;
  align-items: start !important;
}

/* Box style for cart totals */
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-collaterals {
  background: #fff !important;
  padding: 25px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

/* Coupon & update-cart & shipping layout fixes */
.woocommerce-cart .coupon,
.woocommerce-cart .actions,
.woocommerce-cart .shipping {
  width: auto !important;
}

/* Ensure upsells / cross-sells layout remains grid */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 31% !important;
  margin-right: 2% !important;
  margin-bottom: 30px !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cross-sells{
    display: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart-collaterals .cart_totals{
    width: 100%;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce .woocommerce-cart-form{
    width: 65%;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce .cart-collaterals{
    width: 35%;
    box-shadow: none !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c td.product-name{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.elementor-10 .elementor-element.elementor-element-30be20c .product-name a{
    color: #000;
}
.elementor-10 .elementor-element.elementor-element-30be20c .wcpa_cart_meta{
    display: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table thead{
   
    color: #fff;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table thead th{
    background: #000;
    font-size: 20px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table thead th:first-child{
    border-top-left-radius: 15px !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table thead th:last-child{
    border-bottom-right-radius: 15px !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c td.product-price,
.elementor-10 .elementor-element.elementor-element-30be20c td.product-subtotal{
    color: #f2c529;
    font-size: 22px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody td{
    background: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .qty-wrapper{
    min-width: 100px;
    position: relative;
    
}
.elementor-10 .elementor-element.elementor-element-30be20c .qty-wrapper input{
    width: 100% !important;
    -webkit-appearance: none !important;
    margin: 0;
    -moz-appearance: textfield !important;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-color: #E3E3E3;

}
.elementor-10 .elementor-element.elementor-element-30be20c .qty-wrapper .qty-minus{
    position: absolute;
    background: #F2C529;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #000;
    border: none;
    font-size: 32px;
    line-height: 36px;
    width: 32px;
    top: 3px;
    left: 3px;
    padding: 0px 0px;
    font-weight: 300;
}
.elementor-10 .elementor-element.elementor-element-30be20c .qty-wrapper .qty-plus{
    position: absolute;
    background: #F2C529;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #000;
    border: none;
    font-size: 25px;
    line-height: 36px;
    width: 32px;
    top: 3px;
    right: 3px;
    padding: 0px 0px;
    font-weight: 300;
}
.elementor-10 .elementor-element.elementor-element-30be20c .product-remove a{
    background: none !important;
    margin-top: 10px;
       
}
.elementor-10 .elementor-element.elementor-element-30be20c .product-remove span.icon{
     color: gray !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon label{
    font-size: 22px;
    font-weight: 500;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon #coupon_code{
    font-size: 15px;
    font-weight: 700;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-width: 140px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon .button{
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000;
    font-size: 20px;
    width: 250px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon .button:hover{
    background: #FFCC00
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon{
    align-items: center;
    gap: 10px;
}

.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr:last-child td p{
    text-align: right;
    margin-top: 15px;
}

.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals  h4{
    background: #FFCC00;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    padding: 15px 10px;
    margin: 0px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .shop_table{
    background: #F7F7F7;
    padding: 10px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .shop_table .cart-subtotal{
    background: none;
    display: none !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals tr{
    display: block !important;
    width:100% !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .woocommerce-shipping-totals th{
    display: block;
    font-size: 27px;
    font-weight: 400;
    border: none;
    background: none;
    
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .woocommerce-shipping-totals td ul li{
    background: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .woocommerce-shipping-totals td ul li label{
    font-size: 22px;
    font-weight: 400;
    color: #727070;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .woocommerce-shipping-totals td ul li label .amount{
    color: #F2C529;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals>p{
    margin: 0px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .woocommerce-shipping-totals td{
    display: block
    border: none !important; 
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .order-total th{
    font-size: 27px;
    font-weight: 400;
    background: none;
    border: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .order-total td{
    font-size: 22px;
    border: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shipping-calculator-button{
    color:#F2C529;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .order-total{
    position: relative;
}
.elementor-10 .elementor-element.elementor-element-30be20c .cart_totals .order-total td{
    position: absolute;
    right: 10px;
    top: 0px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .checkout-button{
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.elementor-10 .elementor-element.elementor-element-30be20c .checkout-button>br{
    display: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce-message{
    display: none;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr:last-child td p .button{
    background: #f2c529 !important;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 20px;
}
@media(max-width:1024px){
    .elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr:nth-child(2) td p{
        text-align: center !important;
        margin-top: 10px !important;
    }
}
@media(max-width: 768px){
    .elementor-10 .elementor-element.elementor-element-30be20c .woocommerce{
    flex-direction: column-reverse;
}
    .elementor-10 .elementor-element.elementor-element-30be20c .woocommerce .woocommerce-cart-form{
    width: 100%;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce .cart-collaterals{
    width: 100%;
}
   .elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr:nth-child(2) td p{
    text-align: center;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr td{
    width: 100% !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr .product-name,
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr .product-price,
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr .product-subtotal{
    text-align: right !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr .product-remove a{
    margin: auto;
}
.elementor-10 .elementor-element.elementor-element-30be20c .shop_table tbody tr .product-quantity .quantity{
    justify-content: end;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon{
    flex-direction: column;
}
.elementor-10 .elementor-element.elementor-element-30be20c .coupon .button{
    width: 90% !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c #shipping_method li:first-child{
    width: 100% !important;
}
.elementor-10 .elementor-element.elementor-element-30be20c .woocommerce-shipping-totals td::before{
    content: '' !important;
}
}/* End custom CSS */