﻿.messagesGiris {
    font-size: 11px;
    color: red;
    border: 1px solid red;
    padding: 5px 10px;
    display: none;
    text-align: center;
}



.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
}

.toast-success {
    background-color: #51a351;
}

.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

.sepeUyariMesajlari {
    background-color: #fce39c;
    padding: 15px;
    border: 1px solid #fbbc05;
    border-radius: 5px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}



/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmarkRadio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmarkRadio {
    background-color: #2196F3 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmarkRadio:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.addressBoxHolder {
    margin: 0 -15px 15px -15px;
    clear: both;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}

.addressBox.isActive {
    border-color: #2196F3;
}

.addressBox {
    height: 170px;
    width: 246px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dedede;
    padding: 15px;
    margin: 15px;
    float: left;
    position: sticky;
    font-size: 13px;
}

.customRadio {
    display: none;
}

.addressBox .customRadio + label {
    width: 100%;
    padding-left: 25px;
}

.customRadio + label {
    cursor: pointer;
    color: inherit;
    width: auto;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 18px;
}

.customRadio:checked + label:before {
    content: "\2022";
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    background-color: #2196F3;
    border-color: #2196F3;
}

.customRadio + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    border: solid 1px #c9c9c9;
    box-sizing: border-box;
    top: 16px;
}

.address {
    font-style: normal;
}

    .address p {
        line-height: 17px;
    }

.address__name {
    color: gray;
    width: 100%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.address__detail {
    margin: 5px 0;
    max-height: 70px;
    overflow: hidden;
}

.statusBtn {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #06c;
    font-size: 11px;
    margin-bottom: -12px;
}

.addressBox.isActive .greenTriangle {
    display: block;
}

.addressBox .greenTriangle {
    display: none;
}

.eror {
    font-size: 11px;
    color: red;
}


.sepeUyariMesajlari {
    background-color: #fce39c;
    padding: 15px;
    border: 1px solid #fbbc05;
    border-radius: 5px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sepetToplamCont {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    border-top: 2px solid #e3e3e3;
    padding: 20px;
    background-color: #ebebeb;
}




/*Kredi Kartı Ödeme Sayfası*/

.kartOdemeCol {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
}

.CardInfo {
    padding: 30px 0 15px 0;
    position: relative;
    z-index: 99;
}

    .CardInfo .gg-ui-txt, .CardInfo .gg-ui-select {
        font-weight: bold;
        font-family: Arial;
        font-size: 14px;
    }

.CardInfoSort {
    display: block;
    position: absolute;
    right: 24px;
    top: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #dddddd transparent transparent;
}
/*.CardInfo ul { border-right: 3px solid #f0f0f0; padding-right: 30px; }*/
.CardInfo ul li {
    margin-bottom: 20px;
}

    .CardInfo ul li.clearfix {
        z-index: 10;
        position: relative;
    }

.CardInfo ol li {
    padding: 3px;
    margin: 0;
}

.CardInfo input.FormInput {
    height: auto;
}

.CardInfo .CardCVC input {
    width: 65px;
}

.posr {
    position: relative;
    z-index: 1;
}

.FormTxt {
    font-weight: normal;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.gg-ui-select-box .gg-ui-select {
    font-size: 15px;
}

.Perspective {
    position: relative;
    height: 196px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

    .Perspective div {
        -webkit-transition: all 600ms ease, opacity 200ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease, opacity 200ms ease;
        -o-transition: all 600ms ease, opacity 200ms ease;
        transition: all 600ms ease, opacity 200ms ease;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .Perspective .past {
        display: none\9;
        opacity: 0;
        -webkit-transform: rotateY( 180deg );
        -moz-transform: rotateY( 180deg );
        -ms-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }

    .Perspective .future {
        display: none\9;
        opacity: 0;
        -webkit-transform: rotateY( -180deg );
        -moz-transform: rotateY( -180deg );
        -ms-transform: rotateY( -180deg );
        -o-transform: rotateY( -180deg );
        transform: rotateY( -180deg );
    }
/*3D Animation*/


/*.Credit Card*/
#CreditCardFront {
    font-family: Courier, Arial;
    width: 270px;
    height: 169px;
    top: 25px;
    float: left;
    position: absolute;
    font-weight: bold;
}

.card-logo-container {
    width: 270px;
    height: 43px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
}

.card-detail-container {
    width: 270px;
    height: 125px;
    background: #333;
    color: #999;
}

#CreditCardFront span, #CreditCardFront strong {
    display: block !important;
    position: absolute;
    font-weight: normal;
}

.focused {
    color: #ccc !important;
}

#CreditCardFront strong {
    color: #8e8e8e;
}

.CardNumber {
    top: 65px;
    left: 20px;
    font-size: 18px;
    color: #ccc;
}

.LastDate {
    left: 120px;
    top: 100px;
    font-size: 14px;
}

.UserName {
    color: #999999;
    top: 137px;
    left: 15px;
    font-size: 14px;
    display: block;
    width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CardLogo {
    position: absolute;
    left: 15px;
    top: 5px;
    display: none;
}

#CreditCardFront .CVCTxt {
    display: none !important;
}

#CreditCardBack {
    font-family: Courier, Arial;
    width: 270px;
    height: 170px;
    background: #333333;
    top: 25px;
    float: left;
    position: absolute;
}

.CVCTxt {
    position: absolute;
    left: 177px;
    top: 96px;
    color: #333 !important;
    font-size: 14px;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    min-height: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgb(227,227,227); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.card-back-band {
    background: #555555;
    width: 100%;
    position: absolute;
    height: 30px;
    top: 15px;
    left: 0;
}

.card-type {
    position: relative !important;
    /*margin: 3px auto;*/
    display: block;
}

    .card-type.VisaC {
        width: 50px;
        height: 30px;
        background: url(/images/Bankalar/visa.png) center center no-repeat;
        background-size: 50px 30px;
    }

    .card-type.MasterC {
        width: 50px;
        height: 30px;
        background: url(/images/Bankalar/master.png) center center no-repeat;
        background-size: 50px 30px;
    }

    .card-type.Amex {
        width: 50px;
        height: 30px;
        /*background: url(//st.gittigidiyor.net/rsrc/payment-steps/img/payment/cart-types-logo/amex.png) center center no-repeat;*/
        background-size: 50px 30px;
    }

    .card-type.Troy {
        width: 50px;
        height: 30px;
        background: url(/images/Bankalar/troy.png) center center no-repeat;
        background-size: 50px 30px;
    }

.CreditCard .FormInputErr {
    margin: 0;
}
/*.Credit Card*/

.card-type-container {
    right: 15px;
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgb(227,227,227);
    background: -moz-linear-gradient(left, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=1 );
}

.bank-commissions-container {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.bankCommissionsForCorp {
    display: none;
}

.payment-options {
    display: none;
}

    .payment-options .ins-names {
        font-size: 14px;
        margin: 10px 0;
    }

    .payment-options .ins-prices {
        font-size: 16px;
        margin: 10px 0;
    }


.loading-container {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 50;
}

.loading-container-img {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: 100;
}

.ShoppingTPrice .loading-container-img {
    left: 39%;
}


#mobile-installment-info-container {
    position: relative;
    margin: 10px 0 20px 0;
}

    #mobile-installment-info-container .mobile-padding {
        padding: 0 10px;
    }


.installment-title {
    font-family: Roboto, 'Arial';
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.show-installments-info {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}

    .show-installments-info.restricted-info-con .restricted-info-text {
        padding-bottom: 0;
    }

.new-restricted-info .show-installments-info,
.new-restricted-info .installment-restricted-text,
.new-restricted-info .has-no-installment {
    padding: 7px 10px 20px 25px;
    display: inline-block;
}

.installment-subtitle {
    font-size: 14px;
    padding-left: 10px;
    color: #999999;
}

.installment-list {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .installment-list:hover .installment-container {
        border: 1px solid #333;
    }

    .installment-list.selected:hover .installment-container {
        border: 1px solid #0654ba;
    }

    .installment-list:last-child {
        margin-bottom: 0;
    }



    .installment-list:first-child .ins-prices {
        margin-top: 10px;
    }


    .installment-list.selected .installment-container {
        border: 1px solid #0654ba;
    }


.installment-check-label {
    display: inline-block !important;
}

.installment-text-label {
    position: relative;
    top: -1px;
    font-size: 14px;
    margin-left: 30px;
}

#payment-options-info .cash-price,
#payment-options-info .installment-price,
#payment-options-info .total-payment-price {
    padding-top: 0 !important;
}

#payment-options-info .cash-price,
#payment-options-info .total-payment-price {
    font-size: 14px;
    color: #333;
}



.ShoppingTotal strike, .strike {
    font-size: 24px;
    color: #999;
    padding-top: 10px;
    display: block;
}

.ShoppingTotal p.strike {
    padding-top: 0;
}

.ShoppingTotal b, .ShoppingTotal strong {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    display: block;
}

    .ShoppingTotal strong.price, .ShoppingTotal strong .price {
        color: #333;
        font-size: 30px;
        display: block;
        padding-top: 10px;
    }


    .ShoppingTotal strike, .strike,
    .ShoppingTotal strong.price, .ShoppingTotal strong .price,
    .ShoppingTotal b, .ShoppingTotal strong {
        font-size: 20px;
        padding-top: 0;
        text-align: center;
    }

.ShoppingTotal b, .ShoppingTotal strong, .general-overall-total-txt, .overall-total-txt {
    color: #333333;
}

    .ShoppingTotal strong.price, .ShoppingTotal strong .price {
        font-weight: bold;
    }


.cvc-payment-step .other-price-info {
    padding-bottom: 20px;
}


.bank-commissions-container, .other-price-info {
    position: relative;
}

a.sublink {
    font-size: 12px;
}

.ShoppingLinks .gg-ui-checkbox + label {
    border-radius: 2px;
}

.ShoppingLinks {
    padding: 15px 0 !important;
}

    .ShoppingLinks table {
        padding-top: 2px;
    }

    .ShoppingLinks tr td {
        padding: 5px 0;
    }

        .ShoppingLinks tr td label {
            line-height: 16px;
        }

.ShoppingLinks {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}

    .ShoppingLinks.shopping-links-margin {
        border-top: 1px solid #ddd;
    }


.sozlesmeCheck {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin: -1px 0 0 -1px;
}

#siparisToplamTutar {
    font-size: 26px !important;
}



.paymentOptionstabs > li {
    width: 104px;
    text-align: center;
    height: 47px;
}

    .paymentOptionstabs > li.active {
        color: #555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

/*Kredi Kartı Ödeme Sayfası*/




.odemeSonucError {
    margin-bottom: 50px;
    background-color: #bf1414;
    color: white;
    padding: 20px 40px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: 300;
}

.card-grid-style-2 {
    height: 411px;
    text-align: center;
    border: 1px solid #D5DFE4;
    padding: 15px;
    margin-bottom: 24px;
    border-radius: 4px;
    width: calc(100% - 1px);
    min-height: 166px;
    transition-duration: 0.2s;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    
}


/* Bayi Hesabım Mega Menü */
.bayi-account-menu {
    width: 690px;
    padding: 0;
    right: 0;
}

.bayi-account-menu,
.bayi-account-menu * {
    font-family: inherit !important;
}

.bayi-account-menu__company {
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    line-height: 22px;
}

.bayi-account-menu__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.1fr;
    gap: 0;
    padding: 18px 0;
}

.bayi-account-menu__col {
    padding: 0 22px;
    border-right: 1px solid #e5e5e5;
}

.bayi-account-menu__col:last-child {
    border-right: none;
}

.bayi-account-menu__col h4 {
    font-size: 15px;
    font-weight: 600;
    color: #245987;
    text-decoration: underline;
    margin: 0 0 8px;
    font-family: inherit !important;

}

.bayi-account-menu__col h4:not(:first-child) {
    margin-top: 16px;
}

.bayi-account-menu__col a {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 0;
    font-family: inherit !important;
}

.bayi-account-menu__col a:hover {
    color: #cb1818;
}

.bayi-account-menu__footer {
    border-top: 1px solid #ebebeb;
    padding: 14px 20px;
}

.bayi-account-menu__footer a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* Mobilde bozulmasın */
@media (max-width: 767.98px) {
    .bayi-account-menu {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        right: -10px;
    }

    .bayi-account-menu__grid {
        grid-template-columns: 1fr;
        padding: 14px 0;
    }

    .bayi-account-menu__col {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        padding: 12px 18px;
    }

    .bayi-account-menu__col:last-child {
        border-bottom: none;
    }
}