.elementor-83 .elementor-element.elementor-element-38797ac{--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:150px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-83 .elementor-element.elementor-element-285ef4d .elementor-heading-title{font-family:"Marcellus", Sans-serif;font-size:40px;font-weight:600;color:var( --e-global-color-80cb4a2 );}.elementor-83 .elementor-element.elementor-element-25376f7{--update-cart-automatically-display:none;--sections-title-color:#000000;--links-normal-color:#000000;--order-summary-color:#1D1717;--order-summary-variations-color:#992020;--totals-color:#000000;--checkout-button-normal-text-color:var( --e-global-color-030195d );--checkout-button-border-radius:22px 22px 22px 22px;}.elementor-83 .elementor-element.elementor-element-25376f7 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#1F1301;}.elementor-83 .elementor-element.elementor-element-25376f7 .cart_totals h2{font-family:"Marcellus", Sans-serif;}.elementor-83 .elementor-element.elementor-element-25376f7 {--sections-descriptions-color:#000000;}.elementor-83 .elementor-element.elementor-element-25376f7 .woocommerce-cart-form{--order-summary-title-color:#000000;}.elementor-83 .elementor-element.elementor-element-25376f7 .e-shop-table .cart th, .elementor-83 .elementor-element.elementor-element-25376f7 .e-shop-table .cart td:before{font-family:"Marcellus", Sans-serif;}.elementor-83 .elementor-element.elementor-element-25376f7 .product-name .variation{font-size:1px;}.elementor-83 .elementor-element.elementor-element-25376f7 .cart_totals .shop_table td:before, .elementor-83 .elementor-element.elementor-element-25376f7 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-83 .elementor-element.elementor-element-25376f7 .checkout-button{font-family:"Marcellus", Sans-serif;border-style:none;}@media(max-width:767px){.elementor-83 .elementor-element.elementor-element-38797ac{--content-width:100%;--margin-top:75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-83 .elementor-element.elementor-element-285ef4d .elementor-heading-title{font-size:26px;}.elementor-83 .elementor-element.elementor-element-25376f7{--totals-rows-gap-top:calc( 19px/2 );--totals-rows-gap-bottom:calc( 19px/2 );--totals-divider-weight:0px;}}/* Start custom CSS for heading, class: .elementor-element-285ef4d */body.woocommerce-cart.woocommerce-cart-empty .elementor-heading-title {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-cart, class: .elementor-element-25376f7 */@media (max-width: 768px) {

  /* Hide table header */
  .woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  /* Product row as compact 2-column layout */
  .woocommerce-cart table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 145px 1fr !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
    align-items: start !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #d8d1c7 !important;
    position: relative !important;
  }

  /* Reset all cells */
  .woocommerce-cart table.shop_table tr.cart_item td {
    display: block !important;
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  /* Remove mobile labels like Product / Price / Quantity / Subtotal */
  .woocommerce-cart table.shop_table td[data-title]::before,
  .woocommerce-cart table.shop_table td::before {
    display: none !important;
    content: none !important;
  }

  /* Kill repeated subtotal / extra price under image */
  .woocommerce-cart table.shop_table td.product-subtotal,
  .woocommerce-cart table.shop_table td.product-subtotal *,
  .woocommerce-cart table.shop_table .product-subtotal {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Hide weird top remove symbol completely */
  .woocommerce-cart table.shop_table td.product-remove {
    grid-column: 2 !important;
    grid-row: 4 !important;
    margin-top: 2px !important;
  }

  /* Also hide any default remove icon content around the image */
  .woocommerce-cart table.shop_table td.product-remove::before,
  .woocommerce-cart table.shop_table td.product-remove a.remove {
    background: transparent !important;
  }

  .woocommerce-cart table.shop_table td.product-remove a.remove {
    font-size: 0 !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-block !important;
    text-decoration: none !important;
    color: #7b6a58 !important;
    border: none !important;
    box-shadow: none !important;
  }

  .woocommerce-cart table.shop_table td.product-remove a.remove::before {
    display: none !important;
    content: none !important;
  }

  .woocommerce-cart table.shop_table td.product-remove a.remove::after {
    content: "Kaldır";
    font-size: 14px;
    font-family: 'Marcellus', serif;
  }

  /* Thumbnail column */
  .woocommerce-cart table.shop_table td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    width: 145px !important;
    min-width: 145px !important;
    align-self: stretch !important;
  }

  .woocommerce-cart table.shop_table td.product-thumbnail a,
  .woocommerce-cart table.shop_table td.product-thumbnail .product-thumbnail-wrapper {
    display: block !important;
    width: 145px !important;
    height: 220px !important;
  }

  .woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 145px !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 5px !important;
  }

  /* Right column tighter */
  .woocommerce-cart table.shop_table td.product-name,
  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table td.product-remove {
    grid-column: 2 !important;
    justify-self: start !important;
    align-self: start !important;
    text-align: left !important;
    width: 100% !important;
  }

  /* Name */
  .woocommerce-cart table.shop_table td.product-name {
    grid-row: 1 !important;
    margin-top: 0 !important;
  }

  .woocommerce-cart table.shop_table td.product-name a {
    font-family: 'Marcellus', serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
  }

  /* Price */
  .woocommerce-cart table.shop_table td.product-price {
    grid-row: 2 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .woocommerce-cart table.shop_table td.product-price .amount {
    font-size: 14px !important;
  }

  /* Quantity */
  .woocommerce-cart table.shop_table td.product-quantity {
    grid-row: 3 !important;
    margin-top: 2px !important;
  }

  .woocommerce-cart table.shop_table td.product-quantity .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
  }

  .woocommerce-cart table.shop_table td.product-quantity input.qty {
    width: 68px !important;
    height: 40px !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {

  /* Reduce overall row padding */
  .woocommerce-cart table.shop_table tr.cart_item {
    padding: 8px 0 !important;
  }

  /* Remove extra side padding from table/container */
  .woocommerce-cart table.shop_table {
    margin: 0 !important;
  }

  .woocommerce-cart table.shop_table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Pull image closer to edge */
  .woocommerce-cart table.shop_table td.product-thumbnail {
    margin: 0 !important;
  }

  /* Tighten right-side spacing (name, price, etc.) */
  .woocommerce-cart table.shop_table td.product-name,
  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table td.product-remove {
    margin: 0 !important;
  }

  /* Reduce gap between columns slightly */
  .woocommerce-cart table.shop_table tr.cart_item {
    column-gap: 10px !important;
  }

}

@media (max-width: 768px) {
  .woocommerce-cart table.shop_table tr.cart_item {
    column-gap: 16px !important;
  }
  @media (max-width: 768px) {

  /* Pull the whole row closer to left edge */
  .woocommerce-cart table.shop_table tr.cart_item {
    margin-left: -6px !important;
  }

  /* Make sure image has ZERO left spacing */
  .woocommerce-cart table.shop_table td.product-thumbnail {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

}
@media (max-width: 768px) {

  /* Reduce vertical spacing between rows */
  .woocommerce-cart table.shop_table tr.cart_item {
    row-gap: 2px !important;
  }

  /* Remove extra margins between elements */
  .woocommerce-cart table.shop_table td.product-name,
  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table td.product-remove {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Slight micro-spacing (controlled, not loose) */
  .woocommerce-cart table.shop_table td.product-price {
    margin-top: 2px !important;
  }

  .woocommerce-cart table.shop_table td.product-quantity {
    margin-top: 4px !important;
  }

  .woocommerce-cart table.shop_table td.product-remove {
    margin-top: 4px !important;
  }

}
}
@media (max-width: 768px) {

  /* Reduce image height (≈70% of 220px → ~150px) */
  .woocommerce-cart table.shop_table td.product-thumbnail a,
  .woocommerce-cart table.shop_table td.product-thumbnail img {
    height: 150px !important;
  }

  /* Keep image nicely cropped */
  .woocommerce-cart table.shop_table td.product-thumbnail img {
    object-fit: cover !important;
  }

  /* Ensure right content aligns within image height */
  .woocommerce-cart table.shop_table tr.cart_item {
    align-items: center !important;
  }
@media (max-width: 768px) {

  /* Make image slightly wider and taller proportionally */
  .woocommerce-cart table.shop_table td.product-thumbnail {
    width: 120px !important;
    min-width: 120px !important;
  }

  .woocommerce-cart table.shop_table td.product-thumbnail a,
  .woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 125px !important;
    height: 175px !important; /* keep portrait ratio */
  }

}
}
.woocommerce-cart .cart-subtotal {
    display: none !important;
}

@media (max-width: 768px) {

  /* Bring back the Total label on mobile */
  .woocommerce-cart .cart_totals .shop_table th,
  .woocommerce-cart .cart_totals .shop_table td {
    display: table-cell !important;
    visibility: visible !important;
  }

  .woocommerce-cart .cart_totals .shop_table th {
    width: auto !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }

}

@media (max-width: 768px) {

  /* Align Total row */
  .woocommerce-cart .cart_totals .shop_table tr.order-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  /* Reset spacing inside row */
  .woocommerce-cart .cart_totals .shop_table tr.order-total th,
  .woocommerce-cart .cart_totals .shop_table tr.order-total td {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* REMOVE extra padding from the whole box */
  .woocommerce-cart .cart_totals {
    padding: 8px 10px !important;
  }

  /* Optional: tighten space above button */
  .woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 6px !important;
  }

}

@media (max-width: 768px) {

  /* Kill ALL padding/margin in totals box */
  .woocommerce-cart .cart_totals,
  .woocommerce-cart .cart_totals * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Specifically remove container padding */
  .woocommerce-cart .cart_totals {
    padding: 0 !important;
  }

  /* Remove spacing from table */
  .woocommerce-cart .cart_totals .shop_table {
    margin: 0 !important;
  }

  /* Remove spacing from row */
  .woocommerce-cart .cart_totals .shop_table tr {
    padding: 0 !important;
  }

  /* Remove spacing from cells */
  .woocommerce-cart .cart_totals .shop_table th,
  .woocommerce-cart .cart_totals .shop_table td {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Remove space above button */
  .woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 12px !important;
    padding-top: 0 !important;
  }

  /* Remove space below button */
  .woocommerce-cart .wc-proceed-to-checkout a {
    margin-bottom: 0 !important;
  }

}
/* Mobile typography for empty cart */
@media (max-width: 767px) {
  .grano-empty-cart__title {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .grano-empty-cart__text,
  .grano-empty-cart__subtext {
    font-size: 16px !important;
    line-height: 1;
  }
}


/* Body text (keep size flexible, just ensure consistency) */
.grano-empty-cart__text,
.grano-empty-cart__subtext {
  font-family: 'Inter', sans-serif;
}

/* =======================================================
   GRANO SHIPPING BANNER — DESKTOP
   ======================================================= */

.e-cart__column-end {
  position: relative !important;
  overflow: visible !important;
  margin-bottom: 105px !important;
}

.e-cart__column-end .grano-cart-shipping-banner {
  position: absolute !important;

  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: 0 !important;

  width: 100% !important;
  min-height: 92px !important;

  margin: 0 !important;
  padding: 14px 24px !important;

  box-sizing: border-box !important;

  display: grid !important;
  grid-template-columns: 25% 75% !important;
  align-items: center !important;

  background: #ffeecf !important;
  border: 1px solid #f2d7a2 !important;
  border-radius: 2px !important;

  color: #6a4710 !important;
  z-index: 2 !important;
}

/* HepsiJET logo — left column */
.grano-cart-shipping-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  padding-right: 20px !important;

  box-sizing: border-box !important;
}

.grano-cart-shipping-logo img {
  display: block !important;

  width: 120px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Title + description — right column */
.grano-cart-shipping-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 0 !important;

  padding-right: 25px !important;
  box-sizing: border-box !important;

  text-align: center !important;
}

.grano-cart-shipping-title {
  width: 100% !important;

  margin: 0 0 5px !important;

  color: #6a4710 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;

  text-align: center !important;
}

.grano-cart-shipping-text {
  width: 100% !important;

  margin: 0 !important;

  color: #7a6847 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;

  text-align: center !important;
}

/* Lightning symbols */
.grano-cart-shipping-title::before,
.grano-cart-shipping-title::after {
  content: "ϟ";
  display: inline-block;

  color: #a86a12;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;

  vertical-align: -1px;
}

.grano-cart-shipping-title::before {
  margin-right: 8px;
}

.grano-cart-shipping-title::after {
  margin-left: 8px;
}


/* =======================================================
   GRANO SHIPPING BANNER — MOBILE
   ======================================================= */

@media (max-width: 767px) {

  .e-cart__column-end {
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .e-cart__column-end .grano-cart-shipping-banner {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    min-height: 76px !important;

    margin: 8px 0 0 !important;
    padding: 12px 14px !important;

    grid-template-columns: 28% 72% !important;

    transform: none !important;
  }

  .grano-cart-shipping-logo {
    padding-right: 12px !important;
  }

  .grano-cart-shipping-logo img {
    width: 78px !important;
  }

  .grano-cart-shipping-content {
    padding-right: 0 !important;
  }

  .grano-cart-shipping-title {
    margin-bottom: 3px !important;
    font-size: 15px !important;
  }

  .grano-cart-shipping-text {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .grano-cart-shipping-title::before,
  .grano-cart-shipping-title::after {
    font-size: 14px !important;
  }

  .grano-cart-shipping-title::before {
    margin-right: 5px !important;
  }

  .grano-cart-shipping-title::after {
    margin-left: 5px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38797ac *//* Remove default WooCommerce empty cart background */
.woocommerce .cart-empty,
.woocommerce .return-to-shop {
	display: none !important;
}

/* Your custom empty cart */
.grano-empty-cart {
	background: transparent !important;
	padding: 0;
	text-align: center;
}

/* Optional: tighten spacing */
.grano-empty-cart__title {
	margin-bottom: 10px;
}

.grano-empty-cart__text {
	margin-bottom: 5px;
}

.grano-empty-cart__subtext {
	margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS *//* ===== CUSTOM EMPTY CART ===== */

.grano-empty-cart {
	background: #f5f2e8;
	padding: 80px 20px;
	text-align: center;
	color: #6b4332;
}

/* Title */
.grano-empty-cart__title {
	font-family: 'Marcellus', serif;
	font-size: 56px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* Text */
.grano-empty-cart__text,
.grano-empty-cart__subtext {
	font-family: 'Marcellus', serif;
	font-size: 22px;
	margin-bottom: 16px;
}

/* Button */
.grano-empty-cart__button {
	display: inline-block;
	margin-top: 20px;
	padding: 20px 40px;
	background: #6b4332;
	color: #fff !important;
	border-radius: 999px;
	font-family: 'Marcellus', serif;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.grano-empty-cart__button:hover {
	background: #553424;
}

/* Remove default WooCommerce empty stuff */
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
	display: none !important;
}/* End custom CSS */