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

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

body {
    font-family: 'ModamWeb', sans-serif !important;
}

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;
}

.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 #FFD200;
  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: #FFD200 !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: #FFD200 !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;
}
.badge{
  width: 100px;
}
.footer {
    padding: 0;
    background: transparent;
    margin-top: 130px;
}
.cart-counter.badge{
    width: auto;
}
.footer-container {
    background: #000000;
    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: #ffffff;
}

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

.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: #FFD200;
    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-right: dashed 2px #5d5b5b;
}

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

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

.step-card-div-text {
  text-align: center;
  margin-top: 26px;
}

.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 {
  width: 150px;
}

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

.navbar-nav {
    direction: rtl;
}

.seo-description-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* تعداد خطوطی که می‌خواهید نمایش دهید */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

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

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

.toggle-btn:hover {
    background-color: #e4ba01;
    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: #FFD200 !important;
    border: 0;
    min-width: 160px;
}

.seo-btn:hover {
    background-color: #FFD200 !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 #FFD200;
    border-radius: 24px;
    padding: 40px;
    background: #fff;
}

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

.newsletter-text {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #FFD200;
    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: #FFD200;
    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;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 125px;
}
.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: #FFD200;
    font-size: 18px;
}

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



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

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

.category-title {
    border: 1px solid #FFD200;
    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: #FFD200;
}

.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: 50px 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;
    padding: 25px 0;
    display: block;
    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: #FFD200;
    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: #FFD200 !important;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.checkout-btn:hover {
    background-color: #FFD200 !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: #FFD200;
    color: #ffffff !important;
}

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

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

.cart-summary {
    border: 1px solid #FFD200;
    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 #FFD200;
}

.checkout-btn {
    background-color: #FFD200 !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: #FFD200;
    border-radius: 14px;
    /* font-size: 18px !important; */
    padding: 5px;
}

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

.qty-btn.increase {
    border-radius: 10px 0 0 10px;
    background: #FFD200;
    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 #FFD200;
    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: #FFD200 !important;
    box-shadow: none !important;
}

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

*::selection {
    color: #FFD200;
}

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

.delivery_type_address {
    border: 2px solid #FFD200;
    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 #FFD200 !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-top: 10px;
    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: #FFD200 !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 #FFD200;
    background: white;
    color: #FFD200;
    transition: all 0.3s ease;
}

#get-location:hover, #search-address:hover {
    background: #FFD200;
    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 #FFD200;
    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: #FFD200;
    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: #FFD200;
    box-shadow: 0 0 0 3px rgba(241, 90, 41, 0.1);
}

#save-address {
    background-color: #FFD200 !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 #FFD200;
    width: 200px;
    padding: 12px;
    border-radius: 12px;
    height: 45px;
    color: #FFD200;
    font-weight: 600;
    background: white;
    transition: all 0.3s ease;
}

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

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

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

input {
    accent-color: #FFD200;
}

#o_payment_provider_selection {
    border: 2px solid #FFD200;
    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: #FFD200 !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%;
}

.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 #FFD200;
    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 #FFD200;
    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 #FFD200;
    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: #FFD200 !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: #FFD200;
    border-color: #FFD200;
    border-radius: 12px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e9c001;
    border-color: #e9c001;
}
.btn-link{
    color: #FFD200;
}
a {
    color: #FFD200;
}
a:hover {
    color: #e9c001;
}
thead, tbody, tfoot, tr, td, th {
    border-color: #FFD200;
    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: #FFD200 !important;
    box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.25rem #FFD2004d !important;
 }
 .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #FFD200 !important;
    border-color: #FFD200 !important;
    box-shadow: 0 0 0 .2rem #FFD2004d !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: #FFD200;
  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;
  width: 48%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

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

.location-info {
  text-align: center;
  min-width: 250px;
  width: 100%;
  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;
}


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;
}

.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 (max-width: 768px) {

  .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;
  }

  .locations-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .location-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .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;
    }

}


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

@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(220%);
      transform: translateX(220%);
    }

    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-right: 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: 768px) {

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

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

    .category::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }
    .category-head {
        margin-bottom: 10%;
    }

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

    .footer-left-menu {
        margin: 0;
    }
    .category-card-img {
      margin-top: 0px;
  }
}
/*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: 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;
    }
}
#wrap .s_text_image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#wrapwrap{
  overflow-x: hidden;
}
#wrap .s_text_image .container{
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.svg-banner {
  width: 40px !important;
  height: 25px !important;
  margin-top: -8px;
  margin-right: -18px !important;
}
.banner-2445{
  opacity: 0;
  animation: exampleAnimation 2s linear infinite;
}
.banner-2424{
  position: absolute;
  overflow: visible;
  animation: cheassAnimation 2s linear infinite;
}
.div-banner-2423,.div-banner-2445{
  overflow: hidden;
}
.banner-2432{
  margin-top: -100px;
  transition: transform 0.6s ease, opacity 0.1s ease;
}
.banner-974{
  margin-top: -100px;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.1s ease;
}
#footer {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  padding-top: 66px;
  clip-path: ellipse(57% 100% at 50% 100%);
}
.homepage #bottom{
  background-color: #FFD200;
}
.banner-2423, .banner-2445 {
  transform: rotate(-3.5deg);
  transition: transform 0.6s ease, opacity 0.1s ease;
}

.banner:hover .banner-2423 {
  opacity: 0;
  transform: rotate(0deg);
}

.banner:hover .banner-2445 {
  opacity: 1;
  transform: rotate(1.5deg);
}
@keyframes cheassAnimation {
  0% {
      transform: rotate(0deg);
  }
  20% {
      transform: rotate(-1deg);
  }
  35% {
      transform: rotate(-2deg);
  }
  42% {
      transform: rotate(-3deg);
  }
  50% {
      transform: rotate(-4deg);
  }
  62% {
      transform: rotate(-3deg);
  }
  75% {
      transform: rotate(-2deg);
  }
  90% {
      transform: rotate(-1deg);
  }
  100% {
      transform: rotate(0deg);
  }
}
.banner-2425, .banner-2426{
  animation: scaleAnimation 3s linear infinite;
}
@keyframes scaleAnimation {
  0% {
      transform: scale(.9);
  }
  25% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  75% {
      transform: scale(1);
  }
  100% {
      transform: scale(.9);
  }

}
.banner-974-show{
  opacity: 1;
  transform: rotate(-30deg);
  transition: transform 0.6s ease, opacity 0.1s ease;
}
.banner-2432-hide{
  opacity: 0;
}
@keyframes motorAnimation {
  0% {
      transform: translate3d(450px, 8px, 0px) rotate(20deg);

  }
  9% {
      transform: translate3d(360px, -53px, 0px) rotate(20deg);
  }
  18% {
      transform: translate3d(270px, -75px, 0px) rotate(20deg);
  }
  27% {
      transform: translate3d(180px, -96px, 0px) rotate(20deg);
  }
  36% {
      transform: translate3d(90px, -127px, 0px) rotate(20deg);
  }
  45% {
      transform: translate3d(0px, -148px, 0px) rotate(23deg);
  }
  54% {
      transform: translate3d(-90px, -165px, 0px) rotate(23deg);
  }
  63% {
      transform: translate3d(-180px, -180px, 0px) rotate(23deg);
  }
  72% {
      transform: translate3d(-270px, -191px, 0px) rotate(23deg);
  }
  81% {
      transform: translate3d(-360px, -212px, 0px) rotate(23deg);
  }
  90% {
      transform: translate3d(-450px, -223px, 0px) rotate(23deg);
  }
  100% {
      transform: translate3d(-540px, -238px, 0px) rotate(23deg);
  }
}
.banner-977{
  position: absolute;
  z-index: 9999;
  right: 252px;
  margin-top: -138px !important;
  transition: transform 0.6s ease;
  transform: translate3d(450px, 8px, 0px) rotate(20deg);
   clip-path: inset(0);
}

.footer:hover + .banner-977{
  animation: motorAnimation .6s;
  transform: translate3d(-540px, -238px, 0px) rotate(23deg);
}
.banner-977.hovered{
  animation: motorAnimation .6s;
  transform: translate3d(-540px, -238px, 0px) rotate(23deg);
}
.ticket-main .text-muted{
  display: none;
}
.homepage .o_footer_copyright{
  background: #000;
}
.homepage #o_footer_scrolltop{
  background-color: #FFD200 !important;
}
.homepage{
  overflow: hidden;
}
.ticket .s_website_form_field{
  width:320px;
  flex: 1 0 auto;

}
.ticket #helpdesk_ticket_form{
  max-width: 640px;
}
.ticket .s_website_form_field select, .ticket .s_website_form_field input, .ticket .s_website_form_field textarea{
  border-radius: 10px;
  background: #f8f8f8;
  box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 12px 15px;

}
.ticket .s_website_form_field:nth-last-child(3) {
  width: 640px;
}
.ticket .s_website_form_field:nth-last-child(4) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ticket .s_website_form_field:nth-last-child(5) {
  margin-bottom: 0 !important;
}
.ticket .s_website_form_field:nth-last-child(2) .s_website_form_input {
  margin-top: 14px !important;
}
@media (min-width: 576px) {
  .ticket .col-sm {
      flex: 1 1 100%;
  }
}
.ticket .s_website_form_submit{
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0 !important;
}
.ticket .s_website_form_submit .s_website_form_label{
  display:none;
}
.ticket .s_website_form_submit a {
  border-radius: 10px;
  width: 280px;
  margin-top: 29px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255,210,0,1) 0%, rgba(255,218,14,1) 38%, rgba(255,230,34,1) 76%, rgba(255,230,35,1) 77%, rgba(255,240,50,1) 100%);
  transition: background 1s linear;
}

.ticket .s_website_form_submit a:hover {
  background: linear-gradient(270deg, rgba(255,210,0,1) 0%, rgba(255,218,14,1) 38%, rgba(255,230,34,1) 76%, rgba(255,230,35,1) 77%, rgba(255,240,50,1) 100%);
}

.ticket #oe_structure_website_helpdesk_team_1 section:nth-of-type(1){
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  background-color: #fff;
  height: 100%;
  width: 380px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index:-1;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 2rem 0.25rem;
  text-align: justify;
  display: none;
}
.ticket #bottom{
  z-index:22;
}
footer .row div:nth-of-type(1).g-height-4, footer .row div:nth-of-type(3) {
  border-right: 1px solid;
  margin-right: 10px !important;
}
.ticket select {
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Some browsers will not display the caret when using calc, so we put the fallback first */
background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
.radius-l-16 {
  border-radius: 0 16px 16px 0;
}
.radius-r-16 {
  border-radius: 16px 0 0 16px;
}
.card-lavia .card {
  flex-direction: row;
  height: 200px !important;
  border-radius: 12px;
}
.card-lavia .card-img-top {
  width: 180px;
}
.card-lavia .card-body {
  background-color: rgb(255, 210, 0) !important;
  padding: 20px 30px;
}
.card-lavia .card-title {
  background: #CC2031;
  font-size: 16px;
  color: #ffff !important;
  text-align: justify;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 8px;
  padding: 5px 15px;
}
.card-lavia .card-text {
  font-size: 14px;
  text-align: justify;
}
.helpdesk-lavia{
   display: flex;
  flex-direction: column-reverse;
}
.ticket-row{
  max-width: 1140px;
}
.ticket #oe_structure_website_helpdesk_team_1{
  padding-bottom: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.product_lavia{
  background: black;
  border-radius: 16px;
}
.product_lavia_row{
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  overflow:hidden;
}
.product_lavia_items{
  width: 1065px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px !important;
}
.product_lavia_item{
  border-color: rgb(108, 117, 125) !important;
  text-align: right;
  z-index: 2;
  grid-area: 1 / 8 / 6 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  border-radius: 12px;
  padding: 15px;
}
.product_lavia_banner{
  width: 240px;
  padding: 30px 0 !important;
}
.product_lavia_banner_title{
  font-size: 19px;
  text-align: center;
  font-weight: 900;
}
.product_lavia_banner_img{
  max-height: 210px !important;
}
.product_lavia_banner_link{

}
.helpdesk-lavia .s_call_to_action{
  background: linear-gradient(90deg, #ffd200 0%, #ffda0e 38%, #ffee6a 76%, #ffed65 77%, #f6ee87 100%);
}
.helpdesk-lavia .s_call_to_action .o_colored_level{
  color: #000;
}
.helpdesk-lavia .s_call_to_action .btn-primary{
  color: #ffffff;
  background-color: #000000;
  border-color: #FFD200;
}
.helpdesk-lavia .fa-book, .helpdesk-lavia .fa-mortar-board{
  background-color: #ffc107 !important;
}
.tanks_ticket_text1{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tanks_ticket_text1 i{
  font-size: 108px;
  margin-bottom: 20px;
}
.tanks_ticket_remember{
  font-size: 38px;
  font-weight: 900;
}
.tanks_ticket_text1 span{
  font-size: 28px;
  font-weight: 900;
}.tanks_ticket_text1{
  line-height: 1.5;
}
.ticket .form-check-input[type="radio"]:checked {
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.ticket .s_website_form_check_label {
   margin-left: 8px !important;
}
.ticket .s_website_form_multiple{
  margin-top: 15px;
}
.portal_ticket #sidebar_content, .portal_ticket #ticket_content .card , .portal_ticket #ticket_content textarea.form-control,
.portal_ticket #sidebar_content, .portal_ticket #task_content .card , .portal_ticket #task_content textarea.form-control{
  border-radius: 16px;
      box-shadow: rgba(20, 21, 26, 0.1) 0px 0px 1px, rgba(71, 77, 87, 0.08) 0px 3px 6px, rgba(20, 21, 26, 0.08) 0px 7px 14px;
}
.portal_ticket #ticket_content ,
.portal_ticket #task_content {
  border: 2px #ffd200 dashed;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(20, 21, 26, 0.1) 0px 0px 1px, rgba(71, 77, 87, 0.08) 0px 3px 6px, rgba(20, 21, 26, 0.08) 0px 7px 14px;
}
.portal_ticket #ticket_content .o_portal_chatter .o_portal_chatter_avatar ,
.portal_ticket #task_content .o_portal_chatter .o_portal_chatter_avatar {
  border-radius: 50px;
}
.portal_ticket #ticket_content .o_portal_chatter_composer_btn ,.portal_ticket #ticket_content .btn-success,
.portal_ticket #task_content .o_portal_chatter_composer_btn ,.portal_ticket #task_content .btn-success{
  border-radius: 12px;
}
.portal_ticket #ticket_content .o_portal_chatter_composer_btn,
.portal_ticket #task_content .o_portal_chatter_composer_btn{
  width: 200px;
}
.portal_ticket #ticket_content .o_portal_chatter_attachment_btn ,
.portal_ticket #task_content .o_portal_chatter_attachment_btn {
  border-radius: 10px;
}
body .o_portal .row{
  border-radius: 16px !important;

}
body .o_portal{
  padding-right: 0;
}
.portal_ticket .card-header {
  background-color: #ffd200 !important;
  background-color: #ffd200 !important;
  padding: 15px 5px;
}
.portal_ticket .card .card-footer{
  display: none !important;
}
#sidebar_content .btn-secondary {
  padding: 10px !important;
  border-radius: 12px;
  margin: 15px 0;
}
.contact_us .card{
  border-radius: 16px !important;
  border-width: 0px !important;
  height: 260px;
  padding: 0px !important;
  box-shadow:
  rgba(20, 21, 26, 0.1) 0px 0px 1px,
  rgba(71, 77, 87, 0.08) 0px 3px 6px,
  rgba(20, 21, 26, 0.08) 0px 7px 14px;
}
.contact_us .card .card_header{
  display: flex;
  width: 100%;
  height: 65px;
  justify-content: space-around;
  align-items: center;
  background: rgb(255, 210, 0);
  font-weight: 900;
  margin-bottom: 0;
}
.contact_us .card .body_link{
  display: flex;
  width: 100%;
  height: 75%;
  justify-content: space-around;
  align-items: flex-end;
  padding: 25px;
  flex-direction: row-reverse;
}
.contact_us .card .body_address{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 75%;
  padding: 25px;
}
.contact_us .form_contact_us{
  background-color: #ffff;
  box-shadow:
  rgba(20, 21, 26, 0.1) 0px 0px 1px,
  rgba(71, 77, 87, 0.08) 0px 3px 6px,
  rgba(20, 21, 26, 0.08) 0px 7px 14px;
  border-radius: 16px;
  padding: 35px;
}
.contact_us .form_contact_us .s_website_form_field{
  display: flex;
  justify-content: center;
}
.contact_us .form_contact_us .s_website_form_field input , .contact_us .form_contact_us .s_website_form_field textarea{
  border: 0;
  border-bottom: 2px solid #b6b6b6;
  border-radius: 0;
}
.contact_us .form_contact_us .s_website_form_field div.row{
  width: 100%;
}
.contact_us .form_contact_us .s_website_form_field div.col-sm {
  flex: 0 0 100%;
}
.contact_us .form_contact_us .s_website_form_field label{
  padding-bottom: 0 !important;
}
.contact_us .s_website_form[data-vcss="001"] .s_website_form_dnone {
  display: none;
}
.contact_us .form_contact_us .btn-form{
  display: flex;
  flex-direction: column;
}
.contact_us .form_contact_us .btn-form a{
  width: 220px;
  border-radius: 12px;
}
.form-check-input:checked {
  background-color: #FFD200 !important;
  border-color: #FFD200;
}
.product_lavia_div{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(to bottom, #ffffff 50%, #ffd200 50%);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: background-position 0.5s;
}
.product_lavia_item:hover .product_lavia_div{
  background-position: 0 100%;
}
.product_lavia_div img{
  transform: translateX(0) translateY(0) !important;
}
.product_lavia {
  padding-left: 0px !important;
}
.product_like .product_like_burger{
  transform: scale(1.2);
  transition: .6s;;
}
.product_like .product_like_potato {
  padding: 10px;
  transform: scale(1.6) !important;
  position: relative;
  top: -135px;
  right: -45px;
  transition: .6s;
}
.product_like .product_like_pepper{
  padding: 10px;
  top: -100px;
  z-index: 10;
  position: relative;
  left: -20px;
  transition: .6s;
}
.product_like .product_like_item:hover .product_like_burger{
  transform: scale(1.3) !important;
  transition: .6s;
}
.product_like .product_like_item:hover .product_like_potato{
  transform: scale(2) !important;
  transition: .6s;
}
.product_like .product_like_item:hover .product_like_pepper{
      transform: rotate(-30deg);
  transition: .6s;
}
.product_like_row{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product_like_item{
  width: 320px !important;
  margin-bottom: 0px;
}
.o_portal_navbar {
  padding: 20px;
  height: 64px;
  border-radius: 16px !important;
}
.btn-fill-secondary,
.btn-secondary,
.btn-beta {
  color: #FFFFFF;
  background-color: #ffd200;
  border-color: #ffd200;
}
.o_cc1 .btn-fill-secondary,
.o_cc1 .btn-secondary,
.o_cc1 .btn-beta,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-fill-secondary,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-secondary,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-beta,
.o_footer .s_popup .btn-fill-secondary,
.o_footer .s_popup .btn-secondary,
.o_footer .s_popup .btn-beta,
.navbar-light .btn-fill-secondary,
.navbar-light .btn-secondary,
.navbar-light .btn-beta,
.o_colored_level .o_cc1 .btn-fill-secondary {
  color: #FFFFFF;
  background-color: #ffd200;
  border-color: #ffd200;
  padding: 5px;
}
[data-oe-id="5240"] {
  width: 100%;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
}

[data-oe-id="5240"] a {
  border-radius: 12px;
  width: 250px;
}
.table-responsive.ticket_table{
box-shadow:
  rgba(20, 21, 26, 0.1) 0px 0px 1px,
  rgba(71, 77, 87, 0.08) 0px 3px 6px,
  rgba(20, 21, 26, 0.08) 0px 7px 14px;
  border: none !important;
  border-radius: 0 0 16px 16px !important;
}
.table-responsive {
box-shadow:
  rgba(20, 21, 26, 0.1) 0px 0px 1px,
  rgba(71, 77, 87, 0.08) 0px 3px 6px,
  rgba(20, 21, 26, 0.08) 0px 7px 14px;
  border: none !important;
  border-radius: 16px !important;
}

.table-responsive thead {
  background-color: #ffd200;
  height: 64px;
}

.table-responsive tbody {
  border-top: 0;
}
.o_portal_wrap table.table tr {
  word-wrap: break-word;
  height: 48px;
}
.o_portal_wrap .o_portal_my_doc_table td:has(a),
.o_portal_wrap .o_portal_my_doc_table th:has(a) {
  color: #FFD200;
}
.btn-fill-secondary:hover,
.btn-secondary:hover,
.btn-beta:hover {
  color: #FFFFFF;
  background-color: rgb(223, 184, 4);
  border-color: rgb(223, 184, 4);
}
.o_cc1 .btn-fill-secondary:hover,
.o_cc1 .btn-secondary:hover,
.o_cc1 .btn-beta:hover,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-fill-secondary:hover,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-secondary:hover,
#wrapwrap.o_header_overlay > header:not(.o_header_affixed):not(.o_top_menu_collapse_shown):not(.o_header_sidebar) .navbar .btn-beta:hover,
.o_footer .s_popup .btn-fill-secondary:hover,
.o_footer .s_popup .btn-secondary:hover,
.o_footer .s_popup .btn-beta:hover,
.navbar-light .btn-fill-secondary:hover,
.navbar-light .btn-secondary:hover,
.navbar-light .btn-beta:hover,
.o_colored_level .o_cc1 .btn-fill-secondary:hover {
  color: #FFFFFF;
  background-color: rgb(223, 184, 4);
  border-color: rgb(223, 184, 4);
}
.o_portal [data-oe-id="541"][data-oe-xpath="/t[1]/t[1]/div[1]/h3[1]"]{
  background-color: #ffd200;
  padding: 12px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0px !important;
}
.o_portal [data-oe-field="arch"][data-oe-id="762"][data-oe-xpath="/t[1]/t[1]/t[3]/p[1]"]{
  display: flex;
  background-color: #ffff;
  border-radius: 16px;
  height: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #DEE2E6;
  font-weight: 800;
}
.o_portal .list-group{
  border-radius: 0 0 16px 16px;
}
.o_portal .text-bg-secondary {
  color: rgb(64, 64, 64) !important;
  background-color: rgb(255, 210, 0) !important;
}
#o_my_sidebar{
  background: #ffff;
  border-radius: 16px;
  padding: 20px !important;
  border: 1px solid #DEE2E6;
}
.project_table{
  border-radius: 16px !important;
}
.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination {
  margin-top: 20px !important;
}
.o_editable:not(:empty):not([data-oe-model="ir.ui.view"]):not([data-oe-type="html"]):not(.o_editable_no_shadow):not([data-oe-type="image"]):hover, .o_editable.o_editable_date_field_linked:not(:empty), .o_editable[data-oe-type]:not([data-oe-model="ir.ui.view"]):not([data-oe-type="html"]):not(.o_editable_no_shadow):not([data-oe-type="image"]):hover, .o_editable.o_editable_date_field_linked[data-oe-type] {
  box-shadow: none !important;
}

.ticket #s_website_form_result{
  padding: 25px;
  position: fixed;
  top: 35%;
  background-color: #ffff;
  left: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 1px 2px 1rem 2px rgba(0, 0, 0, 0.1) !important;
  font-weight: 800;
  display:none;
}
.ticket #s_website_form_result .fa-close{
  text-align: center;
  font-size: 64px;
  margin-bottom: 20px;
}
.btn-primary.disabled, .btn-primary:disabled{
  background-color: #ffab00;
  border-color: #ffab00;
}
#coupon-form .form-control{
  height: calc(1.5em + .75rem + 10px);
  border-radius: 0 12px 12px 0;
}
#apply-coupon-btn{
  border-radius: 12px 0 0 12px;
}
.form-control:focus{
  border-color: #ffd200;
  box-shadow:none;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #ffd200;
}
/* responsive */
@media (max-width: 1540px) {
  .ticket #right-column img {
      width: 250px;
  }
  .tanks_ticket_text1 {
  line-height: 1.5;
  margin-top: -25px !important;
  }
  body .container.helpdesk-success_thanks h1 {
      font-size: 16px;
  }
  .tanks_ticket_text1 span {
  font-size: 22px;
  font-weight: 900;
}
.tanks_ticket_text1 i {
  font-size: 80px;
  margin-bottom: 20px;
}
.tanks_ticket_remember {
  font-size: 28px;
  font-weight: 900;
}

}
@media (max-width: 1400px) {
  .ticket #oe_structure_website_helpdesk_team_1 section:nth-of-type(1){
      width: 300px;
      font-size: 14px;
      padding: 20px 20px 0 0;
  }
  .ticket #right-column img {
      width: 200px;
  }
  .product_like_item{
      width: 275px !important;
      margin-bottom: 0px;
  }
}
@media (max-width: 1230px) {
  .ticket #oe_structure_website_helpdesk_team_1 section:nth-of-type(1){
      width: 300px;
      font-size: 14px;
      padding: 20px 20px 0 0;
  }
  .ticket #right-column img {
      width: 200px;
  }
  .ticket #oe_structure_website_helpdesk_team_1 section:nth-of-type(1){
      width: 100%;
      box-shadow:none;
      position: relative;
  }
  .ticket #oe_structure_website_helpdesk_team_1 section:nth-of-type(2){
      padding-top: 0 !important;
  }
  .ticket #oe_structure_website_helpdesk_team_1{
      margin-bottom: 75px !important;
  }
  .ticket-row div:nth-of-type(3){
      width: 80%;
  }
  .ticket-row #right-column{
      width: 20%;
  }
  #footer{
      clip-path: unset;
      margin-top: 30px;
  }
  #footer .o_grid_item_image > img{
      max-width: 48px;
  }
  .banner-977{
      display: none !important;
  }
  .footer .row.o_grid_mode {
      display: flex !important;
  }
}
@media (max-width: 1199px) {
  .product_like_item{
      width: 325px !important;
      margin-bottom: 20px;
  }
}
@media (max-width: 992px) {

  .ticket .s_website_form_submit {
      width: 100%;
  }
   .ticket .s_website_form_submit a {
      width: 100%;
  }
  .ticket .s_website_form_field {
  width: 100%;
  }
  .burger-banner-row{
      padding: 50px 0;
  }
  .burger-banner-div{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .burger-banner-btn{
      margin-top: -100px !important;
  }
  .burger-banner-img img{
      width: 400px !important;
      margin-top: -0 !important;
  }
  .burger-banner-text{
      display: contents;
  }
  .row-banner{
      height: 100vh !important;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
  }
  .product_lavia_banner_title span{
      font-size: 28px !important;
  }
  .product_lavia_banner_link span{
      font-size: 14px;
  }
  .product_lavia_banner {
      width: 100%;
      margin: 0px !important;
      border-radius: 14px 14px 0 0;
  }
  .product_lavia_row{
      flex-direction: column-reverse;
      width: 100%;
  }
  .product_lavia_item{
      min-width: 210px;
      margin-left: 15px;
  }
  .product_lavia {
      padding: 0;
  }
  body .o_portal{
      padding-right: var(--gutter-x, 15px);
  }
}
@media (max-width: 768px) {
  .ticket #oe_structure_website_helpdesk_team_1 {
    margin-bottom: 0px !important;
  }

  .card-lavia .card img {
    transform: scaleX(1.13) scaleY(1.12) !important;
  }

  .contact_us .card .body_link {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_us .card_link {
    height: fit-content;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .banner_lavia_hand_image{
    right: 100px !important;
  }
  .banner_lavia_hand_image_hover{
    left: -100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .banner{
    height: 50vh !important;
  }
  .banner_lavia_cheese_image_3{
    left: 10% !important;
  }
  .banner_lavia_cheese_image_1{
    left: -20% !important;
    top: -300px !important;
    height: 400px !important;
  }
}

@media (max-width: 1024px) {

  .banner_lavia_hand_image{
    display: none !important;
  }
  .banner_lavia_hand_image_hover{
    display: none !important;
  }
}
@media (max-width: 992px) {
  .banner_div{
    height:200px !important;
  }
  .banner_lavia_cheese_image_1{
    height: 110% !important;
    left: -25% !important;
    top: -60% !important;
  }
  .banner_lavia_cheese_image_2{
    top: 50% !important;
    left: -20px !important;
    height: 80% !important;
  }
  .banner_lavia_cheese_image_3{
    left: 10% !important;

  }
  .banner_text{
    text-align: center !important;
    margin-top: 5% !important;
  }

}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-lavia .card img{
      width: 100px;
  }
  footer .row div.g-height-4:nth-of-type(1), footer .row div:nth-of-type(3) {
  border-left: 0;
  margin-left: 10px !important;
  }
}
@media (max-width: 520px) {
  .ticket #oe_structure_website_helpdesk_team_1 {
      margin-bottom: 0px !important;
  }
  .ticket-row div:nth-of-type(3){
      width: 100%;
  }
  .ticket-row div:nth-of-type(4){
      display: none;
  }
}
@media (max-width: 520px) {
  .ticket-row .helpdesk_section div:nth-of-type(4) {
      display: block;
  }
}
@media (max-width: 1230px) {
 .ticket .ticket-row div:nth-of-type(4) {
     width: 100%;
 }
}

/* 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);
  opacity: 0.7;
}

