.container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.blogsdate {
    color: #ccc !important;
    font-size: 14px !important;
}

.CountriesNavigationItem.has-menu .CountriesNavigationItem-text span {
    font-size: 14px;
    color: white !important;
    font-weight: 500 !important;
}

.chevron {
    fill: white !important;
}

.CountriesNavigationItem-items {
    padding-left: 0 !important;
}

@media(min-width: 1024px) {
    .NavigationItem-items {
        padding: 34px 20px 48px;
    }
}

@keyframes animateGradientBorder {
    0% {
        height: 0%;
    }

    100% {
        height: 80%;
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 9999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
}

.loading .spinner-border {
    height: 50px;
    width: 50px;
}

.pagesection p {
    font-size: 18px;
}

.container-fluid2 {
    padding-left: 10px;
}

/* Varsayılan H1-H7 Stilleri */

.pagesection h1,
.pagesection .h2,
.pagesection .h3,
.pagesection .h4,
.pagesection .h5,
.pagesection .h6,
.pagesection .h7 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
}

/* Responsive H1-H7 Stilleri */

@media (max-width: 2400px) {
    .pagesection h1 {
        font-weight: bold;
        font-size: 36px;
    }

    .pagesection h2 {
        font-weight: bold;
        font-size: 30px;
    }

    .pagesection h3 {
        font-weight: bold;
        font-size: 26px;
    }

    .pagesection h4 {
        font-weight: bold;
        font-size: 22px;
    }

    .pagesection h5 {
        font-weight: bold;
        font-size: 18px;
    }

    .pagesection h6 {
        font-weight: bold;
        font-size: 16px;
    }

    .pagesection h7 {
        font-weight: bold;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .pagesection h1 {
        font-size: 32px;
    }

    .pagesection h2 {
        font-size: 28px;
    }

    .pagesection h3 {
        font-size: 24px;
    }

    .pagesection h4 {
        font-size: 20px;
    }

    .pagesection h5 {
        font-size: 16px;
    }

    .pagesection h6 {
        font-size: 14px;
    }

    .pagesection h7 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .pagesection h1 {
        font-size: 28px;
    }

    .pagesectionh2 {
        font-size: 24px;
    }

    .pagesection h3 {
        font-size: 20px;
    }

    .pagesection h4 {
        font-size: 18px;
    }

    .pagesection h5 {
        font-size: 16px;
    }

    .pagesection h6 {
        font-size: 14px;
    }

    .pagesection h7 {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .pagesection h1 {
        font-size: 24px;
    }

    .pagesection h2 {
        font-size: 20px;
    }

    .pagesection h3 {
        font-size: 18px;
    }

    .pagesection h4 {
        font-size: 16px;
    }

    .pagesection h5 {
        font-size: 14px;
    }

    .pagesection h6 {
        font-size: 12px;
    }

    .pagesection h7 {
        font-size: 10px;
    }
}

/* UL ve OL için Bootstrap benzeri stil */

.pagesection ul,
.pagesection ol {
    padding-left: 24px;
    /* Yaklaşık 1.5rem karşılığı */
    margin-bottom: 16px;
    /* Yaklaşık 1rem karşılığı */
    list-style: none;
    /* Liste stilini kaldır */
    font-size: 16px;
    /* Bootstrap'te varsayılan font-size (1rem) */
}

/* LI için Bootstrap benzeri stil */

.pagesection li {
    padding: 8px 0;
    /* Yaklaşık 0.5rem karşılığı */
    border-bottom: 1px solid #ddd;
    /* Alt çizgi */
    font-size: 16px;
    /* Bootstrap'te varsayılan font-size (1rem) */
}

/* Son LI elemanı için border kaldırma */

.pagesection li:last-child {
    border-bottom: none;
}

.Page-header-bar-logo img {
    height: 41px;
    width: 164px;
}

@media only screen and (min-width: 768px) {
    .Page-header-bar-logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
    transition: opacity 1s ease-out;
}

@media(min-width:900px) {
    #preloader img {
        width: 100vw !important;
    }
}

.loader {
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.fade-out {
    opacity: 0;
}

.socials img {
    /*filter:brightness(0) saturate(100%) invert(57%) sepia(98%) saturate(684%) hue-rotate(345deg) brightness(99%) contrast(96%);*/
}

#apply_site button.btn-primary {
    background-color: #F15A24;
    border: unset !important;
    font-size: 16px;
    padding: 6px;
}

#apply_site button.close {
    background-color: unset !important;
    border: unset !important;
}

#apply_site h5 {
    font-size: 18px;
    padding-bottom: 24px;
}

#apply_site .close {
    font-size: 34px;
    transform: translateY(-13px);
}

#apply_site input {
    font-size: 18px;
    padding: 8px;
    border: 1px solid black !important;
    margin-bottom: 24px;
}

#apply_site .modal-content {
    padding: 5px;
}

#apply_site .modal-header,
#apply_site .modal-footer {
    border: unset !important;
}

.toast-message {
    font-size: 16px !important;
}

.swal2-popup {
    font-size: 16px !important;
    font-family: Georgia, serif;
}

@media(min-width: 900px) {
    .video:first-of-type iframe {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

.map-address-boxes strong {
    font-size: 17px;
}

.map-address-boxes h5 {
    font-size: 21px;
}

.map-address-boxes .icon-boxx img {
    width: 80px;
}

.frontColor {
    height: 16px;
    width: 16px;
    display: block;
    border-radius: 3px;
}

.color-label {
    padding: 0 !important;
    transition: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    margin: 2px 3px !important;
}

.categorySection {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all ease .5s;
    width: max-content;
    position: relative;
}

.tab-absolute {
    overflow: hidden !important;
}

.categorySection a {
    cursor: pointer;
}

.btn-single-page-button.apply {
    width: max-content !important;
}

.recently_content_box h6 {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recently_content_box a {
    flex: 1;
}

.categorySection .tab a {
    padding: 15px 20px;
    background-color: #f1f1f1;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    font-size: 14px;
}

.categorySection .tab-absolute a {
    background-color: white;
}

.icon-box img {
    padding-right: 8px;
}

.categorySection .tab-absolute {
    position: absolute;
    top: 100%;
    left: 50.00075%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #f1f1f1;
    display: none;
    z-index: 10;
    width: max-content;
    white-space: nowrap;
}

.categorySection .tab-absolute .content {
    background-color: white !important;
}

.w-top-category {
    height: auto !important;
    width: auto !important;
}

.categorySection .tab:hover .tab-absolute {
    display: block;
    width: 100%;
}

.categorySection {
    flex-wrap: nowrap;
}

.content>div {
    width: 100%;
}

.content>div:first-of-type {
    width: 100%;
}

.tabs .content {
    border: unset !important;
}

.tab-absolute .menu-content-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.modal_box_open_products_header {
    background-color: #fff;
}

.modal_box_open_products_header .img-box {
    width: 100px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}

.modal_box_open_products_header .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal_box_open_products_header .contanet_boxes a {
    text-decoration: none;
    color: black;
}

.categorySection .tab a {
    position: relative;
}

.Page-header[data-header-sticky=false] .Page-header-bar:after {
    display: none;
}

.onlymobile,
.onlydesktop {
    display: none !important;
}

@media(max-width: 900px) {
    .onlymobile {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .Page-header-utilityNav-container {
        padding-left: var(--paddingLeftMd, 24px);
        padding-right: var(--paddingRightMd, 24px);
    }
}

@media(max-width: 1024px) {

    .category_open_area.onlymobile,
    .qr_scan_open.onlymobile {
        display: block !important;
    }
}

@media(min-width: 900px) {
    .onlydesktop {
        display: block !important;
    }
}

.Page-header-bar:not(.opened-nav) .Page-header-bar-logo .image_color {
    display: none !important;
}

.Page-header-bar.opened-nav .Page-header-bar-logo .image {
    display: none !important;
}

@media(min-width: 900px) {
    .categorymobile {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #525050;
    }

    .categorySection .tab:hover .menu-parent {
        background-color: white !important;
        color: black !important;
    }

    .contanet_boxes a:hover {
        color: #F7931E;
    }
}

@media(max-width: 900px) {
    .Page-header-bar.opened-nav .Page-header-menu-trigger {
        position: absolute;
        z-index: 9999;
        right: 20px;
        top: 8px;
    }

    .Page-header-bar {
        height: 39px;
        margin-top: 0px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .Page-header-bar.opened-nav .Page-header-bar-logo {
        margin-top: 14px !important;
    }

    .Page-header-bar.opened-nav {
        margin-top: 0px !important;
    }

    .Page-header-menu-trigger .burger-menu {
        height: 35px;
        width: 35px;
    }

    [data-header-sticky="true"] .Page-header-bar {
        margin-top: 0px !important;
    }

    .Page-header[data-header-sticky=true] .Page-header-bar:after {
        display: none !important;
    }

    .SearchOverlay-search-overlay {
        top: 34px;
    }

    .categorySection {
        position: absolute;
        top: 0;
        left: 0;
        width: 70vw !important;
        height: 100vh;
        background-color: white;
        z-index: 9999;
    }

    .categorySection {
        display: unset;
        padding: 20px;
        gap: 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .categorySection li:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .categorySection .tab-absolute {
        display: flex !important;
        flex-direction: column;
        height: 100vh;
    }

    .flex-wrap-category {
        flex-direction: column;
    }

    .categorySection .tab-absolute {
        transform: translateX(200%);
        position: absolute;
        top: 0;
        left: 0%;
        z-index: 9999999999;
        width: 70vw;
        transition: all ease .5s;
    }

    .close_category_section {
        position: absolute;
        z-index: 9999;
        top: 0;
        font-size: 30px;
        left: 72vw;
        color: white;
    }

    .categorymobile {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        transform: translateX(-200%);
        transition: all ease .5s;
    }

    .rightcategory {
        transform: translateX(200%);
    }

    .rightcategory .categorySection {
        right: 0;
        left: auto;
    }

    .rightcategory .close_category_section {
        right: 72vw;
        left: auto;
    }

    .btn_close_header_modal i {
        font-size: 21px;
    }
}

.image.onlymobile {
    height: 100%;
    object-fit: contain;
}

@media (max-width: 760px) {
    .Page-header~section:first-of-type {
        padding-top: 32px;
    }

    [data-toggle-header=hamburger-menu] .Page-header-hamburger-menu {
        margin-top: -19px !important;
    }

    .image.onlymobile {
        height: 94px !important;
        width: 160px !important;
    }

    .map-address-boxes .image-box {
        height: 250px;
    }

    .map-address-boxes .address-box .box {
        flex-direction: column;
    }

    .map-address-boxes .address-box {
        flex-direction: column;
    }

    .map .map-address-boxes .address-box .content-box {
        width: 100% !important;
    }

    .map-address-boxes .icon-boxx img {
        width: auto !important;
    }
}

@media(max-width: 900px) {
    .image.onlymobile {
        height: 54px !important;
        width: 134px !important;
    }
}

.category_open_area i,
.qr_scan_open i {
    font-size: 24px;
    margin-left: 8px;
}

.Page-header-bar.opened-nav .category_open_area,
.Page-header-bar.opened-nav .qr_scan_open {
    display: none !important;
}

.close_icon_category {
    position: absolute;
    right: -60px;
}

.close_icon_category i {
    font-size: 30px;
}

.overlay-tab {
    display: none !important;
}

.menu-parent-arrov::before {
    display: none !important;
}

.menu-parent-arrov {}

.bg-qr-button {
    width: 100%;
    background-color: black;
    padding: 7px 20px;
    color: white;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

#close-qr-header {
    border: unset;
    background: transparent;
}

.modal-header {
    border-bottom: unset !important;
}

.modalscan .modal-header {
    display: flex !important;
    justify-content: space-between !important;
}

.modalscan .modal-header button {
    border: unset;
    background: transparent;
}

#reader__scan_region {
    display: flex;
    align-items: center;
    justify-content: center;
}

#reader__dashboard_section_csr button {
    font-size: 15px;
}

#reader__dashboard_section_swaplink {
    font-size: 13px;
}

.modal-result-title {
    font-size: 14px;
}

.modal-result {
    font-size: 15px;
}

@media(max-width: 900px) {
    .categorySection .tab a {
        background: #f1f1f1;
        color: black;
    }

    .categorySection .tab-absolute .content>div {
        display: flex !important;
        padding: 0 24px;
    }

    .categorySection .tab-absolute .content {
        background: white !important;
    }

    .tab-absolute .menu-content-tab {
        gap: 6px;
    }

    .mobilexclose {
        padding: 11px 19px !important;
    }

    .flex-wrap-category {
        gap: 15px;
    }

    .mobilexclose i {
        font-size: 22px;
        margin-left: 12px;
    }

    .tab-absolute {
        background: white !important;
    }
}

@media(min-width: 900px) {
    .menu-parent-arrov:hover {
        background: white !important;
        color: black !important;
    }
}

/*.agree-contact a {*/
/*    color: #f29100 !important;*/
/*}*/

/*.agree-contact p a {*/
/*    color: #f29100 !important;*/
/*    position: relative;*/
/*}*/

/*.agree-contact p a::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #f29100;*/
/*}*/

.jvm-zoom-btn {
    height: 18px !important;
    width: 18px !important;
    padding-left: 6px !important;
    line-height: 10px !important;
    align-items: center !important;
    justify-content: center !important;
}

.contanet_boxes {
    background: white;
}

@media(max-width: 1024px) {
    .opendesktopmobile_back {
        display: none !important;
    }
}

.opendesktopmobile_back {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #525050;
}

.opendesktopmobile>li>a {
    padding: 15px 25px;
}

.opendesktopmobile_back a {
    color: white;
    font-size: 14px;
    padding: 14px;
    display: inline-block;
}

.opendesktopmobile {
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}

.opendesktopmobile>li {}

.opendesktopmobiledropdown a {
    width: max-content;
}

.opendesktopmobiledropdown li {
    /*flex:1;*/
}

.opendesktopmobiledropdown {
    display: flex;
    background-color: white;
    position: absolute;
    width: max-content;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.opendesktopmobile>li:hover>a {
    background-color: white;
    color: black;
}

.opendesktopmobile>li:hover ul {
    display: flex;
}

.opendesktopmobile>li:hover ul a {
    color: black;
}

.opendesktopmobile>li:hover ul a:hover {
    color: #F7931E;
}

@media(min-width: 1800px) {
    .jvm-zoom-btn {
        padding: 3px 6px !important;
    }
}

.SearchOverlay-backdrop {
    top: calc(var(--headerHeight) + 62px) !important;
}

.CountriesNavigationItem.has-menu .CountriesNavigationItem-text span+.NavigationItem-more svg.chevron {
    width: 11px !important;
}

.fix-class {
    height: auto !important;
}

.clamp-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    /* Fallback for non-webkit browsers; adjust based on font-size and line-height */
}

.blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-final {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (width: 992px) and (height: 600px) {
    .fix-class {
        height: auto !important;
    }

    .blog-box {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .clamp-lines {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-height: 4.5em;
        /* Fallback for non-webkit browsers; adjust based on font-size and line-height */
    }

    .blog-date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .blog-image-box {
        height: 150px;
        overflow: hidden;
    }

    .blog-image-box img {
        object-fit: cover;
        height: 100%;
    }

    .blog-content-box {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog-content-box h5 {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .blog-content-box p {
        height: auto !important;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .view-box {
        font-size: 12px;
    }

    .blog-button-box {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.CountriesNavigationItem.has-menu .CountriesNavigationItem-text span+.NavigationItem-more svg.chevron {
    transform: rotate(180deg) !important;
}

[data-item-click] .CountriesNavigationItem.has-menu .CountriesNavigationItem-text span+.NavigationItem-more svg.chevron {
    transform: rotate(0deg) !important;
}

/*header search form*/

.search_form .search_title {
    color: rgb(33, 37, 41);
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 51px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-top: 120px;
    margin-bottom: 40px;
}

@media(max-width: 900px) {

    .search_form form {
        padding: 16px !important;
    }
}

.search_form form {
    border-radius: 8px;
    background: rgb(33, 41, 67);
    padding: 32px;
    margin: 0 32px;
}

.search_form .form_search .form_title {
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 12px;
}

@media(max-width: 1200px) {
    .search_form .form_search .form_title {
        font-size: 14px;
    }
}

@media(max-width: 1000px) {
    .search_form .form_search .form_title {
        font-size: 12.25px;
    }
}

@media(max-width: 760px) {
    .search_form .form_search .form_title {
        font-size: 16px;
    }
}

.form_search {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.form_search>* {
    flex: 1;
}

.select2-container .select2-selection--multiple {
    min-height: 48px;
}

/* Select2 çoklu seçim kutusu - aşağı ok simgesi */

.select2-container--default .select2-selection--multiple::after {
    content: '';
    /* İçerik boş bırakılır */
    background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 16.79C11.29 16.79 10.6 16.53 10.06 16L3.54 9.47C3.26 9.19 3.26 8.7 3.54 8.42C3.83 8.13 4.31 8.13 4.6 8.42L11.12 14.94C11.6 15.42 12.39 15.42 12.87 14.94L19.39 8.42C19.68 8.13 20.16 8.13 20.45 8.42C20.74 8.7 20.74 9.19 20.45 9.47L13.93 16C13.39 16.53 12.7 16.79 12 16.79Z" fill="%23212943"/%3E%3C/svg%3E');
    background-size: 24px 24px;
    /* SVG ikon boyutu */
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(217, 217, 217);
    /* Arka fon rengi */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    /* Dış genişlik */
    height: 100%;
    /* Dış yükseklik */
    border-radius: 0 4px 4px 0;
    /* Köşeleri yuvarlama */
    pointer-events: none;
}

/* Select2 açıkken yukarı ok olarak simgeyi değiştirin */

.select2-container--open .select2-selection--multiple::after {
    background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 7.21C12.7 7.21 13.39 7.47 13.93 8L20.45 14.53C20.74 14.81 20.74 15.3 20.45 15.58C20.16 15.87 19.68 15.87 19.39 15.58L12.87 9.06C12.39 8.58 11.6 8.58 11.12 9.06L4.6 15.58C4.31 15.87 3.83 15.87 3.54 15.58C3.26 15.3 3.26 14.81 3.54 14.53L10.06 8C10.6 7.47 11.29 7.21 12 7.21Z" fill="%23212943"/%3E%3C/svg%3E');
}

/* Tüm seçeneklerin genel stili */

.select2-container .select2-results__option {
    padding: 8px 12px;
    /* Seçenek içi boşluklar */
    font-size: 14px;
    color: black;
    /* Yazı rengi */
    background-color: rgb(217, 217, 217);
}

.select2-container .select2-results__option--highlighted[aria-selected],
.select2-results__option--selected {
    background-color: rgb(182, 180, 180) !important;
    color: #000;
    font-weight: bold;
}

/* Kaydırma çubuğunun stilini ayarlama */

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 3px;
    /* Kaydırma çubuğunun genişliği */
    height: 3px;
    /* Yatay kaydırma çubuğunun yüksekliği (varsa) */
}

/* Kaydırma çubuğunun tırtıklı kısmı (thumb) */

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background-color: black;
    /* Kırmızı renk */
    border-radius: 10px;
    /* Köşeleri yuvarlatma */
    border: 2px solid black;
    /* Thumb kenarına kırmızı border */
}

/* Kaydırma çubuğunun arka planı */

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background-color: rgb(217, 217, 217);
    /* Arka plan rengi */
    border-radius: 10px;
}

/* Select2 multiple seçimde seçilen öğelere özel stil */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(217, 217, 217);
    /* Seçilen öğenin arka plan rengi (mavi) */
    color: black;
    /* Seçilen öğe metin rengi */
    border-radius: 0px;
    /* Yuvarlatılmış köşeler */
    padding: 5px 10px;
    /* İç boşluk */
    margin-right: 5px;
    /* Sağda boşluk */
    font-size: 14px;
    /* Yazı boyutu */
    border: none;
}

/* Seçilen öğeye fareyle üzerine gelindiğinde stil */

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: rgb(217, 217, 217);
    /* Hover (fare ile üzerine gelindiğinde) arka plan rengi */
    cursor: pointer;
    /* Fare işaretçisi değişir */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 14px;
}

.select2-selection.select2-selection--multiple {
    padding-right: 48px;
}

/*input*/

.form_item input {
    min-height: 48px;
}

.form_item:last-of-type {
    margin-top: 35px;
}

.form_item:last-of-type button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form_item:last-of-type button {
    border-radius: 4px;
    background: rgb(211, 52, 52);
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border: none;
    letter-spacing: 0%;
    text-align: left;
    min-height: 48px;
}

.form_item:last-of-type button:last-of-type {
    flex: 0 0 48px;
}

.selection textarea {
    top: 10px;
    font-size: 14px !important;
}

.brand_select {
    position: relative;
    cursor: pointer;
}

.brand_select .selected {
    box-sizing: border-box;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    background: rgb(238, 236, 236);
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand_select .selected span:first-child {
    padding: 12px;
    color: rgb(148, 146, 146);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    position: absolute;
}

.brand_select .selected .selected_options {
    /* padding:12px; */
    padding-right: 0;
    width: 100%;
    /* padding-right: 48px; */
    padding-left: 12px;
}

.selected_options {
    /* display: none; */
    gap: 4px;
    align-items: center;
    user-select: none;
}

.selected_options .option_item {
    border-radius: 4px;
    background: rgb(217, 217, 217);
    padding: 8px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.selected_options .option_item .text {
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    width: max-content;
}

.option_counts {
    margin-right: 10px;
    color: rgb(183, 183, 183);
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
    width: max-content;
    line-height: 24px;
    margin-right: 4px;
    min-width: 15px;
    margin-right: 4px;
    width: max-content;
    word-break: keep-all;
    padding-right: 12px;
}

.brand_select .selected span:nth-child(4) {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 0px 4px 4px 0px;
    background: rgb(217, 217, 217);
    flex: 0 0 48px;
}

.brand_select .selected i {
    transition: all ease .5s;
}

.brand_select.show .selected i {
    transform: rotate(180deg);
}

.brand_select .select_dropdown {
    width: 100%;
    display: none;
    max-height: 300px;
    overflow: auto;
}

/* Webkit tabanlı tarayıcılar için özelleştirilmiş scroll bar */

.brand_select .select_dropdown::-webkit-scrollbar {
    width: 2px;
    /* Scrollbar'ın genişliği 2px */
}

/* Scrollbar arka planı (track) */

.brand_select .select_dropdown::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Track (arka plan) rengi açık */
    border-radius: 2px;
    /* Yuvarlak köşeler */
}

/* Scrollbar'ın kaydırıcı kısmı (thumb) */

.brand_select .select_dropdown::-webkit-scrollbar-thumb {
    background: rgb(33, 41, 67);
    /* Kaydırıcı için kırmızımsı ton */
    border-radius: 2px;
    /* Yuvarlak köşeler */
    transition: background-color 0.3s ease-in-out;
    /* Yumuşak geçiş efekti */
}

/* Kaydırıcı (thumb) üzerine gelindiğinde (hover) renk değişimi */

.brand_select .select_dropdown::-webkit-scrollbar-thumb:hover {
    background: rgb(33, 41, 67);
    /* Hover'da daha koyu kırmızı */
}

/* Firefox için scrollbar stilleri */

.brand_select .select_dropdown {
    scrollbar-width: thin;
    /* İnce scrollbar (2px'e benzer) */
    scrollbar-color: rgb(33, 41, 67) #f4f4f4;
    /* Thumb ve track renkleri */
}

.brand_select.show .select_dropdown {
    /* max-height: 0px; */
    transition: all ease .5s;
}

.brand_select.show .select_dropdown {
    display: block;
}

.brand_select .select_dropdown {
    border-radius: 4px;
    background: rgb(217, 217, 217);
    position: absolute;
    margin-top: 5px;
    width: 100%;
    z-index: 99999;
}

.tz-dropdown__option-checkbox {
    min-height: auto !important;
}

input[type="checkbox"].tz-dropdown__option-checkbox {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

input[type="checkbox"].tz-dropdown__option-checkbox+.custom-checkbox {
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"].tz-dropdown__option-checkbox:checked+.custom-checkbox {
    background-color: rgb(33, 41, 67);
    border-color: rgb(33, 41, 67);
}

input[type="checkbox"].tz-dropdown__option-checkbox:checked+.custom-checkbox::after {
    content: url('/frontend/images/form_check.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    color: white;
}

.select_dropdown .item:hover {
    background-color: rgb(165 163 163);
}

.select_all_and_remove {
    display: flex;
    gap: 20px;
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    /*padding: 10px;*/
    width: 100%;
    user-select: none;
    display: flex;
    align-items: center;
}

.select_all_and_remove .select_reset {
    display: none;
    padding: 10px;
}

.brand_select .select_dropdown .dropdown .item {
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    padding: 10px;
    width: 100%;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand_select .select_dropdown .dropdown .item span,
.brand_select .select_dropdown .dropdown .item label {
    flex: 1;
    gap: 4px;
}

.dropdown_selected_items {
    /*padding: 8px;*/
    /*border-bottom: 1px solid rgb(201, 201, 201);*/
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.dropdown_selected_items .select_item {
    padding: 8px;
    border-radius: 4px;
    background: rgb(201, 201, 201);
    display: flex;
    align-items: center;
    gap: 4px;
}

.dropdown_selected_items .select_item span {
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
}

.wform-100 {
    /* grid-column: span 2; */
}

.search-input {
    color: rgb(148, 146, 146);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

.checkout-form .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.checkout-form .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.checkout-form .div-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1.2px;
    border-bottom-style: solid;
    border-color: #e7e7e7;
    padding-right: 260px;
}

.checkout-form .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.20px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #111111;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.checkout-form .div-3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 32px;
    position: relative;
    flex: 0 0 auto;
    border-bottom-width: 1.2px;
    border-bottom-style: solid;
    border-color: #e7e7e7;
}

.div-3 .close {
    cursor: pointer;
}

@media(max-width:900px) {
    .checkout-form .div-3 {
        flex-direction: column;
    }
}

.checkout-form .div-4 {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
}

@media(max-width:900px) {
    .checkout-form .div-4 {
        flex-direction: column;
        width: 100%;
    }
}

.checkout-form .image-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    /* background-color: #e7e7e7; */
}

.checkout-form .image {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    object-fit: contain;
}

.checkout-form .div-5 {
    display: flex;
    flex-direction: column;
    width: 438px;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0px;
    position: relative;
}

@media(max-width:900px) {
    .checkout-form .div-5 {
        width: 100%;
        padding: 0;
        gap: 8px;
    }

    .div-6 {
        gap: 12px !important;
        ;
    }
}

.checkout-form .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #111111;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

.checkout-form .div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.checkout-form .div-6 {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

@media(max-width:900px) {
    .checkout-form .div-6 {
        flex-direction: column;
    }
}

.checkout-form .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #111111;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.checkout-form .text-wrapper-4 {
    position: relative;
    width: 231px;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #939393;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.checkout-form .component {
    display: flex;
    width: 159px;
    height: 56px;
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    padding: 16px;
    position: relative;
    border: 1px solid;
    border-color: #e7e7e7;
}

@media(max-width:900px) {
    .checkout-form .component {
        display: none;
    }

    .div-3 .close {
        position: absolute;
        right: 0;
        bottom: 40px;
    }
}

.checkout-form .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.checkout-form .frame-wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    padding: 40px 52px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #e7e7e7ea;
    border-radius: 8px;
}

.checkout-form .div-7 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
}

.checkout-form .div-8 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.checkout-form .text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #111111;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.checkout-form .p {
    position: relative;
    width: fit-content;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #939393;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

@media(max-width:900px) {

    .checkout-form .p,
    .checkout-form .text-wrapper-5 {
        white-space: normal;
    }

    .frame-wrapper-2 {
        padding: 22px !important;
    }

    .form_row {
        flex-direction: column;
    }

    .checkout_apply .form_row .form_group {
        margin-bottom: 24px !important;
    }

    .checkout_apply .form_row {
        gap: 0px !important;
    }

    .div-2 .text-wrapper:nth-child(2) {
        display: none;
    }
}

.checkout-form .div-9 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.checkout-form .div-10 {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.checkout-form .form-columnn {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.checkout-form .div-12 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: transparent;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

.checkout-form .span {
    color: #212943;
}

.checkout-form .text-wrapper-6 {
    color: #d33434;
}

.checkout-form .div-wrapper-2 {
    display: flex;
    width: 740px;
    align-items: center;
    gap: 10px;
    padding: 16px 10px 16px 16px;
    flex: 0 0 auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.checkout-form .text-wrapper-7 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #111111;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.checkout-form .div-13 {
    position: relative;
    width: 740px;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.checkout-form .text-wrapper-8 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #212943;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

.checkout-form .div-14 {
    width: 1516px;
    height: 140px;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.checkout-form .div-wrapper-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    position: relative;
    flex: 0 0 auto;
    background-color: #d33434;
    border-radius: 4px;
}

.checkout-form .text-wrapper-9 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.checkout_apply {
    width: 100%;
}

.checkout_apply .form_row {
    display: flex;
    gap: 32px;
}

.checkout_apply .form_row .form_group {
    flex: 1;
    margin-bottom: 32px;
}

.checkout_apply .form_row .form_group label {
    color: #212943;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    display: block;
    margin-bottom: 12px;
}

.checkout_apply .form_row .form_group label span {
    color: #D33434;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.checkout_apply .form_row .form_group input {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #111;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    width: 100%;
    padding: 16px 10px 16px 16px;
}

.checkout_apply .form_row .form_group textarea {
    border-radius: 4px;
    padding: 16px 10px 16px 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    min-height: 140px;
    color: #111;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.checkout_apply .form-submit {
    border-radius: 4px;
    background: #D33434;
    padding: 16px 40px;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    width: max-content;
    margin: 0 auto;
    border: unset;
}

.form-center {
    width: max-content;
}

.SearchOverlay {
    display: flex;
    align-items: center;
}

.cart {
    transform: translateY(0px);
    margin-left: 16px;
}

.qr_scan_open {
    margin-left: 16px;
}

.qr_scan_open i {
    margin-left: 0px !important;
}

.cart span {
    color: white;
    padding: 1px 5px;
    border-radius: 100%;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 100%;
    position: absolute;
    right: -4px;
    top: -4px;
    width: max-content;
}

.form_input {
    width: calc(100% - 12px);
    margin: 6px;
    height: 40px !important;
    min-height: 40px !important;
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    padding: 10px;
    user-select: none;
}

.form_search {
    max-width: 1600px;
    margin: 0 auto !important;
}

@media(min-width:1600px) {
    .form_search {
        max-width: 80vw;
        margin: 0 auto !important;
    }
}

.Page-header-utilityNav-container {
    display: none !important;
}

@media(min-width:900px) {
    .SearchOverlay {
        width: 300px;
        margin-left: 60px;
        ;
    }
}

.opened-nav .NavigationItem-text-value {
    color: white;
}

.languages_dropdwon {
    position: relative;
    cursor: pointer;
    z-index: 13;
}

.languages_dropdwon a,
.languages_dropdwon .selected span {
    color: #212943;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: max-content;
}

.dropdown_lang {
    position: absolute;
    width: 100%;
    padding-top: 8px;
}

.languages_dropdwon {
    transform: translateY(-1px);
}

.languages_dropdwon .selected {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dropdown_lang {
    display: none;
    flex-direction: column;
    gap: 8px;
    background: #FFF;
    padding: 4px;
}

.languages_dropdwon .selected {
    padding: 4px;
}

.languages_dropdwon .selected i {
    transition: all ease .5s;
}

.open.languages_dropdwon .selected i {
    transform: rotate(180deg);
}

.open.languages_dropdwon .dropdown_lang {
    display: flex;
    cursor: pointer;
}

.opened-nav .languages_dropdwon svg path {
    fill: black !important;
}

.languages_dropdwon .selected {
    border-radius: 4px;
    background: #FFF;
}

.open.languages_dropdwon .selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.open.languages_dropdwon .dropdown_lang {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.container-title {
    color: #111;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 80px;
    ;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 120px;
}

@media(max-width:900px) {
    .container-title {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

.video-js {
    /*width: 100%;*/
    /*height: 800px;*/
    /*object-fit: cover;*/
}

@media(max-width:900px) {
    .Page-body {
        padding-top: 0px;
    }

    .languages_dropdwon,
    .cart {
        transform: translateY(0);
    }

    .form_search {
        grid-template-columns: 1fr;
    }

    .wform-100 {
        grid-column: span 1;
    }

    .languages_dropdwon {
        margin-right: 16px;
    }

    .video-js {
        width: 100%;
        height: 60vh;
        /*object-fit: cover; !* Videonun tüm alanı kaplamasını sağlıyor *!*/
    }
}

@media(min-width:900px) {
    .wheels .splide .splide__list {
        gap: 5px;
    }

    .section_about {
        margin-top: 0px;
    }
}

/* Video.js play buttonunu tam ortada konumlandırma */

.video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* Diğer öğelerin üstünde görünmesi için */
}

.vjs-poster {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.parent_form {
    color: rgb(17, 17, 17);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    padding: 10px 0;
    width: 100%;
    user-select: none;
    width: calc(100% - 20px);
    margin: 10px;
    flex: 0 0 90%;
}

.parent_form:not(:last-of-type) {
    border-bottom: 1px solid black;
}

.dropdown_selected_items .dropdown {
    width: 100%;
}

.add_to_cart {
    background-color: white;
    padding: 8px;
    border: unset;
    font-size: 22px;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    transition: all ease .5s;
    margin-right: 10px;
}

.recently_box .recently-icon-box2 i {
    right: auto !important;
    top: 3px !important;
    left: 3px !important;
    /*background-color: rgb(217, 217, 217);*/
    border-radius: 4px;
    transition: all ease .5s;
    z-index: 9 !important;
    top: 12px !important;
    left: 12px !important;
    font-size: 18px !important;
}

.icon-color {
    background-color: transparent !important;
}

.product_add {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 0px !important;
    color: var(--title-color);
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    cursor: pointer;
    padding: 24px;
    /*background-color: rgb(217, 217, 217);*/
    width: 67px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.product_add i {
    font-size: 18px !important;
}

.product_add:hover,
.recently_box .recently-icon-box2 i:hover {
    /*background-color: rgb(33, 41, 67);*/
}

.product_add:hover i,
.recently_box .recently-icon-box2 i:hover {
    /*color:white;*/
}

.recently-overlay2 {
    z-index: 3 !important;
}

.add_to_cart:hover span,
.add_to_cart:hover i {
    /* color:white; */
}

.add_to_cart:hover {
    /* background-color: #212943; */
}

.add_to_cart span {
    width: max-content;
    display: inline-block;
}

/* .opendesktopmobile_back{
    display: none!important;
} */

.other_products h1 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: var(--title-color);
}

.background_image_brd h1 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 996px) {
    .other_products h1 {
        font-size: 20px !important;
    }
}

.icon-form {
    font-size: 22px;
    font-weight: thin;
}

.selected_keywords {
    color: rgb(148, 146, 146);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 0px;
    display: inline-block;
    /*

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1; */
    line-height: 48px;
    word-break: break-all;
}

.brand_select .selected {
    overflow: hidden;
}

.selected_options {
    position: relative;
    ;
}

.selected_keywords {
    position: absolute;
    top: -24px;
    left: 12px;
    line-height: 48px;
    width: 90% !important;
}

.productsearch {
    margin-bottom: 50px;
}

.disabled_form_element {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed;
}

.buttons_form {
    display: flex;
    gap: 16px;
}

/*html{*/

/*    overflow: unset!important;*/

/*}*/

.Page-header-bar:after {
    display: none !important;
}

.recently-overlay2 tbody {
    padding: 12px 0px !important;
}

.recently-overlay2 {
    z-index: 3 !important;
    width: 100% !important;
}

.recently-overlay2 tr {
    display: grid !important;
}

.Navigation-items {
    margin-bottom: 0px !important;
}

@media(max-width:900px) {
    /* .latest_news.container .splide__arrows button {
        top: 26vw !important;
    } */

    .scan-header {
        font-size: 15px;
    }

    .scanner svg {
        width: 89px !important;
        height: 69px !important;
    }
}

.footer_body {
    display: flex !important;
    gap: 30px;
}

@media(max-width: 900px) {
    .footer_body {
        flex-wrap: wrap !important;
        display: block !important;
    }

    .footer_body>*:first-child {
        margin-top: 20px !important;
    }

    .footer_body>* {
        margin-bottom: 30px;
    }
}

.footer_body>* {
    flex: 1;
}

.footer_body .socials a {
    width: max-content;
    max-width: 200px;
}

.footer_logo_content {
    padding-right: 1vw;
}

.footer_logo_content img {
    width: 75%;
}

.footer_logo_content .content {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    padding-right: 46px;
    color: #e5e5e5;
}

.footer_logo_content img {
    height: 80px;
    object-fit: contain;
    object-position: left;
}

.footer_keep_in_touch {
    padding-right: 3vw;
    color: #e5e5e5;
}

.footer_keep_in_touch h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 22px;
    height: 70px;
}

.footer_keep_in_touch h3,
footer .footer_body .title {
    padding-top: 26px;
}

@media(max-width: 900px) {
    .footer_keep_in_touch h3 {
        height: auto;
    }
}

footer .footer_body .title {
    height: 70px;
    color: #e5e5e5;
}

@media(max-width: 900px) {
    footer .footer_body .title {
        height: auto;
    }

    .footer_keep_in_touch h3,
    footer .footer_body .title {
        padding-top: 0px;
    }
}

.content-light {
    font-size: 15px;
    font-family: Inter, sans-serif;
    opacity: .7;
}

.soical-links-footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    gap: 5px;
}

.soical-links-footer img {
    width: 25px !important;
}

@media(max-width: 900px) {
    .breadcrumbs_items .item.active {
        margin-top: 1px;
    }

    .recently_content_box a {
        flex: unset;
        padding: 0;
    }

    .text-start.fw-26px {
        margin: 0;
    }
}

.swal2-container {
    z-index: 99999 !important;
}

.categorymobile.leftcategory.onlymobile {
    /*background-color: rgba(0,0,0,.7)!important;*/
}

@media(min-width: 900px) {
    .video-container {
        width: auto;
        height: calc(100vh - 100px);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .video-container .video-js {
        height: 100%;
        width: calc((100vh - 100px) * (16 / 9));
        /* max-width: 100%; */
    }

    .video-js:not(.vjs-fullscreen) {
        background-color: white !important;
    }

    .video-js:not(.vjs-fullscreen) .vjs-tech {
        background-color: white !important;
    }
}

@media(max-width: 900px) {
    .video-js {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .vjs-fluid {
        padding-top: 56.25%;
        position: relative;
    }
}

.leaflet-pane.leaflet-marker-pane img {
    object-fit: contain !important;
    width: 45px !important;
    margin-left: -24px !important;
}

.video-container * {
    border: unset !important;
    outline: unset !important;
}

.contact input[type="checkbox"]:checked+label:before {
    border: unset !important;
    font-size: 17px;
}

.page_header {
    z-index: 999;
}

.langDropdown button:after {
    display: none;
}

@media(max-width:900px) {
    .logo img {
        height: 32px;
    }
}

.search i:not(.active) {
    display: block !important;
}

.search i.active {
    display: none !important;
}

.offcanvas.offcanvas-start {
    width: 67vw;
}

.offcanvas-header .btn-close {
    transform: translateX(46px);
}

.offcanvas-header button {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(19%) hue-rotate(340deg) brightness(105%) contrast(100%);
}

.hover-link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
}

.hover-link::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: white;
    width: 0;
    bottom: 0;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.hover-link:hover::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
}

.result_search li:hover {
    background-color: #212943;
}

.result_search li:hover span {
    color: white !important;
}

.result_search ul::-webkit-scrollbar {
    width: 2px;
}

.result_search ul::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 5px;
}

.result_search ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5); !* Poster üçün fon rəngi *!*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

.poster img {
    max-width: 100%;
    max-height: 100%;
}

.blog-button-box:hover {
    background-color: #d33434 !important;
}

.nextpaginate img,
.prevpaginate img {
    /* position: relative; */
    transform: rotate(180deg);
    background: red;
    width: 40px;
    padding: 9px;
}

.prevpaginate img {
    transform: rotate(0deg);
}

.map-social-icons-boxes img {
    width: 48px !important;
}

.map-social-icons-boxes {
    gap: 9px !important;
}

.search_form input {
    height: auto !important;
}

@media(max-width: 900px) {
    .background_image_brd h1 {
        font-size: 37px;
    }
}

/*xerite button css*/

.our_branches_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100px;
    margin: 0 auto;
}

.our_branches_buttons .plus {
    position: relative;
    width: 25px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-color: black;
}

.our_branches_buttons .plus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/frontend/images/plus-large-svgrepo-com.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our_branches_buttons .minus {
    position: relative;
    width: 25px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-color: black;
}

.our_branches_buttons .minus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/frontend/images/minus-svgrepo-com.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 900px) and (max-width: 1200px) {
    .video-container video {
        object-fit: cover !important;
    }
}







.search_form .search_title,
.container-title,
.about_our_products_section .title,
.latest_news .title,
.our_branches .title {
    margin-bottom: 40px !important;
}



section.video {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: calc((100vh - 100px)) !important;
}

section.video .video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

section.video .video-container .video-js {
    height: 100%;
    width: calc((100vh - 100px) * (16 / 9));
    max-width: auto !important;
}

@media only screen and (max-width: 991.98px) {
    section.video {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    section.video .video-container {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    section.video .video-container .video-js {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .search_form .search_title {
        margin-top: 80px;
    }
}







.map-address-boxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px auto 0 !important;
    padding: 0 !important;
}

.map-address-boxes .address-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.map-address-boxes .address-box .box {
    display: flex;
    align-items: center;
}

.map-address-boxes .address-box .box .image-box {
    width: 260px;
}

.map-address-boxes .address-box .box .image-box img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
}

@media only screen and (max-width: 991.98px) {
    .map-address-boxes {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 30px auto 0 !important;
        padding: 0 !important;
    }

    .map-address-boxes .address-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px !important;
    }

    .map-address-boxes .address-box .box {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .map-address-boxes .address-box .box .image-box {
        width: 100% !important;
        height: auto !important;
    }

    .map-address-boxes .address-box .box .content-box {
        width: 100% !important;
    }

    .map-address-boxes .address-box .box .image-box img {
        display: block !important;
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
    }
}






.social-buttons a {
    border: 1px solid black;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-buttons a:hover {
    /* background-color: #F8931F !important; */
    background-color: rgb(211, 52, 52) !important;
    border: 1px solid var(--border-social-icons);
}

.social-box:hover{
    background-color: #d33434!important;
}

/*
21.01.2025 Ulvi
*/

@media(max-width:900px) {
    .Page-body {
        padding-top: 0px;
        padding-top: 0px !important;
    }
}

.about_cares .item {
    padding: 0 30px !important;
}

@media only screen and (min-width: 768px) and (max-width: 900.98px) {
    .about_cares .item {
        padding: 0 16px !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .about_cares .item {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 900px) {
    .logo img {
        height: 32px;
    }
}

@media only screen and (max-width: 575.98px) {
    .logo img {
        height: 22px;
    }

    .search_and_more {
        gap: 8px !important;
    }

    /*.langDropdown {*/
    /*    display: none;*/
    /*}*/

    .langDropdown button {
        padding: 2px 4px;
    }

    .langDropdown button span {
        font-size: 14px;
    }

    .langDropdown button i {
        font-size: 13px;
    }
}

.new-single-img {
    margin-bottom: 15px;
    width: 100%;
}

.new-single-img picture {
    margin-bottom: 15px;
    width: 100%;
}

.new-single-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.news-single-desc p {
    width: 100%;
    padding: 10px;
}

.news-single-desc p img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.news-single-pagination {
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 10px 20px;
}

.news-single-pagination .single-news-jump {
    display: flex !important;
    gap: 5px;
    flex-direction: row !important;
}

@media only screen and (min-width: 850px) {
    .news-single-pagination .single-news-jump {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 25px;
    }
}

@media only screen and (max-width: 399.98px) {
    .testimonials {
        height: 560px !important;
    }
}

.about_our_products_section .title {
    margin-top: 200px !important;
    margin-bottom: 60px !important;
}

@media(max-width: 900px) {
    .about_our_products_section .title {
        margin-top: 60px !important;
        margin-bottom: 40px !important;
    }
}

.other_products #other_products .other-products-height {
    height: 330px !important;
}

.other_products #other_products .other-products-height .slick-list {
    height: 100% !important;
}

.other_products #other_products .other-products-height .slick-list .slick-track {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

section.home_video{
    height: calc((100vh - 99px));
    position: relative;
    display: flex;
    justify-content: center;
}
section.home_video .play_button{
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    background: rgba(0,0,0,.6);
    border-radius: 0.375rem;
    cursor: pointer;
}
section.home_video .video_content{
    height: 100%;
    width: 80%;
}
section.home_video .video_content video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
section.home_video .video_content video::-webkit-media-controls-play-button {
    display: none !important;
}
section.home_video .video_content video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
@media only screen and (max-width: 1199.98px) {
    section.home_video{
        height: auto;
        width: 100%;
    }
    section.home_video .video_content{
        height: 100%;
        width: 100%;
    }
    section.home_video .video_content video{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 575.98px) {
    section.home_video .play_button{
        top: calc(50% - 20px);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 40px;
        border-radius: 0.375rem;
    }
    section.home_video .play_button i{
        font-size: 14px;
    }
}
