.elementor-2815 .elementor-element.elementor-element-2d00bc4{--display:flex;--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-2815 .elementor-element.elementor-element-94f311b .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#1E73BE;}.elementor-2815 .elementor-element.elementor-element-94f311b{--checkout-button-border-radius:10px 10px 10px 10px;--checkout-button-padding:14px 14px 14px 14px;--checkout-button-width:fit-content;}.elementor-2815 .elementor-element.elementor-element-b846690{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2815 .elementor-element.elementor-element-2d00bc4{--content-width:1100px;}}/* Start custom CSS for container, class: .elementor-element-2d00bc4 *//* BASE */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* CART LAYOUT FIX */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .woocommerce {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .woocommerce-cart-form {
  flex: 2;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart-collaterals {
  flex: 1;
  padding-left: 20px;
}

/* CART TABLE */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border: none;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table th,
.elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table td {
  border: none !important;
}


/* PRODUCT */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-thumbnail img {
  width: 70px;
  border-radius: 10px;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-name a {
  font-weight: 600;
  color: #1c2b3a;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-price,
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-subtotal {
  color: #1e73be;
  font-weight: 600;
}


/* INPUT */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .qty {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 60px;
}


/* BUTTONS */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .button,
.elementor-2815 .elementor-element.elementor-element-2d00bc4 button {
  background: #1e73be !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  border: none !important;
  transition: 0.3s ease;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .button:hover,
.elementor-2815 .elementor-element.elementor-element-2d00bc4 button:hover {
  background: #155a96 !important;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .actions .button {
  width: auto;
  opacity: 1 !important;
}

/* coupon outline */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .coupon button {
  background: transparent !important;
  color: #1e73be !important;
  border: 2px solid #1e73be !important;
}


/* TOTAL BOX */
.elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: sticky;
  top: 100px;
}

.elementor-2815 .elementor-element.elementor-element-2d00bc4 .checkout-button {
  width: 100%;
  margin-top: 20px;
}


/* TABLET */
@media (max-width: 1024px) {

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 {
    padding: 40px 20px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .woocommerce {
    flex-direction: column;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart-collaterals {
    padding-left: 0;
    margin-top: 20px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals {
    position: static;
  }
}


/* MOBILE */
@media (max-width: 768px) {

  /* container */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 {
    padding: 20px 12px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .woocommerce {
    flex-direction: column;
    gap: 16px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .woocommerce-cart-form,
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart-collaterals {
    width: 100% !important;
  }

  /* PRODUCT CARD */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table tr.cart_item {
    display: block;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table td {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    border: none;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #666;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 table.shop_table td > * {
    text-align: right;
  }

  /* PRODUCT NAME */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 td.product-name {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 td.product-name::before {
    content: "Product";
    font-weight: 600;
    color: #666;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 td.product-name a {
    text-align: center;
    display: block;
    font-weight: 600;
  }

  /* image */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .product-thumbnail img {
    width: 60px;
    border-radius: 8px;
  }

  /* qty */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .qty {
    width: 55px;
    text-align: center;
  }


  /* BUTTONS */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .actions {
    margin-top: 10px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .actions .button,
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .checkout-button,
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .coupon button {
    width: 100%;
  }

  /* COUPON */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .coupon input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
  }

 
  /* CART TOTALS */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals {
    margin-top: 10px;
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals table {
    width: 100%;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals tr:last-child {
    border-bottom: none;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals th {
    flex: 1;
    text-align: left;
    font-weight: 600;
    color: #555;
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals td {
    flex: 1;
    text-align: right !important;
    padding-left: 20px;
    font-weight: 600;
    white-space: nowrap !important; 
  }

  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals td span,
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .cart_totals td bdi {
    white-space: nowrap !important;
  }

  /* CHECKOUT BUTTON */
  .elementor-2815 .elementor-element.elementor-element-2d00bc4 .checkout-button {
    margin-top: 16px;
    padding: 14px;
    font-size: 15px;
    border-radius: 12px;
  }
}/* End custom CSS */