/* Header logo: soldaki şerit/ANLAR taşmasını tamamen kaldır */
.navbar-logo-col {
    overflow: hidden !important;
    min-width: 0 !important;
}
.navbar-logo-link {
    max-width: 168px;
    max-height: 48px;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
}
.navbar-logo-img {
    max-width: 100% !important;
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    vertical-align: middle;
}
/* Body/html dışına taşan logo parçasını kes – soldaki şerit kalmasın */
body .gshop-navbar .navbar-logo-col,
body .gshop-navbar .navbar-logo-link,
body .gshop-navbar .navbar-logo-img {
    overflow: hidden !important;
}
/* Ana sayfa soldaki şerit: yatay taşmayı tamamen kapat */
body {
    overflow-x: hidden !important;
}
.main-wrapper {
    overflow-x: hidden !important;
}

/* Offcanvas menü kapalıyken solda şerit (ANLAR + kırmızı X) kalmasın – tamamen ekran dışında */
.offcanvas_menu {
    left: auto !important;
    right: -450px !important;
    visibility: hidden;
    pointer-events: none;
}
.offcanvas_menu.active {
    right: 0 !important;
    visibility: visible;
    pointer-events: auto;
}
/* Offcanvas panel logo – küçült, taşmasın */
.offcanvas_menu .tt-short-info .logo-wrapper {
    max-width: 100%;
    display: block;
}
.offcanvas_menu .tt-short-info .logo-wrapper .offcanvas-logo-img,
.offcanvas_menu .tt-short-info .logo-wrapper img {
    max-width: 150px !important;
    max-height: 42px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
/* Mobil sol menü (offcanvas-left-menu): masaüstünde tamamen gizle, sadece mobilde kullan */
.offcanvas-left-menu {
    left: -450px !important;
    right: auto !important;
    visibility: hidden;
    pointer-events: none;
}
.offcanvas-left-menu.active {
    left: 0 !important;
    visibility: visible;
    pointer-events: auto;
}
@media (min-width: 768px) {
    body .offcanvas-left-menu,
    html body .offcanvas-left-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        left: -9999px !important;
        z-index: -1 !important;
    }
}
@media (max-width: 767.98px) {
    .navbar-logo-link { max-width: 130px; max-height: 40px; }
    .navbar-logo-img { max-height: 40px !important; }
}

/* Telefon yanı offcanvas butonu – sarı */
.gshop-offcanvas-btn.offcanvas-toggle {
    background-color: #D4AF37 !important;
}
.gshop-offcanvas-btn.offcanvas-toggle:hover {
    background-color: #B8960E !important;
}

/* Cergibozanlar: hero alt başlık – altın sarısı (turuncu değil) */
.gshop-hero-slider .gshop-hero-single .hero-left-content .gshop-subtitle {
    color: #D4AF37 !important;
}

/* ========== Üst bar (topbar) – dikey çizgiler kaldırıldı, Kampanyalar & Kariyer kutucuk ========== */
.cergi-topbar .topbar-info-right li::before {
    display: none !important;
}
.cergi-topbar .topbar-info-right {
    gap: 0.5rem;
}
.cergi-topbar .topbar-link {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}
.cergi-topbar .topbar-link:hover {
    color: #fff !important;
}
/* Kampanyalar & Kariyer: kurumsal kutucuk vurgusu */
.cergi-topbar .topbar-link.topbar-pill {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-weight: 600;
}
.cergi-topbar .topbar-link.topbar-pill:hover {
    background: rgba(255,255,255,0.28);
    border-color: rgba(255,255,255,0.5);
}


/* ========== Cergibozanlar ana menü – kurumsal, modern ========== */
/* Ana navbar kutusu – hafif gölge, yerleşim rahat */
.gshop-navbar.bg-white {
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.gshop-navbar .gshop-navbar-right {
    gap: 0.5rem;
    flex-wrap: nowrap;
}
/* Ana menüyü ortala */
.gshop-navbar-right {
    justify-content: space-between !important;
}
.gshop-navmenu.cergi-main-nav {
    min-width: 0;
    flex: 1 1 auto;
    justify-content: center;
    display: flex;
}
.gshop-navmenu.cergi-main-nav > ul {
    flex-wrap: nowrap;
    justify-content: center !important;
}
.gshop-navmenu.cergi-main-nav ul li a {
    padding: 18px 12px;
    font-size: 14px;
    color: #334155 !important;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
.gshop-navmenu.cergi-main-nav > ul > li > a:hover {
    color: #0066CC !important;
}
.gshop-navmenu.cergi-main-nav > ul > li > a { font-weight: 600; }
.gshop-navmenu.cergi-main-nav .has-submenu > a .fs-xs { opacity: 0.6; color: inherit; }

/* Sağ ikonlar – menü ile aynı hizada, çizgi üstünde değil */
.gshop-navbar .gshop-navbar-right {
    align-items: center;
}
.gshop-header-icons {
    align-items: center !important;
}
.gshop-header-icons .header-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #475569 !important;
    transition: color 0.2s ease;
    padding: 0.5rem;
    line-height: 1;
    vertical-align: middle;
}
.gshop-header-icons .header-icon:hover {
    color: #0066CC !important;
}
.gshop-header-user .header-icon {
    align-self: center;
}
.gshop-navbar .gshop-header-contact {
    font-weight: 500;
}
.gshop-navbar .gshop-header-contact a {
    color: #334155;
    transition: color 0.2s ease;
}
.gshop-navbar .gshop-header-contact a:hover {
    color: #0066CC;
}
.gshop-navbar .gshop-header-contact {
    margin-left: 0.75rem !important;
}
.gshop-navbar .gshop-header-contact h6 {
    color: #0066CC;
    font-weight: 600;
}

/* Navbar/nav overflow: dropdown’lar kesilmesin */
.gshop-navbar,
.gshop-navbar .gshop-navbar-right,
.gshop-navmenu {
    overflow: visible !important;
}
.gshop-navmenu > ul > .has-submenu {
    position: relative;
}
/* Alt menü açılsın: menü ile dropdown arası boşlukta hover kaybolmasın */
.gshop-navmenu > ul > .has-submenu > ul {
    margin-top: 0 !important;
    padding-top: 6px !important;
    box-sizing: border-box;
}
.gshop-navmenu > ul > .has-submenu > ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 10px;
}

/* Footer logolarını küçült ve hizala */
.gshop-footer .footer-logo-img {
    max-height: 28px;
    max-width: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.gshop-footer .footer-payment-logo {
    max-height: 20px;
    max-width: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Kurumsal mega menü – dikey harf sorunu fix */
.gshop-navmenu .submenu-double-line,
.gshop-navmenu .submenu-double-line li,
.gshop-navmenu .submenu-double-line a {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}
.gshop-navmenu .submenu-double-line a {
    white-space: normal;
}

/* Kurumsal mega menü – ortalı, modern dropdown */
.gshop-navmenu .cergi-mega {
    position: relative;
}
.gshop-navmenu .cergi-mega > a {
    position: relative;
    z-index: 2;
}
.cergi-mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 520px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    padding: 20px 26px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    writing-mode: horizontal-tb !important;
    z-index: 50;
}
.gshop-navmenu .cergi-mega:hover .cergi-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%);
}
.cergi-mega-title {
    font-size: 0.85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #94a3b8;
}
.cergi-mega-list li + li {
    margin-top: 2px;
}
.cergi-mega-list a {
    display: block;
    font-size: 0.88rem;
    line-height: 1.3;
    color: #0f172a;
    text-decoration: none;
    padding: 2px 0;
}
.cergi-mega-list a:hover {
    color: #0066CC;
}
.gshop-navmenu > ul > .has-submenu:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ========== Kurumsal: Mega menü – içeriğe göre genişlik, boşluk yok ========== */
.gshop-navmenu > ul > .has-submenu-wide > ul {
    top: 100% !important;
    left: 0 !important;
    margin-top: 0 !important;
    padding-top: 6px !important;
    box-sizing: border-box;
}
.gshop-navmenu > ul > .has-submenu-wide > ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 10px;
    z-index: -1;
}
.gshop-navmenu > ul > .has-submenu-wide > ul {
    min-width: 680px;
    width: max-content;
    max-width: 95vw;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(360px, auto) minmax(240px, auto);
    gap: 0;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,4,94,0.14), 0 4px 12px rgba(0,0,0,0.06);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Dark tema için nav ve kurumsal menü renkleri */
[data-bs-theme='dark'] .gshop-navmenu.cergi-main-nav ul li a {
    color: #E5E7EB !important;
}
[data-bs-theme='dark'] .gshop-navmenu.cergi-main-nav > ul > li > a:hover {
    color: #FACC15 !important;
}
[data-bs-theme='dark'] .cergi-mega-panel {
    background-color: #0B1120;
    box-shadow: 0 18px 40px rgba(15,23,42,0.55);
}
[data-bs-theme='dark'] .cergi-mega-title {
    color: #9CA3AF;
}
[data-bs-theme='dark'] .cergi-mega-list a {
    color: #E5E7EB;
}
[data-bs-theme='dark'] .cergi-mega-list a:hover {
    color: #60A5FA;
}
.gshop-navmenu > ul > .has-submenu-wide:hover > ul {
    opacity: 1;
    visibility: visible;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li {
    border: none;
    position: static !important;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px 28px 26px;
    background: #fff;
}
/* İlk sütun sağ kenarı ince çizgi */
.gshop-navmenu > ul > .has-submenu-wide > ul > li:first-child {
    border-right: 1px solid rgba(0,0,0,0.08);
}
/* Mega menü bölüm başlıkları */
.gshop-navmenu > ul > .has-submenu-wide > ul > li > a {
    border: none !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #0066CC !important;
    padding: 0 0 14px 0 !important;
    margin-bottom: 16px;
    border-bottom: 2px solid rgba(0,102,204,0.2) !important;
    display: block;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li > a:hover {
    color: #004c99 !important;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li > a .fa-angle-right {
    font-size: 10px;
    opacity: 0.8;
}
/* Alt menü listesi – scroll yok, hepsi görünsün */
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu > ul {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
}
/* Hakkımızda: grid 2 sütun – her link kendi hücresinde, üst üste binme yok */
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu:first-child > ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4px 28px;
    column-count: unset;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu:hover > ul {
    opacity: 1;
    visibility: visible;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu > ul li {
    list-style: none;
    min-width: 0;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu > ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #475569 !important;
    border: none !important;
    transition: color 0.15s ease;
    white-space: normal;
    word-wrap: break-word;
}
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu > ul li a:hover {
    color: #0066CC !important;
}
/* Politikalar sütunu – tek sütun */
.gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu:last-child > ul {
    display: block !important;
    column-count: unset;
}
/* Mega menü içinde gereksiz oklar/slider gizle */
.gshop-navmenu > ul > .has-submenu-wide .tt-slider-arrow,
.gshop-navmenu > ul > .has-submenu-wide .swiper-button,
.gshop-navmenu > ul > .has-submenu-wide .carousel-control {
    display: none !important;
}
[dir="rtl"] .gshop-navmenu > ul > .has-submenu-wide > ul {
    left: auto !important;
    right: 0 !important;
}
[dir="rtl"] .gshop-navmenu > ul > .has-submenu-wide > ul > li:first-child {
    border-right: none;
    border-left: 1px solid rgba(0,0,0,0.08);
}
[dir="rtl"] .gshop-navmenu > ul > .has-submenu-wide > ul > li.has-submenu > ul li a:hover {
    color: #0066CC !important;
}

/* Reyonlar mega: dropdown geniş, çok sütun */
.nav-mega-box.category-dropdown-box {
    width: 720px;
    max-width: 90vw;
    max-height: 70vh;
    overflow-y: auto;
}
.nav-mega-list.category-dropdown-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 4px 8px;
}
.nav-mega-list.category-dropdown-menu li {
    width: auto;
}
.nav-mega-list.category-dropdown-menu li a {
    padding: 10px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.nav-mega-list.category-dropdown-menu li a:hover {
    background: rgba(0, 102, 204, 0.06);
    transform: none;
}

.h-60px {
    height: 60px;
}
.h-80px {
    height: 80px;
}
.h-100px {
    height: 100px;
}
.h-400px {
    height: 400px;
}
.header-icon {
    position: relative;
}
.cart-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.label-input-field input,
.label-input-field textarea,
.label-input-field select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    outline: 0;
}
.label-input-field label {
    z-index: 1;
}

/* select 2 css */
.select2-container {
    width: auto;
    display: block;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.select2-dropdown {
    top: -4px;
    border-color: #e4e4e4;
}
.select2-container--open .select2-dropdown {
    left: -1px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e4e4e4;
}

/* toastr */

#toast-container {
    z-index: 999999;
}

#toast-container > div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    border-radius: 0.3125rem;
}

[dir="rtl"] #toast-container > div {
    direction: rtl;
    background-position: center right 0.9375rem;
    padding: 15px 50px 15px 25px !important;
}

[dir="rtl"] #toast-container.toast-top-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-top-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-top-full-width#toast-container > div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container > div {
    left: 0;
    right: 0;
}

#toast-container > .toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

#toast-container.toast-bottom-full-width > div .toast-close-button,
#toast-container.toast-top-full-width > div .toast-close-button {
    top: 12px !important;
}

html:not([dir="rtl"])
    #toast-container.toast-bottom-full-width
    > div
    .toast-close-button,
html:not([dir="rtl"])
    #toast-container.toast-top-full-width
    > div
    .toast-close-button {
    right: 12px !important;
}

[dir="rtl"] #toast-container.toast-bottom-full-width > div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width > div .toast-close-button {
    left: 12px !important;
}

#toast-container > .toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container [dir="rtl"] > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px;
}

#toast-container > .toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    width: 25rem !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    height: 0.1875rem;
    background-color: #212b36;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

[dir="rtl"] .toast-progress {
    left: auto;
    right: 0;
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: 0.25rem;
    padding: 0.2rem 0.45rem !important;
    -webkit-transition: all 0.23s ease 0.1s;
    transition: all 0.23s ease 0.1s;
    opacity: 1 !important;
    line-height: 0.98;
}

html:not([dir="rtl"]) .toast-close-button {
    right: 0 !important;
}

[dir="rtl"] .toast-close-button {
    left: -7px !important;
    right: auto !important;
}

@media (max-width: 419.98px) {
    .toast {
        width: 300px !important;
    }
}
#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}

#toast-container > .toast-success,
#toast-container > .toast-success .toast-message a,
#toast-container > .toast-success .toast-message label {
    background-color: #ffffff !important;
    color: #20b250;
}
#toast-container > .toast-error,
#toast-container > .toast-error .toast-message a,
#toast-container > .toast-error .toast-message label {
    background-color: #ffffff !important;
    color: #e03a1d;
}
#toast-container > .toast-info,
#toast-container > .toast-info .toast-message a,
#toast-container > .toast-info .toast-message label {
    background-color: #ffffff !important;
    color: #0d5abf;
}
#toast-container > .toast-warning,
#toast-container > .toast-warning .toast-message a,
#toast-container > .toast-warning .toast-message label {
    background-color: #ffffff !important;
    color: #fcac00;
}
#toast-container > .toast-success .toast-close-button,
#toast-container > .toast-error .toast-close-button,
#toast-container > .toast-info .toast-close-button,
#toast-container > .toast-warning .toast-close-button {
    color: #ffffff !important;
}
/* toastr */

.address-delete-modal {
    max-width: 700px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.avatar-icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.vertical-product-card .card-btn {
    z-index: 1;
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .d-none-1399 {
        display: none !important;
    }
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.grecaptcha-badge {
    z-index: 99999;
    bottom: 140px !important;
}
 .scroll-top-btn.active {
    bottom: 80px; 
}
.object-fit-cover{
    object-fit: cover;
}

[data-bs-theme=light] .clr-scheme .topbar-info-right li a:not(.dropdown-menu a) {
    color: #fff !important
}
.topbar-info-right {
    gap: 30px;
}
.topbar-info-right li::before{
    left: -16px !important;
}

.pagination li .page-link {
    min-width: auto;
    height: auto;
    padding: 4px 12px !important;
}
.tt-custom-pagination{
    flex-wrap: nowrap;
    overflow-x: auto;
}