@font-face {
    font-family: 'ModamWeb';
    src: url('/assets/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2'),
    url('/assets/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModamWeb';
    src: url('/assets/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'),
    url('/assets/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'ModamWeb', sans-serif !important;
    /* line-height: 2.2; */
}

h1, h2, h3, h6 {
    font-family: 'ModamWeb' !important;
    font-weight: bold;
}

h6 {
    font-size: 16px;
}

p, a, input, button, span, div, label {
    font-family: 'ModamWeb' !important;
    font-weight: normal;
    line-height: 2.2;
}

.font-bold {
    font-family: 'ModamWeb' !important;
    font-weight: bold;
}

.font-normal {
    font-family: 'ModamWeb' !important;
    font-weight: normal;
}

.navbar-nav {
    margin-right: 0 !important;
}

.navigation {
    position: fixed;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 9999;
}

.link-login {
  background: #F4F4F4;
  border-radius: 16px;
  padding: 7px 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-back{
  border: 1px solid #F15A29;
  padding: 5px 20px;
  border-radius: 8px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #F15A29 !important;
    position: relative;
}

.o_cc1 a:not(.btn), #wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) > .navbar a:not(.btn), .o_footer .s_popup a:not(.btn), .navbar-light a:not(.btn), .o_cc1 .btn-link, #wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) > .navbar .btn-link, .o_footer .s_popup .btn-link, .navbar-light .btn-link, .o_colored_level .o_cc1 a:not(.btn), .o_colored_level .o_cc1 .btn-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #F15A29 !important;
}

.navigation .navbar {
    padding: 10px 0;
}

.navbar-brand img {
    width: 45px;
}

.far {
    font-size: 16px;
}

.navbar-light .navbar-nav .active > .nav-link::after, .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .nav-link.show::after, .navbar-light .navbar-nav .show > .nav-link::after {
    content: none !important;
}

#bottom {
    background: transparent;
}

.footer {
    padding: 0;
    background: transparent;
    margin-top: 130px;
}

.footer-container {
    background: #f15a29;
    max-width: 1140px;
    border-radius: 60px 60px 0 0;
}

.first-row {
    padding: 50px 100px 50px 100px;
}

.logo-footer {
    width: 185px;
}

.footer .wrapper .copyright {
    padding: 25px;
    max-width: 1000px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 182, 171, 0.3) 50%, rgba(255, 195, 0, .2) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 25px 25px 0 0;
}

.footer .wrapper .copyright .copy {
    padding-top: 0 !important;
    color: #000000;
}

.footer .wrapper .copyright .copy a {
    color: #ffffff;
}

.two-row {
    justify-content: center;
}

.logo-footer-div {
    margin-top: -200px;
}

.navigation .navbar .navbar-text {
    width: 12% !important;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 18px;
}
.input-search-bar {
    border-radius: 20px;
    border: none !important;
    background-color: #F4F4F4;
    height: 75px;
    font-size: 16px;
    border-color: transparent !important;
    box-shadow: none !important;
    text-align: right;
}

.form-search-bar {
    display: flex;
    background-color: #f15a29;
    padding: 6px;
    border-radius: 24px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
}
.footer-left-menu a,.footer-right-div p{
  color: #fff;
}

.btn-search-bar {
    background-color: transparent !important;
    border: none;
    width: 75px;
    outline: transparent !important;
}

.btn-search-bar:hover {
    background-color: transparent !important;
}

.btn-search-bar svg {
    width: 32px;
}

.step-card-div-body:not(:first-child) {
    border-left: dashed 2px #5d5b5b;
}

.step-card-div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 40px 60px;
    border: solid 1px #F15A29;
    border-radius: 24px;
}

.step-card-div-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: right;
    padding-right: 25px;
    width: 300px;
    max-width: 300px;
    max-height: 170px;
}

.step-card-div-text {

}

.step-card-div-text-title {
    font-size: 18px;
    font-weight: bold;
}

.step-card-div-text-body {
    color: #727272;
    font-size: 12px;
}

.step-card-div-svg svg {
    width: 105px;
}

.step-card-div-svg {

}

.navigation {
    direction: ltr;
  width: 100%;
}

.navbar-nav {
    direction: rtl;
}

.seo-description-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.seo-description-wrapper.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.toggle-btn {
    margin-top: 10px;
    background-color: #f06c00;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    background-color: #d95500;
    color: #fff;
}

.seo-box-snippet {
    text-align: right;
}

.seo-description {
    line-height: 2;
}

.seo-btn {
    float: left;
    font-family: 'ModamWeb';
    padding: 15px 30px;
    border-radius: 16px;
    background-color: #f15a29 !important;
    border: 0;
    min-width: 160px;
}

.seo-btn:hover {
    background-color: #f15a29 !important;
    border: 0;
}

.nav-item.active .nav-link span {
    font-family: 'ModamWeb' !important;
    font-weight: bold;
    font-size: 18px;
}

.nav-item .nav-link span {
    font-family: 'ModamWeb' !important;
    font-weight: normal;
    font-size: 18px;
    top:-10px;
    right:2px;
}

.newsletter-container {
    max-width: 700px !important;
    border: solid 1px #f15a29;
    border-radius: 24px;
    padding: 40px;
    background: #fff;
}

.newsletter-h2 {
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    color: #f15a29;
}

.newsletter-text {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #f15a29;
    margin-top: 15px;
}

.newsletter-form {
    background-color: #000;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 16px;
    padding: 2px;
}

.newsletter-form-input {
    background-color: #000;
    color: #cfcfcfb3;
    width: 87%;
    height: 48px;
    direction: rtl;
    padding: 5px 20px;
    border-radius: 16px;
    border: 0;
    outline: transparent;
}

.newsletter-form-input:-webkit-autofill {
    background-color: #000 !important; /* رنگ پس‌زمینه */
    color: #cfcfcfb3 !important; /* رنگ متن */
    box-shadow: 0 0 0px 1000px #000 inset !important; /* برای حذف رنگ پیش‌فرض مرورگر */
    -webkit-text-fill-color: #fff !important; /* تغییر رنگ متن در کروم */
    transition: background-color 5000s ease-in-out 0s; /* جلوگیری از تغییر سریع رنگ */
}

/* برای فایرفاکس */
.newsletter-form-input:-moz-autofill {
    background-color: #000 !important;
    color: #cfcfcfb3 !important;
    box-shadow: 0 0 0px 1000px #000 inset !important;
    -moz-text-fill-color: #fff !important;
}

/* برای Edge و Internet Explorer */
.newsletter-form-input:-ms-autofill {
    background-color: #000 !important;
    color: #cfcfcfb3 !important;
}

.newsletter-form-btn {
    width: 13%;
    border-radius: 12px;
    background-color: #f15a29;
    color: #fff;
    border: 0;
    outline: 0;
}

.map-svg {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}

.map-snippet {
    background-color: #fff9eb;
}

.footer-left-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: dashed 2px #fff;
    margin: 0 40px;
    padding-bottom: 15px;
}

.footer-left-menu a {
    font-size: 16px;
}

.footer-left-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left-social a {
    background: #fff;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 10px;
}

.footer-right-div {
    display: flex;
}

.footer-right-div svg {
    margin-right: 10px;
}

.footer-right-div p {
    font-size: 16px;
}

a {
    cursor: pointer;
}

.category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    padding-top: 125px;
    overflow-x: auto;
}

.category-card {
    background: #FFF9EB;
    min-height: 170px;
    border-radius: 24px;
    width: 19%;
    text-align: center;
    margin: 0 5px;
}

.category-card-img {
    margin-top: -125px;
}

.category-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.category-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.category-card-count {
    font-family: 'ModamWeb';
    font-style: normal;
    font-weight: normal;
    color: #000;
}

.category-head {
  margin-top: 5%;
    margin-bottom: 15%;
    text-align: right;
}

.category-head p {
    color: #f15a29;
    font-size: 18px;
}

.category-head h3 {
    font-size: 40px;
}



.shop-header {
    border-bottom: 4px solid #F15A29;
    text-align: right;
    padding-bottom: 15px;
    margin: 2rem 0;
}

.shop-header a {
    font-size: 16px;
}

.category-title {
    border: 1px solid #F15A29;
    border-radius: 10px;
    padding: 16px;
    font-size: 22px;
    margin: 35px 0;
    text-align: right;
}
.categories{
  background: #FFF9EB;
  border-radius: 10px;
}
.categories-ul {
    display: flex;
    /*width: fit-content;*/
  width: 100%;
    padding-right: 0;
    background: #FFF9EB;
    list-style-type: none;
    border-radius: 10px;
}

.categories-ul li {
    width: 100%;
    padding: 15px;
    color: #000;
    text-align: center;
    border-radius: 10px;
}

.categories-ul li.active {
    background: #F15A29;
}

.categories-ul a {
    color: #000 !important;
    font-size: 18px;
}

html, #warp {
    scroll-behavior: smooth !important;
}

.css-blx9l4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    grid-template-rows: auto;
}
.custom-shop-page {
  padding: 150px 0 0 0;
  direction: rtl !important;
  min-height: 600px;
}

.custom-shop-page .product-item .product-link {
    background: #fff9eb;
    padding: 10px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-shop-page .product-item .product-image {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 2px 2px 7.2px -3px #00000040;
  align-items: center;
}

.custom-shop-page .product-item .product-image img{
  width: 100%;
  height: 100%;
}
.custom-shop-page .product-item .product-name {
  font-size: 18px;
  color: #000;
  text-decoration: unset;
  height: 65px;
  display: block;
  margin-top: 25px;
  text-align: center;
}

.custom-shop-page .product-item .product-price {
    width: 75%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
  margin-right:auto;
  margin-left: auto;

}

a {
    text-decoration: unset !important;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FF3B30;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 1;
}

.cart-counter-header{
  top: -12px;
  left: 12px;
}


.cart-section {
    width: 75%;
    text-align: center;
    background: #f15a29;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
}

.cart-section button {
    background: transparent;
    border: 0;
    outline: transparent;
    color: #fff;
}

.qty-btn.decrease, .qty-btn.increase {
    width: 40%;
}

.main-custom {
    margin: 180px auto !important;
    padding-bottom: 150px !important;
}

@keyframes cartUpdate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.cart-section {
    animation: cartUpdate 0.3s ease-in-out;
}

.add-to-cart-btn,
.qty-btn {
    transition: all 0.3s ease;
}

.add-to-cart-btn.processing,
.qty-btn.processing {
    opacity: 0.7;
    cursor: not-allowed;
}

.add-to-cart-btn:disabled,
.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.oe_website_sale {
    padding: 200px 0 !important;
}

.cart-steps {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.step:not(:last-child)::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.step:not(:last-child)::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

/* برای حالت active */
.step.active:not(:last-child)::after {
    border-color: #FF5733;
}

.step.active:not(:last-child)::before {
    background: #FF5733;
}

.cart-items {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.item-image {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.item-info {
    flex: 1;
}

.item-title {
    font-size: 1.1rem;
    margin: 0 0 5px 0;
}

.unit-price {
    color: #666;
    font-size: 0.9rem;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 20px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #FF5733;
    background: white;
    color: #FF5733;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.qty-btn:hover {
    background: #FF5733;
    color: white;
}

.item-total {
    font-weight: bold;
    color: #FF5733;
    min-width: 100px;
    text-align: left;
}

.remove-item {
    border: none;
    background: none;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
}

.remove-item:hover {
    color: #FF3B30;
}

.cart-summary {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 120px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.total-price {
    font-weight: bold;
    color: #FF5733;
}

.summary-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.checkout-btn {
    background-color: #F15A29 !important;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.checkout-btn:hover {
    background-color: #F15A29 !important;
}

.continue-shopping {
    text-align: center;
    color: #666;
    text-decoration: none;
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
}

.step:not(:last-child)::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ddd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-subscription {
    padding: 20px;
}

/* برای حالت active */
.step.active:not(:last-child)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF5733' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.category-card-img {
    width: 100%;
}

.step-card {
    direction: rtl;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #fff5f5, white);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
    font-family: 'ModamWeb', sans-serif;
}

.bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-weight: 500;
    width: 20%;
}

.bottom-nav .nav-item svg {
    width: 34px;
    height: 34px;
    margin-bottom: -5px;
}

#loader-wrapper {
    z-index: 9999;
}

.navigation .navbar .navbar-toggler {
    color: #00000000 !important;
    border-color: #00000000 !important;
}
.navigation .navbar .navbar-toggler img {
  width: 20px !important;
}



.mt-150 {
    margin-top: 150px;
}

.cart-step {
    background-color: #ffffff;
    color: rgb(0, 0, 0) !important;
    padding: 20px;
    width: 240px;
    text-align: center;
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 16px;
    font-family: ModamWeb;
}

.cart-step.active {
    background-color: #f15a29;
    color: #ffffff !important;
}

.cart-step span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-cart {
    border-radius: 20px;
    border: 1px solid #f15a29;
    padding: 25px 30px;
    text-align: justify;
    font-size: 22px;
}

.cart-summary {
    border: 1px solid #f15a29;
    border-radius: 30px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 0;
    color: #000;
}

.summary-item :first-child {
    width: 30%;
    text-align: justify;
}

.summary-item.total {
    border-top: 1px solid #f15a29;
}

.checkout-btn {
    background-color: #f15a29 !important;
    border: 0;
    border-radius: 16px;
    width: 80%;
}

.summary-actions {
    align-items: center;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    flex-direction: column;
    justify-content: center;
}

.cart-item-row {
    width: 100%;
    display: flex;
    align-items: center;
}

.item-image {
    width: 170px !important;
    height: 170px !important;
}

.item-info {
    text-align: justify;
    margin-right: 20px;
}

.item-title {
    font-size: 20px;
}

.item-total {
    color: #000;
    font-family: ModamWeb;
    font-size: 16px;
}

.item-total span {
    margin-right: 10px;
}

.quantity-controls {
    background: #f15a29;
    border-radius: 14px;
    /* font-size: 18px !important; */
    padding: 5px;
}

.qty-btn.decrease {
    background: #f15a29;
    border: 0;
    font-size: 35px;
    color: #fff;
    width: 75px;
}

.qty-btn.increase {
    border-radius: 10px 0 0 10px;
    background: #f15a29;
    border: 0;
    font-size: 30px;
    color: #fff;
    width: 75px;
}

.quantity-controls .quantity {
    color: #fff;
    font-size: 16px;
}

.item-description {
    color: #000;
}

.coupon-section {
    border: 1px solid #f15a29;
    border-radius: 30px;
    padding: 22px;
}

.coupon-section h3 {
    text-align: justify;
}

.coupon-section .form-control {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    outline: transparent !important;
    border-color: #f15a29 !important;
    box-shadow: none !important;
}

.coupon-section .btn-primary {
    border-radius: 10px 0 0 10px;
    width: 20%;
    background-color: #f15a29 !important;
    border: 0;
}

*::selection {
    color: #F15A29;
}

.delivery_type_section {
    border: 1px solid #f15a29;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.delivery_type_address {
    border: 2px solid #f15a29;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
    margin-bottom: 20px;
}

.card {
    border: 2px solid #f15a29 !important;
    border-radius: 24px !important;
    text-align: justify;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
}

.list-group-item {
    border: none;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 12px !important;
    background: #fff;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background: rgba(241, 90, 41, 0.05);
    transform: translateY(-2px);
}

#toggle-new-address {
    background-color: #f15a29 !important;
    width: 200px;
    padding: 12px;
    border-radius: 14px;
    border: 0;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

#toggle-new-address:hover {
    background-color: #e54d1c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}

#get-location, #search-address {
    border-radius: 12px;
    padding: 10px 15px;
    border: 2px solid #f15a29;
    background: white;
    color: #f15a29;
    transition: all 0.3s ease;
}

#get-location:hover, #search-address:hover {
    background: #f15a29;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}

#map {
    border-radius: 30px;
    outline-style: none;
    border: 2px solid #f15a29;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
}

#new_address_form textarea.form-control {
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    padding: 15px;
    transition: all 0.3s ease;
}

#new_address_form textarea.form-control:focus {
    border-color: #f15a29;
    box-shadow: 0 0 0 3px rgba(241, 90, 41, 0.1);
}

#new_address_form input.form-control {
    border-radius: 12px;
    padding: 15px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

#new_address_form input.form-control:focus {
    border-color: #f15a29;
    box-shadow: 0 0 0 3px rgba(241, 90, 41, 0.1);
}

#save-address {
    background-color: #f15a29 !important;
    width: 200px;
    padding: 12px;
    border-radius: 12px;
    border: 0;
    height: 45px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

#save-address:hover {
    background-color: #e54d1c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}

#cancel-address {
    border: 2px solid #f15a29;
    width: 200px;
    padding: 12px;
    border-radius: 12px;
    height: 45px;
    color: #f15a29;
    font-weight: 600;
    background: white;
    transition: all 0.3s ease;
}

#cancel-address:hover {
    background-color: #f15a29;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}

#delivery-addresses {
    display: block;
    border: 2px solid #f15a29;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
}

.text-primary {
    color: #F15A29 !important;
}

input {
    accent-color: #f15a29;
}

#o_payment_provider_selection {
    border: 2px solid #f15a29;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
}

#o_payment_provider_selection .list-group-item {
    border: 0;
}

#payment_provider_selection_button {
    background-color: #f15a29 !important;
    border: 0;
    height: 45px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

#payment_provider_selection_button:hover {
    background-color: #e54d1c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}


.branch_modal_content{
    max-height: 80vh;
    overflow-y: auto;
    margin-top: 70px;
    width: 100%;
    box-sizing: border-box;
}


.select_branch {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    text-align: center;
    padding-bottom: 20px;
    max-width: 385px;
    margin: auto;
    border: 2px solid #f15a29;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.1);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(241, 90, 41, 0.15);
}

.blog-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-card-body {
    padding: 15px;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-read-more {
    background-color: #ff5722;
    color: white !important;
    padding: 10px 15px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    margin-bottom: -35px;
    width: 120px;
}

.blog-read-more:hover {
    background-color: #e64a19;
}

.blog-card-body {
    border: 1px solid #f15a29;
    margin-top: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.blog-title {
    width: 100%;
    text-align: right;
}

.blog-title-link {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #f15a29;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'ModamWeb' !important;
    color: #000;
}

.website_blog #o_wblog_posts_loop .o_record_cover_container {
    height: 265px !important;
    width: 385px !important;
    box-shadow: none !important;
}

.mb-150 {
    margin-bottom: 150px;
}

.o_record_cover_container .o_record_cover_component {
    border-radius: 26px;
}

.search-query {
    padding: 25px;
    border-radius: 0 14px 14px 0 !important;
}

.oe_search_button {
    border-radius: 14px 0 0 14px !important;
    width: 120px;
    background-color: #f15a29 !important;
    border: 0;
}

.blog_details .blog_image .img_wrapper .o_record_cover_container .o_record_cover_component {
    border-radius: 30px;
}

.mt-280 {
    margin-top: 280px;
}
.blog_post_subtitle{
        font-size: 16px;
    font-weight: bold;
}
.btn{
    padding: 10px;
    border-radius: 12px;
}
.btn-primary{
    color: #fff;
    background-color: #f15a29;
    border-color: #f15a29;
    border-radius: 12px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed5520;
    border-color: #ed5520;
}
.btn-link{
    color: #f15a29;
}
a {
    color: #F15A29;
}
a:hover {
    color: #ed5520;
}
thead, tbody, tfoot, tr, td, th {
    border-color: #F15A29;
    border-style: solid;
    border-width: 0;
}
.oe_website_sale .table-striped tbody tr td:nth-of-type(even) {
    --table-accent-bg: #ffffff;
}
.oe_website_sale .o_image_64_max {
    max-width: 128px !important;
    max-height: 128px !important;
}
.oe_website_sale .table-striped tbody tr td:nth-of-type(odd) {
    --table-accent-bg: #fff;
}.progress-wizard-step.active .progress-wizard-dot {
        background: #f15a29 !important;
    box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.25rem #f15a294d !important;
 }
 .btn-primary.focus, .btn-primary:focus , .btn-primary.disabled{
    color: #fff;
    background-color: #f15a29 !important;
    border-color: #f15a29 !important;
    box-shadow: 0 0 0 .2rem #f15a294d !important;
}
 .oe_website_sale .o_payment_form .card{
     border-radius: 24px !important;
 }
 .search-bar-snippet, .step_card, .seo-box-snippet{
  margin: 7%;
 }
 .newsletter-subscription{
  margin-bottom: -130px;
  z-index: 50;
  position: relative;
 }
.container-login{
  padding-top: 10%;
  padding-bottom: 10%;
}
.cart-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #eee;
}

.cart-item-image + div {
  flex-grow: 1;
}
.banner_about{
    margin-top: 50px;
}
.banner_about img {
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 20px;
}
.banner_about_text{
  direction: rtl;
  color: #F15A29;
  text-align: right;
}

.about_title{
  margin-top:120px;
  text-align: right;
}
.about_title p{
  text-align: justify;
}
.image_inside_about{
  width: 280px;
}
.heading_c{
  margin-top: 50px;
  text-align: center;
}

.story-section {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: sans-serif;
  line-height: 1.8;
  color: #333;
}

.story-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.story-content {
  position: relative;
}

.story-image {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 1rem 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.story-content p {
  text-align: justify;
  margin-bottom: 1rem;
}
.locations-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.location-divider {
  display: block;
  border: none;
  border-top: 4px solid #E88F65;
  width: 100px;
  margin: 0;
}

.location-info {
  text-align: center;
  min-width: 250px;
  white-space: nowrap;
}

.location-name {
  font-size: 1em;
  color: #333;
  margin-bottom: 0.25rem;
}

.location-marker {
  font-weight: bold;
  margin-left: 0.5em;
}

.location-code {
  font-size: 0.9em;
  color: #555;
}
.notification_box {
  direction: rtl;
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: 320px;
  padding: 15px 20px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.notification-success {
  background-color: #28a745; /* Green */
}

.notification-error {
  background-color: #dc3545; /* Red */
}


website_snippets{
  display: inline;
}
.info-bar {
  text-align: center;
  background-color: #FEF7EB;
  padding: 1rem 0;
  font-family: sans-serif;
  font-size: 1.2rem;
  margin-top: 80px;
  border-radius: 16px;
}

.info-bar__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.info-bar__item {
  display: flex;
  align-items: center;
  min-width: 200px;
}

.info-bar__icon {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  color: #333;
}

.info-bar__text {
  line-height: 1.2;
}

.info-bar__label {
  font-weight: bold;
  margin-left: 0.3rem;
}

.info-bar__value {
  color: #555;
}

.info-bar__note {
  max-width: 1024px;
  margin: 0.5rem auto 0;
  font-size: 0.85rem;
  text-align: center;
  color: #666;
}
@media (max-width: 480px) {
  .info-bar {
    font-size: 0.9rem;
  }
  .info-bar__inner {
    gap: 0.5rem;
  }
  .info-bar__item {
    flex-direction: column;
    text-align: center;
  }
  .info-bar__icon {
    margin-left: 0;
    margin-bottom: 0.3rem;
  }
}


@media screen and (min-width: 768px) {
    .css-blx9l4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 1200px) {
    .css-blx9l4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1340px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

@media (max-width: 1340px) {
    .first-row {
        padding: 50px 45px 50px 45px;
    }

    .footer-left-menu {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {

    .category-snippet .category .category-card:nth-last-child(1) {
        /*display: none;*/
    }
}

@media screen and (max-width: 992px) {

    .category-snippet .category .category-card:nth-last-child(1),
    .category-snippet .category .category-card:nth-last-child(2) {
        /*display: none;*/
    }

  .category-card {
    min-width: 30%;
    animation: category_animation 30s linear infinite;
  }

  @keyframes category_animation {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }


    .category-head {
        margin-bottom: 20%;
    }

    .bottom-nav {
        display: flex;
        direction:ltr;
    }

    .step-card-div {
        flex-direction: column;
        align-items: center;
    }

    .step-card-div-body:not(:first-child) {
        border-left: none;
    }

    .step-card-div-body:not(:last-child) {
        border-bottom: dashed 2px #5d5b5b;
    }

    .d-992-none, .o_wsale_my_wish, .o_wsale_my_cart {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
  .custom-shop-page .product-item .product-name {
    height: auto !important;
  }
}
@media (max-width: 768px) {

  .footer_text_div{
    padding-bottom: 50px;
    text-align: center;
  }
  .logo-footer-div{
    margin-top: -40px;
  }
  .category-head {
      margin-bottom: 10%;
  }

  .category {
    scrollbar-width: none; /* Firefox */
    padding-top: 0;
  }

  .category::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .category-head h3 {
      font-size: 30px;
  }

  .footer-left-menu {
      margin: 0;
  }
  .category-card-img {
    margin-top: 0px;
  }
  .cart-steps .cart-step {
    display: none;
  }
  .cart-steps .cart-step.active {
    display: flex;
  }

  .cart-steps .cart-step.active + .cart-step {
    display: flex;
  }

  .cart-steps .cart-step.prev {
    display: flex;
  }

  .location-divider {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }

  .location-info {
    min-width: auto;
    white-space: normal;
    text-align: center;
    margin: auto;
  }

  .location-name {
    font-size: 0.95em;
  }
  .location-code {
    font-size: 0.85em;
  }
  .info-bar {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
  .info-bar__inner {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  .info-bar__item {
    justify-content: center;
    min-width: auto;
  }
  .list-group.d-flex.flex-nowrap .list-group-item {

    flex-shrink: 0;
    margin-right: 0.5rem;
    white-space: nowrap;
  }
  .list-group.d-flex.flex-nowrap .list-group-item:last-child {
    margin-right: 0;
  }

  .list-group.d-flex.flex-nowrap.overflow-x-auto {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }



}
/*o cont*/
@media (min-width: 576px) {
    .o_container_small, .o_container_small-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .o_container_small, .o_container_small-md, .o_container_small-sm {
        max-width: 720px;
    }
    .footer_text_div{
        padding-bottom: 60px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .o_container_small, .o_container_small-lg, .o_container_small-md, .o_container_small-sm {
        max-width: 960px;
    }
    .footer_text_div{
      padding-bottom: 0px;
      text-align: center;
    }
}


@media (min-width: 992px) and (max-width: 1340px){
  .step-card-div-body {
    display: inline-block;
  }
  .step-card-div-svg img {
    height: 170px;
    margin-top: -60px;
  }
  .step-card-div-text-body{
    min-height: 50px;
  }

}


@media (min-width: 1200px) {
    .o_container_small, .o_container_small-lg, .o_container_small-md, .o_container_small-sm, .o_container_small-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1340px) {
    .o_container_small, .o_container_small-lg, .o_container_small-md, .o_container_small-sm, .o_container_small-xl {
        max-width: 1300px;
    }
}

/* Blacklist Product Styles */
.product-blacklisted {
    opacity: 0.6;
    position: relative;
}

.product-blacklisted::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 1;
}

.product-unavailable {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px 12px;
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}

.unavailable-text {
    font-weight: 500;
}

.product-unavailable-message {
    margin-top: 15px;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.product-unavailable-message i {
    margin-left: 8px;
    color: #f39c12;
}

/* Product detail page blacklist styles */
.product-detail-container.product-blacklisted {
    opacity: 0.8;
}

.product-detail-container.product-blacklisted .product-image {
    filter: grayscale(30%);
}

/* Shop index page blacklist styles */
.product-item.product-blacklisted {
    opacity: 0.7;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

.product-item.product-blacklisted .product-image img {
    filter: grayscale(20%);
}

.product-item.product-blacklisted:hover {
    transform: scale(0.98);
}

