﻿@import url('pace.css');
@import url('essential.css');
@import url('icon.css');
@import url('simple-line-icons.css');
@import url('font-awesome.min.css');
@import url('perfect-scrollbar.css');
@import url('animate.css');
@import url('waitMe.min.css');

body,
.wrapper {
    min-height: 100vh;
    position: relative;
}

body {
    overflow-x: hidden !important;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.notices svg {
    width: 20px;
    height: 20px;
    fill: #4b1113;
    display: inline-block;
}

.admonitionL {
    text-transform: uppercase;
    font-weight: bold;
}

.admonitionL span {
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: middle;
}

.content.dashboard_v1 {
    margin-top: 100px;
}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {
    margin: 1.7rem 0;
    font-size: 15px;
}

.btn-primary:hover {
    color: #fff;
}

.content-wrapper, .p0 {
    background-color: transparent;
    padding: 15px 15px 0px 15px;
    border-radius: 0.25rem;
    /*    box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%);*/
}

.popup-newletter {
    position: relative;
}

.mvh100 {
    min-height: 100vh;
}

.mvh100 .payment-header {
    margin-bottom: 35px;
    margin-top: 20px;
}

/*.mvh100 .payment-header .steps-spet > ul > li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #495057;
    font-weight: 500;
    background-color: #f7f7f7;
}*/

.popup-newletter .newsletter-wrappers {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
}

.popup-newletter.popup_bgs .newsletter-wrappers .popup_bg {
    background: rgba(45, 45, 50, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.popup-newletter .newsletter-wrappers .popup_bg {
    opacity: 0;
    visibility: hidden;
}

.popup-newletter.popup_bgs .newsletter-wrappers .popup-wraper {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.popup-newletter .newsletter-wrappers .popup-wraper {
    margin: 0 auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.popup-newletter .newsletter-wrappers .popup-wraper .popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    display: inline-block;
    top: -15px;
    right: -15px;
    z-index: 9;
    border: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
}

.heading-elements .list-inline li a.btn-success {
    display: flex;
    align-items: center;
    justify-content: center;
}


.popup-newletter .newsletter-wrappers .popup-wraper .ss-custom-oca-popup {
    position: relative;
    background: #fff;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info {
    padding: 50px 35px;
    text-align: center;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .popup-title h4 {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 24px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .short-description {
    margin: 0 0 30px;
    color: #222;
    font-size: 15px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .hidden-popup {
    text-transform: uppercase;
    border-bottom: 1px dotted;
    font-size: 12px;
    color: #666;
    margin-top: 30px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .hidden-popup input {
    position: relative;
    top: 3px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .socials-popup li {
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
}

ul#filters_features > li {
    padding: 0px 16px;
    background: #323a3e;
    border: 1px solid #323a3e;
    color: white;
    border-radius: 5px;
    display: inline-grid;
    transition: 100ms;
}

ul#filters_features > li:hover {
    background: white;
    color: #323a3e;
}

ul#filters_features > li > span {
    position: relative;
    left: -20px;
    top: -10px;
    background: #FB404B;
    border-radius: 19px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: 100ms;
}

ul#filters_features > li > span:hover {
    background: #a80101;
}

ul#filters_features > li > span i {
    font-size: 12px;
    position: relative;
    top: -3px;
    color: #fff;
}

ul#filters_features > li div {
    display: inline-grid;
    position: relative;
    top: -11px;
}

ul#filters_features {
    padding-bottom: 20px !important;
}

@media (max-width: 991px) {
    .popup-newletter.popup_bgs .newsletter-wrappers .popup-wraper {
        width: 100% !important;
        padding: 10px !important;
    }
}

ul.doviz-kurlari {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2px;
    padding-right: 10px;
}

.doviz-kurlari li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 2px;
}

.doviz-kurlari {
    margin-left: -10px;
}

.wrapper_bg {
    background-color: #fff !important;
    box-shadow: 0px 0px 0px rgb(69 101 173 / 10%) !important;
    padding: 0px !important;
}

.pvp_head_bg {
    padding: 15px 2rem 1px 2rem;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgb(69 101 173 / 10%);
}

.clear_fl {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: center;
}

.panel-footer .row {
    justify-content: center;
}

.clear_fl input:hover {
    opacity: 0.8
}

.search_bg:hover {
    opacity: 0.8
}

.form-group.datedurum {
    background-color: rgba(239, 239, 239, 0.32941176470588235);
    padding: 20px;
    border-top: 2px solid #408dc6;
}

.form-group.datedurum label.radio-inline {
    width: 80px;
}

@media (max-width: 1200px) {
    .pvr-box {
        padding: 1.5rem 1rem 4.5rem 1rem;
    }

    .content-wrapper, .p0 {
        padding: 15px 2rem 70px 2rem;
    }
}

@media (max-width: 574.98px) {
    .pvr-box {
        padding: 1.5rem 1rem;
    }

    .content-wrapper, .p0 {
        padding: 15px 1rem 10px 1rem;
    }
}

.content-wrapper.pvr-box.col-md-6.offset-md-3 {
    padding: 25px 30px;
}

.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product_image .img-responsive {
    display: block;
    width: 100%;
    height: 270px;
}

.standarttemp.urun-kutusu {
    /*  border: 2px solid rgba(206, 206, 206, 0.18);*/
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    display: table;
}

.homecol2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*
.standarttemp.urun-kutusu .sag-kisim{
    padding:10px;
}
*/
.sag-kisim .quick_buton {
    padding: 10px;
}

.sag-kisim .options {
    min-height: 38px;
    margin-top: 10px;
    padding: 0px 15px;
}

.standarttemp.urun-kutusu .isim {
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    margin: 5px 0;
    font-size: 13px;
    min-height: 40px;
}

.standarttemp.urun-kutusu .stokkode {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.options .form-control {
    font-size: 13px;
    margin-top: 10px;
}

.quick_buton .btn {
    padding: 8px 15px;
}

.standarttemp.urun-kutusu .fiyat {
    text-align: center;
    margin-top: -5px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    /*padding-bottom: 10px;*/
}

.header_flex_ #page_header_title img {
    max-width: 160px;
}

@media (min-width: 767px) and (max-width: 1023px) {
    .oppor_product .lb2b-urun-box-right {
        padding-top: 20px;
    }
}

#product_options .error {
    color: red;
    font-size: 13px;
}

.sepetGoster .list-item li {
    list-style: none;
    margin-left: 0px;
}

.sepetGoster .list-item {
    margin-top: 10px;
}

.sepetGoster .list-item ul {
    margin-left: 0px;
    padding-left: 0px;
}


.btn {
    -webkit-transition: all 60ms ease-in;
    -moz-transition: all 60ms ease-in;
    -o-transition: all 60ms ease-in;
    -ms-transition: all 60ms ease-in;
    transition: all 60ms ease-in;
}

.btn {
    font-weight: 400;
    padding: 8px 26px;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.42857143;
    box-shadow: unset !important;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
}

.btn-round {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}

.visible-on-sidebar-regular {
    display: inline-block !important;
}

.visible-on-sidebar-mini {
    display: none !important;
}

.ti-placeholder {
    display: none !important;
}

span.ti-cursor {
    visibility: hidden;
}

.rotate_35 {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.table td {
    font-size: 15px !important;
}

.panel-body.no-padding.card_new .table-responsive.deal_table.overflow-visible-md .table td {
    font-size: 13px !important;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}

.f-s-22 {
    font-weight: 600;
}

.element-info-text h2, .element-info-text p {
    text-align: center;
}

.sub-menu .nav-link {
    padding: 0px 15px !important;
}

/* LoadingCss */

.preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 99999999;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #ffffff url('ajax-loader.gif') no-repeat 50% 50%;
    background-size: 55px;
}

.preloader:after {
    content: "yÃ¼kleniyor..";
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 30px 0 0 -20px;
}

.preloader .loading h2,
.preloader .loading .progress {
    display: none;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/* SideBarCss */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}

.sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.sidebar,
.main-panel,
.sidebar-wrapper,
.navbar-fixed,
.navbar-minimize {
    -webkit-transition-property: top, bottom, width;
    transition-property: top, bottom, width;
    -webkit-transition-duration: .2s, .2s, .35s;
    transition-duration: .2s, .2s, .35s;
    -webkit-transition-timing-function: linear, linear, ease;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch;
}

.sidebar:before {
    opacity: .33;
    background: #000000;
}

.sidebar:after,
.sidebar:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.sidebar .sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto;
    width: 260px;
    z-index: 4;
    padding-bottom: 100px;
}

.sidebar .logo {
    padding: 12px 0px 9px;
    margin: 0;
    position: relative;
    z-index: 4;
    display: block;
}

.sidebar .logo:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
}

.sidebar .logo:before,
.bootstrap-navbar .logo:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .logo a.logo-mini {
    float: left;
    width: 40px;
    text-align: center;
    margin-left: 23px;
    margin-right: 5px;
    position: relative;
}

.sidebar .logo .simple-text {
    text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    color: #FFFFFF;
    overflow: hidden;
}

.sidebar .logo a.logo-normal {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sidebar .user {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-top: 20px;
}

/*
.sidebar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 11px;
    margin-left: 23px;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
*/
.sidebar .user .photo img {
    width: 100%;
}

.sidebar .user .info a {
    padding: 8px 14px 8px 0px;
    display: block;
    white-space: nowrap;
    line-height: 18px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sidebar .user .info span {
    position: relative;
    /*  display: block;*/
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sidebar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 13px;
    position: absolute;
    right: 0;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar .user .info .caret {
    right: 15px;
    top: -5px;
}

.sidebar .nav {
    float: none;
    display: block;
}

.sidebar .nav li.last-child {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}

.sidebar .user .info a {
    padding: 8px 14px 8px 0px;
    display: block;
    white-space: nowrap;
    line-height: 18px;
}

.sidebar .user .profile-dropdown {
    text-align: left !important;
    padding-left: 25px !important;
}

.sidebar .user a {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sidebar .user .profile-dropdown .sidebar-mini {
    margin-right: 0;
    font-size: 14px;
}


.sidebar .user .profile-dropdown .sidebar-normal {
    left: 15px;
}

.sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar .nav .nav-item.active .nav-link {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(0, 0, 0, 0.20);
}

.sidebar .nav .nav-item .nav-link {
    color: #FFFFFF;
    margin: 5px 10px 0px 10px;
    opacity: .86;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    white-space: nowrap;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar .nav .nav-item .nav-link i {
    font-size: 18px;
    /*  margin-right: 15px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: left;*/
}

.sidebar .sidebar-wrapper .nav .nav-link p {
    margin: 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    display: block;
    height: auto;
    opacity: 1;
}

.sidebar .nav .nav-item .nav-link.sub_link i {
    font-size: 12px;
    line-height: 30px;
    margin-right: 0;
}

.sidebar .parent_menu {
    padding-left: 15px;
}

.sidebar .sidebar-wrapper .nav .nav-item [data-toggle="collapse"] ~ div .nav .sidebar-normal {
    left: 15px;
}

.sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
}

.sidebar[data-image]:after,
.sidebar.has-image:after {
    opacity: .95;
}

/*
.sidebar .nav .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
}

.navbar a.nav-link:hover,
.sidebar a.nav-link:hover {
    -webkit-transform: translateY(-1px) scale(1.08);
    transform: translateY(-1px) scale(1.08);
}
*/
.sidebar .sub_link .caret {
    right: 15px;
}

.sidebar a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar .btn[data-toggle=collapse][aria-expanded=true] .caret, .sidebar a.dropdown-toggle[aria-expanded=true] .caret {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1400px) and (max-width: 1920px) {
    .table-responsive {
        overflow: visible !important;
    }
}

@media (min-width: 992px) {
    .sidebar-mini .sidebar {
        width: 120px;
        display: block;
        font-weight: 200;
        z-index: 3;
        position: fixed;
        z-index: 1031;
    }

    .sidebar-mini .sidebar,
    .sidebar-mini .main-panel {
        overflow: visible;
        max-height: none;
        height: auto;
    }

    .sidebar-mini .sidebar .sidebar-wrapper {
        overflow: inherit;
        width: 120px;
        box-shadow: none;
    }

    .sidebar-mini .sidebar:hover {
        width: 260px;
    }

    .sidebar-mini .sidebar:hover .sidebar-wrapper {
        width: 260px;
    }

    .sidebar-mini .main-panel {
        width: calc(100% - 120px);
        margin-left: 120px;
    }
}


/* MainPanelCss */

.main-panel {
    background: rgba(203, 203, 210, 0.15);
    position: relative;
    float: right;
    width: calc(100% - 260px);
}

.main-panel .navbar {
    margin-bottom: 0;
}


/* kargocss */

.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 500;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.product-checkout .shipping-method-container.selected {
    border-color: #1f58c7;
}

.product-checkout .shipping-method-container.selected::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    color: #1f58c7;
    -webkit-text-stroke: 2px white;
}

.shipping-partner-details {
    width: 80%;
}

.me-sm-5 {
    margin-right: 3rem !important;
}

.form-check-input:checked {
    background-color: #b94eed;
    border-color: #b94eed;
}

.product-checkout .shipping-method-container, .product-checkout .payment-card-container {
    position: relative;
    padding: 0.625rem;
    border: 1px solid #e8e8e8;
    border-radius: 0.85rem;
    margin-top: 20px;
    cursor: pointer;
}

.product-checkout .shipping-method-container:hover {
    background: #f7f7f8;
}

.product-checkout .shipping-method-container .form-check-input, .product-checkout .payment-card-container .form-check-input {
    position: absolute;
    inset-inline-end: 0.75rem;
    inset-block-start: 1.3rem;
}

.kargo_alani {
    margin: 0;
    margin-bottom: 20px;
}

.fs-11 {
    font-size: 10px;
}

.product-checkout .shipping-method-container input {
    visibility: hidden;
    opacity: 0;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
}

/* HeaderCss */

.navbar {
    border: 0;
    font-size: 24px;
    border-radius: 0;
    min-height: 80px;
    max-height: 70px;
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .navbar-wrapper {
    display: inline-flex;
    align-items: center;
}

.navbar-minimize {
    margin-right: 15px;
}

.navbar .btn-round.btn-icon {
    padding: 8px 16.5px;
}

.navbar .btn {
    margin: 15px 3px;
    font-size: 14px;
}

.navbar .navbar-brand {
    font-weight: 400;
    margin: 5px 0;
    font-size: 18px;
    color: #888888;
    opacity: .8;
}

.navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.navbar .navbar-toggler.navbar-toggler-right {
    padding-right: 0;
}

.navbar .navbar-toggler .navbar-toggler-bar {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 auto;
}

.navbar .navbar-toggler .burger-lines {
    display: block;
    position: relative;
    background-color: #888;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 3px auto;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 10px;
    margin: 10px 3px;
    position: relative;
    display: inline-flex;
    line-height: 40px;
}

.orders-table-order-status .btn {
    padding: 1px 8px !important;
    margin: 0px !important;
}

.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #b9d265;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    right: 11px;
}

.navbar .navbar-nav .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 10px;
    margin-top: -5px;
}

.dropdown-menu.dropdown-menu-right:before,
.dropdown-menu.dropdown-menu-right:after {
    right: 12px !important;
    left: auto !important;
}

.notification_left .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: .75rem .5rem;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.notification_left .avatar {
    position: relative;
    line-height: 1;
    height: 42px;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification_left .list-item > * {
    margin-left: .5rem;
    margin-right: .5rem;
}

.notification_left .list-body {
    -ms-flex: 1;
    flex: 1;
}

.notification_left .item-title {
    font-size: 15px;
}

.notification_left .list-item > * {
    margin-left: .5rem;
    margin-right: .5rem;
}


/* ContentCss */
/*BEYAZ BOSLUK*/
.main-panel .content {
    padding: 15px 15px 0px 15px !important;
    min-height: calc(100vh - 123px);

}

.content.dashboard_v1 {
    margin-top: 85px;
}

.pvr-wrapper {
    padding-bottom: 1rem;
}

.pvr-box-gray {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}

.dashboard_v1 .pvr-wrapper .element-info {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.pvr-wrapper .element-info-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.pvr-wrapper .element-info .element-info-with-icon {
    margin-bottom: 0px;
}

.pvr-wrapper .element-info-with-icon .element-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    color: #047bf8;
    font-size: 30px;
}

.dashboard_v1 .welcome_message .element-info-text {
    margin-left: 30px;
}


/* Ä°ÅŸlemlerCss */

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 1.25rem;
}

.card-body .border {
    border: 1px solid #dee2e6 !important;
}

.card-body .operation_number_icon {
    height: 4rem;
    width: 4rem;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 60px;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-body .operation_number_icon img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-body .rounded-circle {
    border-radius: 50% !important;
}

.card-body i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
}

a.listOrder {
    display: flex;
    gap: 5px;
}

.card-body h6 {
    font-weight: 500;
    font-size: smaller;
    height: 26px;
}

.card-body p {
    font-size: 22px !important;
    font-weight: 700;
}

.card-body .bg-soft-warning {
    background-color: rgba(247, 184, 75, .25);
}

.card-body .bg-soft-info {
    background-color: rgba(79, 198, 225, .25);
}

.card-body .bg-soft-primary {
    background-color: rgba(102, 88, 221, .25);
}

.card-body .border-warning {
    border-color: #f7b84b !important;
}

.card-body .border-info {
    border-color: #4fc6e1 !important;
}

.card-body .border-primary {
    border-color: #6658dd !important;
}

.card-body .border-warning i {
    color: #f7b84b !important;
}

.card-body .border-info i {
    color: #4fc6e1 !important;
}

.card-body .border-primary i {
    color: #6658dd !important;
}

.card-body.bg-soft-warning {
    background-color: rgba(247, 184, 75, .25);
}

.card-body.bg-soft-primary {
    background-color: rgba(102, 88, 221, .25);
}

.card-body.bg-soft-info {
    background-color: rgba(79, 198, 225, .25);
}

.box_dashboard_v2 {
    border-radius: 6px;
    padding: 29.5px 40px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.yellow_dashboard_v2 {
    background-image: -webkit-linear-gradient(244deg, #ffc84a 8%, #ffc85e 90%);
    background-image: linear-gradient(-154deg, #ffc84a 8%, #ffc85e 90%);
}

.widget-stats .stats-icon {
    font-size: 8rem;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 55px;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=20);
}


/* WatchCss */

.clock_box {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.dashboard_v1 .clock-wrapper {
    position: relative;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    padding: 5px;
    background-image: linear-gradient(#f7f7f7, #e0e0e0);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15), 0 2px 2px rgba(0, 0, 0, .2);
}

.clock-base {
    width: 250px;
    height: 250px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 0 0 5px #eee;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
    background-color: #ddd;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-113px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-113px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-113px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-113px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-113px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-113px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-113px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-113px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-113px);
    background-color: #9368E9;
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 129px;
    width: 2px;
    height: 130px;
    background-color: #9368E9;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    bottom: 14px;
    width: 8px;
    height: 8px;
    background-color: #9368E9;
    border: solid 2px #9368E9;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
    background-image: linear-gradient(#e3e3e3, #f7f7f7);
    border-radius: 50%;
    box-shadow: inset 0 -1px 0 #fafafa, inset 0 1px 0 #e3e3e3;
}

.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

.special_icn_w.dropdown_login .new-dropdown-menu {
    position: absolute;
    top: 96%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding-top: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    right: 0px;
    float: right;
    box-shadow: 0 4px 10px #c5c5c580;
    animation: spFadeInDown 400ms ease-in;
    border-radius: 10px;
    max-width: 300px;
    padding-bottom: 0 !important;
}

@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.welcome-message-drop {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.cari-code {
    color: #767676;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}


.wws-popup_text.opacity-0 {
    opacity: 0;
    visibility: hidden;
}

.wws-popup {
    display: none;
}

.wws-popup-container--position {
    right: 12px;
    bottom: 70px;
}

.wws-popup-container {
    width: auto;
    position: fixed;
    z-index: 9999;
}

.wws-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws--text-color {
    color: #ffffff;
}

.wws--bg-color {
    background-color: #0083c1;
}

.wws--border {
    border-left: 1px solid #fff;
    padding-left: 9px !important;
    margin-left: 5px !important;
}

.wws-help-for-us {
    background-color: #fff;
    font-size: 16px;
    padding: 16px 26px !important;
    color: #000;
    line-height: 23px;
    user-select: none;
    text-align: center;
    font-weight: 500;
}

.wws-personel-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 44%;
    top: -25px;
    border: 1px solid #0173b1;
}

.wws-personel-img img {
    border-radius: 50%;
    width: 100%;
}

.wws-popup__close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws-icon {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wws-popup__support-wrapper {
    margin-top: 8px;
}

.wws-popup__support-img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    background-color: #fff;
}

.wws-popup__support-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wws-popup__support {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 8px;
    width: 295px;
}

.wws-popup__support-about {
    font-size: 12px;
    text-align: center;
    padding: 30px 12px 18px;
    line-height: 16px;
    user-select: none;
    font-weight: 600;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.wws-popup__support-welcome {
    background-color: #fff;
    font-size: 15px;
    padding: 16px 20px;
    color: #bababa;
    line-height: 20px;
    user-select: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px 10px;
}

.wws-popup__input-wrapper {
    width: 295px;
    margin-top: 14px;
    float: right;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
}

.wws-popup__send-btn {
    cursor: pointer;
    padding: 6px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}

.wws-popup__footer .wws-popup__open-btn {
    text-shadow: rgb(0 0 0 / 30%) 0px 1px 1px;
    color: #000;
    background-color: #fff;
}

.wws-popup__footer .wws-popup__open-btn .close-text-pop-up {
    top: -5px;
    right: -5px;
}

.wws-popup__open-btn {
    float: right;
}

.wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color img {
    border-radius: 50%;
    max-width: 50px;
    padding: 7px;
}

.wws-popup__support-about .wws-personel-img {
    background: white;
    padding: 5px;
}

.wws-popup_text {
    padding: 15px 14px;
    font-size: 13px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #fff !important;
    max-width: 200px;
    margin-right: 10px;
    font-weight: 600 !important;
    text-shadow: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}

.close-text-pop-up {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #0083c1;
    color: #fff;
    z-index: 9;
}

.wws-popup__open-btn {
    font-size: 30px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 21px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.wws-popup__input {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    box-shadow: none !important;
    color: #000 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    width: 215px !important;
    height: auto !important;
}

.wws-lau00001 {
    fill: #0568a080;
}

.wws-lau00002 {
    fill: #0568a0;
}

.close-text-pop-up.close-whatsapp-pop-up {
    top: 20px;
    right: 65px;
}

.dropdown-item.inherit.information {
    border-top: 1px solid #eee;
}

.dropdown-item.inherit {
    background-color: transparent;
    padding: 0;
}

.dropdown-item.log-out {
    padding: 0px;
    padding-top: 18px;
    padding-bottom: 15px;
    background-color: #F2F3F2;
}

.account-information {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.information-inner.border-right {
    border-right: 1px solid #eee;
}

.account-information .information-inner {
    width: 50%;
    padding: 0px;
    position: relative;
}

.information-inner.border-right p:nth-child(1) {
    color: #19b6ea;
    font-weight: 600;
}

.information-inner.border-right p:nth-child(2) {
    font-weight: 700;
}

.information-inner p {
    font-size: 13px;
}

.information-inner.border-right p:nth-child(3) {
    font-size: 12px;
}

.information-inner p {
    font-size: 13px;
}

.information-inner .icon-background {
    position: absolute;
    top: 45px;
    right: 10px;
}

.information-inner .icon-background svg {
    width: 55px;
    height: 55px;
    opacity: .05;
}

.account-information .information-inner {
    width: 50%;
    padding: 0px;
    position: relative;
}

.information-inner.border-right p {
    margin-bottom: 18px;
}

.information-inner.border-right a {
    padding: 10px 0px;
}

.information-inner p {
    margin-bottom: 0px;
}

.account-information a {
    padding: 10px 25px;
}

.information-inner.right-inf p a, .information-inner.right-inf p {
    font-weight: 600;
}

.dropdown-menu-right.my-account {
    min-width: 500px !important;
}

.txt-center {
    text-align: center;
}

.txt-bold {
    font-weight: 600;
}


/* GraphicsCss */

.pvr-box {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

.pvr-box {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}

.pvr-wrapper .pvr-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
}

.pvr-box-controls {
    float: right;
}

.pvr-wrapper .pvr-header:after {
    content: "";
    width: 8rem;
    height: 3px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.dashboard_v1 .am_chart {
    width: 100%;
    height: 300px !important;
}

.amcharts-chart-div circle {
    display: none;
}

.amcharts-chart-div g .amcharts-graph-label {
    display: none;
}

.amcharts-chart-div g .amcharts-graph-bullet,
.amcharts-chart-div g .amcharts-graph-stroke {
    display: none;
}


/* TablesCss */

.reservation_table td.py-1 {
    line-height: 36px;
}

.reservation_table td.py-1 img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
}

.reservation_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.reservation_table tbody tr td {
    padding: 8px 0.75rem !important;
}

.reservation_table .card-body,
.car_add_table .card-body,
.cari_table .card-body {
    padding: 5px 15px;
    position: relative;
}

.reservation_table .card-body h4,
.car_add_table .card-body h4,
.cari_table .card-body h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px !important;
    line-height: 30px;
}

.reservation_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.reservation_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.reservation_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
}

.car_add_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.car_add_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.car_add_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
    color: #fff;
}

.cari_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.cari_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.cari_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
    color: #fff;
}

.reservation_table .card-body h4::after,
.car_add_table .card-body h4::after,
.cari_table .card-body h4::after {
    content: ' ';
    background: #1894ac;
    width: 3px;
    height: 25px;
    position: absolute;
    top: 7px;
    display: block;
    left: 0;
}

.car_add_table .card-body i {
    width: auto;
    height: auto;
    margin: 0;
    color: #162168;
    display: block;
    text-align: left;
    font-size: inherit;
}

.car_add_table tbody tr td {
    padding: 17px 0.75rem !important;
    border: none !important
}

.cari_table .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.10938rem;
    opacity: 0;
}

.cari_table .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: .10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f1f3fd;
    border-color: #f1f3fd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8â€¦M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    position: absolute;
    top: .10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

a.price_change {
    padding: 6px;
    border-radius: 100%;
    height: 39px;
    position: relative;
    top: -3px;
}

.mh212 {
    min-height: 170px;
}

.prem {
    padding: 10px 1.5rem;
}

.panel_pay_title_cari {
    color: #dc4044;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}

.cari_info_flex {
    color: #000;
    font-size: 17px;
    text-transform: none;
}

.cari_info_flex div {
    margin-bottom: 2px;
    display: flex;
}

.cari_info_flex span {
    font-weight: normal;
    margin-left: 15px;
}

.cari_info_flex div p {
    width: 19%;
    font-weight: 600;
    margin-bottom: 5px;
}

.cari_table .card-body table tr td a {
    color: #000;
}

.cari_table .card-body table tr td .badge-soft-success {
    color: #34c38f;
    background-color: rgba(52, 195, 143, .18);
}

.cari_table .card-body table tr td .badge-soft-danger {
    color: #f46a6a;
    background-color: rgba(244, 106, 106, .18);
}

.cari_table .card-body table tr td .badge-soft-warning {
    color: #f1b44c;
    background-color: rgba(241, 180, 76, .18);
}

.cari_table .card-body i {
    width: auto;
    height: auto;
    margin: 0;
    color: #162168;
    display: block;
    text-align: left;
    float: left;
    font-size: inherit;
    margin-right: 8px;
    margin-top: 4px;
}

.cari_table .btn {
    padding: 8px 3px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.card-body table tr td {
    padding: 0 25px;
    height: 60px;
    vertical-align: middle;
    color: #162168;
}

.card-body table tr th {
    padding: 0 25px;
    height: 60px;
    vertical-align: middle;
    color: #162168;
    font-weight: 500;
    font-size: 14px !important;
}

.reservation_table tbody tr td {
    padding: 8px 0.75rem !important;
}

.dashboard_v1 .table thead {
    background-color: #f3f3f3;
}

#lb2b-filter-head {
    background-color: transparent;
}

.dashboard_v1 .table tr {

}

.dashboard_v1 .table th,
.dashboard_v1 .table td {
    border-bottom: 1px solid #e9ecef;
    border-top: 0px solid #e9ecef !important;
    vertical-align: middle;
    /*padding: 1.9rem 1.1rem;*/
}

@media (max-width: 575px) {
    .dashboard_v1 .table th,
    .dashboard_v1 .table td {
        padding: 0px;
    }
}

.reservation_table td.py-1 {
    line-height: 36px;
}

.card-body table tr td .badge {
    vertical-align: middle;
    padding: 5px 12px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}


/* FooterCss */

.footer .copyright {
    color: #797979;
    padding: 10px 15px;
    margin: 10px 3px;
    line-height: 20px;
    font-size: 14px;
}

.main-panel .footer {
    border-top: 1px solid #e7e7e7;
}

.footer {
    /* background-color: #3b454c; */
    background-color: #f7f7f8;
    width: 100%;
    float: left;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 1020;
    padding: 4px 12px;
    font-size: 21px;
}

.table.table-separate tbody {
    border-collapse: separate;
}

.table.table-separate tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);


}

.table.table-separate tbody tr:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);

}

.table.table-separate {
    border-spacing: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.table .user-with-avatar img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

.table.table-separate tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: none;
    line-height: 25px;
}

.table-separate .form-check {
    position: relative;
    display: block;
    margin-bottom: 0rem;
}

.table-separate .form-check .form-check-label {
    padding-left: 26px;
}

.table-separate .user_box {
    display: flex;
}

.table-separate .user_email {
    display: inline-grid;
    padding-left: 10px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 7px 15px;
}

.table-extended {
    background: #fff !important;
}

.table-extended th {
    background: #f3f3f3 !important;
    border: 0px !important;
}

.table-extended .form-check .form-check-label {
    line-height: 10px !important;
}

.table-extended .material-icons.align-middle {
    cursor: pointer;
}

.table-separate th {
    color: #242a30;
    font-weight: 500;
    font-size: 16px;
    padding: 1.2rem 0.7rem !important;
}

.table-separate .media-link {
    color: #000;
}

.table-separate .badge {
    padding: 5px 10px;
}

.table th, .table td {
    line-height: 1;
    white-space: nowrap;
}

.panel-body .form-group label {
    font-weight: bold;
    font-size: 14px;
}

.panel-body .form-group .form-control {
    font-size: 14px;
}

.pvr-wrapper .pvr-header span.username_order {
    position: absolute;
    right: 0;
    font-size: 18px;
}

.help-block {
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px;
}

table.table.kargo.table-hover.table-click tr {
    cursor: pointer;
}

#setting .material-icons {
    vertical-align: middle;
}

#setting .media-left {
    border: 1px solid #cecece59;
    padding: 20px;
    margin-right: 30px;
}

/*
.content-wrapper .btn {
    margin-bottom: 0px;
}

.content-wrapper .btn i{
    margin-right: 5px;
}
*/
#applications .table-responsive td {
    font-size: 13px !important;
}

#cart .nav-link {
    margin-top: 1px;
    margin-right: 15px;
    padding-left: 0;
}

#cart .nav-link i {
    margin-right: 10px;
    margin-top: 8px;
}

#cart .notification {
    top: 6px;
}

.pvr-wrapper ul li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0.25rem 0.75rem;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pager li > a, .pager li > span, .pagination > li > a {
    border-color: #e2e7eb;
    color: #242a30
}

.pager.pager-without-border li > a, .pager.pager-without-border li > span, .pagination.pagination-without-border > li > a {
    border-color: #fff
}

.pager > .disabled > a, .pager > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    border-color: #ddd
}

.pagination > li > a {
    color: #242a30;
    margin-left: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #fff;
}

.pagination > li:first-child > a {
    margin-left: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    margin-left: 4px
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 14px;
    margin-left: 6px
}

.pager li > a:focus, .pager li > a:hover, .pager li > span:focus, .pager li > span:hover, .pagination > li > a:focus, .pagination > li > a:hover {
    color: #FFFFFF !important;
    background: #323a3e;
    border-color: #323a3e;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #323a3e !important;
    border-color: #323a3e !important;
    color: #fff;
}

.paginate_button.active a {
    color: #FFFFFF !important;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #e24049;
    border-color: #e24049;
}

.bootstrap-table .pagination .page-number a {
    padding: 7px 12px;
}

.modal-header[class*=bg-] {
    padding: 15px 20px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.modal-header .bg-success {
    color: #fff;
}

.modal-title {
    color: #fff;
}

#newsepetim .media-left, #newsepetim .media > .pull-left {
    padding-right: 20px;
}

#newsepetim .media-left img:not(.media-preview), #newsepetim .media-right img:not(.media-preview), .thumbnail .media img:not(.media-preview) {
    width: 40px;
    height: 40px;
    max-width: none;
}

#newsepetim .media-left, #newsepetim .media-right, .media-body {
    position: relative;
}

#newsepetim .media-left, #newsepetim .media-right, .media-body {
    display: table-cell;
    vertical-align: middle;
}

#newsepetim a {
    color: #333;
}

#newsepetim .text-muted {
    line-height: 40px;
}

.form-group.widthsepet {
    width: 120px;
}

.form-group .quantity {
    height: 38px;
    border: 1px solid #f0f0f0;
}

.category-content ul li {
    list-style: none;
    color: #495b79;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 10px;
    /*border-top: 1px solid #d8e0e6;*/
}

.category-content ul {
    padding-left: 0px;
}

.category-title {
    padding: 30px;
}

.text-semibold {
    text-align: left;
}

.siparis_devam {
    border-top: inherit !important;
}

/*
.category-content li a {
    font-weight: bold;
}*/
.siparis_devam a {
    display: block;
    color: #fff !important;
    padding: 15px;
}

.devambtn a {
    display: block;
    color: #fff !important;
    padding: 15px;
}

.devambtn a:hover {
    color: #fff !important;
}

.adim1 .hidden {
    display: none !important;
}

.heading-elements-toggle {
    right: 20px;
    float: right;
    display: none;
}

.adim1 .heading-elements {
    background-color: inherit;
    position: absolute;
    top: -14%;
    right: 20px;
    height: 36px;
    z-index: 999;
}

.adim1 .heading-elements .icons-list {
    margin-top: 0px;
}

.icons-list > li:first-child {
    margin-left: 0;
}

.icons-list > li {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.icons-list > li > a {
    color: inherit;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.has-error .form-control {
    border-color: #d84315;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .error {
    font-size: 12px;
    color: #d84315;
}

.odeme_3 .panel-title > a:before {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    top: 25%;
    margin-top: -15px;
    left: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.odeme_3 .panel-title > a.collapsed:before {
    content: '\f107';
    font-family: 'FontAwesome';

}

.odeme_3 .panel-title > a:before {
    left: auto;
    right: 16px;
}

.odeme_3 .panel {
    position: relative;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    position: relative;
}

.adim3 .hidden {
    display: none !important;
}

.standarttemp.urun-kutusu .isim {
    min-height: 60px !important;
}

.updatebtnnew {
    margin-top: 10px;
}

.updatebtnnew a {
    color: #fff !important;
}

.mbot20 {
    margin-bottom: 20px;
}

.btnwidthx {
    width: 60% !important;
}

/*1336px laptop ekranÄ±*/
@media (min-width: 1366px) and (max-width: 1900px) {
    .credit-input_w {
        width: 150px;
    }

    .btnwidthx {
        width: 60% !important;
    }

    .table.table-separate {
        overflow: scroll;
    }

    #order-listing .clear_fl input {
        margin-top: -2px;
    }

    .steps-order .table.table-separate tbody td {
        padding-left: 20px !important;
    }

    .mbot20 {
        margin-bottom: 5px !important;
    }

    .margin_md {
        margin-bottom: 24px !important;
    }

    .steps-spet li .number i {
        font-size: 15px;
    }

    .text-tiny span {
        width: 35% !important;
    }

    .steps-spet > ul > li a {
        font-size: 12px;
    }

    .spet_stok_border {
        width: 100% !important;
    }

    .sepet_quantity {
        padding: 0px !important;
    }

    .standarttemp.urun-kutusu .isim {
        min-height: 60px;
    }

    .urunKismi .isim .yukseklik {
        font-size: 14px !important;
    }

    .standarttemp.urun-kutusu .fiyat {
        font-size: 15px !important;
    }

    .table_new td, .table_new th {
        padding: 0.8rem !important;
        vertical-align: top;
        border-top: 1px solid #eff2f7;
        font-size: .8rem !important;
    }

    .homecol2 {
        max-width: 25% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        font-size: 12px;
    }

    ._urunBlock:nth-child(25) {
        display: none !important;
    }

    .quick_buton .form-control {
        padding: 0.375rem 0px 5px 10px;
    }

    .pr0 {
        padding-right: 0px;
    }

    .table.table-separate tbody td {
        padding: 10px 10px;
    }

    #product_options .form-control {
        padding: 5px 5px;
        font-size: 13px;
    }

    .listbutn span {
        display: none;
    }

    .table td {
        font-size: 13.5px !important;
    }

    .adetbtn {

        padding: 7px 0px 7px 4px;
    }

    .buton {
        min-width: 150px;
    }
}

.heading-form .input-group input {
    max-width: 225px;
}

.heading-form .input-group {
    justify-content: flex-end;
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1300px) {

    .text-tiny span {
        width: 40% !important;
        float: left;
        font-weight: 600;
    }

    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .clear_fl input {
        margin-top: -2px;
    }

    ._hauto img {
        width: 100%;
    }

    .cari_sip_limiter {
        margin-bottom: 20px;
        min-height: 375px;
    }

    .homecol2 {
        max-width: 33% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 10px 0px;
        font-size: 11px;
        margin-left: -26px;
    }

    .btnwidth {
        width: 25%;
        margin-right: 15px;
        text-align: center;
        padding: 0px 0px 0px 0px !important;
        height: 32px;
    }

    .m2widthx .form-control {
        height: 38px;
        position: relative;
    }

    .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
    }

    .adetbtn {
        width: 30px;
        padding: 7px 0px 7px 4px;
    }

    .listbutn span {
        display: none;
    }

    .adetbtn {
        width: 47px;
        text-align: center;
        padding: 7px 0px;
    }

    .table.table-separate tbody .urun-kutusu .buton {
        min-width: 165px;
    }
}

.btn {
    opacity: 1;
}

/*ipad 9.7*/
@media (min-width: 768px) and (max-width: 1020px) {
    .layout-sidebar-large .sidebar-left-secondary {
        left: -260px !important;
    }

    .layout-sidebar-large .sidebar-left-secondary.open {
        left: 120px !important;
    }


    .adet-liste_type .qty-plus-minus {
        margin: 0px -10px !important;
        width: 70px !important;
    }

    .steps-spet ul {
        flex-wrap: nowrap;
        flex-direction: column !important;
    }

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz li {
        margin-right: -20px;
    }

    .urunKismi .isim .yukseklik {
        font-size: 15px !important;
    }

    .content-wrapper, .p0 {
        padding: 15px 15px 0px 15px !important;
    }

    #order-listing .m2widthx {
    }

    .reset_wd {
        width: 60% !important;
    }

    #order-listing .m2width {
    }

    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .nav-mobile-menu {
        display: none !important;
    }

    .adetbtn {
        width: 55px;
        text-align: center;
        padding: 7px 0px;
    }

    .table.table-separate tbody .urun-kutusu .buton {
        min-width: 140px;
    }

    .clear_fl input {
        margin-top: -2px;
    }

    .m2widthx .form-control {
        height: 38px;
    }

    .quick_buton .btn {
        padding: 10px 2px !important;
        font-size: 12px;
    }

    .btnwidthx .icons {
        padding-right: 5px;
    }

    .btnwidthx {
        width: 50% !important;
    }

    .homecol2 {
        max-width: 33% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        margin-left: -20px;
    }

    .quick_buton .form-control {
        padding: 0px;
        height: 35px;
    }

    .listbutn span {
        display: none;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }


}


.quick_buton .form-control {
    height: 38px;
}

.flex-order {

}

.flex_buton {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/*iphone 6-7-8-X*/
@media (min-width: 375px) and (max-width: 760px) {
    .adet-liste_type .qty-plus-minus {
        margin: 0px !important;
    }

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz li {
        margin-right: -20px;
    }

    .js {
        width: 94%;
    }

    .mh100 {
        min-height: 100px;
    }

    .btn_site {
        background-color: #408dc6;
    }

    .flex_buton {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .w80 {
        width: 80px;
    }

    .break_word_m {
        white-space: break-spaces !important;
    }

    .witdh_for_m {
        width: 150px;
    }

    .shop-view-switcher .nav-link i {
        font-size: 20px;
    }

    .burger-navbar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .pt8 {
        padding-top: 15px !important;
    }

    .bton_top {
        margin-top: -20px;
    }

    .bton_top .search_bg {
        padding: 8px 18px !important;
    }

    .pricing-box-tabs {
        margin-top: 15px;
    }

    .pricing-box-tabs .nav-tabs li a {
        min-width: 112px !important;
        padding: 10px 17px !important;
    }

    .oa {
        overflow: auto;
    }

    .flex-head {
        flex-wrap: wrap;
    }

    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .pvp_head_bg h5 {
        font-size: 15px;
    }

    .text-tiny span {
        width: 40% !important;
    }

    .subtable-link a {
        font-size: 12px !important;
    }

    #setting .media-left {
        margin-right: 0px;
    }

    .actions {
        margin-left: -15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }

    .steps-spet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    #setting .media-body {
        margin-bottom: 15px;
    }

    .steps-order .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
    }

    .steps-order .nav li {
        margin-bottom: 10px;
    }

    .stok_mobil {
        width: 38%;
        margin-top: 5px;
    }

    .mobil_text_sepet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .margin_sepet_b img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .homecol2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        width: 50%;
    }

    .filter .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
        height: 38px;
    }


    .filter ul li {
        display: flex;
        flex-direction: column;
    }

    .adetbtn {
        padding: 7px 0px 7px 4px;
        margin-bottom: 5px;
    }

    .listbutn span {
        display: none;
    }

    #order-listing .m2widthx {
        width: 100% !important;
        padding: 0px;
    }

    #order-listing .m2width {
        width: 100% !important;
        padding: 0px;
    }

    .shop-view-switcher {
        position: absolute;
        top: -4px !important;
        right: -10px !important;
    }

    .nav-mobile-menu {
        display: none !important;
    }
}

#accordion-control-right .table.table-click td {
    vertical-align: middle;
}

#accordion-control-right .table.table-click td select {
    width: 40px;
}

#accordion-control-right .panel-body .form-group .form-control {
    height: 100%;
    min-height: 38px;
}


/*iphone 5s*/
@media (min-width: 250px) and (max-width: 370px) {

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz {
        margin-right: -20px !important;
    }

    .actions {
        margin-left: -15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }

    .nav-mobile-menu {
        display: none !important;
    }

    .steps-spet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    #setting .media-body {
        margin-bottom: 15px;
    }

    .steps-order .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
    }

    .steps-order .nav li {
        margin-bottom: 10px;
    }

    .stok_mobil {
        width: 38%;
        margin-top: 5px;
    }

    .mobil_text_sepet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .homecol2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        margin-top: 10px;
        width: 100%;
    }

    .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
    }

    .adetbtn {
        padding: 7px 0px 7px 4px;
    }

    .listbutn span {
        display: none;
    }

    #order-listing .m2widthx {
        width: 100% !important;
    }

    #order-listing .m2width {
        width: 100% !important;
    }

    .shop-view-switcher {
        position: absolute;
        top: 20px !important;
        right: -10px !important;
    }
}

.treeview .firs_ic i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-right: 10px;
}

.treeview:hover {
    background: rgba(0, 0, 0, 0.1);
}

.turn_angle {
    display: inline-block;
    position: absolute;
    margin-top: 13px;
    right: 0;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.info .turn_angle {
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    right: -57px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    font-size: 18px;
}

.sidebar .pull-right-container_alt {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: -13px;
    right: 25px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar a[data-toggle=collapse][aria-expanded=true] .turn_angle, .sidebar .btn[data-toggle=collapse][aria-expanded=true] .turn_angle, .sidebar a.dropdown-toggle[aria-expanded=true] .turn_angle {

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#pvr_user_nav ul {
    margin-left: 15px;
}

.sub-menu ul a::before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: '';
    position: absolute;
    left: 32.5px;
    height: 5px;
    width: 5px;
    top: 12px;
}

.parent_menu ::before {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: 35px;
}

.treeview-menu::before {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: 35px;
}

.nav-item {
    position: relative;
}

.sub_link .sidebar-normal {
    margin-left: 20px;
}

.sidebar .nav {
    position: relative;
}

.user .info .iconac i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.ac_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 20px;
}

.ac_area .pull-right-container {
    right: -40px;
}

.nav-item.active a::before {
    box-shadow: 0 0 1px 1px #fff, 0 0 2px 2px #408dc6, 0 0 5px 4px #b4dce4;
}

.sidebar-mini i {
    /*  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  margin-left: -5px;*/
}

.sidebar-mini .treeview i {
    color: #fff
}

.card_new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f6f6f6;
    border-radius: 0.25rem;
    margin-bottom: 2.25rem;
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}

.card-body_new {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

.me-1 {
    margin-right: .25rem !important;
}

.card-body_new h4 {
    font-size: 25px;
}

.card-body_new p {
    font-size: 0.85rem;
    font-weight: bold;
}


/**/


.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

.apexcharts-legend.position-bottom, .apexcharts-legend.position-top {
    flex-wrap: wrap
}

.apexcharts-legend.position-right, .apexcharts-legend.position-left {
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.position-bottom.apexcharts-align-left, .apexcharts-legend.position-top.apexcharts-align-left, .apexcharts-legend.position-right, .apexcharts-legend.position-left {
    justify-content: flex-start;
}

.apexcharts-legend.position-bottom.apexcharts-align-center, .apexcharts-legend.position-top.apexcharts-align-center {
    justify-content: center;
}

.apexcharts-legend.position-bottom.apexcharts-align-right, .apexcharts-legend.position-top.apexcharts-align-right {
    justify-content: flex-end;
}

.apexcharts-legend-series {
    cursor: pointer;
    line-height: normal;
}

.apexcharts-legend.position-bottom .apexcharts-legend-series, .apexcharts-legend.position-top .apexcharts-legend-series {
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
}

.apexcharts-legend-text *, .apexcharts-legend-marker * {
    pointer-events: none;
}

.apexcharts-legend-marker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    border-style: solid;
}

.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
    display: inline-block;
}

.apexcharts-legend-series.apexcharts-no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.apexcharts-inactive-legend {
    opacity: 0.45;
}

.float-end {
    float: right !important;
}

.card-title {
    font-size: 16px !important;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.float-end a {
    font-size: 15px;
}

.float-end a:hover {
    color: #000
}

.font-size-18 {
    font-size: 18px !important;
}

.me-0 {
    margin-right: 0 !important;
}

.main-chart .chart-border-left {
    border-left: 1.4px solid #f5f6f8;
    padding: 2px 20px;
}

.border-0 {
    border-width: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.main-chart h3 {
    font-size: 23px;
}

.font-size-15 {
    font-size: 15px !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.table_new {
    width: 100%;

    color: #768490;
}

.table_new .thead-light th {
    color: #505d69;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}

.table_new thead th {
    border-bottom: 2px solid #eff2f7;
}

.table_new td, .table_new th {
    padding: 0.68rem;
    vertical-align: top;
    border-top: 1px solid #eff2f7;
    font-size: .9rem;
}

.btn-warning {
    color: #fcb92c;
    background-color: rgba(252, 185, 44, .18);
}

.font-size-12 {
    font-size: 12px !important;
}

.badge-soft-success {
    color: #1cbb8c;
    background-color: rgba(28, 187, 140, .18);
}

.bg-primary {
    background-color: #323a3e !important;
}

.btn:hover {
    opacity: 0.5;
}

.twoToneButton {
    color: #fff !important;
    margin-right: 8px;
    padding: 12px 10px !important;
    margin-top: 2px;
    position: relative;
}

.twoToneButton.spinning {
    background-color: #37323a;
    padding-right: 40px !important;
    border: 1px solid #37323a;
}

.twoToneButton.spinning:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px darken(#212121, 10%);
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.twoToneButton.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border-right: 3px solid #fff;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;

}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.apexcharts-legend-text {
    position: relative;
    font-size: 15px !important;
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.renktest .progress:nth-child(1) div {
    background: red !important;
}

.sol-kisim {
    padding: 1.5rem;
}

.product_image .img-responsive {
    border-radius: 7px;
}

.urunKismi .isim .yukseklik {
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 10px;

}

sup {
    font-size: 100% !important;
    top: 0px !important;
}

.dropdown-item .material-icons {
    font-size: 18px !important;
    color: #74788d !important;
}

.logout_cs .dropdown-item {
    font-size: .9rem;
    padding: 0.25rem 0.75rem !important;
}

.navbar-nav .nav-item .dropdown-menu:before {
    display: none !important;
}

.navbar-nav .nav-item .dropdown-menu:after {
    display: none !important;
}

.logout_cs .dropdown-menu {
    margin-top: 7px !important;
}

.btnwidth {
    width: 18%;
    margin-right: 15px;
    text-align: center;
    padding: 0px 0px 0px 10px;
}

.btnwidthx {
    width: 45%;
}

.js {
    justify-content: space-between;
}

.standarttemp .urunKismi .quick_buton {
    border-top: 1px solid #ddd;
}

.standarttemp .yukseklik:hover {
    color: #408dc6;
}

.btnwidthx:hover {
    opacity: 0.8;
}

.user_panel input {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.user_panel .form-group label {
    font-weight: 500 !important;
}

.btn-add {
    background-color: #408dc6;
    border-color: #408dc6;
}

.btn-add:hover {
    background-color: #323a3e;
    border-color: #323a3e;
    opacity: 0.8;
}

.input_perm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.input_perm input {
    margin-right: 10px;
}

.media-left .media-preview {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#setting .media-left {
    min-width: 192px;
}

#setting input {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
}

#setting .panel-body .form-group label {
    font-weight: 500 !important;
    margin-top: 12px;
}

.table_limiter tr:nth-child(6) {
    display: none;
}

.table_limiter tr:nth-child(7) {
    display: none;
}

.table_limiter tr:nth-child(8) {
    display: none;
}

.tend {
    text-align: end;
}

.p30n {
    padding: 0px 30px;
}

.deal_table thead th {
    border-color: #eff2f7 !important;
    padding: 20px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 86, 109, 0.25);
    border-color: #323a3e !important;
}

.price-not {
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
}

.deal_table .table.table-separate {
    border-spacing: 0 0px !important;
    margin-bottom: 0px;
}

.deal_table.dealer_tbl .table.table-separate tbody td {
    border-right: none !important;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.deal_table .table.table-separate tbody td {
    border-right: none !important;
    border-bottom: 1px solid #ddd;
}

.deal_table {
    padding: 20px 20px 20px 20px;
}

.prem {
    padding: 20px !important;
}

.deal_icn {
    font-size: 21px;
}

.deal_icn_trash {
    color: red;
    font-size: 21px;
}

.deal_table .table-separate tbody .border-last:last-child td {

    border-bottom: none;
}

.deal_table tbody .border-last:last-child td {

    border-bottom: none;
}

/*Sepet*/
.font-size-16 {
    font-size: 16px !important;
}

.fw-medium {
    font-weight: normal;
}

.card-body_new p strong {
    font-weight: 600;
    padding-right: 10px
}

.sepetstokbtn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #408dc6 !important;
    font-size: 16px;
    padding: 3px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;

}

.spet_stok_border {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 75%;
    margin: auto;
}

.stok_orta {
    border-color: transparent !important;
    height: 32px !important;
}

.margin_sepet_b {
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 0px;
    margin-left: -20px;
}

.sepet_right_title {
    display: flex;
    justify-content: space-between;
}

.sepet-right-text {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 10px;
}

.sepet-right-text span {
    padding: 5px 10px 0px 10px;
}

.fw6 {
    font-weight: 600
}

.sepet-content li {
    padding: 10px 0 !important;
    margin: 0px 20px;
    border-bottom: 1px solid #f7f7f7;
}

.devam {
    color: #fff !important;
    padding: 10px 0px !important;
    margin-top: -15px !important;
    margin-bottom: -10px !important;
}

.devam:hover {
    color: #fff !important;
    opacity: 0.8;
}

.sepetbody p {
    font-weight: normal;
}

.siparis_devam {
    border: none !important;
}

.siparis_devam a {
    padding: 10px 0px !important;
}

.devambtn {
    border: none !important;
}

.fat_adres {
    font-size: 0.85rem;
    border: 1px solid #408dc6;
    padding: 20px;
    border-radius: 5px;

}

.fat_adres .name {
    font-weight: 600;
}

.fat_adres .pvr-header {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-weight: 600;
}

#accordion-control-right h6 a:hover {
    color: #408dc6;
}

.card-grid-right h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #050605;
}

.card-grid-right .text-tiny {
    font-size: 0.84rem;
}

.mr15n {
    margin-right: -15px;
}

.text_fia {
    font-weight: bold !important;
}

.mtop-trash {
    margin-top: 35px;
    display: block;
}

.mobil_text_sepet .price {
    padding-top: 10px;
    display: inline-block;
}

.old-price {
    font-size: 13px;
    color: #5a5a5a;
    text-decoration: line-through;
    display: inline-block;
}


.sepet_right_title:hover {
    color: #408dc6;
}

.ptop10 {
    padding-top: 10px !important;
}

.steps-spet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
}

.steps-spet > ul > li {
    width: 100%;
}

.steps-spet .current a, .steps-spet .current a:active, .steps-spet .current a:hover {
    background-color: rgba(91, 115, 232, .2);
    color: #495057;
}

/*.steps-spet > ul > li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #495057;
    font-weight: 500;
    background-color: #fff;
}*/

.steps-spet .number {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.form-steps__item--activet a {
    color: #fff !important;
}

.form-steps__item--activet a i {
    color: #fff !important;
}

.form-steps__item--activet span {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.form-steps__item--active a {
    color: #fff !important;
}

.form-steps__item--active a i {
    color: #fff !important;
}

.form-steps__item--active span {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.payment-header {
    margin-bottom: 20px;
}

.steps-order li .number i {
    margin-top: 10px;
    display: block;
}

.btnwidthx .icons {
    padding-right: 10px;
}

.steps-order .nav-link.active {
    color: #fff !important;
    border: none !important;
}

.steps-order .nav-link:hover {
    border: none !important;
}

.steps-order .nav-tabs .nav-link {
    border: none !important;
    background: #eee;
    border-radius: 0px;
    margin-right: 10px;
}

.steps-order .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 20px;
}

.steps-order .table.table-separate tbody td {
    border-bottom: 1px solid #f7f7f8;
    line-height: 20px;
}

.l30 td {
    line-height: 30px;
    padding: 15px 30px;
}

.breadcrumb {
    background: #fff !important;
}

.l30 th {
    padding: 15px 30px;
}

.cari_limiter {
    margin-bottom: 5px !important;
}

.group_add {
    border: 1px solid #408dc6;
    padding: 6px 7px 6px 7px;
    border-radius: 5px;
    display: block;
}

.group_search {
    border-color: #408dc6;
}

/*
.table-striped tbody tr:nth-of-type(odd) {
    background: #fff !important;
}
*/
.customer_table .table-separate td {
    padding: 0px 10px;
}

.customer_clr {
    color: #fff;
}

.customer_clr:hover {
    opacity: 0.8;
}

.custome_delete {
    font-size: 22px;
    color: red;
    display: inline-block;
    position: relative;
    top: -2px;
}

.group_add i {
    color: #408dc6;
}

.group_add:hover {
    color: #408dc6;
}

.custome_edit {
    font-size: 22px;
    color: #408dc6;
    display: inline-block;
    margin-right: 10px;
}

.customer_list_head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}

.customer_list_head .form-group {
    margin-right: 15px;
}

.customer_list_head .form-group select, .customer_list_head .form-group input {
    border: 1px solid #408dc6;
    padding: 6px 6px 5px 6px;
    border-radius: 5px;
}

.bg-slate {
    background: #408dc6;
}

.cstm_list_btn a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.import_title h5 {
    font-size: 20px;
}

.import_title p {
    font-size: 16px;
}

.sms_sending_btn a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.campaign_time {
    display: flex;
    flex-direction: column;
}

.campaign_time select {
    border-color: #eff2f7;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
    width: 100%;
}

.campaing_date_l {
    background-color: #fff;
    border: 1px solid #eff2f7;
}

.campaing_date {
    border-color: #eff2f7;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #000;
    background: #fff;
    font-weight: 500;
}

.input_banks {
    border-color: #eff2f7;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
}

.campaign_group {
    display: flex;
    align-items: flex-start;
}

.campaign_multiple {
    width: 100%;
    margin-left: 20px;
    border-color: #eff2f7;
    padding: 6px 7px 5px 7px;
    border-radius: 5px;
}

.stepy-basic label {
    font-weight: 500;
    font-size: 14px;
    width: 160px;
}

.campaign_text_area {
    border-color: #eff2f7;
    border-radius: 5px;
}

.customer_clr:hover {
    color: #fff;
    opacity: 0.8;
}

.campaign_mail_ek {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.custome_test {
    font-size: 22px;
    color: #408dc6;
    display: inline-block;
    margin-right: 10px;
}

.custome_rapor {
    font-size: 22px;
    color: #28a745;
    display: inline-block;
    margin-right: 10px;
}

.flex_spt_odeme_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 2%;
}


.flex_spt_odeme_type .odeme_type_box {
    width: 32%;
    text-align: left;
    border: 2px solid #eff0f2;
    transition: .3s ease-in;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0.75rem;
    padding: 0.5rem;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    cursor: pointer;
    position: relative;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_price {
    padding: 25px 0px;
    font-size: 20px;
    color: #8b8e92;
    cursor: pointer;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_title {
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    padding-right: 5px;
    font-size: 14px;
}

.flex_spt_odeme_type .odeme_type_box.selected {
    border-color: #1f58c7;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_title i {
    opacity: 0;
    transition: .3s ease-in;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_title span {
    margin-left: -15px;
    transition: .3s ease-in;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_title .taksit_buton {
    float: right;
    background: #f7f7f7;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px 7px;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    cursor: pointer;
    border: 1px solid #ddd;
}

.flex_spt_odeme_type .odeme_type_box .odeme_type_title .taksit_buton.active {
    box-shadow: 0 2px 4px rgb(87 186 116);
    border: 1px solid #57ba74;
}

.flex_spt_odeme_type .odeme_type_box.selected .odeme_type_title i {
    opacity: 1;
    color: #57ba74;
}

.flex_spt_odeme_type .odeme_type_box.selected .odeme_type_title span {
    margin-left: 0px;
    margin-top: -2px;
}

.flex_spt_odeme_type .odeme_type_box .text-muted {
    line-height: 25px !important;
}

.flex_spt_odeme_type .odeme_type_box.selected::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 22px;
    color: #1f58c7;
    -webkit-text-stroke: 2px white;
}

@media (min-width: 768px) {
    .flex_spt_odeme_type .odeme_type_box.selected::before {
        top: 48px;
        font-size: 25px;
    }
}

.cat_side .card_new.urun-kutusu.standarttemp .quick_buton.buton .row {
    justify-content: center;
}

.cat_side .card_new.urun-kutusu.standarttemp .quick_buton.buton .qty-plus-minus {
    margin-right: 20px;
}

.grup_user {
    display: flex;
    flex-direction: column;
}

.ml0 {
    margin-left: 0px;
    padding: 9px;
}

.brder_color {
    border-color: #408dc6;
}

.panel-heading.pvr-wrapper legend {
    font-weight: 400;
    font-size: 16px;
}

.hand_phone {
    display: block;
    margin: auto;
    width: auto;
}

.pricing-box-tabs .nav-tabs {
    border-bottom: none;
    max-width: 500px;
    background: #fff;
    box-shadow: 0px 3px 14.88px 1.12px rgb(156 143 141 / 16%);
    border-radius: 10px;
}

.pricing-box-tabs .nav-tabs li {
    margin: -1.5px;
}

.pricing-box-tabs .nav-tabs .nav-link.active {
    border-color: #fff;
    color: #fff;
}

.pricing-box-tabs .nav-tabs li a {
    -moz-user-select: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 10px;
    color: #526584;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 17px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    background-size: 200% auto;
    -webkit-transition: all 200ms ease-in;
    transition: unset;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    min-width: 130px;
}

.flex-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.pt8 {
    padding-top: 8px;
}

.group_add_from .form-group label {
    font-weight: 500;
    font-size: 14px;
    width: 160px;
}

.qty-plus-minus {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 30px;
}

.qty-plus-minus .ec_qtybtn {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #777;
    float: left;
    font-size: 14px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80%;
    outline: none;
}

.qty-plus-minus input[type=number]::-webkit-inner-spin-button,
.qty-plus-minus input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.qty-plus-minus input[type=number] {
    -moz-appearance: textfield;
}


.dec.ec_qtybtn {
    padding-left: 5px;
}

.inc.ec_qtybtn {
    padding-right: 5px;
}

#product_options .form-control {
    font-size: 13px;
}

.dealer_add_tble th {
    font-weight: 500;
    font-size: 14px;
}

.mobil_ac_menu {
    display: block;
    right: 50px;
}

.sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.sidebar-mini .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.sidebar-mini .sidebar .sidebar-wrapper .user .info > a > span,
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > a span, .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a .caret {
    opacity: 1 !important;
}

.sidebar-mini .sidebar .sidebar-wrapper > .nav li > a .firs_ic {
    margin-right: 2px;
}

.listbutn i {
    padding-right: 5px;
}

.flex_spet_add {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.padr15 {
    padding-right: 15px;
}

.TRY:before, .USD:before, .EUR:before {
    font-family: FontAwesome;
    font-weight: 300;
    margin: 0 2px;
}

.product_action {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 0.5rem 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%);
    transition: all .3s ease 0s;
}

.product_action a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0.2rem 0.6rem;
    font-size: .75rem;
    border-radius: 0.15rem;
}

.product_action a i {
    display: inline-block;
}

.standarttemp.urun-kutusu:hover .product_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.ul_clear {
    margin: 0px;
    padding: 0px;
}

.TRY:before {
    content: "\f195";
}

.USD:before {
    content: "\f155";
}

.EUR:before {
    content: "\f153";
}

.dflex-mob-kur {
    display: none;
}

.legendcontainer .subtable-link a:hover {
    background: #323a3e !important;
    color: #FFF !important;
}

@media (max-width: 767px) {
    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: center;
    }

    a.get_depo_mobile {
        position: relative;
        top: 3px;
        right: -5px;
    }

    .mobil_ac_menu {
        display: block;
        position: absolute;
        right: 16%;
        top: 55%;
    }

    .navbar-nav .show .dropdown-menu {
        position: absolute !important;
        background-color: #fff !important;
        left: -98px !important;
        top: 85% !important;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .none_mob {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .mobil_ac_menu {
        display: block;
        position: absolute;
        right: 10%;
        top: 8%;
    }

    .navbar-nav .show .dropdown-menu {
        position: absolute !important;
        background-color: #fff !important;
        left: -98px !important;
        top: 85% !important;
    }


}

@media (min-width: 250px) and (max-width: 767px) {
    .hidden_f_btn {
        display: none;
    }

    #cart .nav-link {
        margin-top: 1px;
        margin-right: 0px;
        padding-left: 0;
    }


    .main-panel .navbar.mh100 {
        min-height: 105px;
        min-height: 95px
    }

    .doviz-kurlari {
        margin-left: -20px;
    }


}

.fixed_navbar_new {
    position: fixed;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background: #fff;
    z-index: 100;
    left: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.layout-sidebar-large .menu-toggle {
    width: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-right: 12px;
}

.layout-sidebar-large .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-sidebar-large .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}


.mob_close {
    overflow: auto !important;
}

.tab_close {
    overflow: auto !important;
}

.tab_pro_close {
    overflow: auto !important;
}

@media (min-width: 1px) and (max-width: 249px) {
    .info_user {
        display: none;
    }

}


.mob_last_login_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.last_login_box_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 95px;
    width: 100%;
    font-size: 13px;
}

.last_login_box_left span {
    margin-bottom: 5px;
    font-weight: 500;
}

.last_login_box_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    font-size: 12px;
}

.last_login_box_right span {
    margin-bottom: 5px
}

.border-mobil-last-login {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.mob_last_title {
    text-align: center;
    font-size: 15px !important;
    font-weight: 500;
}

.pad_mob {
    padding: 8px 0px;
}

.basarili_mob {
    background: #91cc7566
}

.basarisiz_mob {
    background: #ff180038
}

.border-last-order {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
}


.login_new_flex .card {
    background-color: #323a3e !important;
}

.group_title {
    padding-left: 15px;
    font-size: 14px;
    color: #CD4D35;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.group_title svg {
    margin-right: 7px;
}

.price_flex_box {
    position: relative;
}

.price_table_content {
    display: none;
    width: 300px;
    z-index: 10000;
    background: white;
    position: absolute;
    left: -50%;
    top: 30px;
    border: 1px solid #eee;
}

.price_flex_box:hover .price_table_content {
    display: block;
}

.iskonto_satir {
    display: flex;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.price_table_header {
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
    color: #00548b;
}

.price_table_header p {
    margin-bottom: 0;
}

/*.price_table_content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 40%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    border-bottom: 15px solid #f4f4f4;*/
/*}*/

.table-hover tbody tr:hover td {
    background-color: rgb(243 243 243) !important;
}

.iskonto_satir .iskonto_isim {
    font-weight: bold;
}

a.btndelcrash.pull-right.btn-saved-cart:hover path {
    fill: #640006;
}

@media (min-width: 250px) and (max-width: 374px) {

    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 46px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 46px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 12px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 15px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 12px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(-50px, 225px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -10px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }

    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 1.85em !important;
    }

    .card-grid-right .text-tiny {
        font-size: 11px;
    }
}


@media (min-width: 375px) and (max-width: 413px) {
    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-around;
        width: 48%;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 12px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 10px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 14px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(-50px, 225px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }


    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -10px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }


    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 1.85em !important;
    }


}


@media (min-width: 414px) and (max-width: 767px) {
    .mobil_ac_hiz li {
        margin-right: -15px;
    }

    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-around;
        width: 48%;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 14px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 15px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 14px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(0px, 265px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -5px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }

    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 1.85em !important;
    }


}


@media (min-width: 768px) and (max-width: 1023px) {
    .mr15n {
        margin-right: 0;
    }

    .tab_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 55px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 55px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 55px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .tablt_margin {
        margin-top: 27px !important;
        margin-bottom: 27px !important;
    }

    .card_new_hov.card_blue.hidden_klllancÄ± {
        display: none !important
    }
}


@media (min-width: 1024px) and (max-width: 1365px) {
    .pro_hidden {
        display: none !important;
    }

    .tablet_none.card_new_hov.card_blue {
        display: none !important
    }

    .tab_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 60px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .collect_not {
        padding: 12px 15px !important;
    }

    .islem_td_basarili {
        font-size: 12px !important;
    }

    .islem_td_basarisiz {
        font-size: 12px !important;
    }

    .chart_sutun_box {
        margin-top: 55px !important;
    }

    #chart-sutun span {
        height: 140px !important;
    }

    #chart-sutun {
        height: 220px !important;
    }

    .subtable-heading .panel-title {
        font-size: 14px !important;
    }

    #chart-circle {
        height: 315px !important;
    }

    .hid_mob div img {
        width: 100px !important
    }


}

@media (min-width: 1366px) and (max-width: 1915px) {


    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 60px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .collect_not {
        padding: 12px 10px !important;
        font-size: 13px;
    }

    .sing_not {
        padding: 12px 10px !important;
        font-size: 13px;
    }

    .islem_td_basarili {
        font-size: 12px !important;
    }

    .islem_td_basarisiz {
        font-size: 12px !important;
    }

    .chart_sutun_box {
        margin-top: 55px !important;
    }

    #chart-sutun span {
        height: 140px !important;
    }

    #chart-sutun {
        height: 220px !important;
    }

    .subtable-heading .panel-title {
        font-size: 13px !important;
    }

    #chart-circle {
        height: 315px !important;
    }

    .hid_mob div img {
        width: 100px !important
    }

    .kredi_box p.kredi_box_title {
        padding: 0px 0px;
        font-size: 12px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 5px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 0.875rem;
    }


}

@media (min-width: 1920px) and (max-width: 2500px) {
    .special_mar {
        margin-bottom: 8px !important;
    }

    .special_mar_dash {
        margin-bottom: 20px !important;
    }


}

@media (max-width: 767px) {
    #page_header_title img {
        max-width: 135px;
    }

    .layout-sidebar-large .menu-toggle {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        width: 70%;
    }

    .info_user {
        display: inline-block;
        margin-top: -4px !important;
        font-size: 12px !important;
        font-weight: 500;
        color: #7a7a7a;
        max-width: 112px;
    }

    .logout_cs {
        display: none !important;
    }

    .dflex-mob-kur {
        display: none;
    }

    .main-panel .navbar.mh100 {
        padding: 0px 15px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }

    .layout-sidebar-large .sidebar-left, .layout-sidebar-large .sidebar-left-secondary {
        top: 70px;
        left: -290px;
    }

    .footer {
        padding-bottom: 75px;
    }
}

.w_f {
    width: 100% !important;
}

.pagination {
    margin-bottom: 1rem
}

.pos_relative {
    position: relative;
    padding: 0px 30px !important;
}

.quick_buton.buton .d-flex.js {
    width: 100%;
    padding: 0px 25px;
}

.quick_buton.buton .d-flex.js .qty-plus-minus {
    margin-left: 0px;
    margin-right: 0px;
}


@media (min-width: 576px) {
    .newcontainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .newcontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .newcontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .newcontainer {
        max-width: 1600px;
    }
}

.newcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.newcontainer .content-wrapper {
    width: 100%;
    background: transparent;
}

.navbar_w {
    width: 100%
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .sidebar-mini .main-panel {
        width: calc(100% - 0px);
        margin-left: 120px;
    }

    .layout-sidebar-large .sidebar-left-secondary {
        left: -260px !important;
    }

    .layout-sidebar-large .sidebar-left-secondary.open {
        left: 120px !important;
    }

    .content-wrapper, .p0 {
        padding: 15px 1rem 70px 1rem;
    }

}

.w5 {
    width: 5%;
}

.font-w {
    font-weight: 600;
}

.taksit_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px;
}

.taksitw20 {
    width: 20%;
}

.taksit_flex span {
    font-size: 14px;
    margin-bottom: 5px;
}

.credit_cart_big_box .flex_buton a {
    border-radius: 50px !important;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
}

.btn_save_info {
    border-radius: 50px;
    background: #323a3e;
    border-color: #323a3e;
    padding: 8px 35px;
    color: #fff;
    font-size: 18px;
}

.campaing_bar {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
}

.campaing_bar span {
    background: #AED376;
    padding: 3px 15px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
}

@media (min-width: 768px)  and (max-width: 1020px) {
    .adres_b_class {
        font-size: 15px;
    }

    #new_billing_address_add .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #update_billing_address .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #new_delivery_address_add .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #update_delivery_address .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    .odeme-onaylandi-detay-kutulari ul .list-group-item {
        padding: 0.75rem 0rem;
        font-size: 15px;
    }

    .pvr-box.odeme-onaylandi-detay-kutulari {
        padding: 1.5rem 15px;
        margin-bottom: 1rem;
    }

    .list-group-item:last-child span {
        font-size: 17px !important;
    }

    .odeme-onaylandi-detay-kutulari .panel.panel-default {
        min-height: 250px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }

    .odeme-onaylandi-detay-kutulari .panel.panel-default.odeme-onay-ucret-ozet-kutusu .panel-body {
        padding: 8px !important;
        height: 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

}

.lb2b-tags .lb2b-tags-box {
    display: flex;
    align-items: center;
    margin: 0px 5px;
}

.lb2b-tags ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1px;
}

.lb2b-urun-box .lb2b-season-img {
    width: 40px;
}

.lb2b-urun-box .lb2b-season-img img {
    width: 100%;
}

.urun-kutusu .lb2b-season-img {
    width: 30px;
}

.urun-kutusu .lb2b-season-img img {
    width: 100%;
}

.btn.btn-warning.disabled {
    pointer-events: none;
    background: grey !important;
    border-color: grey !important;
}

.lb2b-urun-box {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px;
    margin: 0px;
}

.lb2b-urun-box .col-5 {
    padding-right: 0;
}

.lb2b-urun-box .quick_buton .btn {
    width: 100%;
    margin-left: 0px !important;
}

.lb2b-urun-box-image {
    width: 100%;

}

.lb2b-urun-box-image img {
    width: 100%;
}

.lb2b-urun-box .lb2b-manufacturer {
    margin-bottom: 7px;
    color: #338bc6;
}

.lb2b-urun-box .lb2b-title {
    margin-bottom: 5px;
}

.lb2b-urun-box .lb2b-price {
    margin-bottom: 5px;

}

.lb2b-table-mobile .col-12.col-lg-6 {
    padding: 0px 10px;
}

@media (max-width: 575px) {
    .m2widthx.clear_fl {
        justify-content: center !important;
    }

    .lb2b-urun-box {
        margin-bottom: 20px;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {

    .quick_buton.buton .d-flex.js {
        width: 100%;
        padding: 0px 0;
    }

    .mob_standart_cat_box .special_col_cat .produc_all_desc .quick_buton a {
        font-size: 10px !important;
    }

    .produc_all_desc .product_price {
        margin-bottom: 15px;
    }

    .pag_box {
        margin-top: 30px;
        margin-bottom: -10px;
    }
}

@media (min-width: 250px) and (max-width: 767px) {
    .quick_buton.buton .d-flex.js {
        width: 100%;
        padding: 0px 0px;
    }

}

@media (min-width: 1024px) and (max-width: 1300px) {

    .quick_buton.buton .d-flex.js {
        width: 100%;
        padding: 0px 0;
    }

    .mob_standart_cat_box .special_col_cat .produc_all_desc .quick_buton a {
        font-size: 10px !important;
    }

    .produc_all_desc .product_price {
        margin-bottom: 15px;
    }

    .pag_box {
        margin-top: 30px;
        margin-bottom: -10px;
    }
}


.bton_top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.m2widthx .form-control {
    height: 38px;
}

@media (min-width: 1199px) {
    .m2width .form-control {
        width: 370px;
    }

    .m2widthx .form-control {
        width: 370px;
    }
}

@media (min-width: 1024px) and (max-width: 1198px) {
    .m2width .form-control {
        width: 370px;
    }

    .m2widthx .form-control {
        width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .m2width .form-control {
        width: 270px;
    }

    .m2widthx .form-control {
        width: 270px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m2width .form-control {
        width: 200px;
    }

    .m2widthx .form-control {
        width: 200px;
    }
}


@media (min-width: 0px) and (max-width: 375px) {
    .header_flex_ #page_header_title img {
        max-width: 140px;
    }
}

.pvr-box {
    padding-bottom: 10px;
}

.special_icn_w {
    padding-top: 0 !important;
}

.fatura_btn {
    background: #12468f;
    color: #fff;
    padding: 7px 11px;
    border-radius: 5px;
}

.edtbtn {
    padding: 8px 16px;
}

.spt_flex_btnlar {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.spt_flex_btnlar .btn_quantitiy {
    width: 53%;
    margin-right: 10px;
}

.urun-kutusu td.buton {
    width: 70px;
    padding-right: 0px !important;
}

.urun-kutusu td.last_edit {
    padding-left: 10px !important;
}

.mr5 {
    margin-right: 9px;
}


@media (min-width: 250px) and (max-width: 767px) {
    .pagination {
        margin-bottom: 0px;
        flex-wrap: wrap;
        margin-left: 0px !important;
    }

    ul.pagination li {
        display: inline-block;
        margin-bottom: 0px;
    }

    .panel-footer .row {
        justify-content: center;
    }

    .lb2b-table-mobile {
        margin-bottom: -15px;
    }

    .btn-scroll-to-top {
        position: fixed;
        bottom: 100px;
        right: 25px;
        z-index: 1020;
        padding: 4px 16px;
        font-size: 25px;
    }

    .newmobilheader-row {
        align-items: center;
        justify-content: space-between;
        padding: 0px 15px;
    }

    .navbar_w {
        padding: 15px 15px;
    }

    .newmobilheader-row ul.doviz-kurlari {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    .newmobilheader-row ul.doviz-kurlari li {
        display: inline-flex;
        align-items: center;
    }

    .newmobilheader-row .special_icn_w span svg path {
        fill: #fff !important;
    }

    .newmobilheader-row .special_icn_w a {
        color: #fff;
    }

    .newmobilheader-row .special_icn_w a {
        color: #fff;
    }

    .newmobilheader-row .special_icn_w a:hover {
        color: #fff !important;
    }

    .padcleaer {
        padding: 0px !important;
    }

    .hidden-small {
        display: none !important;
    }

    .newmobilheader-row .special_icn_w {
        margin-right: 10px;
    }

    .navbar-nav.mobil_ac_hiz {
        margin-top: -3px;
        display: flex;
        justify-content: space-between;
    }

    .newmobilheader-row ul.doviz-kurlari li i {
        margin-right: 3px;
    }


}

.list_bbb .qty-plus-minus .dec.ec_qtybtn {
    color: #7a7a7a !important;
    bottom: 0px;
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.list_bbb .qty-plus-minus .inc.ec_qtybtn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-right: 0px;
    color: #7a7a7a !important;
}

.list_bbb .qty-plus-minus {
    margin-left: 0px;
    margin-right: 0px;
    width: 70px;
}

.spt_flex_btnlar {
    max-width: 140px;
}

/* buton rengi degisme (bootstrap) */
.pvr-box .btn-outline-primary, .deal_table .btn-outline-primary {
    color: #323a3e !important;
    background-color: transparent;
    background-image: none;
    border-color: #323a3e !important;
}

.swal2-styled.swal2-confirm {
    background: #323a3e !important;
}

.sepet-manage-table th {
    padding: 0.9rem 1.1rem !important;
}

.orders-form .form-control {
    margin-top: 10px;
}

.flex-end--2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.orders-pvr {
    padding: 20px 32px !important;
}

.logo-turuncu-1 {
    background-color: #CD4D35 !important;
    border-color: #CD4D35 !important;
}

.excel_btn {
    background-color: #CD4D35 !important;

}

@keyframes tootlipanimation {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.has-tooltip {
    position: relative;
}

.custom-tooltip {
    background: #424242;
    position: absolute;
    top: calc(100% + 5px);
    left: -10px;
    right: 0;
    margin: 0px auto;
    border-radius: 3px;
    display: table;
    padding: 5px 5px;
    line-height: 1;
    font-size: 13px;
    animation-name: tootlipanimation;
    animation-duration: 0.3s;
    color: #fff !important;
}

.modal-sepet {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 12px;
}

.modal-sepet button {
    max-width: 184px;
    width: 100%;
}

.modal-footer a {
    max-width: 184px;
    width: 100%;
}

.modal-footer.sepet {
    padding: 15px 26px;
    justify-content: space-between;
}

.modal-footer.sepet svg {
    width: 15px;
    height: 12px;
}

.modal-footer.sepet .sepete-git {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9%;
}

.modal-footer.sepet .alisverise-devam svg {
    transform: rotate(180deg);
}

.modal-footer.sepet .alisverise-devam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
}

.bakiye_max_w .card .avatar-title .uim-svg svg,
.bakiye_max_w .card .text-truncate,
.bakiye_max_w .card {
    transition: 0.3s ease all;
}

.bakiye_max_w .card:hover .avatar-title .uim-svg svg path,
.bakiye_max_w .card:hover .text-truncate,
.bakiye_max_w .card:hover {
    border-color: #C12003;
    color: #C12003 !important;
    fill: #C12003;
}

/*.panel-footer.links {
    padding-right: 40px;
}*/

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.result_yazi {
    color: black;
    text-align: center;
    font-size: 17px;
}

@media (max-width: 768px) {
    .bakiye_max_w {
        flex-direction: column;
        gap: 15px;
    }

    .main-panel .content {
        min-height: auto;
    }

    .fs15 {
        font-size: 14px !important;
    }

    .footer-bg {
        padding-bottom: 65px;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 15px;
        text-align: center;
        margin: 0;
    }

    .footer-odeme-logolari {
        margin-top: 15px;
    }
}

@media (min-width: 280px) and (max-width: 499px) {
    .flex_spt_odeme_type .odeme_type_box {
        width: 100%;
    }

    .new_search_bar {
        margin: 15px 10px 5px 10px !important;
    }
}

@media (min-width: 500px) and (max-width: 649px) {
    .flex_spt_odeme_type .odeme_type_box {
        width: 49.5%;
    }

    .flex_spt_odeme_type {
        gap: 1%;
    }
}

@media (min-width: 650px) and (max-width: 1023px) {
    .flex_spt_odeme_type .odeme_type_box {
        width: 49.5%;
    }

    .flex_spt_odeme_type {
        gap: 1%;
    }
}

@media (min-width: 280px) and (max-width: 349px) {
    .modal-footer a {
        max-width: 147px;
    }

    .modal-footer.sepet {
        padding: 15px 7px;
    }
}

@media (min-width: 350px) and (max-width: 369px) {
    .modal-footer.sepet {
        padding: 15px 15px
    }
}

@media (min-width: 280px) and (max-width: 1023px) {
    .pvr-box {
        border: 0 !important;
    }

    .img-circle-mbl-ft {
        width: 130px !important;
        height: 130px !important;
    }
}

@media (min-width: 280px) and (max-width: 499px) {
    .lb2b-urn-kdu {
        font-size: 13px;
    }

    .lb2b-dot-mbl-1 {
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .img-circle-mbl-ft {
        width: 160px !important;
        height: 160px !important;
    }

    .dv-img-circle-mbl1 {
        text-align: center !important;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        font-size: 14px !important;
    }

    .lb2b-urn-kdu {
        font-size: 12px !important;
    }

    .lb2b-dot-mbl-1 {
        font-size: 14px !important;
    }
}

@media (min-width: 650px) and (max-width: 779px) {
    .img-circle-mbl-ft {
        width: 160px !important;
        height: 160px !important;
    }

    .dv-img-circle-mbl1 {
        text-align: center !important;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        font-size: 14px !important;
    }

    .lb2b-urn-kdu {
        font-size: 14px !important;
    }

    .lb2b-dot-mbl-1 {
        font-size: 14px !important;
    }
}

@media (min-width: 500px) and (max-width: 649px) {
    .img-circle-mbl-ft {
        width: 160px !important;
        height: 160px !important;
    }

    .dv-img-circle-mbl1 {
        text-align: center;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        font-size: 14px !important;
    }

    .lb2b-urn-kdu {
        font-size: 14px !important;
    }

    .lb2b-dot-mbl-1 {
        font-size: 14px !important;
    }
}

@media (min-width: 380px) and (max-width: 399px) {
    .img-circle-mbl-ft {
        width: 145px !important;
        height: 145px !important;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }
}

@media (min-width: 350px) and (max-width: 379px) {
    .img-circle-mbl-ft {
        width: 130px !important;
        height: 130px !important;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }
}

@media (min-width: 280px) and (max-width: 320px) {
    .img-circle-mbl-ft {
        width: 118px !important;
        height: 118px !important;
    }

    .lb2b-urun-box .lb2b-price {
        margin-top: 10px;
        text-align: center;
    }
}

@media (min-width: 280px) and (max-width: 649px) {


    .urun-kutusu-mbl-dv-1 .lb2b-urun-box {
        margin-bottom: 15px;
        padding-left: 6px;
        overflow: hidden;
    }

    .lb2b-tags-box svg path {
        fill: #9b9ea1 !important;
    }

    .old-price {
        font-size: 10px;
        color: #bfbfbf !important;
        text-decoration: line-through;
        display: inline-block;
    }

    span.text-semibold {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }


    #bayihome_mobile_product_list_price {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

}

@media (min-width: 1023.9px) and (max-width: 1024px) {


    .lastik_container .btn {
        font-size: 0.65rem;
    }

    .lastik_container .mt-4 {
        margin-top: 1.9rem !important;
        font-size: 0.65rem;

    }

    .info_search_box.check_desgn input {
        width: 20px !important;
        height: 20px !important;
        margin-top: 13px !important;
        top: -1.7px !important;
    }

    .info_search_box .form-control {
        height: 32.86px;
        font-size: 10.46px;
        text-align: center;
    }

    .info_search_box.check_desgn input {
        width: 30px !important;
        height: 30px;
        margin-top: 8px;
        position: relative;
        top: 3px;
    }
}

@media (min-width: 320px) and (max-width: 1023px) {
    .form-group .btn {
        font-weight: 400;
        width: 100%;
        cursor: pointer;
        font-size: 11.2px;
        line-height: 1.428571;
        box-shadow: unset !important;
        padding: 7px;
    }

    .pvr-wrapper .pvr-header:after {
        content: "";
        width: 100%;
        height: 3px;
        border-radius: 2px;
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
    }

    .pvr-header {
        font-size: 26px;
    }
}

@media (min-width: 280px) and (max-width: 500px) {
    .wws-popup-container.wws-popup-container--position .wws-popup__footer .wws-popup_text {
        display: none !important;
    }
}

@media (min-width: 280px) and (max-width: 500px) {
    .wws-popup-container--position {
        bottom: 120px;
        left: 5px;
    }
}

@media (min-width: 280px) and (max-width: 499px) {
    .wws-popup-container--position {
        right: 12px !important;
        bottom: 75px !important;
        left: 5px !important;
    }

    .wws-popup__open-btn {
        float: right !important;
    }

    .btn-scroll-to-top {
        padding: 3px 10px;
        font-size: 17px;
    }

    #wws-popup-yazi .wws-popup__body {
        float: right;
    }

    .layout-sidebar-large.sidebar-mini.main_shadow .btn-scroll-to-top.btn-sm.animated.text-light.fadeInRight {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .wws-popup-container--position {
        right: 12px !important;
        bottom: 40px !important;
        left: 5px !important;
    }

    .wws-popup__open-btn {
        float: right !important;
    }

    .btn-scroll-to-top {
        padding: 3px 10px;
        font-size: 17px;
    }

    #wws-popup-yazi .wws-popup__body {
        float: right;
    }

    .layout-sidebar-large.sidebar-mini.main_shadow .btn-scroll-to-top.btn-sm.animated.text-light.fadeInRight {
        display: none;
    }

    .wws-popup-container.wws-popup-container--position .wws-popup__footer .wws-popup_text {
        display: none !important;
    }
}

@media (min-width: 280px) and (max-width: 1023px) {
    .lb2b-urun-box-right .lb2b-tags {
        height: 25px;
    }
}

@media (min-width: 700px) and (max-width: 849px) {
    .lb2b-urun-box .lb2b-title {
        margin-bottom: 30px;
    }

    .urun-kutusu.urun-kutusu-mbl-dv-1 .lb2b-urun-box {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        padding: 10px;
        margin: 0px;
        margin-bottom: 20px;
    }

    .lb2b-urun-box-left .dv-img-circle-mbl1 {
        text-align: center;
    }
}

@media (min-width: 850px) and (max-width: 1023px) {
    .urun-kutusu.urun-kutusu-mbl-dv-1 .lb2b-urun-box {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        padding: 10px;
        margin: 0px;
        margin-bottom: 20px;
    }

    .lb2b-urun-box-left .dv-img-circle-mbl1 {
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .btn-scroll-to-top {
        bottom: 20px;
        border-radius: 0px;
    }
}

@media (max-width: 1024px) {
    .close-text-pop-up.close-whatsapp-pop-up {
        top: 20px;
        right: 65px;
        display: none !important;
    }
}

@media (min-width: 280px) and (max-width: 429px) {
    .mob_clear_pad .net-lastik-div-cl-1 {
        display: none !important;
    }

    .lastik_container .nav_info_box {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 1023px) {
    .mob_clear_pad .net-lastik-div-cl-1 {
        display: none !important;
    }
}

@media (min-width: 700px) and (max-width: 1023px) {
    .col-lg-4.text-allign {
        text-align: center !important;
        padding-right: 0 !important;
    }

    .lastik_container .nav_info_box {
        display: none;
    }

    .table-responsive.d-none.d-xl-block.overflow-visible-md.oh {
        display: block !important;
    }
}

@media (min-width: 280px) and (max-width: 499px) {
    .row.new_footer_bg .lastik_container .footer-odeme-logolari {
        display: none;
    }
}

.net-lastik-btn-btn-small {
    display: none;
}

.mavi {
    background-color: #cad6e9 !important;
    color: black;
}

.acik-mavi {
    background-color: #b1daf9 !important;
    color: black;
}

.sari {
    background-color: #f2e4b6 !important;
    color: black;
}

.mor {
    background-color: #ced2ec !important;
    color: black;
}

.turuncu {
    background-color: #ffd484 !important;
    color: black;
}

.kirmizi {
    background-color: #febbbb !important;
    color: black;
}

.yesil {
    background-color: #bdefda !important;
    color: black;
}

.beyaz {
    background-color: white !important;
    color: black;
}

.mavi td {
    background-color: #cad6e9 !important;
    color: black;
}

.acik-mavi td {
    background-color: #b1daf9 !important;
    color: black;
}

.sari td {
    background-color: #f2e4b6 !important;
    color: black;
}

.mor td {
    background-color: #ced2ec !important;
    color: black;
}

.turuncu td {
    background-color: #ffd484 !important;
    color: black;
}

.kirmizi td {
    background-color: #febbbb !important;
    color: black;
}

.yesil td {
    background-color: #bdefda !important;
    color: black;
}

.beyaz td {
    background-color: white !important;
    color: black;
}

.lb2b-tags-box svg path {
    fill: #5a5a5a;
}

.sku_dot_genel {
    display: flex;
    justify-content: space-between;
}

.lb2b-title {
    display: flex;
}

.lb2b_bayihome_tages {
    width: 135px;
    height: 26px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
    border-radius: 3px;
    position: absolute;
    top: 54%;
    left: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb2b-tags ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1px;
}

.lb2b-tags .lb2b-tags-box {
    display: flex;
    align-items: center;
    margin: 0px 5px;
}


@media (min-width: 280px) and (max-width: 768px) {
    .lb2b-urun-box .lb2b-manufacturer {
        min-height: 20px;
    }
}

@media (min-width: 280px) and (max-width: 374px) {
    button#sidebar_opener {
        display: flex;
        flex-direction: column;
    }

    .sidebar__span {
        font-size: 10px;
        font-weight: 500;
    }

    .mob_cari-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #dropdown__id_genel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob_login_sec {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .owl_carousel_category_genel {
        display: block !important;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-nav {
        display: none;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-dots {
        display: none;
    }

    .carousel_item_image img {
        width: 45px !important;
        height: 41px;
    }

    .carousel_genel_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .carousel-item_title {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel_item_image {
        background: transparent;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        border: 2px solid #006FB7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel_item_image span {
        width: 63px;
        height: 63px;
        background: #006FB7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bayi_homepage_slider .owl-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }

    #bayi_homepage_slider .owl-dots .owl-dot.active span {
        width: 20px;
        height: 7px;
        background: #FFFFFF !important;
    }

    #bayi_homepage_slider .owl-dots .owl-dot span {
        width: 10px;
        height: 7px;
        background: #BFBFBF;
    }

    .bayi_main_slider {
        margin-top: 10px !important;
    }

    #bayi_homepage_right {
        display: none !important;
    }

    .yeni_navbar_star span {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006fb7;
        border-radius: 50%;
    }

    .yeni_navbar_star {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 37%;
    }


    #bay_homepage_bakiye {
        display: none !important;
    }

    #bayi_homepage_searche .info_search_box {
        margin: 0 !important;
        font-size: 12px;
        font-weight: 500;
        line-height: 23.5px;
        text-align: center;
        color: #002C48 !important;
    }

    #bayi_homepage_searche .info_search_box label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        justify-content: flex-start;
        padding: 0px 3px;
        font-size: 12px;
        text-wrap: nowrap;
    }

    .naber {
        display: flex;
        width: 100%;
        gap: 0;
        flex-direction: row;
        align-items: center;
    }

    #netlastik_one_genel {
        max-width: 100% !important;
    }

    #bayihome_row {
        width: 100%;
        margin: 0;
    }

    #bayihome_row div {
        width: 100%;
    }

    .new_search_bar {
        border: 2px solid #29B6F6;
        background: #F7F7F7 !important;
        border-radius: 6px;
    }

    span.font_bayihome_lastik {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #002C48;
    }

    .border_bayihome {
        border: 2px solid #CFCFCF;
    }

    button.multiselect.dropdown-toggle.btn.btn-default {
        border: 2px solid #CFCFCF;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    #ara_btn_homepage {
        width: 100%;
        height: 33px;
        border-radius: 5px;
        background: #006FB7;
        font-weight: 600;
        font-size: 11px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0px;
    }

    .filtre-alani-dv-cl-4 .info_search_box .multi-select-full .multiselect-selected-text {
        font-size: 11px !important;
    }

    .page_bayihome_super_ {
        font-size: 14px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        color: #000000;
        letter-spacing: 0.5px;
    }

    .page_bayihome_super_time_one {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    .page_bayihome_super_time_two {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    .row_eleven {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    span.page_bayihome_date {
        font-size: 16px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_date_ {
        font-size: 14px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
    }

    span.page_bayihome_time {
        font-size: 16px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_time_ {
        font-size: 14px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
    }

    .bayi_homepage_searche_one {
        display: block !important;
    }

    .new_search_bar .info_search_box {
        flex-direction: row !important;
    }

    .lb2b-urun-box {
        border: 2px solid #006FB7
    }

    .lb2b-urun-box .lb2b-manufacturer {
        text-align: left;
    }

    .lb2b-title span {
        font-size: 13px;
        font-weight: 400;
        line-height: 16.5px;
        text-align: left;
    }

    .m_list_view .lb2b-urn-kdu {
        font-size: 10px;
        line-height: 14px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 4px;
        margin-bottom: 3px;
        align-items: center;
    }

    .bayiproduct_list_mobile_ {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
    }

    .lb2b-price {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .dv-img-circle-mbl1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-dot.lb2b-dot-mbl-1 span strong {
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        text-align: center;
        color: #212529;
        opacity: 1;
    }

    .lb2b_svg_i_tags svg {
        width: 15px;
        height: 15px;
        background: #006fb7;
        border-radius: 50%;
        margin-top: 2px;
        margin-left: 10px;
    }

    .lb2b_svg_i_tags svg path {
        fill: #fff;
    }

    span.dot_class_feature {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .sku_dot_genel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 7px;
    }

    .dot_class_feature_one {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;

    }

    .dot_class_feature_one a {
        font-weight: 600;
    }

    .price_kapasite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lb2b-price {
        display: block;
        text-align: right !important;
        margin-top: 0 !important;
    }

    .buttÄ±n_pricE_sepet {
        width: 148px !important;
        height: 26px !important;
        border-radius: 5px;
        background: #299C1F !important;
        box-shadow: 0px 0px 4px 0px #00000040 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .old-old-price span {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    .discount_price {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }

    .footer-saklÄ±-yazÄ± {
        text-align: center;
        font-size: 14px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .oppor_product .lb2b_bayihome_tages {
        width: 115px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 24% !important;
        left: 14% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b_bayihome_tages {
        width: 125px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 21% !important;
        left: 20% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-urun-box {
        position: relative;
    }

    .lb2b-tags-box svg g path {
        fill: #092C44 !important;
    }

    .mbl_bayihome {
        padding: 0 10px;
    }

    .mbl_bayihome .owl-stage-outer {
        padding: 0 55px;
    }

    .lb2b-title_bayihome {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 19.5px !important;
        text-align: left !important;
        color: #092C44;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

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

    #sku_dot_time {
        justify-content: flex-start !important;
        gap: 26px !important;
    }

    #lb2b-bayi_home_bilgi_price {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #lb2b_batihome_text_alinge_font_css a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: center
    }

    #sepete_ekel {
        width: 40px !important;
        height: 36px !important;
        border-radius: 5px;
    }

    #sepete_ekel span {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        display: block;
    }

    .mbl_bayihome {
        width: 105% !important;
        padding-left: 0;
        position: relative;
        left: -3px;
    }

    .delear_home_page_item_image {
        width: 131px;
        height: 48px;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-15 span , .w-15 .footer_social {
        width: 36px;
        height: 36px;
        border-radius: 20px;
        background: linear-gradient(0deg, #092C44, #092C44),
        linear-gradient(0deg, #092C44, #092C44);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }


    .wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color {
        position: relative;
        top: 0px;
    }

    .border-top-or-border-bottom-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme.delear_home_page_owl_carousel.owl-loaded.owl-drag {
        position: relative;
        bottom: -15px;
    }

    #bayi_lastik_yÃ¶netim {
        margin: 0;
    }

    #bayi_homepage_searche {
        position: relative;
    }

    .style-js-header-navbar-yeni {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .new_search_bar .info_search_box input {
        margin-right: 0px;
    }

}

@media (min-width: 375px) and (max-width: 413px) {
    button#sidebar_opener {
        display: flex;
        flex-direction: column;
    }

    .sidebar__span {
        font-size: 10px;
        font-weight: 500;
    }

    .mob_cari-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #dropdown__id_genel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob_login_sec {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .owl_carousel_category_genel {
        display: block !important;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-nav {
        display: none;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-dots {
        display: none;
    }

    .carousel_item_image img {
        width: 45px !important;
        height: 41px;
    }

    .carousel_genel_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .carousel-item_title {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel_item_image {
        background: transparent;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        border: 2px solid #006FB7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel_item_image span {
        width: 63px;
        height: 63px;
        background: #006FB7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bayi_homepage_slider .owl-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }

    #bayi_homepage_slider .owl-dots .owl-dot.active span {
        width: 20px;
        height: 7px;
        background: #FFFFFF !important;
    }

    #bayi_homepage_slider .owl-dots .owl-dot span {
        width: 10px;
        height: 7px;
        background: #BFBFBF;
    }

    .bayi_main_slider {
        margin-top: 10px !important;
    }

    #bayi_homepage_right {
        display: none !important;
    }

    .yeni_navbar_star span {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006fb7;
        border-radius: 50%;
    }

    .yeni_navbar_star {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 37%;
    }


    #bay_homepage_bakiye {
        display: none !important;
    }

    #bayi_homepage_searche .info_search_box {
        margin: 0 !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 23.5px;
        text-align: center;
        color: #002C48 !important;
    }

    #bayi_homepage_searche .info_search_box label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        padding: 0px 10px;
        font-size: 15px;
        text-wrap: nowrap;
    }

    #netlastik_one_genel {
        max-width: 100% !important;
    }

    #bayihome_row {
        width: 100%;
        margin: 0;
    }

    #bayihome_row div {
        width: 100%;
    }

    .new_search_bar {
        border: 2px solid #29B6F6;
        background: #F7F7F7 !important;
        border-radius: 6px;
    }

    span.font_bayihome_lastik {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #002C48;
    }

    .border_bayihome {
        border: 2px solid #CFCFCF;
    }

    button.multiselect.dropdown-toggle.btn.btn-default {
        border: 2px solid #CFCFCF;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    #ara_btn_homepage {
        width: 158px;
        height: 33px;
        border-radius: 5px;
        background: #092C44;
        font-weight: 600;
        font-size: 13px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .info_search_box-dv-btn span {
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 16.5px !important;
        color: #092C44 !important;
    }

    .page_bayihome_super_ {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        color: #000000;
        letter-spacing: 0.5px;
    }

    .page_bayihome_super_time_one {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .page_bayihome_super_time_two {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .row_eleven {
        display: flex;
        gap: 15px;
        justify-content: flex-end;
    }

    span.page_bayihome_date {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_date_ {
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
    }

    span.page_bayihome_time {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_time_ {
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
    }

    .bayi_homepage_searche_one {
        display: block !important;
    }

    .new_search_bar .info_search_box {
        flex-direction: row !important;
    }

    .lb2b-urun-box {
        border: 2px solid #006FB7
    }

    .lb2b-urun-box .lb2b-manufacturer {
        text-align: left;
    }

    .lb2b-title span {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lb2b-title_bayihome {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m_list_view .lb2b-urn-kdu {
        font-size: 10px;
        line-height: 8px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 8px;
        margin-bottom: 8px;
        align-items: center;

    }

    .bayiproduct_list_mobile_ {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
    }

    .lb2b-price {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .dv-img-circle-mbl1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-dot.lb2b-dot-mbl-1 span strong {
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        text-align: center;
        color: #212529;
        opacity: 1;
    }

    .lb2b_svg_i_tags svg {
        width: 15px;
        height: 15px;
        background: #006fb7;
        border-radius: 50%;
        margin-top: 2px;
    }

    .lb2b_svg_i_tags svg path {
        fill: #fff;
    }

    span.dot_class_feature {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .sku_dot_genel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 7px;
    }

    .dot_class_feature_one {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;

    }

    .dot_class_feature_one a {
        font-weight: 600;
    }

    .price_kapasite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lb2b-price {
        display: block;
        text-align: right !important;
        margin-top: 0 !important;
    }

    .buttÄ±n_pricE_sepet {
        width: 148px !important;
        height: 26px !important;
        border-radius: 5px;
        background: #299C1F !important;
        box-shadow: 0px 0px 4px 0px #00000040 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .old-old-price span {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    .discount_price {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }

    .oppor_product .lb2b_bayihome_tages {
        width: 135px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 54%;
        left: 15% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b_bayihome_tages {
        width: 135px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 54%;
        left: 28% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-urun-box {
        position: relative;
    }

    .lb2b-tags-box svg g path {
        fill: #092C44 !important;
    }

    .mbl_bayihome {
        padding: 0 10px;
    }

    .mbl_bayihome .owl-stage-outer {
        padding: 0 55px;
    }

    .lb2b-title_bayihome {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 19.5px !important;
        text-align: left !important;
        color: #092C44;
    }

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

    #sku_dot_time {
        justify-content: flex-start !important;
        gap: 26px !important;
    }

    #lb2b-bayi_home_bilgi_price {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #lb2b_batihome_text_alinge_font_css a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: center
    }

    #sepete_ekel {
        width: 40px !important;
        height: 36px !important;
        border-radius: 5px;
    }

    #sepete_ekel span {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        display: block;
    }

    .mbl_bayihome {
        width: 105% !important;
        padding-left: 0;
        position: relative;
        left: -3px;
    }

    .delear_home_page_item_image {
        width: 131px;
        height: 48px;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-15 span, .w-15 .footer_social {
        width: 36px;
        height: 36px;
        border-radius: 20px;
        background: linear-gradient(0deg, #092C44, #092C44),
        linear-gradient(0deg, #092C44, #092C44);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color {
        position: relative;
        top: 0px;
    }

    .border-top-or-border-bottom-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme.delear_home_page_owl_carousel.owl-loaded.owl-drag {
        position: relative;
        bottom: -15px;
    }

    #bayi_lastik_yÃ¶netim {
        margin: 0;
    }

    #bayi_homepage_searche {
        position: relative;
    }

    .style-js-header-navbar-yeni {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .new_search_bar .info_search_box input {
        margin-right: 0px;
    }

}


@media (min-width: 414px) and (max-width: 767px) {
    button#sidebar_opener {
        display: flex;
        flex-direction: column;
    }

    .sidebar__span {
        font-size: 10px;
        font-weight: 500;
    }

    .mob_cari-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #dropdown__id_genel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob_login_sec {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .owl_carousel_category_genel {
        display: block !important;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-nav {
        display: none;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-dots {
        display: none;
    }

    .carousel_item_image img {
        width: 45px !important;
        height: 41px;
    }

    .carousel_genel_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .carousel-item_title {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel_item_image {
        background: transparent;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        border: 2px solid #006FB7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel_item_image span {
        width: 63px;
        height: 63px;
        background: #006FB7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bayi_homepage_slider .owl-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }

    #bayi_homepage_slider .owl-dots .owl-dot.active span {
        width: 20px;
        height: 7px;
        background: #FFFFFF !important;
    }

    #bayi_homepage_slider .owl-dots .owl-dot span {
        width: 10px;
        height: 7px;
        background: #BFBFBF;
    }

    .bayi_main_slider {
        margin-top: 10px !important;
    }

    #bayi_homepage_right {
        display: none !important;
    }

    .yeni_navbar_star span {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006fb7;
        border-radius: 50%;
    }

    .yeni_navbar_star {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 37%;
    }


    #bay_homepage_bakiye {
        display: none !important;
    }

    #bayi_homepage_searche .info_search_box {
        margin: 0 !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 23.5px;
        text-align: center;
        color: #002C48 !important;
    }

    #bayi_homepage_searche .info_search_box label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        padding: 0px 10px;
        font-size: 15px;
    }

    #netlastik_one_genel {
        max-width: 100% !important;
    }

    #bayihome_row {
        width: 100%;
        margin: 0;
    }

    #bayihome_row div {
        width: 100%;
    }

    .new_search_bar {
        border: 2px solid #29B6F6;
        background: #F7F7F7 !important;
        border-radius: 6px;
    }

    span.font_bayihome_lastik {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #002C48;
    }

    .border_bayihome {
        border: 2px solid #CFCFCF;
    }

    button.multiselect.dropdown-toggle.btn.btn-default {
        border: 2px solid #CFCFCF;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    #ara_btn_homepage {
        width: 100%;
        height: 33px;
        border-radius: 5px;
        background: #006FB7;
        font-weight: 600;
        font-size: 13px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .page_bayihome_super_ {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        color: #000000;
        letter-spacing: 0.5px;
    }

    .page_bayihome_super_time_one {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .page_bayihome_super_time_two {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .row_eleven {
        display: flex;
        gap: 15px;
        justify-content: flex-end;
    }

    span.page_bayihome_date {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_date_ {
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
    }

    span.page_bayihome_time {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_time_ {
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
    }

    .bayi_homepage_searche_one {
        display: block !important;
    }

    .new_search_bar .info_search_box {
        flex-direction: row !important;
    }

    .lb2b-urun-box {
        border: 2px solid #006FB7
    }

    .lb2b-urun-box .lb2b-manufacturer {
        text-align: left;
    }

    .lb2b-title span {
        font-size: 13px;
        font-weight: 400;
        line-height: 16.5px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m_list_view .lb2b-urn-kdu {
        font-size: 10px;
        line-height: 8px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 8px;
        margin-bottom: 8px;
        align-items: center;
    }

    .bayiproduct_list_mobile_ {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
    }

    .lb2b-price {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .dv-img-circle-mbl1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-dot.lb2b-dot-mbl-1 span strong {
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        text-align: center;
        color: #212529;
        opacity: 1;
    }

    .lb2b_svg_i_tags svg {
        width: 15px;
        height: 15px;
        background: #006fb7;
        border-radius: 50%;
        margin-top: 2px;
        margin-left: 10px;
    }

    .lb2b_svg_i_tags svg path {
        fill: #fff;
    }

    span.dot_class_feature {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .sku_dot_genel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 7px;
    }

    .dot_class_feature_one {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;

    }

    .dot_class_feature_one a {
        font-weight: 600;
    }

    .price_kapasite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lb2b-price {
        display: block;
        text-align: right !important;
        margin-top: 0 !important;
    }

    .buttÄ±n_pricE_sepet {
        width: 148px !important;
        height: 26px !important;
        border-radius: 5px;
        background: #299C1F !important;
        box-shadow: 0px 0px 4px 0px #00000040 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .old-old-price span {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    .discount_price {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }

    .lb2b_bayihome_tages {
        width: 135px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 54%;
        left: 14%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-urun-box {
        position: relative;
    }

    .lb2b-tags-box svg g path {
        fill: #092C44 !important;
    }

    .mbl_bayihome {
        padding: 0 10px;
    }

    .mbl_bayihome .owl-stage-outer {
        padding: 0 55px;
    }

    .lb2b-title_bayihome {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 19.5px !important;
        text-align: left !important;
        color: #092C44;
    }

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

    #sku_dot_time {
        justify-content: flex-start !important;
        gap: 26px !important;
    }

    #lb2b-bayi_home_bilgi_price {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #lb2b_batihome_text_alinge_font_css a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: center
    }

    #sepete_ekel {
        width: 40px !important;
        height: 36px !important;
        border-radius: 5px;
    }

    #sepete_ekel span {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        display: block;
    }

    .mbl_bayihome {
        width: 105% !important;
        padding-left: 0;
        position: relative;
        left: -3px;
    }

    .delear_home_page_item_image {
        width: 131px;
        height: 48px;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-15 span, .w-15 .footer_social {
        width: 36px;
        height: 36px;
        border-radius: 20px;
        background: linear-gradient(0deg, #092C44, #092C44),
        linear-gradient(0deg, #092C44, #092C44);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color {
        position: relative;
        top: -85px;
        left: 15px;
    }

    .border-top-or-border-bottom-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme.delear_home_page_owl_carousel.owl-loaded.owl-drag {
        position: relative;
        bottom: -15px;
    }

    #bayi_lastik_yÃ¶netim {
        margin: 0;
    }

    #bayi_homepage_searche {
        position: relative;
    }

    .style-js-header-navbar-yeni {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .new_search_bar .info_search_box input {
        margin-right: 0px;
    }

}


.bayi_homepage_searche_one {
    display: none;
}

#bayi_homepage_right {
    display: block;
}

#bay_homepage_bakiye {
    display: block;
}

.owl_carousel_category_genel {
    display: none;
}

@media (min-width: 200px) and (max-width: 767px) {
    #bayi_homepage_searche.new_search_bar {
        padding: 15px 0px 15px 0px;
        width: 100%;
        margin: 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 4000px) {
    .mbl_bayihome {
        display: none !important;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    #bayi_homepage_searche.new_search_bar {
        padding: 15px 0px 15px 0px;
    }

}

@media (min-width: 200px) and (max-width: 320px) {
    .sku_dot_genel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 7px;
    }

    .oppor_product .lb2b-title span {
        min-height: 50px;
    }


}

@media (min-width: 321px) and (max-width: 370px) {
    .sku_dot_genel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 7px;
    }

    .oppor_product .lb2b-title span {
        min-height: 50px;
    }


}

#istabletdisaplynone {
    display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .oppor_product {
        margin-bottom: -10px;
    }

    #istabletdisaplyblock {
        display: none;
    }

    #istabletdisaplynone {
        display: block;
    }

    .hddtable {
        display: none;
    }

    button#sidebar_opener {
        display: flex;
        flex-direction: column;
    }

    .sidebar__span {
        font-size: 10px;
        font-weight: 500;
    }

    .mob_cari-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #dropdown__id_genel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob_login_sec {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .owl_carousel_category_genel {
        display: block !important;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-nav {
        display: none;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-dots {
        display: none;
    }

    .carousel_item_image img {
        width: 45px !important;
        height: 41px;
    }

    .carousel_genel_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .carousel-item_title {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel_item_image {
        background: transparent;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        border: 2px solid #006FB7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel_item_image span {
        width: 63px;
        height: 63px;
        background: #006FB7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bayi_homepage_slider .owl-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }

    #bayi_homepage_slider .owl-dots .owl-dot.active span {
        width: 20px;
        height: 7px;
        background: #FFFFFF !important;
    }

    #bayi_homepage_slider .owl-dots .owl-dot span {
        width: 10px;
        height: 7px;
        background: #BFBFBF;
    }

    .bayi_main_slider {
        margin-top: 10px !important;
    }

    #bayi_homepage_right {
        display: none !important;
    }

    .yeni_navbar_star span {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006fb7;
        border-radius: 50%;
    }

    .yeni_navbar_star {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 37%;
    }

    #bay_homepage_bakiye {
        display: none !important;
    }

    #bayi_homepage_searche .info_search_box {
        margin: 0 !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 23.5px;
        text-align: center;
        color: #002C48 !important;
        margin-top: 13px !important;
    }

    #bayi_homepage_searche .info_search_box label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        padding: 0px 10px;
        font-size: 15px;
    }

    #netlastik_one_genel {
        max-width: 100% !important;
    }

    #bayihome_row {
        width: 100%;
        margin: 0;
    }

    #bayihome_row div {
        width: 100%;
    }

    .new_search_bar {
        border: 2px solid #29B6F6;
        background: #F7F7F7 !important;
        border-radius: 6px;
    }

    span.font_bayihome_lastik {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #002C48;
    }

    .border_bayihome {
        border: 2px solid #CFCFCF;
    }

    button.multiselect.dropdown-toggle.btn.btn-default {
        border: 2px solid #CFCFCF;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    #ara_btn_homepage {
        width: 100%;
        height: 33px;
        border-radius: 5px;
        background: #006FB7;
        font-weight: 600;
        font-size: 13px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .page_bayihome_super_ {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        color: #000000;
        letter-spacing: 0.5px;
    }

    .page_bayihome_super_time_one {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .page_bayihome_super_time_two {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .row_eleven {
        display: flex;
        gap: 15px;
        justify-content: flex-end;
    }

    span.page_bayihome_date {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_date_ {
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
    }

    span.page_bayihome_time {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_time_ {
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
    }

    .bayi_homepage_searche_one {
        display: block !important;
    }

    .new_search_bar .info_search_box {
        flex-direction: row !important;
    }

    .lb2b-urun-box {
        border: 2px solid #006FB7
    }

    .lb2b-urun-box .lb2b-manufacturer {
        text-align: left;
    }

    .lb2b-title span {
        font-size: 11px;
        font-weight: 400;
        line-height: 16.5px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lb2b-urn-kdu {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
    }

    .bayiproduct_list_mobile_ {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .lb2b-price {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .dv-img-circle-mbl1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-dot.lb2b-dot-mbl-1 span strong {
        font-size: 14px;
        font-weight: bold;
        line-height: 15px;
        text-align: center;
    }

    span.dot_class_feature {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .sku_dot_genel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dot_class_feature_one {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;

    }

    .price_kapasite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lb2b-price {
        display: block;
        text-align: right !important;
        margin-top: 0 !important;
    }

    .buttÄ±n_pricE_sepet {
        width: 148px !important;
        height: 26px !important;
        border-radius: 5px;
        background: #299C1F !important;
        box-shadow: 0px 0px 4px 0px #00000040 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .old-old-price span {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    .discount_price {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }

    .lb2b_bayihome_tages {
        width: 115px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 54%;
        left: 14%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-urun-box {
        position: relative;
    }

    .lb2b-tags-box svg g path {
        fill: #092C44 !important;
    }

    .mbl_bayihome {
        padding: 0 10px;
    }

    .mbl_bayihome .owl-stage-outer {
        padding: 0 55px;
    }

    .lb2b-title_bayihome {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 19.5px !important;
        text-align: left !important;
        color: #092C44;
    }

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

    #sku_dot_time {
        justify-content: flex-start !important;
        gap: 26px !important;
    }

    #lb2b-bayi_home_bilgi_price {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #lb2b_batihome_text_alinge_font_css a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: center
    }

    #sepete_ekel {
        width: 40px !important;
        height: 36px !important;
        border-radius: 5px;
    }

    #sepete_ekel span {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        display: block;
    }

    .mbl_bayihome {
        width: 105% !important;
        padding-left: 0;
        position: relative;
        left: -3px;
    }

    .delear_home_page_item_image {
        width: 131px;
        height: 48px;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-15 span, .w-15 .footer_social {
        width: 36px;
        height: 36px;
        border-radius: 20px;
        background: linear-gradient(0deg, #092C44, #092C44),
        linear-gradient(0deg, #092C44, #092C44);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color {
        position: relative;
        top: 0px;
    }

    .border-top-or-border-bottom-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme.delear_home_page_owl_carousel.owl-loaded.owl-drag {
        position: relative;
        bottom: -15px;
    }

    #bayi_lastik_yÃ¶netim {
        margin: 0;
    }

    #bayi_homepage_searche {
        position: relative;
    }

    .style-js-header-navbar-yeni {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .new_search_bar .info_search_box input {
        margin-right: 0px;
    }

    .new_search_bar {
        padding: 15px 0px 15px !important;
    }


    .urun-kutusu-mbl-dv-1 .lb2b-urun-box {
        margin-bottom: 15px;
        padding-left: 6px;
        overflow: hidden;
    }

    .lb2b-tags-box svg path {
        fill: #9b9ea1 !important;
    }

    .old-price {
        font-size: 10px;
        color: #bfbfbf !important;
        text-decoration: line-through;
        display: inline-block;
    }

    span.text-semibold {
        font-size: 13px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }


    #bayihome_mobile_product_list_price {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    #sku_dot_time span {
        font-size: 12px;
    }

    .brand_slide {
        margin-bottom: -15px;
    }

    .disc_oran {
        bottom: -20px !important;
    }

    .lb2b_svg_i_tags svg {
        width: 15px;
        height: 15px;
        background: #006fb7;
        border-radius: 50%;
        margin-left: 5px;
    }

    .lb2b_svg_i_tags svg path {
        fill: #fff;
    }

    .mobil_info_sflex_box {
        display: flex;
    }


}


@media (min-width: 1024px) and (max-width: 1279px) {
    .lb2b_svg_i_tags svg {
        width: 15px;
        height: 15px;
        background: #006fb7;
        border-radius: 50%;
    }

    .lb2b_svg_i_tags svg path {
        fill: #fff;
    }

    .mobil_info_sflex_box {
        display: flex;
        align-items: center;
        gap: 15px

    }


    button#sidebar_opener {
        display: flex;
        flex-direction: column;
    }

    .sidebar__span {
        font-size: 10px;
        font-weight: 500;
    }

    .mob_cari-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #dropdown__id_genel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob_login_sec {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .owl_carousel_category_genel {
        display: block !important;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-nav {
        display: none;
    }

    .owl_carousel_category_genel .owl_carousel_category .owl-dots {
        display: none;
    }

    .carousel_item_image img {
        width: 45px !important;
        height: 41px;
    }

    .carousel_genel_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .carousel-item_title {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel_item_image {
        background: transparent;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        border: 2px solid #006FB7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel_item_image span {
        width: 63px;
        height: 63px;
        background: #006FB7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bayi_homepage_slider .owl-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }

    #bayi_homepage_slider .owl-dots .owl-dot.active span {
        width: 20px;
        height: 7px;
        background: #FFFFFF !important;
    }

    #bayi_homepage_slider .owl-dots .owl-dot span {
        width: 10px;
        height: 7px;
        background: #BFBFBF;
    }

    .bayi_main_slider {
        margin-top: 10px !important;
    }

    #bayi_homepage_right {
        display: none !important;
    }

    .yeni_navbar_star span {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #006fb7;
        border-radius: 50%;
    }

    .yeni_navbar_star {
        width: 21px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        left: 37%;
    }

    #bay_homepage_bakiye {
        display: none !important;
    }

    #bayi_homepage_searche .info_search_box {
        margin: 0 !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 23.5px;
        text-align: center;
        color: #002C48 !important;
        margin-top: 13px !important;
    }

    #bayi_homepage_searche .info_search_box label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        padding: 0px 10px;
        font-size: 15px;
        text-wrap: nowrap;
        margin-bottom: 0px;
        margin-right: 40px;
    }

    #netlastik_one_genel {
        max-width: 100% !important;
    }

    #bayihome_row {
        width: 100%;
        margin: 0;
    }

    #bayihome_row div {
        width: 100%;
    }

    .new_search_bar {
        border: 2px solid #29B6F6;
        background: #F7F7F7 !important;
        border-radius: 6px;
    }

    span.font_bayihome_lastik {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #002C48;
    }

    .border_bayihome {
        border: 2px solid #CFCFCF;
    }

    button.multiselect.dropdown-toggle.btn.btn-default {
        border: 2px solid #CFCFCF;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    #ara_btn_homepage {
        width: 100%;
        height: 33px;
        border-radius: 5px;
        background: #006FB7;
        font-weight: 600;
        font-size: 13px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .page_bayihome_super_ {
        font-size: 15px;
        font-weight: 700;
        line-height: 18.15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        color: #000000;
        letter-spacing: 0.5px;
    }

    .page_bayihome_super_time_one {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .page_bayihome_super_time_two {
        width: 92px;
        height: 36px;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .row_eleven {
        display: flex;
        gap: 15px;
        justify-content: flex-end;
    }

    span.page_bayihome_date {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_date_ {
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
    }

    span.page_bayihome_time {
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
    }

    span.page_bayihome_time_ {
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
    }

    .bayi_homepage_searche_one {
        display: block !important;
    }

    .new_search_bar .info_search_box {
        flex-direction: row !important;
    }

    .lb2b-urun-box {
        border: 2px solid #006FB7
    }

    .lb2b-urun-box .lb2b-manufacturer {
        text-align: left;
    }

    .lb2b-title span {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.5px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lb2b-urn-kdu {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
    }

    .bayiproduct_list_mobile_ {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .lb2b-urun-box .lb2b-title {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .lb2b-price {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .dv-img-circle-mbl1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-dot.lb2b-dot-mbl-1 span strong {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        text-align: center;
    }

    span.dot_class_feature {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .sku_dot_genel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dot_class_feature_one {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.05em;
        text-align: center;

    }

    .price_kapasite {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lb2b-price {
        display: block;
        text-align: right !important;
        margin-top: 0 !important;
    }

    .buttÄ±n_pricE_sepet {
        width: 148px !important;
        height: 26px !important;
        border-radius: 5px;
        background: #299C1F !important;
        box-shadow: 0px 0px 4px 0px #00000040 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .old-old-price span {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #000000;
    }

    .discount_price {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }

    .lb2b_bayihome_tages {
        width: 115px;
        height: 26px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px 1px;
        border-radius: 3px;
        position: absolute;
        top: 54%;
        left: 14%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lb2b-urun-box {
        position: relative;
    }

    .lb2b-tags-box svg g path {
        fill: #092C44 !important;
    }

    .mbl_bayihome {
        padding: 0 10px;
    }

    .mbl_bayihome .owl-stage-outer {
        padding: 0 55px;
    }

    .lb2b-title_bayihome {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 19.5px !important;
        text-align: left !important;
        color: #092C44;
    }

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

    #sku_dot_time {
        justify-content: flex-start !important;
        gap: 26px !important;
    }

    #lb2b-bayi_home_bilgi_price {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #lb2b_batihome_text_alinge_font_css a {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: center
    }

    #sepete_ekel {
        width: 40px !important;
        height: 36px !important;
        border-radius: 5px;
    }

    #sepete_ekel span {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        display: block;
    }

    .mbl_bayihome {
        width: 105% !important;
        padding-left: 0;
        position: relative;
        left: -3px;
    }

    .delear_home_page_item_image {
        width: 131px;
        height: 48px;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-15 span, .w-15 .footer_social {
        width: 36px;
        height: 36px;
        border-radius: 20px;
        background: linear-gradient(0deg, #092C44, #092C44),
        linear-gradient(0deg, #092C44, #092C44);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .wws-popup__open-btn.wws-shadow.wws--text-color.wws--bg-color {
        position: relative;
        top: 0px;
    }

    .border-top-or-border-bottom-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme.delear_home_page_owl_carousel.owl-loaded.owl-drag {
        position: relative;
        bottom: -15px;
    }

    #bayi_lastik_yÃ¶netim {
        margin: 0;
    }

    #bayi_homepage_searche {
        position: relative;
    }

    .style-js-header-navbar-yeni {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .new_search_bar .info_search_box input {
        margin-right: 0px;
    }

    .new_search_bar {
        padding: 15px 0px 15px !important;
    }


    .urun-kutusu-mbl-dv-1 .lb2b-urun-box {
        margin-bottom: 15px;
        padding-left: 6px;
        overflow: hidden;
    }

    .lb2b-tags-box svg path {
        fill: #9b9ea1 !important;
    }

    .old-price {
        font-size: 13px;
        color: #bfbfbf !important;
        text-decoration: line-through;
        display: inline-block;
    }

    span.text-semibold {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #006FB7;
    }


    #bayihome_mobile_product_list_price {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    #sku_dot_time span {
        font-size: 14px;
    }

    .brand_slide {
        margin-bottom: -15px;
    }

    .disc_oran {
        bottom: -20px !important;
    }

    .hddtable {
        display: none;
    }

    .lastik_container .pvr-box {
        border: 0px !important;
    }

    .lb2b-table-mobile .col-12.col-lg-6:nth-child(odd) .lb2b-urun-box {
        margin-right: 0px !important;
    }

    .lb2b-table-mobile .col-12.col-lg-6:nth-child(even) .lb2b-urun-box {
        margin-left: 0px !important;
    }

    .lb2b_svg_i_tags svg {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {


    .nav_info_box {
        font-size: 12px !important;
    }

    .new_nav_menu .navbar a {
        margin-right: 10px !important;
        font-size: 15px;
    }

    #bayi_homepage_right {
        display: none;
    }

		
    .new_search_bar .info_search_box .ara_btn {
        font-size: 16px !important;
    }

    .table.table-separate.table-extended .buton .button-cart {
        max-width: 50px;
    }

    .buton {
        min-width: 50px;
        margin-left: auto;
    }

    .table.table-separate tbody td {
        padding: 10px 5px;
    }

    .lastik_containe .pvr-wrapper.col-lg-12.mob_clear_pad {
        margin-bottom: 30px;
    }


}


.imgw_depo {
    width: 20px;
    margin-right: 7px;
}

.truck_inf {
    margin-left: 7px;
    color: red;
    font-size: 11px;
    float: right;
    padding-top: 10px;
}


@media (min-width: 200px) and (max-width: 500px) {
    .copyright {
        text-align: center;
    }

    .truck_inf {
        float: left;
    }

    #modal_sepet_form tr td {
        vertical-align: middle;
    }

    .pvr-header {
        font-size: 22px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    div#company {
        padding: 0;
    }

    #excel {
        margin-top: 0;
    }

    .sube-carousel .owl-nav {
        display: none;
    }
}

.lastik_container.mt-3 {
    min-height: 56vh;
}

.col-md-9 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

table.table.table-separate.table-extended.table-hover {
    margin-bottom: 0 !important;
}

@media (min-width: 820px) {
    #bayi_homepage_searche .lastik_container .row {
        max-width: 100%;
        margin: 0;
        position: relative;
    }

    p.text-muted.text-truncate.font-size-15.mb-1 {
        margin-bottom: 0 !important;
        line-height: 1;
    }

    ul.pagination.pagination-flat.pagination-sm {
        margin-top: 1rem;
    }
}


@media (min-width: 414px) {
    .m_list_view .lb2b-urn-kdu {
        font-size: 12px;
    }

    div#rft-rft-one span {
        position: relative;
        bottom: -3px;
    }

    .info_search_box.info_search_box-dv-btn span {
        bottom: -3px;
        position: relative;
    }

    #raporlar-yeni a.dropdown-item {
        height: 45px;
        display: flex;
        align-items: center;
        width: 225px;
        margin: 0 auto;
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    div#rft-rft-one span {
        position: relative;
        bottom: -3px;
    }

    .info_search_box.info_search_box-dv-btn span {
        bottom: -3px;
        position: relative;
    }

    #raporlar-yeni a.dropdown-item {
        height: 45px;
        display: flex;
        align-items: center;
        width: 225px;
        margin: 0 auto;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    div#rft-rft-one span {
        position: relative;
        bottom: -3px;
    }

    .info_search_box.info_search_box-dv-btn span {
        bottom: -3px;
        position: relative;
    }

    #display_block_svg_i {
        display: block !important;
    }

    #display_none_svg_i {
        display: none;
    }

    .m_list_view .lb2b-urn-kdu {
        font-size: 11px;
    }

    #raporlar-yeni a.dropdown-item {
        height: 45px;
        display: flex;
        align-items: center;
        width: 225px;
        margin: 0 auto;
    }
}

@media (min-width: 375px) and (max-width: 412px) {
    .m_list_view .lb2b-urn-kdu {
        font-size: 12px;
        line-height: 8px;
        text-align: left;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 8px;
        margin-bottom: 8px;
        align-items: center;
    }

    #raporlar-yeni a.dropdown-item {
        height: 45px;
        display: flex;
        align-items: center;
        width: 225px;
        margin: 0 auto;
    }
}

.bayi_title_en_orta {
    width: 100%;
}

textarea.form-control:focus {
    box-shadow: 0px 1px 5px -1px #00000040 !important;
}

@media (max-width: 768px) {
    .current svg path, .current {
        color: #ffffff !important;
        fill: #ffffff !important;
    }

    a.dropdown-item.current:active {
        background: transparent !important;
        color: #ffffff !important;
    }

    .lb2b-title span:hover {
        white-space: normal;
    }

    .footer-saklÄ±-yazÄ± strong {
        margin-right: 5px;
    }

    .bayi_indirim_urun .owl-dot.active span {
        background: #006FB7 !important;
        box-shadow: 0px 0px 8px 0px #00000040;
        width: 20px !important;
        height: 7px !important;
        margin-right: 0 !important;
        transition: .4s ease;
    }

    .bayi_indirim_urun .owl-dots {
        margin-top: 0 !important;
        transition: .4s ease;
    }

    .bayi_indirim_urun .owl-dot span {
        width: 10px !important;
        height: 7px !important;
        background: #BFBFBF !important;
        margin-right: 0 !important;
        transition: .4s ease;
    }

    .disc_oran {
        bottom: -100px !important;
    }

    img#ssss_genel_resim_indirim {
        position: absolute;
        bottom: -125px;
        z-index: 0;
    }

    #ssss_detay_indirim {
        position: relative;
        z-index: 2;
    }
}
