.elementor-7 .elementor-element.elementor-element-33f52ad{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-e3f8c1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-a52de25 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:700;}.elementor-7 .elementor-element.elementor-element-42a6777{--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;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-d074424{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-e3f8c1d{--width:100%;}.elementor-7 .elementor-element.elementor-element-d074424{--width:100%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-7 .elementor-element.elementor-element-a52de25 .elementor-heading-title{font-size:29px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-5f380fc *//* Cart Table Styling */
.woocommerce-cart-form table.shop_table {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  background: #fff;
}

.woocommerce-cart-form table.shop_table th {
  background: #f7f9fc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px !important;
}

.woocommerce-cart-form table.shop_table td {
  padding: 18px 25px !important;
  vertical-align: middle;

}

/* Product Image */
.woocommerce-cart-form .product-thumbnail img {
  width: 90px !important;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Remove (X) button */
.woocommerce-cart-form .product-remove a.remove {
  color: #ff4d4d !important;
  font-size: 20px;
  transition: 0.3s;
}
.woocommerce-cart-form .product-remove a.remove:hover {
  background: #ff4d4d !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 0px 20px 50px 20px; !important;
}

/* Quantity Box */
.woocommerce-cart-form .quantity input.qty {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 12px;
  width: 70px;
  text-align: center;
}

/* Cart Totals Box */
.cart-collaterals .cart_totals {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.cart_totals h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Buttons */
.woocommerce button.button,
.woocommerce .checkout-button {
  background: linear-gradient(90deg, #ff6600, #ff9500) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 14px 28px !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.woocommerce button.button:hover,
.woocommerce .checkout-button:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #e05500, #ff7700) !important;
}/* End custom CSS */