/* Add custom CSS styles below */ 
/* خلفية المتجر */

.banner-entry {
    height: 190px;
    width: 50%;
    border-radius: 0px;
}

.grid {
    display: flex;
}

.main-nav-container .sides-wrap {
    background: #1c1c1c;
    padding: 20px 0px 15px 5px;
}

.main-nav-container .inner {
    background: #fff;
    border: 0px;
    padding: 20px 0px 15px 5px;
}

.main-nav-container.fixed-header .inner {
    background: #fff;
    padding: 20px 0px 15px 5px;
}

.main-nav-container.fixed-header .inner {
    background: #fff;
    padding: 20px 0px 15px 5px;
}

.banner--fixed img {
    border-radius: 0px;
    margin-top: 45px;
}

.s-product-card-content-footer button {
    border-radius: 0px !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    border-radius: 0px !important;
}

/* footer */
.footer-is-light .store-footer .store-footer__inner {
    background-color: #000;
    color: #fff;
    text-align-last: center;
    margin: 20px;
}

.gap-4 {
    gap: 1rem;
    justify-content: center;
}

.footer-is-light .store-footer {
    background: #ececec;
}

.max-w-3\/4 {
    max-width: 60%;
    margin: auto;
}

/* مسافة تحت الهدر بصفحه التصنيف */
/* .justify-between {
    margin-top: 25px;
} */

.breadcrumbs {
    margin-top: 65px;
}

.img {
    border-radius: 0px !important;
}

/* حواف صورة المنتج */
.action_wrapper custom-edgy {
    transform: translateX(calc(0% + 0px)) rotate(180deg);
}

custom-edgy.hrmnks_bl {
    transform: translate(0, calc(0% + 0px)) rotate(90deg);
}

custom-edgy.hrmnks_blh {
    transform: translateX(calc(0% - 10px));
}

custom-edgy.hrmnks_brh {
    transform: translateX(calc(0% + 10px));
}