/* payment area */
.payment-header ul li h6 {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.payment-header ul li h4{
    color: #b2b2b2;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.payment-header ul li i{
    text-align: center;
    font-size: 30px;
    display: block;
    color: #b2b2b2;
}
.payment-header ul li:last-child::after{
    display: none;
}
.payment-header ul li:first-child::before{
    display: none;
}

.payment-header ul li::before{
    content: " ";
    width: 10%;
    position: absolute;
    left: 0;
    border: 1px solid #b2b2b2;
    top: 50%;
}

.payment-header ul li::after{
    content: " ";
    width: 10%;
    position: absolute;
    right: 0;
    border: 1px solid #b2b2b2;
    top: 50%;
}

.payment-header ul li.active h4,.payment-header ul li:hover h4{
    color: #2f2f2f;
}
.payment-header ul li.active i,.payment-header ul li:hover i{
    color: #f2ad3f;
}
.payment-header ul li{
    position: relative;
    list-style: none;
    float: left;
    padding: 10px 50px;
    cursor: pointer;
}
.payment-header ul{
    margin: 0;
    padding: 0;
}

.payment-header{
    display: table;
    margin: 35px auto;
}

.panel-heading{
    display: none !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #dddddd !important
}

#checkout-checkout .panel-group {
    margin-bottom: 20px;
    margin-right: -15px;
}

#checkout-checkout .panel-group .panel+.panel {
    margin-top: 0px;
}

#checkout-checkout .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.payment-banner{
    margin: 10px auto;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.form-control:focus {
    border-color: #f2ad3f66;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 173 63 / 33%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 173 63 / 25%);
}

.address-radio-label input{
    display: none;
}
.address-radio-label.active{
    cursor: pointer;
    border: 3px solid #f2ad3f;
    box-shadow: 2px 2px 7px -5px;
}

.address-radio-label.active:before{
    content: "\e80a";
    font-family: "pinar";
    display: block;
    width: 25px;
    background: #f2ad3f;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}
.address-radio-label{
    cursor: pointer;
    border: 3px solid #dad8d5;
    width: 96%;
    padding: 25px 10px;
    position: relative;
    height: 110px;
    float: left;
    margin-left: 10px !important;
    color: #737373;
}
.address-radio-label input{
    display: none !important;
}
.shippint_adress_selected{display: none}

.address-radio-label.new-address{
    cursor: pointer;
    border: 3px dotted #bdbdbd;
    width: calc( 50% - 10px);
    padding: 20px;
    position: relative;
    height: 110px;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 80px;
}

.address-radio-label.new-address:before{
    content: '\e819';
    font-family: "pinar";
    display: block;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #f2ad3f;
    position: absolute;
    top: 27px;
    left: calc(50% - 12.5px);
    background: white;
    font-size: 20px;
}

.payment-method-radio::before{
    content: '\f107';
    font-family: 'pinar';
    position: absolute;
    right: 16px;
    background: #ededed;
    color: #979797;
    width: 28px;
    height: 28px;
    top: 13px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}
.payment-method-radio::after{
    content: '\f107';
    font-family: 'pinar';
    transform: rotate(
            180deg
    );
    right: 23px;
    position: absolute;
    font-size: 20px;
    color: #979797;
    top: 12px;
}
.payment-method-radio{
    border: 1px solid #dddddd;
    width: 100%;
    padding: 15px;
    padding-left: 20px !important;
    position: relative;
    color: #2e2e30;
    margin-bottom: -1px;
    cursor: pointer;
}

#input-coupon{
    height: 34px;
}

#collapse-payment-method .checkbox+.checkbox, .radio+.radio {
    margin-top: -1px;
}

#collapse-checkout-confirm .table-bordered>tbody>tr>td, #collapse-checkout-confirm tbody>tr>td, #collapse-checkout-confirm .table-bordered>tbody>tr>th, #collapse-checkout-confirm .table-bordered>tfoot>tr>td, #collapse-checkout-confirm .table-bordered>tfoot>tr>th, #collapse-checkout-confirm .table-bordered>thead>tr>td, #collapse-checkout-confirm .table-bordered>thead>tr>th {
    border: none;
}

#collapse-checkout-confirm tbody>tr>td span{
    display: block;
}

#collapse-checkout-confirm tbody>tr:first-child{
    border-top: none;
}

#collapse-checkout-confirm tbody>tr>td{
    vertical-align: middle;
}

#collapse-checkout-confirm tbody>tr>td.image-area{
    width: 80px;
}
#collapse-checkout-confirm tbody>tr>td img.img-thumbnail{
    border: none;
    padding: 0;

}
#collapse-checkout-confirm tbody>tr{
    border-top: 1px solid #dddddd;
}


.confirm-title .confirm-edit-btn{
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: white;
}
.confirm-title{
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    background: #838daa;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.sozlesme{
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #636363;
    min-height: 150px;
}

#common-success .icon-checked{
    font-size: 75px;
    color: #f2ad3f;
    margin: 80px auto;
    display: table;
}

.main_color{
    color: #f2ad3f;
}

#common-success h2{
    font-weight: 500;
}
#common-success #content{
    margin-bottom: 30px;
}

.bag-count{
    position: absolute !important;
    left: 13px !important;
    top: -13px !important;
    background: #f2ad3f !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    text-align: center !important;
}
.navbar-nav .dropdown a>i{
    display: none;
}
.cart-area{
    position: relative;
}
.min .bag-count {
    position: absolute !important;
    left: 20px !important;
}

.menu-header,.menu-footer{
    display: none;
}


.header-back-button{
    color: white !important;
    background: #f2ad3f;
    padding: 10px;
    font-size: 16px;
    position: relative;
    top: 13px;
}

.min #logo img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.min-cart-area{
    position: relative;
    top: 12px;
}

.min a{
    color: #3b3b3b;
}

.cart-right #button-confirm{
    display: none !important;
}
.cart-right{
    border: 1px solid #dddddd;
    padding: 15px;
    background: white;
    z-index: 11;
}

.cart-rights #button-confirm{
    display: none !important;
}
.cart-rights{
    border: 1px solid #dddddd;
    padding: 15px;
    background: white;
    margin-bottom: 15px;
}

.cart-products li{
    list-style: none;
    display: table;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}
.cart-products .image-area img{
    border-radius: 0;
    border-color: #3b3b3b !important;
}
.cart-products .image-area{
    float: left;
    display: table;
    margin-right: 10px;
    width: 120px;
}
.cart-products .center-area span{
    display: block;
}
.cart-products{
    margin: 0;
    padding: 0;
}
.dark-gray{
    color: #444!important;
}

#checkout-cart .breadcrumb{
    position: relative;
    top: 18px;
    margin: 0;
    float: right;
}
.cart-products .center-area{
    width: calc(80% - 170px);
    float: left;
}
.cart-products .cart-button-area{
    width: 40px;
    float: right;
}

.cart-products input{
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    border-color: #f1f1f1;
    color: black;
    font-size: 16px !important;
}

.cart-remove-button{
    border: 1px solid #ababab !important;
    color: #f2ad3f;
    background: transparent;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    line-height: 27px;
    margin: 10px auto;
    display: block;
}

.quantity-button{
    color: #f2ad3f;
    border: 1px solid #f2ad3f !important;
    width: 27px;
    height: 27px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    margin: 3px auto;
    font-size: 15px;
    cursor: pointer;
}

.cart-right .total-title{
    font-size: 20px;
    font-weight: 200;
}

.go-payment-button{
    width: 100%;
    color: white!important;
    background: #f9d300 !important;
    border: none !important;
    text-shadow: none;
    font-size: 17px;
    border-radius: 0;
    margin: 10px 0;
}

.coupon-area input#button-coupon{
    color: white!important;
    background: #f2ad3f !important;
    border-color: #f2ad3f !important;
    text-shadow: none;
    border-radius: 0;
}
.coupon-area{
    display: table;
    width: 100%;
    margin-top: 20px;
}
.total-cart-price {
    font-size: 25px;
    color: #f2ad3f;
    font-weight: 500;
    width: 100%;
    display: table;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart-rights .titem strong{
    font-weight: 500;
}
.cart-rights .titem{
    display: table;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.cart-right .titem strong{
    font-weight: 500;
}
.cart-right .titem{
    display: table;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.list-title::before{
    content: " ";
    width: 42%;
    display: block;
    border-top: 1px solid #aeaeae;
    position: absolute;
    left: 0;
    top: 21px;
}

.list-title::after{
    content: " ";
    width: 42%;
    display: block;
    border-top: 1px solid #aeaeae;
    position: absolute;
    right: 0;
    top: 21px;
}

.list-title{
    display: table;
    margin: 10px auto;
    background: white;
    padding: 10px 20px;
}

.relative{
    position: relative;
}

.alert {
    margin: 20px 0;
    border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}

.customer_group>label{
    display: block;
    position: relative;
    top: 5px;
}
.customer_group .radio input{
    margin-top: 1px !important;
}
.customer_group .radio {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 10px;

}

#company{display: none}

input[type=radio], input[type=checkbox] {
    margin-left: 0;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0px;
}



.checkboxx {
    --background: #fff;
    --border: #515465;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    position: relative;
    font-size: 16px;
}


.checkboxx input:focus{
    border: initial !important;
    box-shadow: initial !important;
    outline: none !important;
    border: 1px solid black !important;
}
.checkboxx input, .checkboxx svg {
    width: 21px;
    height: 21px;
    display: block;
}
.checkboxx input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 5px;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    display: inline-block;
}
.checkboxx input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.checkboxx input:checked {
    --b: var(--border-active);
}
.checkboxx svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}
.checkboxx.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}
.checkboxx.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.checkboxx.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkboxx.bounce {
    --stroke: var(--tick);
}
.checkboxx.bounce input:checked {
    --s: 11px;
}
.checkboxx.bounce input:checked + svg {
    animation: bounce 0.4s linear forwards 0.2s;
}
.checkboxx.bounce svg {
    --scale: 0;
}
@keyframes bounce {
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.dropdown-toggle .icon-angle-down{
    position: relative;
    top: 2px;
}

.only-mobil{
    display: none !important;
}

.aggree-area{
    float: left;
    position: relative;
    top: 4px;
    right: 15px;
    font-size: 14px;
}

#register-area .aggree-area{
    top: 0px;
    right: 0px;
}


#checkout-checkout .btn-primary{
    width: 150px;
}

#checkout-checkout #button-confirms.disabled {
    opacity: 0.3;
}

#checkout-checkout #button-confirms {
    width: 100%;
    background: #f2ad3f;
    border: none;
    color: white;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}

#collapse-checkout-confirm #button-confirms{
    display: none;
}

.taxed{
    font-size: 12px;
    margin-left: 5px;
    color: gray;
}
.well-sm{
    line-height: 18px;
    font-size: 13px;
}

#payment_address_area .form-horizontal .control-label,#shipping_address_area .form-horizontal .control-label {
    width: 25%;
}
#payment_address_area input[type=radio], #payment_address_area input[type=checkbox],#shipping_address_area input[type=radio], #shipping_address_area input[type=checkbox] {
    margin: 0;
    height: initial !important;
    width: initial !important;
    margin-right: 5px !important;
    padding: 0 !important;
    display: inline-block;
    position: relative;
    top: -2px;
}

.address-radio-label.new-address.active {
    border: 3px dotted #f2ad3f;
}

.new-address-button:before {
    content: '\e819';
    font-family: "pinar";
    display: block;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #bdbdbd;
    position: absolute;
    top: 6px;
    left: 5px;
    background: white;
    font-size: 20px;
}

.new-address-button{
    cursor: pointer;
    border: 2px dotted #bdbdbd;
    padding: 7px 20px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 40px;
}

#payment-new{display: none}
#payment-new.active{display: block !important;}

#payment_address_area{
    border-right: 1px solid #bdbdbd;
}

.cart-products .product-name,.cart-products .product-price{
    font-size: 14px;
}

.banka-kutu{
    font-family:Tahoma;
    font-size:12px;
    float:left;
    width:32%;
    margin:3px;
    padding:1%;
    border:1px solid #333;
    background:#fff;
    letter-spacing:0;
    color:black
}
.banka-logo{float:left; width:100%; text-align:center; margin-bottom:20px}
.banka-logo	img{max-height:100px; max-width:90%}
.banka-adi{float:left; width:100%; text-align:center; margin-bottom:10px; font-weight:bold; font-size:18px; font-family:arial}
.hesap-bilgi				{float:left; width:100%; text-align:left; margin:3px 0; border-bottom:1px dotted #999; padding:3px 0}
.banka-bilgi-baslik			{float:left; width:20%; color:#666 }
.banka-bilgi-icerik			{float:left; width:80%; }
.banka-kutu	.last			{border:0}
.banka-text					{float:left; width:100%; margin-bottom:20px}
@media only screen and (max-width: 1200px){
    .banka-bilgi-baslik			{width:100%;  }
    .banka-bilgi-icerik			{ width:100%; }
    .banka-adi					{ font-size:15px; }
}
@media only screen and (max-width: 768px){
    .banka-kutu					{width:45%;}
    .hesap-bilgi				{font-size:11px}
}
@media only screen and (max-width: 640px){
    .banka-kutu					{width:95%;}
    .hesap-bilgi				{font-size:13px}
}

#common-success .header-back-button i{
    display: inline-block;
}

#common-success #content{
    background: white;
    padding: 10px;
    margin: 5% 20%;
    border-radius: 10px;
}
#common-success .header-back-button{
    background: #ffd228;
    top: 0;
    margin: 20px;
    min-width: 250px;
    font-size: 20px;
}
#common-success i.icon-checked{
    font-size: 115px;
    display: table;
    margin: 5% auto;
    color: #60db60;
}


@media (max-width: 767px) {
    .payment-header ul li.trible{
        padding: 10px 0px;
        width: 33.3%;
    }
    .payment-header ul li.forable{
        padding: 10px 0px;
        width: 25%;
    }

    .payment-header ul li h4 {
        color: #b2b2b2;
        font-size: 12px;
    }

    .payment-header ul li h6 {
        display: none;
    }

    .payment-header ul li::after {
        top: 28%;
    }

    .payment-header ul li::before {
        display: none;
    }

    .payment-header {
        display: table;
        margin: 10px auto;
    }
    #payment_address_area {
        border-right: none;
        padding: 0;
        border-bottom: 1px solid #dddddd;
    }
    #shipping_address_area{
        padding: 0;
    }

    .address-radio-label{
        font-size: 12px;
    }

    #collapse-payment-address .buttons .pull-right{
        width: 100%;
    }
    #collapse-payment-address .buttons{
        padding: 0 10px;
    }

    .new-address-button {
        padding: 15px 20px;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    .new-address-button:before {
        top: 13px;
        left: 20px;
    }

    #checkout-checkout .btn-primary {
        width: 100%;
        border-radius: 0;
    }

    #checkout-checkout textarea.form-control {
        height: 50px;
    }

    #collapse-shipping-method .buttons .pull-left,#collapse-shipping-method .buttons .pull-right{
        width: 48%;
    }

    .aggree-area {
        right: 0;
    }

    #collapse-payment-method .buttons .pull-left{display: none}

    .checkboxx {
        font-size: 11px;
        line-height: 20px;
    }

    #collapse-checkout-confirm tbody>tr>td.image-area {
        width: 50px;
    }
}