﻿/* new */

.pos-info {
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgb(255, 255, 255);
    z-index: 1;
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.pos-info-dis {
    flex: 0.3;
    background-color: #ededed;
}

.pos-info-dis1 {
    flex: 0.7;
}

.dis-rows {
    display: flex;
    flex-direction: row;
}

.ay_cart {
    display: flex;
    justify-content: flex-start !important;
}

.ay_cartimg {
    margin-left: 10px;
}

#card-detail input {
    height: 40px;
}

#card-detail select {
    height: 40px;
}

.ay_cartimg img {
    width: 50px;
}

.virtula_text {
    height: 150px;
    margin: 50px;
    border: 1px solid rgba(0, 0, 0, 0.315);
    border-radius: 20px;
}

.virtula_textarea {
    border: 1px solid rgba(0, 0, 0, 0.315) !important;
    border-radius: 20px;
    height: 150px;
    padding: 0px 10px 0px 50px;
}

.dis-rows1 {
    border: 1px solid #0000003d;
    min-width: 200px;
    margin: 2px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px -2px #f0f0f0;
    background: #ededed;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pos-info-dis-label {
    color: #000;
    border: 1px solid #0000003d;
    min-width: 80px;
    margin: 2px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px -2px #f0f0f0;
    background: #ededed;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dis-rows2 {
    border: 1px solid #0000003d;
    min-width: 200px;
    margin: 2px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px -2px #f0f0f0;
    background: #ededed;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-test {
    flex: 0.5;
    width: 50%;
    min-height: 100px;
    margin-top: 20px !important;
}

.flex-direct {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
}

.flex-direct img {
    position: absolute;
    top: 15px;
}

.display-first {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.left-logo {
    flex: .2;
    width: 120px;
}

.right-link {
    display: flex;
    align-items: center;
}

.select2-selection {
    height: 41px !important;
    width: 100% !important;
}

.select-search {
    display: flex;
    margin: 5px;
    margin-top: -10px;
}

.select-1 {
    flex: 1;
    padding: 2px;
    border-radius: 10px;
    display: flex;
    border: 1px solid #00000082;
    height: 40px;
    background: #88f2fd;
    margin: 3px;
}

.select-1 select {
    border-radius: 10px;
    border: 1px solid gray;
    z-index: 3;
    box-shadow: 4px 0px 1px -1px #0000003d;
    height: 34px !important;
}

.select2-selection--single {
    height: 33px !important;
    border-radius: 10px !important;
}

.select2-selection__arrow {
    height: 33px !important;
}

.select2-container {
    width: 100% !important;
}


/* .select_search {
    width: 100% !important;
} */

.button-clear {
    display: flex;
    flex: 0.1;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 10px;
}

.plasiyer-info {
    width: 90% !important;
    margin: 0 auto !important;
}

.plas-info {
    box-shadow: 0px 10px 8px -3px #00000061;
    border-radius: 10px;
    margin: 0 auto;
}

.plas-blue {
    color: #fff !important;
    background-color: #ededed !important;
    border-radius: 10px;
    margin: 17px;
    text-align: center;
    padding: 5px;
}

.ay-row-mar {
    margin-left: 17px !important;
}

.font-text {
    font-weight: 600;
}

.ay-flex-s {
    flex-direction: column;
    align-items: center;
}

button {
    outline: none !important;
}

input {
    outline: none !important;
}

.text-label {
    text-align: center;
    border: none !important;
}

.box-text {
    height: calc(1.5em + 1rem + 8px) !important;
    padding: .5rem 1.5rem !important;
    line-height: 1.5;
    border-radius: 24px;
    font-size: 16px;
    border-width: 1px !important;
    border-color: #D6D6D6 !important;
    margin-top: 20px;
}

.button-styl {
    color: #fff !important;
    background-color: #5981F6 !important;
    border-color: #5981F6 !important;
    border-radius: 25px !important;
    font-size: 18px;
    padding: .594rem 1.5rem;
    font-weight: 500;
    border-radius: 24px;
    letter-spacing: 0.36px;
    border-width: 1px;
}

#navbar {
    position: fixed;
    margin-top: 0px !important;
    width: 100%;
    transition: top 0.3s;
    background-color: #fff;
    z-index: 1;
}

.disp-search {
    display: flex;
    flex-direction: row;
}

.disp-image {
    flex: 0.5;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-advertisement {
    width: 95%;
    height: 180px;
    border-radius: 20px;
}

.image-advertisement {
    background-size: cover;
    background-position: center;
    background-repeat: round;
}

.costum_disp {
    justify-content: end;
    margin-right: 10px !important;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dataTables_filter input {
    border: 1px solid #00000061;
    border-radius: 8px;
    margin-right: 10px;
}

.ay_lavel_bor {
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
}

.ay_select_ss {
    border: none !important;
    height: 40px !important;
    border-radius: 8px !important;
}

.ay-width {
    height: 10% !important;
}

#img-dokvy {
    border-radius: 50px;
    background-color: #fff;
}

#kl_harkod {
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ay-modal-new {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.ay-footer-new {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.disp-basket-pro {
    margin: 10px;
}

.titie-group {
    font-weight: bold;
}

.disp-image-mid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sipmik-back {
    width: 50px;
    border: none;
    box-shadow: 0px 2px 5px -2px #00000061;
    border-radius: 10px;
    background: #00000017;
    height: 20px;
    text-align: center;
}

.box-shdw {
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}

select::-ms-expand {
    display: none;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.btn-flex-s-1 {
    margin-right: 10px;
}

.select_button {
    background: #fff;
    border: none;
    margin-left: -10px;
    padding-left: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select_button:active {
    box-shadow: inset 0px 0px 5px 1px #8e8e8e;
}

.searh-select-border {
    display: flex;
    flex-direction: row;
    margin-top: -10px;
}

.cari-account {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer-account {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.prey-label {
    border: none !important;
    font-weight: bold;
    padding: 7px !important;
}

.prey-input {
    border-radius: 10px;
}

.fixed-menu {
    width: 100%;
    box-shadow: 0px 7px 8px -4px #00000029;
    margin-top: 200px;
}

#loading {
    display: none;
    width: 100%;
    height: 100%;
    background: #0b08335e;
    z-index: 100;
    overflow: hidden;
    margin-top: 0px;
    top: 0;
    left: 0;
}

.loading {
    position: fixed;
    cursor: default;
    text-shadow: none!important;
    opacity: 1;
    pointer-events: auto;
}

.padd-ii-1 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #07d;
    animation: loading .6s linear infinite;
    z-index: 5;
}

.innerloading {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    display: none;
}

.innerloading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #07d;
    animation: loading .6s linear infinite;
    z-index: 5;
}

.basketcountpanel {
    display: none;
    position: absolute;
    top: -30px;
    right: 15px;
    background: #1943e8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
}

.basketcountpanelimg {
    position: absolute !important;
    top: -23px !important;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.fixed_menu_panels {
    width: 100%;
    height: 100%;
}

.fixed_menu_panel {
    width: 100%;
    height: 100%;
}

#imghover {
    cursor: pointer;
}

#imghover:active {
    opacity: 0.5;
}

.image_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.image_modal button {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
}

.fix-tab {
    display: flex;
    flex-direction: row;
}

.fixtab-1 {
    flex: 1;
}

.btn-flex-s {
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: transparent;
    font-size: 13px;
    box-shadow: 0px -2px 7px -2px #00000075;
}

.active_altbarmenu {
    background: #33db6d;
    color: #fff;
}

.btn-flex-s-active {
    background: #33db6d;
}

.btn-detail-s {
    font-size: 13px;
    background-color: #5e5e5e7a;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px -2px 7px -2px #00000075;
}

.login-prey {
    width: 100%;
    height: 100vh;
}

.acoount-flex {
    display: flex;
    flex-direction: row;
}

.login-left {
    flex: 0.3;
    background-color: white;
    height: 100vh;
    display: flex;
}

.info-right-account {
    flex: 0.7;
    height: 100vh;
    background-color: white;
}

.section-pp {
    margin-left: 5px;
    border-radius: 10px;
    background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    margin-right: 2rem;
    padding: 0.3rem;
    padding-right: 0.3rem;
    padding-right: 2rem;
}

.mine-menu {
    flex: 0.6;
}

.ay-toplam-tutar {
    color: #9b0606 !important;
}

.text-radius-t {
    width: 98%;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #0000005e;
    margin-top: 10px;
    padding: 10px;
}


/* new */

.ay-nav-item {
    /* -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
    text-align: center;
}

.ay-nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.ay-nav-link:hover,
.ay-nav-link:focus {
    text-decoration: none;
}

.companyLogo:hover {
    cursor: pointer;
}

.companyLogo {
    width: 100px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.companyLogo img {
    width: 100%;
}

.ay-popupmenu-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.ay-popupmenu-content div {
    color: white;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    cursor: pointer;
}

.ay-popupmenu-content div:hover {
    background-color: dodgerblue;
}

.black-white {
    background-color: skyblue;
    color: white;
}

.blue-white {
    background-color: blue;
    color: white;
}

.loading {
    width: 150px;
    height: 150px;
    background: transparent url('../Images/loading.gif') no-repeat 0 0 center;
    font-size: 0px;
    display: inline-block;
}

.ay-modal {
    z-index: 3;
    display: flex;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f9f9f9;
}

.ay-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 100%;
    overflow-y: initial !important;
}

.ay-modal-header {
    padding: 2px 16px;
    background-color: #34495e;
    color: white;
}

.ay-modal-body {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: auto;
    background-color: #fff;
    color: black;
}

.ay-modal-footer {
    padding: 2px 16px;
    background-color: #34495e;
    color: white;
}

.ay-input {
    padding: 7px;
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
}

.ay-combobox {
    border: 1px solid #ccc;
    width: 100%;
    height: 30px;
    margin-left: 2px;
}

.ay-label {
    padding: 2px;
    display: block;
    width: 100%;
    border: 1px solid #e7eaed;
    margin-left: 2px;
    margin-right: 2px;
}

.ay-tooltip .ay-tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.ay-tooltip:hover .ay-tooltiptext {
    visibility: visible;
}

.ay-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.ay-close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: 0.3s;
}

.ay-close:hover,
.ay-close:focus {
    color: rgba(0, 0, 0, 0.322);
    text-decoration: none;
    cursor: pointer;
}

.ay-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ay-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ay-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.ay-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.ay-btn-secondary:focus,
.ay-btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.ay-btn-secondary.disabled,
.ay-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.ay-btn-secondary:not(:disabled):not(.disabled):active,
.ay-btn-secondary:not(:disabled):not(.disabled).active,
.show>.ay-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.ay-btn-secondary:not(:disabled):not(.disabled):active:focus,
.ay-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.ay-btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.hidden {
    display: none;
}

.ay-blue,
.ay-hover-blue:hover {
    text-align: center !important;
    color: #0000008c !important;
    font-weight: bold;
    background-color: #fff;
}

.ay-red,
.ay-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.ay-padding {
    padding: 5px;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ay-margin-left05 {
    margin-left: 5px;
}

.ay-margin-left10 {
    margin-left: 10px;
}

.ay-margin-left15 {
    margin-left: 15px;
}

.ay-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
}

.ay-justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.ay-justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.ay-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ay-col {
    float: left;
    width: 100%;
}

.ay-col-1 {
    width: 8.33333%;
}

.ay-col-2 {
    width: 16.66666%;
}

.ay-col-3 {
    width: 24.99999%;
}

.ay-col-4 {
    width: 33.33333%;
}

.ay-col-5 {
    width: 41.66666%;
}

.ay-col-6 {
    width: 49.99999%;
}

.ay-col-7 {
    width: 58.33333%;
}

.ay-col-8 {
    width: 66.66666%;
}

.ay-col-9 {
    width: 74.99999%;
}

.ay-col-10 {
    width: 83.33333%;
}

.ay-col-11 {
    width: 91.66666%;
}

.ay-col-12 {
    width: 99.99999%;
}

.ay-col-auto {
    width: auto;
}

.center {
    text-align: start;
}

.right {
    text-align: start;
}

.w00 {
    min-width: 0%;
    max-width: 0%;
}

.w01 {
    min-width: 1%;
    max-width: 1%;
}

.w02 {
    min-width: 2%;
    max-width: 2%;
}

.w03 {
    min-width: 3%;
    max-width: 3%
}

.w04 {
    min-width: 4%;
    max-width: 4%
}

.w05 {
    min-width: 5%;
    max-width: 5%;
}

.w06 {
    min-width: 6%;
    max-width: 6%;
}

.w07 {
    min-width: 7%;
    max-width: 7%;
}

.w08 {
    min-width: 8%;
    max-width: 8%;
}

.w09 {
    min-width: 9%;
    max-width: 9%;
}

.w10 {
    min-width: 100%;
    max-width: 100%;
}

.w11 {
    min-width: 11%;
    max-width: 11%;
}

.w12 {
    min-width: 100%;
    max-width: 100%;
}

.w15 {
    min-width: 15%;
    max-width: 15%;
}

.w16 {
    min-width: 16%;
    max-width: 16%;
}

.w17 {
    min-width: 17%;
    max-width: 17%;
}

.w18 {
    min-width: 18%;
    max-width: 18%;
}

.w19 {
    min-width: 19%;
    max-width: 19%;
}

.w20 {
    min-width: 100%;
    max-width: 100%;
}

.w25 {
    min-width: 25%;
    max-width: 25%;
}

.w30 {
    min-width: 100%;
    max-width: 100%;
}

.w35 {
    min-width: 35%;
    max-width: 35%;
}

.w40 {
    min-width: 40%;
    max-width: 40%;
}

.w45 {
    min-width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.wauto {
    width: auto;
}

@media only screen and (max-width: 1393px) {
    #menuArea a {
        width: 62px !important;
    }
}

@media only screen and (max-width: 1226px) {
    #menuArea a {
        width: 52px !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 1085px) {
    #menuArea a {
        width: 48px !important;
        font-size: 9px !important;
    }
    .plasiyer-info {
        flex-direction: column;
    }
    .plas-info {
        width: 100%;
    }
    .prey-input {
        width: 100% !important;
    }
    .sanal-pos-row {
        flex-direction: column-reverse;
    }
    .ss-left {
        width: 100% !important;
    }
    .card-right {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1030px) {
    .search-test {
        flex: 1;
    }
    .disp-setting {
        display: none;
    }
    .disp-select {
        display: block !important;
    }
    .acoount-flex {
        flex-direction: column-reverse;
    }
    .login-left {
        justify-content: center;
    }
    .prey-label {
        width: 100% !important;
    }
}

@media only screen and (max-width: 773px) {
    .disp-search {
        flex-direction: column-reverse;
    }
    .search-test {
        width: 100%;
        padding: 20px;
    }
    #menuArea a {
        width: 48px !important;
        font-size: 9px !important;
    }
    .select-1 select {
        font-size: 14px;
    }
    .search_font {
        font-size: 14px;
    }
    .companyLogo img {
        width: 120px;
    }
    .resp-aymodal {
        width: 100% !important;
    }
    .firma-info {
        display: none;
    }
    .log-pp {
        width: 100%;
    }
}

@media only screen and (max-width: 555px) {
    .display-first {
        flex-direction: column;
        text-align: center;
    }
    .top-menu-bar {
        display: flex;
        justify-content: center;
    }
    .search-test {
        width: 100%;
        padding: 20px;
    }
}