* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
}

body.payment {
    background-color: #F5F5F5;
}

body.offer-page {
    background-color: #ffffff;
}


/* ========== HEADER CSS ========== */
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    z-index: 99;
}

header.header>.container {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    line-height: 100%;
}

header.header>.container>.header-logo>img {
    width: 198px;
}

header.header>.container>nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

header.header>.container>nav>ul {
    display: flex;
    gap: 15px;
    list-style: none;
    align-items: center;
}

header.header>.container>nav>ul>li>a {
    color: #555559;
    text-decoration: none;
    font-weight: 4500;
}

header.header>.container>nav>ul>li>a.active {
    color: #EF833D;
    font-weight: 700;
}

header.header>.container>.header-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

header.header>.container>.header-btns>button {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
}

header.header>.container>.header-btns>button>i {
    font-size: 15px;
}






/* ========== MAIN, SECTION AND SWIPER CSS ========== */
main.main {
    position: relative;
    width: 100%;
    height: auto;
}

main.main>section.category-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section>.container {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

main.main>section.category-section>.container>.category-slider {
    position: relative;
    width: 100%;
    height: 96px;
}

main.main>section.category-section>.container>.category-slider>.swiper-slide {
    height: 100%;
}

.category-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.category-item>.category-item-icon {
    width: 62.5px;
    height: 64px;
}

.category-item>.category-item-icon>img {
    width: 100%;
    height: 100%;
}

.category-item>span {
    font-size: 14px;
}

main.main>section.promotion-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

main.main>section.promotion-section>.container>.promotion-slider {
    position: relative;
    width: 100%;
    height: 378px;
}

main.main>section.promotion-section>.container>.promotion-slider>.swiper-pagination {
    bottom: 0px;
}

main.main>section.promotion-section>.container>.promotion-slider>.swiper-pagination>.swiper-pagination-bullet {
    border-radius: 999px;
    width: 6px;
    height: 6px;
    background-color: #E8E8E9;
}

main.main>section.promotion-section>.container>.promotion-slider>.swiper-pagination>.swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background-color: #EF833D;
}

.promotion-item {
    position: relative;
    width: 100%;
    height: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    padding: 20px 12px;
}

.promotion-item.color-1 {
    background-color: #2B4BED;
}

.promotion-item.color-2 {
    background-color: #EF833D;
}

.promotion-item.color-3 {
    background-color: green;
}

.promotion-item.color-4 {
    background-color: red;
}

.promotion-item.color-5 {
    background-color: violet;
}

.promotion-item.color-6 {
    background-color: gray;
}

.promotion-item>.promotion-picture {
    width: 100%;
    height: 230px;
}

.promotion-item>.promotion-picture>img {
    width: 100%;
    height: 100%;
}

.promotion-item>.promotion-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.promotion-item>.promotion-body>span {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.promotion-item>.promotion-body>p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}


main.main>section.type-card-1-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 12px;
}

main.main>section.type-card-1-section>.container>.section-header {
    margin-bottom: 20px;
}

main.main>section.type-card-1-section>.container>.section-filter {
    margin-bottom: 20px;
}

main.main>section.type-card-1-section>.container>.section-filter>button:nth-child(1) {
    background-color: #F5F5F5;
    padding: 12px 16px;
    outline: none;
    border: 1px solid #F5F5F5;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

main.main>section.type-card-1-section>.container>.section-filter>button:nth-child(2) {
    background-color: #ffffff;
    cursor: pointer;
    padding: 12px 16px;
    outline: none;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
}

main.main>section.type-card-1-section>.container>.section-filter>button:nth-child(3) {
    background-color: #ffffff;
    cursor: pointer;
    padding: 12px 16px;
    outline: none;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
}


main.main>section.type-card-1-section>.container>.type-card-1-section-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

main.main>section.type-card-1-section>.container>.discounts-slider {
    position: relative;
    width: 100%;
    height: 331px;
}

.type-card-1-item {
    position: relative;
    width: 100%;
    height: 331px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    border: 1px solid #E8E8E9;
}

.type-card-1-item>.type-card-1-picture {
    width: 100%;
    height: 211px;
    border-radius: 12px 12px 0px 0px;
}

.type-card-1-item>.type-card-1-picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.type-card-1-item>.type-card-1-picture>.discount-expires {
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0F0F10;
}

.type-card-1-item>.type-card-1-picture>.favorites-btn {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    padding: 4px 8px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.type-card-1-item>.type-card-1-body {
    padding: 12px;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-1>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-1>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555559;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-2>span:nth-child(1) {
    width: 45px;
    height: 24px;
    background-color: #F72B2B;
    color: #fff;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-2>span:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.type-card-1-item>.type-card-1-body>.type-card-1-body-in-2>span:nth-child(3) {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}


/* ========== SEARCH CSS ========== */
.search-box {
    position: fixed;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #13131480;
    z-index: 101;
}

.search-box.active {
    display: flex;
    overflow: visible;
}

.search-box>.search-box-in {
    width: 540px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-box>.search-box-in>.search-box-header {
    position: relative;
    display: flex;
    padding: 0px 40px;
    width: 100%;
    gap: 8px;
}

.search-box>.search-box-in>.search-box-header>form {
    position: relative;
    display: flex;
    gap: 0px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
}

.search-box>.search-box-in>.search-box-header>form>input {
    width: 100%;
    height: 100%;
    padding: 12px 16px 12px 42px;
    border-radius: inherit;
    border: none;
    outline: none;
    color: #555559;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #E8E8E9;
    transition: all 0.2s ease;
}

.search-box>.search-box-in>.search-box-header>form>input:focus {
    border: 1px solid #EF833D;
}

.search-box>.search-box-in>.search-box-header>form>button {
    padding: 0px;
    position: absolute;
    top: 13px;
    left: 14px;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
    border: none;
    outline: none;
}

.search-box>.search-box-in>.search-box-header>form>button>i {
    font-size: 18px;
}

.search-box>.search-box-in>.search-box-header>button {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    border: none;
    outline: none;
    background-color: #ffffff;
    cursor: pointer;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents {
    padding: 16px 40px 16px 40px;
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents.hidden {
    display: none;
    overflow: hidden;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents>span {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents>ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents>ul>li {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents>ul>li>img {
    width: 20px;
}

.search-box>.search-box-in>.search-box-body>.search-box-recents>ul>li>span {
    font-size: 16px;
    font-weight: 400;
}


.search-box>.search-box-in>.search-box-body>.search-box-popular-cats {
    width: 100%;
    padding: 16px 40px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-box>.search-box-in>.search-box-body>.search-box-popular-cats.hidden {
    display: none;
    overflow: hidden;
}

.search-box>.search-box-in>.search-box-body>.search-box-popular-cats>span {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
}

.search-box>.search-box-in>.search-box-body>.search-box-popular-cats>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
}

.search-box>.search-box-in>.search-box-body>.search-box-popular-cats>ul>li {
    border: 1px solid #E8E8E9;
    padding: 4px 16px;
    line-height: 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.search-box>.search-box-in>.search-box-body>.search-box-results {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    flex-direction: column;
    gap: 16px;
    padding: 16px 40px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results.show {
    display: flex;
    overflow: visible;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item {
    width: 100%;
    height: 120px;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    display: flex;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-picture {
    width: 140px;
    height: 100%;
    border-radius: 12px 0px 0px 12px;
    flex-shrink: 0;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: relative;
    padding: 12px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    position: relative;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-1>span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-1>p {
    font-size: 14px;
    color: #555559;
    font-weight: 400;
    line-height: 24px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-2>span:nth-child(1) {
    width: 45px;
    height: 24px;
    background-color: #F72B2B;
    color: #fff;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-2>span:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.search-box>.search-box-in>.search-box-body>.search-box-results>.search-box-results-item>.search-box-results-item-body>.search-box-results-item-body-in-2>span:nth-child(3) {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}



/* ========== FILTER BOX CSS ========== */
.filter-box {
    position: fixed;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #13131480;
    z-index: 101;
}

.filter-box.show {
    display: flex;
    overflow: visible;
}

.filter-box>.filter-box-in {
    width: 540px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-box>.filter-box-in>.filter-box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px 8px 80px;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #E8E8E9;
}

.filter-box>.filter-box-in>.filter-box-header>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.filter-box>.filter-box-in>.filter-box-header>button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.filter-box>.filter-box-in>.filter-box-header>button>i {
    font-size: 13.5px;
}

.filter-box>.filter-box-in>.filter-box-body {
    width: 100%;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-box>.filter-box-in>.filter-box-body>ul {
    display: flex;
    gap: 8px;
    padding-top: 8px;
    list-style: none;
}

.filter-box>.filter-box-in>.filter-box-body>ul>li {
    border: 1px solid #E8E8E9;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
}

.slider {
    position: relative;
    width: 100%;
    height: 70px;
}

/* track */
.track {
    position: absolute;
    height: 12px;
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    top: 20px;
}

/* selected range */
.range {
    position: absolute;
    height: 12px;
    background: #f28c38;
    border-radius: 5px;
    top: 20px;
}

/* inputs */
input[type="range"] {
    position: absolute;
    width: 100%;
    top: 8px;
    pointer-events: none;
    background: none;
    appearance: none;
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    appearance: none;
    height: 36px;
    width: 36px;
    background: white;
    border-radius: 50%;
    border: 8px solid #f28c38;
    box-shadow: 0 0 0 2px #f28c38;
    cursor: pointer;
}

/* მოძრავი ფასები (ქვემოთ) */
.bubble {
    position: absolute;
    top: 50px;
    /* ქვემოთ */
    transform: translateX(-60%);
    background: #f5e1d3;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
}



.filter-box>.filter-box-in>.filter-box-footer {
    padding: 16px 80px 0px 80px;
    border-top: 1px solid #E8E8E9;
    display: flex;
    gap: 8px;
    align-items: center;
}

.filter-box>.filter-box-in>.filter-box-footer>button {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #F5F5F5;
}

.filter-box>.filter-box-in>.filter-box-footer>button:nth-child(2) {
    background-color: #EF833D;
    color: #fff;
}



/* ========== SUBCATEGORY BOX CSS ========== */
.subcategory-box {
    position: fixed;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #13131480;
    z-index: 101;
}

.subcategory-box.show {
    display: flex;
    overflow: visible;
}

.subcategory-box>.subcategory-box-in {
    width: 540px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px 8px 80px;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #E8E8E9;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-header>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-header>button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-header>button>i {
    font-size: 13.5px;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-body {
    width: 100%;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-body>p {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #555559;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-body>ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-body>ul>li {
    border: 1px solid #E8E8E9;
    border-radius: 8px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-footer {
    padding: 16px 80px 0px 80px;
    border-top: 1px solid #E8E8E9;
    display: flex;
    gap: 8px;
    align-items: center;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-footer>button {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #F5F5F5;
}

.subcategory-box>.subcategory-box-in>.subcategory-box-footer>button:nth-child(2) {
    background-color: #EF833D;
    color: #fff;
}



/* ========== LOCATION BOX CSS ========== */
.location-box {
    position: fixed;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #13131480;
    z-index: 101;
}

.location-box.show {
    display: flex;
    overflow: visible;
}

.location-box>.location-box-in {
    width: 540px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location-box>.location-box-in>.location-box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px 8px 80px;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #E8E8E9;
}

.location-box>.location-box-in>.location-box-header>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.location-box>.location-box-in>.location-box-header>button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.location-box>.location-box-in>.location-box-header>button>i {
    font-size: 13.5px;
}

.location-box>.location-box-in>.location-box-body {
    width: 100%;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.location-box>.location-box-in>.location-box-body>p {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #555559;
}

.location-box>.location-box-in>.location-box-body>ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
}

.location-box>.location-box-in>.location-box-body>ul>li>label {
    padding: 8px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-box>.location-box-in>.location-box-body>ul>li>label>p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0F0F10;
}

.location-box>.location-box-in>.location-box-body>ul>li>.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.radio input {
    position: absolute;
    opacity: 0;
}

.radio span {
    width: 20px;
    height: 20px;
    border: 2px solid #A4A4A8;
    border-radius: 50%;
    position: relative;
}

.radio span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f28c38;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

.radio input:checked+span {
    border-color: #f28c38;
}

.radio input:checked+span::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio input:checked~p {
    font-weight: bold;
}

.location-box>.location-box-in>.location-box-footer {
    padding: 16px 80px 0px 80px;
    border-top: 1px solid #E8E8E9;
    display: flex;
    gap: 8px;
    align-items: center;
}

.location-box>.location-box-in>.location-box-footer>button {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #F5F5F5;
}

.location-box>.location-box-in>.location-box-footer>button:nth-child(2) {
    background-color: #EF833D;
    color: #fff;
}









/* ========== OFFER INNER PAGE CSS ========== */
main.main {
    position: relative;
    width: 100%;
    height: auto;
}

main.main>section.offer-inner-page {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section.offer-inner-page>.container {
    width: 100%;
    max-width: 1220px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>div>h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #0F0F10;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>div>a {
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #0F0F10;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>div>a>i {
    font-size: 16px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>button {
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-header>button>i {
    font-size: 16px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body {
    width: 100%;
    height: auto;
    display: block;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    height: 444px;
    gap: 12px;
    padding: 20px 0px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images>img {
    width: 640px;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images>.offer-inner-page-body-images-other {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images>.offer-inner-page-body-images-other>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images>.offer-inner-page-body-images-other>img:nth-child(2) {
    border-radius: 0px 12px 12px 0px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images>.offer-inner-page-body-images-other>img:nth-child(4) {
    border-radius: 0px 12px 12px 0px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms {
    width: 100%;
    height: auto;
    display: block;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-header {
    width: 100%;
    height: 56px;
    display: flex;
    background-color: #F5F5F5;
    border-radius: 999px;
    padding: 4px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-header>button {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 999px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
    background-color: transparent;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-header>button.selected-tab {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    transition: all 0.3s ease-in;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-body {
    display: flex;
    gap: 16px;
}

main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-body>.offer-inner-page-body-des-and-terms-body-first>.tab-content {
    display: none;
    margin-top: 15px;
}


main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-body>.offer-inner-page-body-des-and-terms-body-first>.tab-content.active {
    display: block;
}

.offer-inner-page-body-des-and-terms-body-second {
    width: 100%;
    height: fit-content;
    position: relative;
    margin-top: 15px;
    background-color: #FDECE2;
    border-radius: 12px;
    padding: 20px;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>span {
    background-color: #DFE4FC;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    width: fit-content;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>p {
    color: #555559;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>.offer-inner-page-body-des-and-terms-body-second-in-btns>div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    gap: 8px;
    justify-content: space-between;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>.offer-inner-page-body-des-and-terms-body-second-in-btns>div>button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>.offer-inner-page-body-des-and-terms-body-second-in-btns>div>span {
    font-size: 20px;
    font-weight: 700;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>.offer-inner-page-body-des-and-terms-body-second-in-btns {
    width: 100%;
    position: relative;
    display: flex;
    gap: 8px;
}

.offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>.offer-inner-page-body-des-and-terms-body-second-in-btns>button {
    width: 100%;
    position: relative;
    background-color: #EF833D;
    border-radius: 12px;
    padding: 12px 16px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.offer-inner-page-body-desc {
    position: relative;
    width: 824px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in {
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
    width: 100%;
    display: block;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #0F0F10;
    width: 100%;
    display: block;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #555559;
    width: 100%;
    display: block;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>.offer-inner-page-body-desc-in-2 {
    width: 100%;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>.offer-inner-page-body-desc-in-2>ul {
    list-style-position: inside;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in>.offer-inner-page-body-desc-in-2>ul>li {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
}

.offer-inner-page-body-desc>.offer-inner-page-body-desc-in:nth-child(2)>span {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.offer-inner-page-body-des-and-terms-body-second-in-2 {
    display: flex;
    align-items: center;
    gap: 8px;
}


.offer-inner-page-body-des-and-terms-body-second-in-2>span:nth-child(1) {
    width: 45px;
    height: 24px;
    background-color: #F72B2B;
    color: #fff;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.offer-inner-page-body-des-and-terms-body-second-in-2>span:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.offer-inner-page-body-des-and-terms-body-second-in-2>span:nth-child(3) {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}

.company-section {
    position: relative;
    width: 100%;
    max-width: 1220px !important;
    margin: 0px auto;
}

.similar-section {
    position: relative;
    width: 100%;
    max-width: 1220px !important;
    margin: 0px auto;
}

main.main>.payment {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>.payment>.container {
    width: 100%;
    max-width: 900px;
    display: flex;
    gap: 16px;
}

main.main>.payment>.container>.payment-left {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.payment-left>.payment-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
}

.payment-left>.payment-item>.payment-item-image-desc {
    width: 100%;
    display: flex;
    flex-shrink: 0;
}

.payment-left>.payment-item>.payment-item-image-desc>img {
    width: 95px;
    height: 76px;
    border-radius: 12px;
    padding: 4px;
}

.payment-left>.payment-item>.payment-item-image-desc>.payment-item-desc {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-left>.payment-item>.payment-item-image-desc>.payment-item-desc>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.payment-left>.payment-item>.payment-item-image-desc>.payment-item-desc>p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #1E35A6;
}

.payment-item-voucher-up-down>.payment-item-voucher {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.payment-item-voucher-up-down>.payment-item-voucher>p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #0F0F10;
}

.payment-item-voucher-up-down>.payment-item-voucher>span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #A75C2B;
}

.payment-personal-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-personal-item>span {
    color: #555559;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-personal-item>div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.payment-personal-item>div>h1 {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-personal-item>div>p {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

main.main>.payment>.container>.payment-right {
    position: relative;
    width: 100%;
    height: auto;
}

.payment-right>.payment-order {
    padding: 20px 16px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-right>.payment-order>h1 {
    color: #555559;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-right>.payment-order>.payment-order-in {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.payment-right>.payment-order>.payment-order-in>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-right>.payment-order>.payment-order-in>div:nth-child(1) {
    padding-bottom: 8px;
    border-bottom: 1px solid #E8E8E9;
    ;
    width: 100%;
}

.payment-right>.payment-order>.payment-order-in>div:nth-child(1)>span:nth-child(1) {
    color: #555559;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-right>.payment-order>.payment-order-in>div:nth-child(1)>span:nth-child(2) {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.payment-right>.payment-order>.payment-order-in>div:nth-child(2)>span:nth-child(1) {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-right>.payment-order>.payment-order-in>div:nth-child(2)>span:nth-child(2) {
    color: #A75C2B;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.payment-right>.payment-order>button {
    width: 100%;
    background-color: #EF833D;
    padding: 12px 16px;
    border-radius: 12px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}


.payment-method {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-method>span {
    color: #555559;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-method ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-method .radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0px;
    border-radius: 8px;
    transition: 0.2s;
}

.payment-method .radio>div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.payment-method .radio>div>p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.payment-method .radio>div>img {
    width: 24px;
}

.payment-method .radio input {
    position: absolute;
    opacity: 0;
}

.payment-method .radio span {
    width: 18px;
    height: 18px;
    border: 2px solid #A4A4A8;
    border-radius: 50%;
    position: relative;
}

.payment-method .radio span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f28c38;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

.payment-method .radio input:checked+span::after {
    transform: translate(-50%, -50%) scale(1);
}

.payment-method .radio input:checked~p {
    font-weight: bold;
}

.payment-method>button {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0px;
    width: fit-content;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}










/* ========== CATEGORIES CSS ========== */
main.main>section.categories-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section.categories-section>.container {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}




/* ========== CATEGORIES CSS ========== */
main.main>section.companies-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section.companies-section>.container {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

.companies-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
}

.companies-content>.companies-item {
    width: 100%;
}

.companies-content>.companies-item>img {
    width: 100%;
}


/* ========== PARTNERS CSS ========== */
main.main>section.partners-page {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section.partners-page>.container {
    width: 100%;
    max-width: 1220px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

main.main>section.partners-page>.container>.partners-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

main.main>section.partners-page>.container>.partners-page-header>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

main.main>section.partners-page>.container>.partners-page-header>div>h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #0F0F10;
}

main.main>section.partners-page>.container>.partners-page-header>div>a {
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #0F0F10;
}

main.main>section.partners-page>.container>.partners-page-header>div>a>i {
    font-size: 16px;
}

main.main>section.partners-page>.container>.partners-page-header>button {
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
}

main.main>section.partners-page>.container>.partners-page-header>button>i {
    font-size: 16px;
}

main.main>section.partners-page>.container>.partners-page-body {
    width: 100%;
    height: auto;
    display: block;
}

main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms {
    width: 100%;
    height: auto;
    display: block;
}

main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms-header {
    width: 100%;
    height: 56px;
    display: flex;
    background-color: #F5F5F5;
    border-radius: 999px;
    padding: 4px;
}

main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms-header>button {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 999px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
    background-color: transparent;
}

main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms-header>button.selected-tab {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    transition: all 0.3s ease-in;
}

main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms-body>.partners-page-body-des-and-terms-body-first>.tab-content {
    display: none;
    margin-top: 15px;
}


main.main>section.partners-page>.container>.partners-page-body>.partners-page-body-des-and-terms-body>.partners-page-body-des-and-terms-body-first>.tab-content.active {
    display: block;
    width: 100%;
}

.tab-content {
    width: 100% !important;
}

.partners-pageee {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.partners-pageee>img {
    width: 140px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}

.partners-pageee>.partners-pageee-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.partners-pageee>.partners-pageee-body>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
}

.partners-pageee>.partners-pageee-body>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.partners-page-body-desc {
    display: flex;
    width: 100%;
    gap: 16px;
}

.partners-page-body-desc-in {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    padding: 20px;
    height: fit-content;
}

.partners-page-body-desc-in>h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #0F0F10;
}

.partners-page-body-desc-in>p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #555559;
}

.company-offers-sect {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
}

.company-offers-sect-content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.company-offers-sect>.company-offers-sect-content>.company-offers-sect-item {
    position: relative;
    width: 100%;
    height: 331px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    border: 1px solid #E8E8E9;
}

.company-offers-sect>.company-offers-sect-content>.company-offers-sect-item>.company-offers-sect-picture {
    width: 100%;
    height: 211px;
    border-radius: 12px 12px 0px 0px;
}

.company-offers-sect-item>.company-offers-sect-picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.company-offers-sect-item>.company-offers-sect-picture>.discount-expires {
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0F0F10;
}

.company-offers-sect-item>.company-offers-sect-picture>.favorites-btn {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    padding: 4px 8px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.company-offers-sect-item>.company-offers-sect-body {
    padding: 12px;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-1>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-1>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555559;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-2>span:nth-child(1) {
    width: 45px;
    height: 24px;
    background-color: #F72B2B;
    color: #fff;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-2>span:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.company-offers-sect-item>.company-offers-sect-body>.company-offers-sect-body-in-2>span:nth-child(3) {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}



/* ========== PARTNERS CSS ========== */
main.main>section.profile-section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

main.main>section.profile-section>.container {
    width: 100%;
    max-width: 1020px;
    margin: 0px auto;
    display: flex;
    gap: 20px;

}

.profile-left {
    position: relative;
    width: 440px;
    height: fit-content;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #E8E8E9;
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
}

.profile-left>.profile-user {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.profile-left>.profile-user>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
}

.profile-left>.profile-user>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.profile-left>.profile-tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.profile-left>.profile-tabs>button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 12px;
}

.profile-left>.profile-tabs>button.selected-tab {
    background-color: #FDECE2;
}

.profile-left>.profile-tabs>button>.profile-tabs-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-left>.profile-tabs>button>.profile-tabs-btn>span:nth-child(1) {
    background-color: #F5F5F5;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-left>.profile-tabs>button>.profile-tabs-btn>span:nth-child(1)>i {
    font-size: 20px;
}

.profile-left>.profile-tabs>button.selected-tab>.profile-tabs-btn>span:nth-child(1) {
    background-color: #FDECE2;
}

.profile-left>.profile-tabs>button.selected-tab>.profile-tabs-btn>span>i {
    color: #A75C2B;
}

.profile-left>.profile-tabs>button>.profile-tabs-btn>span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.profile-left>.profile-tabs>button.selected-tab>.profile-tabs-btn>span:nth-child(2) {
    color: #A75C2B;
}

.profile-left>.profile-tabs>button>i {
    font-size: 14px;
    color: #555559;
    padding-right: 24px;
}

.profile-left>button {
    width: 100%;
    border: none;
    border-top: 1px solid #E8E8E9;
    padding-top: 16px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0px;
}

.profile-left>button>.profile-tabs-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-left>button>.profile-tabs-btn>span:nth-child(1) {
    background-color: #F5F5F5;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-left>button>.profile-tabs-btn>span:nth-child(1)>i {
    font-size: 20px;
}

.profile-left>button>.profile-tabs-btn>span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.profile-left>button.selected-tab>.profile-tabs-btn>span:nth-child(2) {
    color: #A75C2B;
}

.profile-right {
    width: 100%;
}

.edit-profile {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edit-profile>h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.edit-profile>form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edit-profile>form>.edit-profile-div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.edit-profile>form>.edit-profile-div>input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.edit-profile>form>.edit-profile-div>div {
    display: flex;
    align-items: center;
    gap: 0px;
}

.edit-profile>form>.edit-profile-div>div>button {
    width: 128px;
    border-radius: 12px 0px 0px 12px;
    border: 1px solid #E8E8E9;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    height: 48px;
    border-right: none;
    flex-shrink: 0;
}

.edit-profile>form>.edit-profile-div>div>button>i {
    font-size: 10px;
}

.edit-profile>form>.edit-profile-div>div>button>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.edit-profile>form>.edit-profile-div>div>button>div>img {
    width: 24px;
}

.edit-profile>form>.edit-profile-div>div>button>div>span {
    font-size: 16px;
    font-weight: 400;
    color: #0F0F10;
}

.edit-profile>form>.edit-profile-div>div>input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #E8E8E9;
    border-radius: 0px 12px 12px 0px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.edit-profile>form>.edit-profile-div>select {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.edit-profile>form>.edit-profile-div:nth-child(5)>span {
    background-color: #F5F5F5;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
    color: #0F0F10;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.edit-profile>form>.edit-profile-div:nth-child(6)>button {
    background-color: #EF833D;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
    color: #fff;
    margin-top: 48px;
    outline: none;
    cursor: pointer;
}

.tab-content {
    display: none;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
}


.profile-tab-content {
    display: none;
    padding: 32px 40px;
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E9;
}

.profile-tab-content.active {
    display: block;
}

.tab-content.active {
    display: block;
}

.cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cards>img {
    width: 318.18px;
}

.cards>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
}

.cards>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.cards>button {
    background-color: #EF833D;
    color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 12px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cards-two {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cards-two>h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0F0F10;
}

.cards-two>.cards-two-card {
    background-color: #DFE4FC;
    border-radius: 12px;
    padding: 60px 16px 20px 16px;
    position: relative;
    width: 100%;
}

.cards-two>.cards-two-card>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #555559;
    position: absolute;
    top: 14px;
    right: 16px;
}

.cards-two>.cards-two-card>.cards-two-card-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.cards-two>.cards-two-card>.cards-two-card-form>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cards-two>.cards-two-card>.cards-two-card-form>div>label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #0F0F10;
}

.cards-two>.cards-two-card>.cards-two-card-form>div>input {
    padding: 12px 16px;
    background-color: #FFFFFF;
    border-radius: 12px;
    outline: none;
    border: none;
}

.cards-two-card-form-in {
    display: flex;
    flex-direction: row !important;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
}

.cards-two>.cards-two-card>.cards-two-card-form>.cards-two-card-form-in>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.cards-two>.cards-two-card>.cards-two-card-form>.cards-two-card-form-in>div>label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #0F0F10;
}

.cards-two>.cards-two-card>.cards-two-card-form>.cards-two-card-form-in>div>input {
    padding: 12px 16px;
    background-color: #FFFFFF;
    border-radius: 12px;
    outline: none;
    border: none;
}

.cards-two>button {
    width: 100%;
    background-color: #EF833D;
    padding: 12px 16px;
    border-radius: 12px;
    outline: none;
    border: none;
    color: #fff;
    margin-top: 260px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.orders {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.orders>img {
    width: 318.18px;
}

.cards>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
}

.orders>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.orders>button {
    background-color: #EF833D;
    color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 12px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.favorites {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.favorites>img {
    width: 318.18px;
}

.favorites>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F0F10;
}

.favorites>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.favorites>button {
    background-color: #EF833D;
    color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 12px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.change-password {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.change-password>h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.change-password>form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.change-password>form>.change-password-div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.change-password>form>.change-password-div>label.error-label {
    color: #AA0829;
}

.change-password>form>.change-password-div>input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.change-password>form>.change-password-div>input.error-input {
    border: 1px solid #AA0829;
}

.change-password>form>.change-password-div>input.error-input::placeholder {
    color: #AA0829;
}

.change-password>form>.change-password-div>.password-show-hide {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 14.5px;
    right: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

.change-password>form>.change-password-div:nth-child(2)>.password-show-hide {
    bottom: 94.5px;
}

.change-password>form>.change-password-div>.password-show-hide>i {
    font-size: 18px;
    color: #0F0F10;
}

.change-password>form>.change-password-div:nth-child(4)>button {
    background-color: #EF833D;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
    color: #fff;
    margin-top: 148px;
    outline: none;
    cursor: pointer;
}

.change-password>form>.change-password-div>ul {
    width: 100%;
    color: #555559;
    list-style-position: inside;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.change-password>form>.change-password-div>ul>li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.change-password>form>.change-password-div>ul>li>i {
    font-size: 10px;
}

.change-password>form>.change-password-div>ul.error-ul {
    color: #AA0829;
}

.change-password-error {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #AA0829;
    border: 1px solid #AA0829;
    background-color: #FEECEF;
    padding: 4px 4px 4px 8px;
    border-radius: 8px;
}

.hidden {
    display: none;
    overflow: hidden;
}

.orders-two {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orders-two>h1 {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}


.orders-two>.orders-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.orders-two>.orders-items>.order-item {
    border-radius: 12px;
    border: 1px solid #E8E8E9;
    padding: 12px;
    width: 100%;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.orders-two>.orders-items>.order-item>img {
    width: 140px;
    height: 112px;
    object-fit: cover;
    border-radius: 4px;
}

.orders-two>.orders-items>.order-item>.order-itemm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in>div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in>div>h2 {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in>div>span {
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in>button {
    width: fit-content;
    height: fit-content;
    padding: 4px 12px;
    border-radius: 999px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2DCE89;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in-two {
    width: 100%;
    position: relative;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in-two>span {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #555559;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.orders-two>.orders-items>.order-item>.order-itemm>.order-item-in-two>span>div {
    color: #0F0F10;
    font-weight: 700;
}

.favorites-two {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.favorites-two>h1 {
    color: #0F0F10;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}


.favorites-two>.favorites-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.favorites-two>.favorites-items>.favorite-item {
    width: 100%;
    border: 1px solid #E8E8E9;
    border-radius: 12px;
    display: flex;
    gap: 8px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-img {
    width: 140px;
    height: 112px;
    position: relative;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-img>span {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #3E34450A;
    box-shadow: 0px 24px 48px -8px #3E34451F;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #0F0F10;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 12px 12px 0px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0F0F10;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #555559;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>div>span:nth-child(1) {
    width: 45px;
    height: 24px;
    background-color: #F72B2B;
    color: #fff;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>div>span:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.favorites-two>.favorites-items>.favorite-item>.favorite-item-body>div>span:nth-child(3) {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}



/* ========== LANGUAGE BOX CSS ========== */
.language-box {
    position: fixed;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #13131480;
    z-index: 101;
}

.language-box.show {
    display: flex;
    overflow: visible;
}

.language-box>.language-box-in {
    width: 540px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.language-box>.language-box-in>.language-box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px 8px 80px;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #E8E8E9;
}

.language-box>.language-box-in>.language-box-header>h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.language-box>.language-box-in>.language-box-header>button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.language-box>.language-box-in>.language-box-header>button>i {
    font-size: 13.5px;
}

.language-box>.language-box-in>.language-box-body {
    width: 100%;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.language-box>.language-box-in>.language-box-body>p {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #555559;
}

.language-box>.language-box-in>.language-box-body>ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
}

.language-box>.language-box-in>.language-box-body>ul>li>label {
    padding: 8px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-box>.language-box-in>.language-box-body>ul>li>label>div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.language-box>.language-box-in>.language-box-body>ul>li>label>div>img {
    width: 24px;
    height: fit-content;
}

.language-box>.language-box-in>.language-box-body>ul>li>label>div>p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0F0F10;
}

.language-box>.language-box-in>.language-box-body>ul>li>.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.radio input {
    position: absolute;
    opacity: 0;
}

.radio span {
    width: 20px;
    height: 20px;
    border: 2px solid #A4A4A8;
    border-radius: 50%;
    position: relative;
}

.radio span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f28c38;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

.radio input:checked+span {
    border-color: #f28c38;
}

.radio input:checked+span::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio input:checked~p {
    font-weight: bold;
}

.language-box>.language-box-in>.language-box-footer {
    padding: 16px 80px 0px 80px;
    border-top: 1px solid #E8E8E9;
    display: flex;
    gap: 8px;
    align-items: center;
}

.language-box>.language-box-in>.language-box-footer>button {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #EF833D;
    color: #fff;
}

.profile-mobile-modal,
.location-section,
.offer-inner-page-body-mob,
.mobile-menu {
    display: none;
    overflow: hidden;
}

.categories-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}


.categories-content>.categories-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.categories-content>.categories-card>.categories-card-img {
    height: 64px;
    width: 100%;
    border-radius: 20px;
}

.categories-content>.categories-card>.categories-card-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}


.categories-content>.categories-card:nth-child(1)>.categories-card-img {
    background-color: #F9BEA7;
}

.categories-content>.categories-card:nth-child(2)>.categories-card-img {
    background-color: #B9F7F9;
}

.categories-content>.categories-card:nth-child(3)>.categories-card-img {
    background-color: #95ACB5;
}

.categories-content>.categories-card:nth-child(4)>.categories-card-img {
    background-color: #CEA9FC;
}

.categories-content>.categories-card:nth-child(5)>.categories-card-img {
    background-color: #A9F7DB;
}

.categories-content>.categories-card:nth-child(6)>.categories-card-img {
    background-color: #FFF3BF;
}

.categories-content>.categories-card:nth-child(7)>.categories-card-img {
    background-color: #FCE06B;
}

.categories-content>.categories-card:nth-child(8)>.categories-card-img {
    background-color: #FFC0C0;
}

.categories-content>.categories-card:nth-child(9)>.categories-card-img {
    background-color: #A9D6FC;
}

.categories-content>.categories-card:nth-child(10)>.categories-card-img {
    background-color: #F9AAAA;
}

.categories-content>.categories-card:nth-child(11)>.categories-card-img {
    background-color: #78F49E;
}

.categories-content>.categories-card:nth-child(12)>.categories-card-img {
    background-color: #D08AF9;
}

.categories-content>.categories-card:nth-child(13)>.categories-card-img {
    background-color: #778DFC;
}

.categories-content>.categories-card:nth-child(14)>.categories-card-img {
    background-color: #BDEA75;
}


/* ========== RESPONSIVE TABLET CSS ========== */
@media screen and (max-width: 1300px) {
    header.header>.container {
        max-width: 95%;
    }

    main.main>section>.container {
        max-width: 95%;
    }

    main.main>section.offer-inner-page>.container {
        max-width: 95%;
    }
}

@media screen and (max-width: 777px) {
    body.offer-page {
        background-color: #F5F5F5;
    }

    header.header>.container {
        max-width: 95%;
    }

    main.main>section.offer-inner-page>.container {
        max-width: 95%;
    }

    header.header>.container>nav {
        display: none;
        overflow: hidden;
    }

    header.header>.container>.header-btns>.header-login-btn {
        display: none;
        overflow: hidden;
    }

    main.main>section>.container {
        max-width: 95%;
    }

    .search-box>.search-box-in {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0px;
        background-color: #fff;
        border-top: 1px solid #E8E8E9;
        z-index: 15;
    }

    .mobile-menu>nav {
        width: 100%;
    }

    .mobile-menu>nav>ul {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        gap: 0px;
        list-style: none;
    }

    .mobile-menu>nav>ul>li>a {
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        flex-shrink: 0;
        text-decoration: none;
        color: #555559;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .mobile-menu>nav>ul>li.active>a {
        color: #EF833D;
        font-weight: 700;
    }

    .filter-box>.filter-box-in {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 10px 10px 0px 0px;
    }

    .subcategory-box>.subcategory-box-in {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 10px 10px 0px 0px;
    }

    .location-box>.location-box-in {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 10px 10px 0px 0px;
    }

    .language-box>.language-box-in {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 10px 10px 0px 0px;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-images {
        display: none;
        overflow: hidden;
    }

    .offer-inner-page-body-desc {
        width: 100%;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms>.offer-inner-page-body-des-and-terms-body {
        flex-direction: column;
    }

    .offer-inner-page-body-des-and-terms-body-second {
        width: 100%;
    }

    .offer-inner-page-body-des-and-terms-body-second {
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0px;
        z-index: 99;
        border-radius: 0px;
        padding: 0px;
        border: 1px solid #E8E8E9;
    }

    .offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in {
        padding: 16px 80px;
        border-radius: 0px;
    }

    .offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>span,
    .offer-inner-page-body-des-and-terms-body-second>.offer-inner-page-body-des-and-terms-body-second-in>p,
    .offer-inner-page-body-des-and-terms-body-second-in-2 {
        display: none;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms {
        background-color: #FFFFFF;
        padding: 16px;
        border-radius: 12px;
    }

    .offer-inner-page-body-desc>.offer-inner-page-body-desc-in {
        border: none !important;
    }

    .offer-inner-page-body-desc>.offer-inner-page-body-desc-in:nth-child(2) {
        display: none;
        overflow: hidden;
    }

    .offer-inner-page-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        background-color: #ffffff;
        height: 80px;
        padding: 0px 35px;
    }

    .offer-inner-page-body-mob {
        position: relative;
        display: block;
        overflow: visible;
        width: 100%;
        margin-bottom: 16px;
        border-radius: 0px 0px 12px 12px;
    }

    main.main>section.offer-inner-page {
        margin-top: 80px;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-image {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-image>img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-image>div:nth-child(2) {
        background-color: #FFFFFF;
        box-shadow: 0px 2px 4px 0px #3E34450A;
        box-shadow: 0px 24px 48px -8px #3E34451F;
        padding: 4px 12px;
        position: absolute;
        z-index: 10;
        top: 10px;
        left: 10px;
        border-radius: 999px;
        padding: 4px 12px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #0F0F10;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-image>div:nth-child(3) {
        background-color: #FFFFFF;
        position: absolute;
        z-index: 10;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #0F0F10;
    }


    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 132px;
        background-color: #FFFFFF;
        border-radius: 12px 12px 0px 0px;
        flex-direction: column;
        gap: 16px;
        display: flex;
        padding: 16px;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>div>span {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #0F0F10;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>div>p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #555559;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>.offer-inner-page-body-mob-body-in-2 {
        display: flex;
        gap: 8px;
        height: 36px;
        align-items: center;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>.offer-inner-page-body-mob-body-in-2>span:nth-child(1) {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        padding: 0px 8px;
        background-color: #F72B2B;
        border-radius: 4px;
        color: #fff;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>.offer-inner-page-body-mob-body-in-2>span:nth-child(2) {
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        color: #0F0F10;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body>.offer-inner-page-body-mob-body-in-2>span:nth-child(3) {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #555559;
        text-decoration: line-through;
    }

    .company-section>.container {
        padding: 16px;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

    .similar-section>.container {
        padding: 16px;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-header>button {
        display: none;
        overflow: hidden;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-header>div>h1 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #0F0F10;
    }

    .location-section {
        display: block;
        overflow: visible;
        margin-top: 16px;
        width: 100%;
        position: relative;
    }

    .location-section>.container {
        border: 1px solid #E8E8E9;
        border-radius: 12px;
        padding: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        background-color: #ffffff;
    }

    .location-section>.container>.location-sect-content>h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        color: #0F0F10;
        width: 100%;
        display: block;
    }

    .location-section>.container>.location-sect-content>span {
        color: #555559;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .offer-inner-page-body-desc>.offer-inner-page-body-desc-in>h1 {
        display: none;
        overflow: hidden;
    }

    main.main>.payment>.container {
        flex-direction: column;
        max-width: 95%;
    }

    main.main>section.partners-page>.container,
    main.main>section.companies-section>.container {
        max-width: 95%;
    }

    .partners-page-body-desc {
        flex-direction: column;
    }

    .partners-page-body-desc-in:nth-child(1) {
        padding: 0px;
        border: none !important;
    }

    .partners-page-body-desc-in:nth-child(1)>h1 {
        display: none;
    }

    .partners-pageee {
        padding-bottom: 16px;
        border-bottom: 1px solid #E8E8E9;
    }

    main.main>section.profile-section>.container {
        flex-direction: column;
    }

    .profile-left {
        width: 100%;
        border: none;
    }

    .profile-right {
        display: none;
    }

    .profile-mobile-modal {
        position: fixed;
        inset: 0;
        background: white;
        display: none;
        flex-direction: column;
        z-index: 9999;
    }

    .profile-mobile-modal.active {
        display: flex;
    }

    .profile-modal-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px;
    }

    .profile-modal-body {
        padding: 15px;
        overflow-y: auto;
        flex: 1;
    }

    /* .tab-content {
        padding: 0px;
        background-color: #ffffff;
        border: 1px solid #E8E8E9;
        border-radius: 12px;
    } */

    .offer-inner-page-body-desc>.offer-inner-page-body-desc-in {
        padding: 0px;
    }

    #profileBackBtn {
        width: 48px;
        height: 48px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #F5F5F5;
        border: none;
        outline: none;
    }

    #profileBackBtn>i {
        font-size: 16px;
    }

    #profileModalTitle {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        color: #0F0F10;
    }

    .profile-modal-body {
        padding: 16px 40px;
    }

    .edit-profile>h1,
    .orders-two>h1,
    .favorites-two>h1 {
        display: none;
        overflow: hidden;
    }

    .categories-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
        gap: 20px;
    }

    main.main>section.categories-section>.container {
        width: 95%;
    }

    .companies-content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(213.33px, 1fr));
        gap: 32px;
    }
}

/* ========== RESPONSIVE MOBILE CSS ========== */
@media screen and (max-width: 390px) {
    .offer-inner-page-body-mob {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-image>img {
        height: 312px;
        object-fit: cover;
    }

    .offer-inner-page-body-mob>.offer-inner-page-body-mob-body {
        left: 20px;
        right: 20px;
        bottom: -80px;
        width: calc(100% - 40px);
        border-radius: 12px;
        box-shadow: 0px 2px 4px 0px #3E34450A;
    }

    main.main>section.offer-inner-page>.container>.offer-inner-page-body>.offer-inner-page-body-des-and-terms {
        margin-top: 420px;
    }

    .offer-inner-page-header {
        padding: 0px 10px;
    }

    .section-filter {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .categories-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(62.5px, 1fr));
        gap: 20px;
    }

    .categories-content>.categories-card>.categories-card-img {
        background-color: transparent !important;
    }

    .companies-content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 32px;
    }
}