/*# sourceMappingURL=custom.min.css.map */
.youtubebtn {
    background-color: #FF0000;
    color: #fff;
}

    .youtubebtn:hover {
        background-color: #bb0000 !important;
        color: #fff !important
    }

.facebookbtn {
    background-color: #4267B2;
    color: #fff;
}

    .facebookbtn:hover {
        background-color: #3b5998 !important;
        color: #fff !important
    }

.instagrambtn {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#fff;
}

    .instagrambtn:hover {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); color: #fff !important
    }

.twitterbtn {
    background-color: #55acee;
    color: #fff;
}

    .twitterbtn:hover {
        background-color: #0c7abf !important;
        color: #fff !important
    }

.linkedinbtn {
    background-color: #04669A;
    color: #fff;
}

    .linkedinbtn:hover {
        background-color: #00aced !important;
        color: #fff !important
    }

.textyazi {
    color: #e3a5b0
}

.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #878a99 !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--vz-input-border) !important;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height:34px !important
    }

    .mobilayarright {
        float: right;
        text-align: right;
        right: 0
    }
.sepetguncellebutton {
    margin: -6px 0px 0px 0px;
    padding: 5px 5px 5px 5px; height:38px;
    line-height:38px; display:inline-flex;
}
    .sepetguncellebutton i {
        font-size: 35px;
        margin: -5px 0px 0px 0px;
    }

.font-bold {
    font-weight:bold;
}


.combo-select {
    position: relative;
}

    .combo-select .combo-input {
        margin-bottom: 0;
        padding: 0.5rem 2.0rem 0.5rem 0.9rem;
        border: 1px solid var(--vz-input-border);
        border-radius: 0.25rem;
    }
        .combo-select .combo-input:focus {
            color: var(--vz-body-color);
            background-color: var(--vz-input-bg);
            border-color: var(--vz-input-focus-border);
            outline: 0;
            -webkit-box-shadow: 0 0 0 0 rgb(140 104 205 / 25%);
            box-shadow: 0 0 0 0 rgb(140 104 205 / 25%);
        }
.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height: 34px;
    line-height: 34px;
    padding-right: 34px;
    border-radius: 0px;
    font-size: 14px;
}

    .combo-input:focus {
        outline: none;
    }




.combo-arrow {
    position: absolute;
    right: 3px;
    top: 1px;
    /* bottom: 1px; */
    height: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    width: 37px;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    font-size: .8512rem;
    font-weight: 400;
    color: var(--vz-body-color);


}

    .combo-arrow:before {
        top: -25px;
        display: block;
        width: 0;
        height: 0;
        right: 25px;
        bottom: 0;
        position: absolute;
        margin: auto 0;
    }
/**
 * When opened
 */
.combo-open .combo-arrow {
    border-color: #51A7E8;
}

    .combo-open .combo-arrow:before {
        /*content: "\f106";*/
    }
/**
 * When focused
 */
.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

    .combo-focus input {
        border-color: #51A7E8;
    }
/**
 * Hide native select
 */
.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}
/**
 * Selected option
 */
.option-selected {
    background-color: #eee;
}
/**
 * Hovered option
 */
.option-hover {
    background-color: #dfdfdf;
    color: #454545;
}
/**
 * Option item
 */
.option-item {
    cursor: pointer;
    /*border-bottom: 1px #e3e3e3 solid;*/
}

    .option-item:hover {
        background-color: #efefef;
        color: #454545;
    }

    .option-item:last-child {
        border-bottom: none;
    }
/**
 * Disabled and optgroups
 */
/*.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }*/

/**
 * Disabled
 */
.option-disabled {
    opacity: 0.5;
}
/**
 * Dropdown
 */
.combo-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 270px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

    .combo-dropdown li {
        list-style: none;
        padding: 10px 15px;
        margin: 0 !important;
    }
/**
 * On Active
 */
.combo-open .combo-dropdown {
    /*display: block; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
/**
 * Search marker
 */
.combo-marker {
    text-decoration: underline;
}


.card-input_field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
}

.card-input_button {
    font-size: 30px;
    padding: 5px 15px;
    box-shadow: 3px 10px 20px 0px rgb(73, 135, 228);
}

.willFlip {
    height: 260px;
    position: relative;
    top: 0px;
    z-index: 99;
    color: white;
    background-color: transparent;
    border: none;
}

.front {
    background: rgb(189,189,189);
    background: linear-gradient(90deg, rgba(189,189,189,1) 0%, rgba(228,228,232,1) 58%, rgba(242,242,245,1) 100%);
    border-radius: 5px;
}

.backqq {
    background: rgb(189,189,189);
    background: linear-gradient(90deg, rgba(189,189,189,1) 0%, rgba(228,228,232,1) 58%, rgba(242,242,245,1) 100%);
    border-radius: 5px;
}

.back-middle {
    margin-top: .5rem;
}

.content-parent {
    height: 80vh;
}

#cardCcv {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.front input {
    background-color: transparent !important;
    color: #666;
    font-size: 18px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

    .front input::placeholder {
        color: #666;
        font-size: 23px;
    }
.text-gri {
    color:#666 !important;
}
#expiredMonth {
    text-align: right;
}

#cardNumber {
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
}
.input-date h4 {
    color:#fff;
}
.willActive {
    /*border: solid 1px white !important;*/
}

#cardInput {
    background-image: url('../images/kart/cards.png');
    background-position: 3px 3px;
    background-size: 40px 252px; /* 89 x 560 */
    background-repeat: no-repeat;
    padding-left: 48px;
}
.cardInput {
    background-image: url('../images/kart/cards.png');
    background-position: 3px 3px;
    background-size: 40px 252px; /* 89 x 560 */
    background-repeat: no-repeat;
    padding-left: 48px;
}


#cardNumber {
    height: 100%;
    width:100%;
}

.content-date-input {
    position: relative;
}

#cardHolderValue {
    text-overflow: ellipsis;
}

.card-bar {
    margin-top: 10%;
    background: #ffffff52;
    height: 40px;
}

.backqq .card-body {
    padding: 0;
}

.bd-highlight {
    margin-top: 5px;
    height: 85px;
}

.github-link {
    position: absolute;
    right: 20px;
    top: 20px;
}

.inputFakeFont {
    font-size: 37px !important;
    transition: 0.3s;
    filter: blur(50);
    animation: bounce;
}

.text-left {
    text-align:left
}
.text-right {
    text-align:right
}

.OdemeIndirimYansit2, .OdemeIndirimYansit3 {
    display:none;
}

.mobilgizle {
    display: block;
}
.webgizle {
    display: none;
}

[table-href] {
    cursor: pointer;
}

.urunadikisa {
    width: 300px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 500ms ease;
    float:left;
}

div.dataTables_wrapper div.dataTables_info {
    padding-bottom:11px !important;
}

.stokyildiz {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 11%);
    border: solid 1px #f0f0f0;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 100%;
}
.tablelink {
    cursor:pointer;
}

.duy {
    background-color: #f3f6f9; cursor:pointer;
}

   .duy:hover {
        background-color: #92293b;
        cursor: pointer;
        color: #fff;
    }

    .duy:hover h6, .duy:hover .duyspan {
        color: #fff !important;
    }

.ustdropac {
    position: absolute !important;
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate(0px, 58px) !important;
}







@media screen and (max-width: 1200px) and (min-width: 750px) {
    #cardNumber {
        font-size: 38px;
        text-align: center;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 748px) {
    .content-date-input {
        position: relative;
        right: -38px;
    }
}

@media screen and (max-width: 500px) {
    #cardNumber {
        font-size: 25px;
    }

    .front input {
        background-color: transparent !important;
        color: white;
        font-size: 18px;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

        .front input::placeholder {
            color: white;
            font-size: 18px;
        }

    .slash-text {
        padding: 0px !important;
    }
}

@media screen and (max-width: 420px) {
    .content-date-input {
        right: -23px;
    }
}




















@media (max-width:768px) {
    .mobilayarright {
        float: none;
        text-align: inherit;
        right: inherit
    }
    .marginmobil {
        margin-bottom:15px;
    }

}


@media (max-width:990px) {
    .mobilayarright {
        float: none;
        text-align: inherit;
        right: inherit
    }
    .marginmobil {
        margin-bottom: 15px;
    }
    .mobilgizle {
        display: none;
    }    
    .webgizle {
        display: block;
    }
}