/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.banners-builder-single-content-informations-button-icon-wrapper {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #414042;
    background-color: var(--color-primary);
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
    display: none;
}

.banners-builder-overlay-center {
    background: none;
}

.banner-overlay,
.banner-overlay::before,
.banner-overlay::after {
  background: transparent !important;
  opacity: 1 !important;
}

.product-card-actions-add-to-cart {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.125rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: #0c4e68;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #0c4e68;
}

/* إخفاء الشريط الأخضر */
div.center-between.py-2\.5.px-2 {
  display: none !important;
}
}

}