.elementor-12 .elementor-element.elementor-element-53f69ce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-12 .elementor-element.elementor-element-600c28c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-fb692b9{--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 );}.elementor-12 .elementor-element.elementor-element-1a7b3f0{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-4fb5b35{--display:flex;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-600c28c{--width:10%;}.elementor-12 .elementor-element.elementor-element-fb692b9{--width:80%;}.elementor-12 .elementor-element.elementor-element-4fb5b35{--width:10%;}}/* Start custom CSS for text-editor, class: .elementor-element-1a7b3f0 *//* --- Cart Page Container --- */
.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1200px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* --- Cart Title --- */
.woocommerce-cart h2,
.wp-block-woocommerce-cart__empty-cart__title {
  text-align: center;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
  border-left: 5px solid #FEB564;
  display: inline-block;
  padding-left: 10px;
}

/* --- Table Styling --- */
.woocommerce table.shop_table,
.wc-block-cart-items,
.wp-block-woocommerce-cart-line-items-block table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.woocommerce table.shop_table th {
  background-color: #fff8f0;
  font-weight: 600;
  color: #333;
}

.woocommerce table.shop_table tr:hover td {
  background-color: rgba(254,181,100,0.08);
}

/* --- Buttons (Update, Checkout, etc.) --- */
.woocommerce a.button,
.woocommerce button.button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wp-element-button {
  background-color: #FEB564;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-element-button:hover {
  background-color: #e6a85c;
  color: #fff;
}

/* --- Coupon Box --- */
.wc-block-cart__coupon,
.woocommerce-cart .cart-coupon {
  border: 1px solid #FEB564;
  border-radius: 8px;
  padding: 20px;
  background: rgba(254,181,100,0.05);
}

.wc-block-cart__coupon input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  width: 70%;
}

.wc-block-cart__coupon button {
  background: #FEB564;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  margin-left: 10px;
}

/* --- Totals Section --- */
.wp-block-woocommerce-cart-totals-block,
.cart_totals {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.wp-block-woocommerce-cart-totals-block h2 {
  color: #222;
  border-left: 5px solid #FEB564;
  padding-left: 10px;
  margin-bottom: 20px;
}

.cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

.cart_totals th,
.cart_totals td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.wc-block-cart__submit-button{
 background-color: #FEB564 !important;  
}

.wc-block-components-product-name{
    color: #222;
    font-weight: 600;
}

/* --- Empty Cart --- */
.wc-block-cart__empty-cart__title {
  color: #222;
  font-weight: 600;
  margin-top: 50px;
}

.woocommerce-cart .wp-block-separator.is-style-dots {
  border-top-color: #FEB564;
}

/* --- Product Recommendations (Cross-sells) --- */
.woocommerce-cart .wp-block-woocommerce-product-collection {
  margin-top: 40px;
}

.woocommerce-cart .wp-block-woocommerce-product-collection h2 {
  color: #222;
  font-weight: 600;
  text-align: center;
  border-left: 5px solid #FEB564;
  display: inline-block;
  padding-left: 10px;
}

.woocommerce-cart .wc-block-grid__product-title a {
  color: #333;
  text-decoration: none;
}

.woocommerce-cart .wc-block-grid__product-title a:hover {
  color: #FEB564;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 15px;
  }

  .wc-block-cart__coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .wc-block-cart__coupon button {
    width: 100%;
  }
}

/* Target plus and minus buttons specifically */
.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button--plus,
.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button--minus {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff !important; /* default background */
    color: #000 !important; /* default text color */
    transition: all 0.3s ease !important;
}

/* Hover effect */
.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button--plus:hover,
.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-1a7b3f0__button--minus:hover {
    background-color: #FEB564 !important;
    color: #fff !important;
    border-color: #FEB564 !important;
}

.wp-block-woocommerce-cart-totals-block{
    height: fit-content;
}

.wc-block-components-totals-coupon__button {
background-color: #FEB564 !important;
    color: #fff !important;
}/* End custom CSS */