
/* cart area */

.header-back-button{
    color: white !important;
    background: #000;
    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{
    border: 1px solid #dddddd;
    padding: 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: #dddddd !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;
}


.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: #000;
    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: #000;
    border: 1px solid #000 !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: #000 !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: #000 !important;
    border-color: #000 !important;
    text-shadow: none;
    border-radius: 0;
}
.coupon-area{
    display: table;
    width: 100%;
    margin-top: 20px;
}
.total-cart-price{
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

.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 #dddddd;
    position: absolute;
    left: 0;
    top: 21px;
}

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

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

.relative{
    position: relative;
}
/*
.alert-success{
    background: #15ce04;
    color: white;
    border: 1px solid #00a900;
}

.alert-danger {
    background: #e71f49;
    color: white;
    border: 1px solid #a90008;
}

.alert .close{
    border: 1px solid white;
    width: 25px;
    position: absolute;
    right: 20px;
}

.alert{
    padding: 10px 20px;
    text-align: left;
    margin: 15px 5%;
    position: relative;
}

 */

/* 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: 40px;
    display: block;
    color: #b2b2b2;
    margin-bottom: 15px;
}
.payment-header ul li:last-child::after{
    display: none;
}
.payment-header ul li:first-child::before{
    display: none;
}

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

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

.payment-header ul li.active::after{
    content: ' ';
    width: 60%;
    position: absolute;
    right: 0;
    border: none;
    border-bottom: 2px solid #000;
    bottom: -21px;
    top: initial;
    left: 20%;
}
#reseller-form .checkbox-inline input,#reseller-form .radio-inline input{
    margin-right: 10px;
    position: relative;
    top: 2px;
}
#reseller-form .checkbox-inline,#reseller-form .radio-inline {
    padding-left: 0;
}

.payment-header ul li.active h4,.payment-header ul li:hover h4{
    color: #000;
}
.payment-header ul li.active i,.payment-header ul li:hover i{
    color: #000;
}
.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;
    margin-bottom: 20px;
}

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

.panel-group .panel-collapse .panel-body {
   display: none;
}
.panel-group .panel-collapse.in .panel-body, .panel-group .panel-collapse.show .panel-body{
    border: 1px solid #dddddd !important;
    padding: 20px;
    display: block;
}

#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;
}

.form-group .text-danger{
    font-size: 12px;
    color: red;
}

.buttons{
    display: table;
    width: 100%;
}
.aggree-area{
    float: left;
    margin-right: 15px;
    line-height: 45px;
}

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

.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: #00066;
    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 #000;
    box-shadow: 2px 2px 7px -5px;
}

.address-radio-label.active:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    width: 25px;
    background: #000;
    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: calc( 33.3% - 10px);
    padding: 20px;
    position: relative;
    height: 110px;
    float: left;
    margin-left: 10px;
    color: #737373;
}

.shippint_adress_selected{display: none}

.address-radio-label.new-address{
    cursor: pointer;
    border: 3px dotted #000;
    width: calc( 33.3% - 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: '\f067';
    font-family: "Font Awesome 5 Pro";
    display: block;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    position: absolute;
    top: 27px;
    left: calc(50% - 12.5px);
    background: white;
    font-size: 20px;
}

.payment-method-radio::before{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    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: 30px;
}

#checkout-checkout .btn-primary{
    background: #547af8;
    color: white;
    border: none;
}
#checkout-checkout .pull-right,#checkout-checkout .pull-left{
    width: 40%;
}
.payment-method-radio::after{
    content: none;
    font-family: 'Iconly';
    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;
    cursor: pointer;
    display: block;
    margin: 10px 0px;
}

#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: 0;
    font-size: 12px;
    top:4px;
}
.confirm-title{
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 22px;
}

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

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

.main_color{
    color: #000;
}

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

.sliderElement .sliderArea .backContent .rightArea {
    width: 100%;
    background: white;
}

.sliderElement .sliderArea .backContent .rightArea img {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}




#column-left .close-filter{
    display: none;
}

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

.paginagion{
    margin-top: 20px;
}

#checkout-cart h1{
    font-size: 22px;
    margin-bottom: 15px;
}

#input-coupon {
    height: 44px;
    width: calc(100% - 150px);
    display: inline-block;
    float: left;
}

.cart-products h4{
    font-size: 18px;
}

.cart-products .center-area span {
    display: block;
    font-size: 12px;
    line-height: 17px;
}

#checkout-cart .breadcrumb {
    float: right;
}

.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: 12px;
    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);
    }
}

.copy-button{
    color: white;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    background: #686868;
    font-size: 13px;
    padding: 2px 10px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}