.elementor-8139 .elementor-element.elementor-element-5d9104d{--display:flex;--min-height:100vh;}.elementor-8139 .elementor-element.elementor-element-5d9104d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8139 .elementor-element.elementor-element-92738e5 > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-8139 .elementor-element.elementor-element-92738e5 .elementor-heading-title{font-family:"Heebo", Sans-serif;}.elementor-8139 .elementor-element.elementor-element-25143b7{font-family:"Heebo", Sans-serif;}#elementor-popup-modal-8139 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8139{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-8139 .dialog-message{width:420px;height:auto;}@media(min-width:768px){.elementor-8139 .elementor-element.elementor-element-5d9104d{--width:420%;}}@media(max-width:1024px){#elementor-popup-modal-8139 .dialog-message{width:380px;}}@media(max-width:767px){#elementor-popup-modal-8139 .dialog-message{width:100vw;}}/* Start custom CSS *//* Ariela Beauty - Wishlist Drawer */
.ariela-wishlist-drawer {
  direction: rtl;
  text-align: right;
}

/* Hide default YITH title and table header */
.ariela-wishlist-drawer .wishlist-title,
.ariela-wishlist-drawer table.wishlist_table thead {
  display: none !important;
}

/* Reset table layout */
.ariela-wishlist-drawer table.wishlist_table {
  width: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.ariela-wishlist-drawer table.wishlist_table,
.ariela-wishlist-drawer table.wishlist_table tbody,
.ariela-wishlist-drawer table.wishlist_table tr,
.ariela-wishlist-drawer table.wishlist_table td {
  display: block;
  border: 0 !important;
}

/* Product item */
.ariela-wishlist-drawer table.wishlist_table tbody tr {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  column-gap: 16px;
  row-gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(61, 51, 43, 0.10) !important;
}

/* Product image */
.ariela-wishlist-drawer .product-thumbnail {
  grid-column: 1;
  grid-row: 1 / span 4;
  padding: 0 !important;
}

.ariela-wishlist-drawer .product-thumbnail a {
  display: block;
}

.ariela-wishlist-drawer .product-thumbnail img {
  width: 86px !important;
  height: 86px !important;
  object-fit: contain;
  border-radius: 18px;
  background: #faf8f3;
  padding: 10px;
}

/* Product name */
.ariela-wishlist-drawer .product-name {
  grid-column: 2;
  padding: 0 0 2px 0 !important;
}

.ariela-wishlist-drawer .product-name a {
  color: #3d332b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

/* Price */
.ariela-wishlist-drawer .product-price {
  grid-column: 2;
  padding: 0 !important;
  color: #6b7355;
  font-size: 14px;
  font-weight: 500;
}

/* Hide stock if still appears */
.ariela-wishlist-drawer .product-stock-status {
  display: none !important;
}

/* Add to cart */
.ariela-wishlist-drawer .product-add-to-cart {
  grid-column: 2;
  padding: 8px 0 0 0 !important;
}

.ariela-wishlist-drawer .product-add-to-cart a,
.ariela-wishlist-drawer .product-add-to-cart .button,
.ariela-wishlist-drawer .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 20px !important;
  border-radius: 999px !important;
  background: #5f6f4d !important;
  color: #ffffff !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

/* Remove icon */
.ariela-wishlist-drawer .product-remove {
  position: absolute;
  top: 18px;
  left: 0;
  padding: 0 !important;
  z-index: 3;
}

.ariela-wishlist-drawer .product-remove a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4efe7;
  color: #3d332b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 16px;
}

/* Empty wishlist */
.ariela-wishlist-drawer .wishlist-empty,
.ariela-wishlist-drawer td.wishlist-empty {
  display: block !important;
  padding: 36px 10px !important;
  text-align: center;
  color: #7a6e64;
  font-size: 15px;
  line-height: 1.5;
  border: 0 !important;
}

/* Remove unwanted table spacing */
.ariela-wishlist-drawer td {
  background: transparent !important;
}

/* Mobile */
@media (max-width: 767px) {
  .ariela-wishlist-drawer table.wishlist_table tbody tr {
    grid-template-columns: 76px 1fr;
    column-gap: 14px;
  }

  .ariela-wishlist-drawer .product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
  }
}/* End custom CSS */