/* SEPET SAYFASI */
.cart-content .product-info {
    padding: 0;
    text-align: left;
}

.quantity-content, .delete {
    text-align: center;
}

.delete {
    font-size: 18px;
    color: red;
}

.quantity-content input {
    width: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1dfdf;
    height: 35px;
    border-radius: 3px;
}

.quantity-changer a {
    padding: 2px;
    display: block;
}

.unitName {
    display: none;
}

.product-quantity {
    position: relative;
}

.quantity-changer {
    float: right;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.content-bg {
    background: white;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.cart-content table td {
    vertical-align: middle;
}

.container-price {
    margin-bottom: 15px;
}

.cart-price-type {
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: 35px;
    font-weight: 500;
}
/* .cart-price-type:after {
     content: ":";
     position: absolute;
     right: 0;
}
 */
.cart-price {
    width: 100%;
    position: relative;
    line-height: 35px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 0px;
}

ul.price-info li:last-child .cart-price {
    border-bottom: 0;
}

.bigger {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.order-summary a {
}

.cart-price span {
}

.order-progress-navigation {
    text-align: center;
    width: 100%;
    margin: 35px;
}

    .order-progress-navigation li {
        display: inline-block;
        padding: 0;
    }

        .order-progress-navigation li a {
            padding: 20px;
            border-radius: 50%;
            background: #f7f7f7;
            width: 60px;
            height: 60px;
            margin: 0px auto;
            z-index: 99;
        }

            .order-progress-navigation li a i {
                font-size: 20px;
            }

        .order-progress-navigation li .title {
            margin-top: 12px;
            display: block;
        }

        .order-progress-navigation li:last-child:after {
            display: none;
        }

        .order-progress-navigation li a:hover {
            background: #5ec287 !important;
            color: white;
        }

        .order-progress-navigation li:after {
            content: "";
            width: 50%;
            height: 1px;
            border-top: 1px dashed #e3dede;
            position: absolute;
            top: 30%;
            left: 100%;
            z-index: -1;
        }

.current a {
    background: #fed700 !important;
    color: white;
    position: relative;
}

    .current a:after {
        content: "";
        width: 75px;
        height: 75px;
        border: 1px dashed #fed700;
        display: block;
        position: absolute;
        left: -8px;
        top: -8px;
        border-radius: 50%;
    }

tr.title {
    text-align: center;
}
/* SEPET SAYFASI SONU */
.order-step2-page {
    width: 100%;
    float: left;
}

    .order-step2-page .orderstep2-title {
        width: 33%;
        margin: 0px 1px 10px 2px;
        padding: 30px 20px 20px 25px;
        height: 100px;
        font-size: 25px;
        text-align: center;
        border: 1px solid #e5e5e5;
        background: #fff;
        float: left;
        position: relative;
    }

.border-active {
    border: 1px solid #bdbdbd !important;
}

.orderstep2-left {
    display: block;
    position: relative;
    width: 74.3%;
    float: left;
}

.orderstep2-right {
    width: 25%;
    float: left;
    padding-left: 2%;
}

.order-step2-page-content {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.orderstep2-tab-title {
    /* margin-bottom: 15px;
     */
    border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

    .orderstep2-tab-title ul li {
        display: inline-block;
        margin-right: 5px;
        padding: 12px 22px;
        cursor: pointer;
        font-size: 12px;
        margin-bottom: -1px;
        border-top: 3px solid #fff;
        background-color: #f7f7f7;
        color: #444;
    }

    .orderstep2-tab-title ul .tab-active {
        background-color: #f7f7f7;
        color: #444;
        border-top: 2px solid #6eaee7;
    }

#Delivery {
    display: none;
}

.account-delivery-new-address {
    right: 0;
    cursor: pointer;
    transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    float: left;
    padding: 15px;
    background: #f7f7f7;
    width: 100%;
    border: 1px dashed #dad7d7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    height: 100%;
}

    .account-delivery-new-address a {
        font-size: 14px;
        color: #6eaee7;
    }

.add-btn {
    padding: 8px 15px;
}

.tblShipping-new li {
    width: 25%;
    display: inline-block;
}

    .tblShipping-new li .bp-box {
        display: block;
        height: 270px;
        padding: 15px;
        background-color: #ffffff;
        position: relative;
        border: 1px solid #e9e9e9;
        cursor: pointer;
    }

        .tblShipping-new li .bp-box.active, .tblShipping-new li .bp-box:hover {
            background-color: #f9f9f9;
            border-color: #ededed;
        }

            .tblShipping-new li .bp-box.active:before {
                position: absolute;
                right: -1px;
                top: -1px;
                background: #17a2b8;
                color: #ffffff;
                width: 32px;
                height: 32px;
                font-weight: 900;
                font-family: 'font awesome 5 free';
                font-size: 14px;
                text-align: center;
                content: "\f00c";
                line-height: 32px;
            }

    .tblShipping-new li > .bp-box > .address-title {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        margin-bottom: 10px;
    }

        .tblShipping-new li > .bp-box > .address-title i {
            font-size: 20px;
            margin-right: 5px;
        }

    .tblShipping-new li .bp-box > div {
        display: inline-block;
    }

        .tblShipping-new li .bp-box > div span {
            font-size: 13px;
            display: inline-block;
            float: left;
            padding-bottom: 5px;
            padding-top: 3px;
        }

        .tblShipping-new li .bp-box > div .text-title {
            font-size: 13px;
            display: inline-block;
            float: left;
            font-weight: 600;
            padding-bottom: 5px;
            padding-top: 3px;
        }

    .tblShipping-new li > .bp-box > .address-text {
        line-height: 20px;
        display: inline-block;
    }

.address-button {
    width: 100%;
    padding: 15px;
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

.btn-secondary {
    /* background-color: #ff6a00;
     */
    /* border-color: #ff6a00;
     */
    /* color: #fff;
     */
    /* border: 1px solid #ff8229;
     */
}

.select-cargo {
    margin: 10px 0px;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    z-index: 99;
    cursor: pointer;
    line-height: 30px;
}

    .select-cargo i {
        margin-right: 5px;
    }

    .select-cargo select {
        border: 1px solid #e1dbdb;
        padding: 6px 10px;
        font-size: 11px;
        width: 100%;
    }

.cargo-title {
    font-size: 12px;
    color: #444;
    padding: 0;
    border: 0;
    font-weight: 400;
    float: left;
}

.cargoInformation {
    cursor: pointer;
    width: 100%;
    border: solid 1px #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.selected {
    cursor: pointer;
    width: 100%;
    padding: 20px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}

.cargoInformation div {
    float: left;
    font-size: 14px;
}

    .cargoInformation div.cargoInput {
        width: 3%;
    }

    .cargoInformation div.cargoName {
        width: 30%;
        color: #000;
        font-size: 17px;
        font-weight: normal;
    }

        .cargoInformation div.cargoName span {
            display: block;
            width: 100%;
            font-size: 13px;
            color: #000;
        }

.selected div.cargoName {
    color: #fc5f5e;
}

    .selected div.cargoName span {
        color: #fd7175;
    }

.orderSummary-content {
    /* display: block;
     */
    /* padding: 15px;
     */
    /* float: left;
     */
    /* width: 100%;
     */
    /* padding-top: 0;
     */
    /* padding-bottom: 0;
     */
}

.sozlemeCheckContent {
    display: block;
    padding: 15px;
    top: 10px;
    margin-right: 0px;
    margin-left: 8px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.cart-payment-title {
    padding: 10px 0px;
    font-size: 18px;
    color: #ff6a00;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 700;
}

.adressOrderCont {
    margin: 15px 0px;
}

.order-price {
    font-size: 24px;
}

.Total-price {
    font-size: 13px;
}

.siparisOzet {
    margin-bottom: 25px;
}

.SepetimLine {
    display: none;
}

.sepetTitle2 {
    background-color: #fff;
    padding: 19px;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}

    .sepetTitle2 .st_1 {
        font-size: 16px;
        width: 100%;
    }

    .sepetTitle2 a {
        float: right;
        margin-top: 5px;
    }

.address-hidden label {
    display: none !important;
}

.address-hidden input {
    opacity: 0;
    width: 100%;
    height: 255px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
}

.cargo-title i {
    margin-right: 5px;
}

.cargoInformation {
    cursor: pointer;
    width: 100%;
    border: solid 1px #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

    .cargoInformation span {
        width: 100%;
    }

    .cargoInformation input {
        float: left;
        margin: 15px 10px;
    }

    .cargoInformation label {
        border: 1px solid #ccc;
        margin: 0;
        padding: 10px 0;
        text-align: left;
    }

.selected {
    cursor: pointer;
    width: 100%;
    padding: 20px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}

.cargoInformation div {
    float: left;
    font-size: 14px;
}

    .cargoInformation div.cargoInput {
        width: 3%;
    }

    .cargoInformation div.cargoName {
        width: 30%;
        color: #000;
        font-size: 17px;
        font-weight: normal;
    }

        .cargoInformation div.cargoName span {
            display: block;
            width: 100%;
            font-size: 13px;
            color: #000;
        }

.selected div.cargoName {
    color: #fc5f5e;
}

    .selected div.cargoName span {
        color: #fd7175;
    }

ul.price-info {
    margin: 0;
}

.cargo-page {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 31px;
    background: #fff;
    border-top: 2px solid #ff7f00;
    padding: 10px;
    box-shadow: 0px 6px 13px #79797973;
}

.kargo-opener {
    margin-left: 31%;
    float: right;
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

div#supportCart li {
}

/* ORDERSTEP 2 */
label#billingType table tbody > tr {
    float: left;
}
/* ORDERSTEP 2 */

/* ORDERSTEP 3 */

.order-payment-section {
    opacity: 0;
}

    .order-payment-section i {
        margin-right: 5px
    }

li.transferBankRadio {
    border-bottom: 1px solid #efe6e6;
    margin-bottom: 15px;
    padding: 15px 0px;
}

.bankRadio {
    padding: 18px 0px;
    z-index: 98;
    position: absolute;
}

.order-payment-section .tabs-navigation ul li {
    display: inline-block;
}

    .order-payment-section .tabs-navigation ul li a {
        padding: 10px 20px;
        background: #f6f6f6;
        border-bottom: 2px solid transparent;
    }

    .order-payment-section .tabs-navigation ul li.tab-active a {
        border-bottom: 2px solid #6eaee7;
    }

.order-payment-section .tabs-content {
    border: 1px solid #e7e7e7;
    padding: 20px;
    display: none;
}

    .order-payment-section .tabs-content .alert {
        margin-bottom: 0;
    }

.installmentBox .content {
    border: 1px solid #fff;
    padding: 1rem;
    position: relative;
    cursor: pointer;
    background: white;
    text-align: center;
    min-height: 130px;
}

.installmentBox .content {
    margin-bottom: 15px;
}

    .installmentBox .content:hover {
        box-shadow: 1px 15px 26px -1px #e6e6e699;
    }

.installmentBox content.active {
    border: 1px solid #6eaee7;
}

.installmentBox .content p {
    display: inline-block;
    padding-right: 2px;
}

.installmentBox.active:before {
    content: "\f058";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: -1px;
    top: -17px;
    font-size: 13px;
    color: #ffffff;
    width: 32px;
    text-align: center;
    height: 32px;
    content: "\f00c";
    background: #177eee;
    border-radius: 50%;
    line-height: 32px;
    z-index: 99;
}

.p-installment {
    padding: 20px;
    background: #f6f6f6;
}

    .p-installment h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
    }

.gift-note {
    margin-top: 25px;
}

    .gift-note label {
        margin: 0;
    }

.form-box {
    border: 1px solid gainsboro;
    margin-top: 15px;
}

    .form-box tr td img {
        padding: 10px !important;
    }

    .form-box tr td p {
        margin-bottom: 10px;
    }

    .form-box tr td p {
        margin: 5px 0px;
    }

.hediye-notu {
    border: 1px solid #e5e5e5;
    margin-top: 15px;
}

.gift-note-content {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-top: 0;
    width: 100%;
}

    .gift-note-content > tbody > tr > td:first-child {
        border-right: 1px solid gainsboro;
    }

.credit-cart-content input, .credit-cart-content select {
    padding: 8px 5px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.cardNumber, .creditCardName, .cardDate, .cardSecurity {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
}

.cdegit {
    min-width: 58px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 2px !important;
    font-family: 'rubik';
    color: #404040;
    text-shadow: 1px 1px white;
}

.card_cvc a {
    padding: 5px 8px;
}

#creditCardExample {
    float: left;
    z-index: 1;
    height: 280px;
}

    #creditCardExample #front {
        background-image: url(../images/bank/creditCard.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        z-index: 2;
        height: 217px;
        width: 335px;
        position: absolute;
        transition: all 1s ease-out;
    }

        #creditCardExample #front .cardBank {
            z-index: 1;
            width: 160px;
            height: 34px;
            top: 20px;
            left: 20px;
        }

    #creditCardExample span {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
    }

    #creditCardExample #front .cardNo {
        top: 110px;
        left: 40px;
        z-index: 2;
        font-size: 22px;
        font-family: 'rubik';
        font-weight: 500;
    }

    #creditCardExample #front .cardDate {
        left: 166px;
        top: 155px;
        z-index: 3;
    }

    #creditCardExample #front .cardName {
        left: 17px;
        top: 178px;
        z-index: 4;
        max-width: 275px;
        overflow: hidden;
        height: 40px;
        word-break: break-all;
    }

    #creditCardExample #front .cvc {
        font-size: 15px;
        top: 77px;
        left: 130px;
        display: none;
    }

    #creditCardExample #cardType {
        display: none;
        height: 34px;
        width: 57px;
        background: url(../images/bank/checkoutSprite.png) no-repeat;
        right: 20px;
        bottom: 20px;
        z-index: 5;
    }

        #creditCardExample #cardType.visa {
            background-position: 0 -168px;
            width: 62px;
            height: 24px;
            display: block;
        }

        #creditCardExample #cardType.mastercard {
            background-position: 0 -131px;
            width: 57px;
            height: 34px;
            display: block;
        }

    #creditCardExample #back {
        background-image: url(../images/bank/creditCard.png);
        background-repeat: no-repeat;
        background-position: 0 -220px;
        top: 15px;
        left: 20px;
        z-index: 1;
        height: 217px;
        width: 335px;
        position: absolute;
        transition: all 1s ease-out;
    }

        #creditCardExample #back .cvc {
            font-size: 18px;
            top: 85px;
            left: 130px;
            color: #000;
        }

    #creditCardExample .validCards {
        position: absolute;
        top: 230px;
        left: 160px;
        white-space: nowrap;
    }

        #creditCardExample .validCards p {
            display: inline-block;
            margin-bottom: -7px;
            font-size: 11px;
            color: gray;
        }

        #creditCardExample .validCards .cardType {
            background-image: url(../images/bank/visaandmasters.png);
            width: 75px;
            height: 27px;
        }

    #creditCardExample.showBack #front, #creditCardExample.showFront #back {
        z-index: 1;
        top: 15px;
        left: 20px;
    }

    #creditCardExample.showBack #back, #creditCardExample.showFront #front {
        z-index: 2;
        top: 0;
        left: 0;
    }

.container-price {
}

    .container-price p {
        margin-bottom: 10px;
        border-bottom: 1px dashed #e3e1e1;
        padding-bottom: 10px;
    }

    .container-price h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.salesContract a {
    display: inline-block;
}

.contractform {
    margin-top: 35px;
}

div#divcontract {
    margin: 50px 0px;
}

#contractform1, #contractform2, #contractform3 {
    /* margin-bottom: 10px;
     */
    /* width: 100%;
     */
    /* height: 230px;
     */
    /* overflow: auto;
     */
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.48);
     */
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.48);
    /* box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.48);
     */
    /* border: 1px solid #ece8e8;
     */
    /* border-top: 0;
     */
    /* padding: 20px;
     */
}

@media (min-width: 420px) and (max-width: 960px) {
    #creditCardExample {
        transform: scale(0.7);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #creditCardExample {
        zoom: 0.9;
    }
}

@media (min-width: 500px) {
    .popup-form .form-group.col-12, login-popup .form-group.col-12 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 667px) {
    #creditCardExample {
        transform: scale(0.7);
    }
}
/*.tabs-navigation ul {
     margin: inherit;
}*/
@media (min-width: 768px) {
    .order-payment-section .tabs-navigation ul li {
        padding-right: 0;
    }
}

.billing-popup span, .popup-form span {
    margin-bottom: 5px;
}

.billing-popup .failed {
    top: 0;
}

.modalPopup3d {
    border: 1px solid #e4e4e4;
    box-shadow: unset !important;
    padding: 30px;
}

.order-payment-section iframe {
    border: 0;
}

/* -------------------------------------------------------------------------------- */
.billing-popup span, .popup-form span {
    display: block;
    margin-bottom: 5px;
}

.modalPopup3d {
    max-width: 100% !important;
    overflow: hidden;
    border: 0 !important;
    min-width: 300px;
    left: 0 !important;
    right: 0 !important;
    margin: 0px auto;
    z-index: 99999 !important;
    height: 95% !important;
    top: 15px !important;
}

    .modalPopup3d iframe {
        overflow: scroll;
    }

    .modalPopup3d:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        background: #0000009e;
        top: 0;
        z-index: -1;
        left: 0;
    }
