.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.p-10 {
    padding: 10px !important;
}

.pl-5 {
    padding-left: 10px !important;
}

.pt-5 {
    padding-top: 10px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.text-white {
    color: white !important;
}

.text-dark {
    color: rgba(0, 0, 0, 0.87) !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-e {
    justify-content: space-evenly;
}

li a.no-icon:after {
    content: none !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

.font-size-h5 {
    font-size: 20px !important;
}

.font-size-h4 {
    font-size: 30px !important;
}

.font-size-h3 {
    font-size: 35px !important;
}

.dropdown-menu.megamenu .dropdown-inner ul.childs_1 > li {
    padding: 3px 15px;
}

.dropdown-menu.megamenu .dropdown-inner ul.childs_1 > li:hover {
    background: rgba(25, 118, 210, 0.08);
}

/*slidelar*/
.product-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.box-product.product-carousel {
    width: 100%;
    overflow: hidden;
}

.slider-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.slider-nav:hover {
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

/*.slider-nav {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 20;*/

/*    width: 33px;*/
/*    height: 33px;*/
/*    border-radius: 50%;*/

/*    background: #ffffff;*/
/*    color: #000;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    box-shadow: 0 2px 8px rgba(0,0,0,0.2);*/
/*    transition: all 0.25s ease;*/
/*}*/

.slider-nav:hover {
    background: #1976d2;
    color: #fff;
}

/*
index file product oxlari
*/
.slider-nav.prev {
    left: -22px; /* sliderin biraz çölünə çıxarır */
}

.slider-nav.next {
    right: -22px;
}

/*
weekly deal add to cart hissesi indexde
*/

.product-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.product-nav:hover {
    background: #1976d2;
    color: #FFFFFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.product-nav.prev {
    left: 10px;
}

.product-nav.next {
    right: 10px;
}

/* Hover olanda dropdown açılsın */
#form-language .btn-group:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Ox animasiyası (istəyə bağlı) */
#form-language .btn-group:hover .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.2s;
}

.bg-white {
    background: white !important;
}

/* Dil Menüsü Container */
#form-language {
    position: relative;
    z-index: 1000;
}

/* Ana Buton Stili */
#form-language .btn-group .dropdown-toggle {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0 0 0 10px;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

#form-language .btn-group .dropdown-toggle:hover {
    background: rgba(25, 118, 210, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

#form-language .btn-group .dropdown-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.08);
}

/* Buton içindeki yazılar */
#form-language .btn-group .dropdown-toggle strong {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 5px;
}

#form-language .btn-group .dropdown-toggle span {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 500;
}

#form-language .btn-group .dropdown-toggle i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Dropdown Menü Stili */
#form-language .language-menu {
    background: white;
    border: none;
    border-radius: 12px;
    padding: 15px 0;
    margin-top: 10px;
    min-width: 250px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 118, 210, 0.08) #f0f0f0;
}

#form-language .language-menu::-webkit-scrollbar {
    width: 6px;
}

#form-language .language-menu::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

#form-language .language-menu::-webkit-scrollbar-thumb {
    background: rgba(25, 118, 210, 0.08);
    border-radius: 10px;
}

/* Hover ile dropdown'ı aç */
#form-language .btn-group:hover .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dil Seçenekleri Stili */
#form-language .language-menu li {
    margin: 0;
    padding: 0;
}

#form-language .language-menu .language-select {
    background: transparent;
    color: #333;
    text-align: left;
    padding: 12px 25px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

#form-language .language-menu .language-select:hover {
    background: linear-gradient(to right, #f8f9ff, #f0f2ff);
    color: rgba(25, 118, 210, 0.08);
    padding-left: 35px;
    transform: translateX(5px);
}

#form-language .language-menu .language-select:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgba(25, 118, 210, 0.08);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#form-language .language-menu .language-select:hover:before {
    opacity: 1;
}

#form-language .language-menu .language-select:active {
    background: rgba(25, 118, 210, 0.08);
    color: white;
}

/* Aktif dil seçeneği */
#form-language .language-menu .language-select.active-language {
    background: rgba(25, 118, 210, 0.08);
    color: rgb(30, 42, 120);
    font-weight: 600;
    border-left: 4px solid rgb(30, 42, 120);
}

#form-language .language-menu .language-select.active-language:hover {
    background: rgba(25, 118, 210, 0.08);
    color: rgb(30, 42, 120);
}

/* Azerbaycan dili için özel renk (isteğe bağlı) */
#form-language .language-menu .language-select[data-lang="az"]:not(.active-language) {
    /* Normal durumda özel bir stil istemiyorsanız boş bırakın */
}

#form-language .language-menu .language-select[data-lang="az"].active-language {
    background: rgba(25, 118, 210, 0.08);
    color: rgb(30, 42, 120);
    font-weight: 600;
    border-left: 4px solid rgb(30, 42, 120);
}


/* Dropdown ok işareti */
#form-language .btn-group .dropdown-toggle:after {
    display: none;
}

/* Açık dropdown için ekstra stil */
#form-language .btn-group.open .dropdown-toggle i {
    transform: rotate(180deg);
}

/* Animasyon efekti */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#form-language .language-menu li {
    animation: slideIn 0.3s ease backwards;
}

#form-language .language-menu li:nth-child(1) {
    animation-delay: 0.05s;
}

#form-language .language-menu li:nth-child(2) {
    animation-delay: 0.1s;
}

#form-language .language-menu li:nth-child(3) {
    animation-delay: 0.15s;
}

#form-language .language-menu li:nth-child(4) {
    animation-delay: 0.2s;
}

#form-language .language-menu li:nth-child(5) {
    animation-delay: 0.25s;
}

#form-language .language-menu li:nth-child(6) {
    animation-delay: 0.3s;
}

#form-language .language-menu li:nth-child(7) {
    animation-delay: 0.35s;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    #form-language .btn-group .dropdown-toggle {
        min-width: 100px;
        padding: 8px 15px;
    }

    #form-language .btn-group .dropdown-toggle strong {
        font-size: 14px;
    }

    #form-language .btn-group .dropdown-toggle span {
        font-size: 12px;
    }

    #form-language .language-menu {
        min-width: 200px;
        max-height: 300px;
    }
}

/* Koyu tema desteği */
@media (prefers-color-scheme: dark) {
    #form-language .language-menu {
        /*background: #2d3748;*/
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }

    #form-language .language-menu .language-select {
        color: black;
    }

    #form-language .language-menu .language-select:hover {
        background: rgba(102, 126, 234, 0.1);
        color: #a3bffa;
    }
}


/* === GOOGLE TRANSLATE COMPLETE HIDE === */

/* Tüm Google Translate kontrollerini gizle */
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-ftab-frame,
.goog-te-gadget,
.goog-te-combo,
.goog-te-banner,
.goog-te-footer,
.goog-te-banner-content,
.goog-te-balloon-frame,
.goog-te-balloon,
.skiptranslate,
#goog-gt-tt,
.goog-text-highlight,
.goog-tooltip,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.goog-te-spinner-pos {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -9999 !important;
}

/* Body üzerindeki Google Translate etkilerini kaldır */
body {
    top: 0 !important;
    position: static !important;
}

/* Google Translate iframe'lerini gizle */
iframe[src*="translate.google"],
iframe[src*="translate.googleapis.com"] {
    display: none !important;
    visibility: hidden !important;
}

/* Google Translate dropdown'ı için ek gizleme */
.goog-te-combo {
    display: none !important;
}

/* Google Translate butonunu tamamen gizle */
.goog-te-menu-value {
    display: none !important;
}

/* Sayfanın Google Translate tarafından kaydırılmasını önle */
body > .skiptranslate {
    display: none !important;
}

.social-links {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

.social-links li a:hover {
    transform: translateY(-2px);
}

/* Font Awesome ikonları için */
.social-links li a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* YouTube */
.social-links li.youtube a:before {
    content: "\f167";
    color: #FF0000;
}

/* Facebook */
.social-links li.facebook a:before {
    content: "\f39e";
    color: #1877F2;
}

/* TikTok */
.social-links li.tiktok a:before {
    content: "\e07b"; /* Font Awesome TikTok icon */
    color: #000000;
}

/* Twitter/X */
.social-links li.twitter a:before,
.social-links li.x a:before {
    content: "\f099";
    color: #000000;
}

/* Instagram */
.social-links li.instagram a:before {
    content: "\f16d";
    color: #E4405F;
}

/* LinkedIn */
.social-links li.linkedin a:before {
    content: "\f0e1";
    color: #0A66C2;
}

/* TikTok */
.social-links li.tiktok a:before {
    content: "\e07b";
    color: #000000;
}

/* Pinterest */
.social-links li.pinterest a:before {
    content: "\f0d2";
    color: #BD081C;
}

/* WhatsApp */
.social-links li.whatsapp a:before {
    content: "\f232";
    color: #25D366;
}

/* Telegram */
.social-links li.telegram a:before {
    content: "\f2c6";
    color: #0088cc;
}

/* Discord */
.social-links li.discord a:before {
    content: "\f392";
    color: #5865F2;
}

/* Reddit */
.social-links li.reddit a:before {
    content: "\f1a1";
    color: #FF4500;
}

/* Snapchat */
.social-links li.snapchat a:before {
    content: "\f2ac";
    color: #FFFC00;
    text-shadow: 0 0 1px #000;
}

/* Twitch */
.social-links li.twitch a:before {
    content: "\f1e8";
    color: #9146FF;
}

/* Spotify */
.social-links li.spotify a:before {
    content: "\f1bc";
    color: #1DB954;
}

/* Apple Music */
.social-links li.applemusic a:before {
    content: "\f179";
    color: #FA243C;
}

/* SoundCloud */
.social-links li.soundcloud a:before {
    content: "\f1be";
    color: #FF3300;
}

/* GitHub */
.social-links li.github a:before {
    content: "\f09b";
    color: #181717;
}

/* GitLab */
.social-links li.gitlab a:before {
    content: "\f296";
    color: #FC6D26;
}

/* Stack Overflow */
.social-links li.stackoverflow a:before {
    content: "\f16c";
    color: #F48024;
}

/* Medium */
.social-links li.medium a:before {
    content: "\f23a";
    color: #000000;
}

/* Behance */
.social-links li.behance a:before {
    content: "\f1b4";
    color: #0057FF;
}

/* Dribbble */
.social-links li.dribbble a:before {
    content: "\f17d";
    color: #EA4C89;
}

/* Vimeo */
.social-links li.vimeo a:before {
    content: "\f27d";
    color: #1AB7EA;
}

/* RSS */
.social-links li.rss a:before {
    content: "\f09e";
    color: #FFA500;
}

/* VK */
.social-links li.vk a:before {
    content: "\f189";
    color: #4C75A3;
}

/* WeChat */
.social-links li.wechat a:before {
    content: "\f1d7";
    color: #07C160;
}

/* Skype */
.social-links li.skype a:before {
    content: "\f17e";
    color: #00AFF0;
}

/* Slack */
.social-links li.slack a:before {
    content: "\f198";
    color: #4A154B;
}

/* Tumblr */
.social-links li.tumblr a:before {
    content: "\f173";
    color: #001935;
}

/* Flickr */
.social-links li.flickr a:before {
    content: "\f16e";
    color: #0063DC;
}

/* Yelp */
.social-links li.yelp a:before {
    content: "\f1e9";
    color: #D32323;
}

/* Foursquare */
.social-links li.foursquare a:before {
    content: "\f180";
    color: #F94877;
}

/* Periscope */
.social-links li.periscope a:before {
    content: "\f3da";
    color: #40A4C4;
}

/* Vine */
.social-links li.vine a:before {
    content: "\f1ca";
    color: #00B488;
}

/* Quora */
.social-links li.quora a:before {
    content: "\f2c4";
    color: #B92B27;
}

/* Meetup */
.social-links li.meetup a:before {
    content: "\f2e0";
    color: #ED1C40;
}

/* Product Hunt */
.social-links li.producthunt a:before {
    content: "\f288";
    color: #DA552F;
}

/* Hover efektleri */
.social-links li.youtube a:hover:before {
    color: #CC0000;
}

.social-links li.facebook a:hover:before {
    color: #166FE5;
}

.social-links li.tiktok a:hover:before {
    color: #111111;
}

.social-links li.instagram a:hover:before {
    color: #D93175;
}

.social-links li.twitter a:hover:before,
.social-links li.x a:hover:before {
    color: #333333;
}

.social-links li.linkedin a:hover:before {
    color: #004182;
}

/* Select2 Custom Styles */
#form-language {
    position: relative;
    z-index: 9999;
}

#form-language .select2-container {
    width: 200px !important;
    min-width: 150px;
}

#form-language .select2-container--default .select2-selection--single {
    border: 2px solid rgba(25, 118, 210, 0.08);
    border-radius: 50px;
    height: 40px;
    padding: 0 15px;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.08);
}

#form-language .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(25, 118, 210, 0.08);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.08);
}

#form-language .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
}

#form-language .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 12px;
}

#form-language .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
}

#form-language .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px;
}

/* Dropdown */
#form-language .select2-container--default .select2-dropdown {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    overflow: hidden;
}

#form-language .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
    padding: 10px 0;
}

#form-language .select2-container--default .select2-results__option {
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
    position: relative;
}

#form-language .select2-container--default .select2-results__option:hover {
    background: linear-gradient(to right, #f8f9ff, #f0f2ff);
    color: rgba(25, 118, 210, 0.08);
    padding-left: 30px;
}

#form-language .select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(25, 118, 210, 0.08);
    color: rgb(30, 42, 120);
    font-weight: 600;
    border-left: 4px solid rgb(30, 42, 120);
}

#form-language .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(25, 118, 210, 0.08);
    color: rgb(30, 42, 120);
}

/* Arama kutusu */
#form-language .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid rgba(25, 118, 210, 0.08);
    border-radius: 6px;
    padding: 8px 12px;
    margin: 10px;
    width: calc(100% - 20px);
    outline: none;
}

#form-language .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: rgba(25, 118, 210, 0.08);
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.08);
}

/* Dil seçenekleri */
.language-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.language-text {
    font-weight: 500;
    flex: 1;
}

.language-code {
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 10px;
}

/* Mobil */
@media (max-width: 768px) {
    #form-language .select2-container {
        width: 150px !important;
        margin-top: 6px;
    }

    #form-language .select2-container--default .select2-selection--single {
        height: 36px;
        padding: 0 12px;
    }
}

#searchOverlay {
    position: fixed;
    inset: 0;
    background: #fff; /* əgər səndə başqa rəngdirsə, dəyişmə */
    z-index: 9999;
    display: none;
    flex-direction: column;
}

#searchOverlay.active {
    display: flex;
}

.search-header {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
}

.back-btn {
    font-size: 20px;
    cursor: pointer;
}

#searchbox {
    flex: 1;
    display: flex;
    align-items: center;
}

#searchbox input {
    flex: 1;
    border-radius: 25px;
}

.search-body {
    padding: 15px;
}

.search-body h6 {
    font-weight: bold;
    margin-top: 15px;
}

.search-body ul {
    list-style: none;
    padding: 0;
}

.search-body li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
