.fw-light {
    font-weight: 300;
}

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

.split-chart {
    width: 100% !important;
}

.split-chart table {
    max-width: 100% !important;
}

.split-chart table span {
    line-height: 18px;
    display: inline-block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.checkout-info {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    align-items: flex-start;
    font-weight: 600;
    width: max-content;
    margin: auto;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 16px;
}

.checkout-info li {
    margin-bottom: 5px;
}

select, textarea {
    float: initial !important;
}

.checkout-info li:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAACm0lEQVR4nO2bz04UQRDGf6fxAL6CqwK+Bb4C+wKinsSD3iCyp7ngS7B4EOQRCHc0HtAH0AR8AAQ3OiQSIJhOapMNcWdmZ6ara3bmS77L/umqr2amp7q6Glq0aOEZEbAIrAFbwEfgCDgDLoRn8pn7ri+/XZT/1hJ3gafAPnAO3BTkuYzhxpqlBlgANoGkhOhxTGRsZ8Mc7gO7wJUH4bfpbHwAOhhABKyXvM3LPB7rIeeJDvA5gPDb/ArMa4vvAgMD4occiE8qeA5cGhD9v7nhpW/xPQNCs+h89IIVA+Ly8nXV4rvAtQFhkzwOlc0Jc8YmvLz8DTwqKz4CvhgQU5SHZfOEngERZfmmqPh7nnL6EBnjgyIB2DXgfFXcmVT8gsLC5ptcmYfAd8+2riZNlzcVrsrGiL23CvacplyYAf4oOBSP2IwV7CV5iyrPFJwJEQDH5TwB2Fdy5v2IzW0lm3tZ4iPF4sa1CN9WTLOTrMTosZIjIemqzWOxZsBB31xNC8A7Aw76ptt3GItPBhz0zYO0APxQdEQzExzlcVoAfio6op0JDnmSFoALRUdCJEKOf9sApOC0AXfAiZVJMA4UgGMrr8E4UABSX4NbDQhA30oqHAcKwKqVxVAcKACpi6FIsRIcIgBuqX8HIwWROEAAMgsi014Se0IOzDS9KErTy+KaGyNzQnMbI0gr2k1Tt8ambXPU9TEWQs+AgGDb48PE6NCAiGANEnVukfkl9cZK0FXqA66KztclKsYLA8Ly8hWe0DMgLouugbqxrbIrKGHJ2MQ48PHMZ6HR7fIWDkwkkuSYOFjVkXxb68jMjqTq5jCvcGgq2O0+CWalIWmvZDASGWO5Lsfmsg5O9mVj4ki24YYHJ0/ls4NpOTjZogX1wD/8oAfdzVshyAAAAABJRU5ErkJggg==);
    width: 15px;
    height: 15px;
    position: relative;
    background-size: contain;
    display: inline-block;
    top: 3px;

}

#session {
    display: none
}

.navigate {
    height: 100%;
    overflow: auto;
}

.navigate-list {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 15px;
    gap: 10px;
    padding: 15px 0;
    height: 100%;
}

.navigate-list .active {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
}

.navigate-list .active a {
    color: #1D1D1D;
}

.navigate-list li {
    display: flex;
    align-items: center;
    color: #1D1D1D;
}

.navigate-list li a {
    color: #1D1D1D;
}

.navigate-list li:not(:last-child):after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA8ElEQVR4nO3aMU7DQBAF0H+aHGC3MDfDJefhXpFoIL7BRkipUhkpYcD7npR+9L+9Y0dOAAAAAAAAAAAAAABgOmuSpXqIWb0lGUm2JC/Vw8wa/lBCffhDCfXhDyX8zsIdO37fO8FifoKW5PMHJVjMSjim5k6o15RQrymhXlNCvaaEek0J9Zbb8/+e94RLklP1wLOX8F497OzH0Uf1oEfVk3ztKOBcPegRLY6g/xH+xRKuOXaGv6sfrwu/The+8KfUXfnCn1J35Qt/Wqvn/HqvXrL+bgmbD7LqStiEX1fCJvw6q/ABAAAAAAAAAAAAACD3rpDVN21fzN7UAAAAAElFTkSuQmCC);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-flex;
    width: 25px;
    height: 25px;
}

.d-none {
    display: none;
}

.cart-product {
    display: flex;
    position: relative;

    margin-bottom: 10px;
    flex-wrap: wrap;
}

.cart-product:not(:nth-of-type(1)) {
    border-top: 1px solid #dedede;
}

.cart-product-info {
    padding: 15px;
}

.cart-product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cart-product-price {
    display: flex;
    align-items: center;
    font-weight: 300;
    gap: 13px;
    margin-top: 10px;
}

.order-summary {
    display: flex;
    flex-direction: column;
}

.order-summary .prices.style2 {
    order: 1;
}

.order-summary .cart-product-others {
    font-size: 11px;
    margin-top: 0;
}

.order-summary .cart-product-info {
    padding: 0;

}

.order-summary .cart-product-price span {
    font-size: 14px
}

.order-summary .product-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.order-summary .card-product {
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.cart-product-others {
    display: flex;
    margin-top: 11px;
    font-size: 14px;
    font-weight: 300;
}

.cart-product-others span:not(:last-child) {
    display: inline-block;
    padding-right: 13px;
    border-right: 1px solid #dedede;
}

.cart-product-others span:not(:first-child) {
    padding-left: 13px;
}

span br {
    display: none;
}

.cart-product-price span {
    font-size: 18px;
}

.cart-product-price span.old {
    color: #828282;
    text-decoration: line-through;
}

.product-name {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

.cart-product-info p br {
    display: none;
}

.product-assos-text {
    font-size: 18px;
    font-weight: 700;
}


.prices:not(.style2) {
    padding: 20px 10px;
}

.prices.style2 {
    padding-top: 10px;
    padding-bottom: 10px;

}

.checkout-area {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.checkout-area .fakeButton, .checkout-area .triggerButton {
    cursor: pointer;
    background: black
}

.checkout-area form {
    max-width: 300px;
}

.checkout-area form, .checkout-area button {
    width: 100%;
}

.checkout-area .fakeButton, .checkout-area .triggerButton {
    max-width: 300px;
    color: white;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.customCheckSquare span {
    position: relative;
}

.customCheckSquare input[type=checkbox], .customCheckSquare input[type=radio] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.customCheckSquare span::before {
    content: "";
    display: inline-block;
    border-radius: 0px;
    background-color: white;
    margin-right: 8px;
    height: 12px;
    width: 12px;
    border: 2px solid black;
}

.customCheckSquare span::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: transparent;
    left: 3px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.customCheckSquare input[type=checkbox]:checked + span::after, .customCheckSquare input[type=radio]:checked + span::after {
    border: 2px solid black;
}

.ion-chevron-right {
    font-size: 12px;
}

input[type=password], input[type=text], button[type=submit], input[type=submit] {
    float: unset !important
}

.gift_code {
    max-width: 300px;
    margin-top: 12px;
    display: flex;
}

.gift_code [name='button'] {
    width: 140px !important;
    background: #cdd1d5;
    font-weight: 300;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.gift_code.added [name='button'] {
    background: #1D1D1D;
}

.gift_code input[type='text'] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.gift_code input[type='submit'] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.sepetOnay {
    margin-left: 0 !important;
    position: relative;
    background: #333 !important;
    transition: 0.3s;
    padding: 0 50px !important;
    height: 50px !important;
}

.sepetOnay:hover {
    background: #1D1D1D;
}

.sepetOnay::after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA8ElEQVR4nO3aMU7DQBAF0H+aHGC3MDfDJefhXpFoIL7BRkipUhkpYcD7npR+9L+9Y0dOAAAAAAAAAAAAAABgOmuSpXqIWb0lGUm2JC/Vw8wa/lBCffhDCfXhDyX8zsIdO37fO8FifoKW5PMHJVjMSjim5k6o15RQrymhXlNCvaaEek0J9Zbb8/+e94RLklP1wLOX8F497OzH0Uf1oEfVk3ztKOBcPegRLY6g/xH+xRKuOXaGv6sfrwu/The+8KfUXfnCn1J35Qt/Wqvn/HqvXrL+bgmbD7LqStiEX1fCJvw6q/ABAAAAAAAAAAAAACD3rpDVN21fzN7UAAAAAElFTkSuQmCC);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    filter: invert(1);
    top: 0;
    bottom: 0;
    margin: auto;
}

.arrowButton input{
    margin-left: 0 !important;
    position: relative;
    background: #333 !important;
    transition: 0.3s;
    padding: 0 50px !important;
    height: 50px !important;
    min-width: 200px;

    width: fit-content;
    margin: auto !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    

}
.arrowButton{
    max-width: 300px;
    margin: auto;
    position: relative;
}
.arrowButton input:hover {
    background: #1D1D1D;
}
.arrowButton::after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA8ElEQVR4nO3aMU7DQBAF0H+aHGC3MDfDJefhXpFoIL7BRkipUhkpYcD7npR+9L+9Y0dOAAAAAAAAAAAAAABgOmuSpXqIWb0lGUm2JC/Vw8wa/lBCffhDCfXhDyX8zsIdO37fO8FifoKW5PMHJVjMSjim5k6o15RQrymhXlNCvaaEek0J9Zbb8/+e94RLklP1wLOX8F497OzH0Uf1oEfVk3ztKOBcPegRLY6g/xH+xRKuOXaGv6sfrwu/The+8KfUXfnCn1J35Qt/Wqvn/HqvXrL+bgmbD7LqStiEX1fCJvw6q/ABAAAAAAAAAAAAACD3rpDVN21fzN7UAAAAAElFTkSuQmCC);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    filter: invert(1);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    z-index: 11;
}

.prices .prices-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
}

.prices .prices-item.total {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

@media (min-width: 1440px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 778px) {
    .cart-products {
        /* max-height: 385px; */
        overflow: auto;
    }
}

.alert-info {
    margin-top: 5px
}

select, input {
    border-radius: 5px !important;
    height: 40px !important;
}

textarea {
    border-radius: 5px !important;
}

.bg-gray {
    background: #f9f9f9;
    border-left: 1px solid #dede;
    padding-left: 10px;
}

input::placeholder {
    font-size: 11px;
    color: gray
}

.tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .tabs {
        padding: 20px 0;
    }
}

.tabs .item {
    font-size: 17px;
    margin-top: 0px;
    cursor: pointer;
    color: gray;
    font-weight: 300;

}

.tabs .item.active {
    text-decoration: underline;
    color: #000000;
    text-underline-offset: 6px;
}

@media (min-width: 998px) {
    .pad-container {
        padding-top: 10px;
        padding-right: 80px;
    }
}

.tab-content-item:not(.active) {
    display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

input:not([type='submit']), textarea, select {
    border: 1px solid #ccc !important;
}

.customRadio {
    position: relative;
}

.customRadio input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customRadio label {
    position: relative;
    cursor: pointer;
    line-height: inherit;
}

.customRadio label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.customRadio input:checked + label:before {
    background: #000000;
}

.customRadio input:checked + label:after {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 12px;
    border: 2px solid white;
}

.center-y {
    display: flex;
    align-items: center;
    gap: 5px;

}

.center-x {
    display: flex;
    justify-content: center;
}

.center-xy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.center-y p, .center-x p, .center-xy p {
    margin-bottom: 0;
}

.copy-button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA/klEQVR4nO3XUQrCQAwE0FxipXhRfz1jEYunGb+EUlLb3U6ypczA4l/JM9NFzbgB6UxmNpBn6wJBb8xvCMYz0BPDhIyzz0Kar3oIxjPKDJO+GSbEemIeZEhXzDNgq2XPO8O6Lt+kbwsrW93EMO/+j5ndgyCbNWPf/Ucx2JhnFcOETISXEjvmcWvGhAwEDBrOGHH338zsdaBmaDx0CANTk1BIJgbRkCwMMiAZGGRBojHIhERiEAGp/W12CQjOCKmNIE60EUZULSeqFiOqlhNVixFVy4mqxYiq5UTVYkTVcqJqRVSr9a8yzraRy0AogSDt0Ub+RdU6a7XQ4Qhii3wBuJ0AhigWdm0AAAAASUVORK5CYII=);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.footer {
    margin-top: 0 !important
}

.note {
    font-size: 12px;
    color: gray;
    margin-top: 12px;
}

button[type=submit] {
    margin-left: 0 !important;
}

.credit-info .input-con {
    width: 50px;
}

.w-100 {
    width: 100%;
}

.mobile-title {
    text-align: center;
    font-weight: 600;
    padding: 9px;
}

#siparisi_tamamla {
    opacity: 0;
    height: 0;
}

@media (max-width: 778px) {

    .product-assos-text {
        font-size: 16px;
    }

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

    .cart-product-others, .product-sku {
        font-size: 11px;
    }

    .navigate-list {
        font-size: 12px;
        line-height: 12px;
        gap: 20px;
        padding: 6px 0;
        white-space: nowrap;
        width: 100%;
    }

    .navigate-list li.active {
        font-size: 14px;
        line-height: 14px;
    }

}

.accordion-head {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.accordion-head::after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVR4nO3WMQrCQBCF4Z+AWNkJgpWFB7DQ0iqVrTZ6B/USxkOk0it4AIONoOAZBAUrsRNBFCOBFZbBTjKRJQ+2/phldnYgz58lAmJztkBJC95ZcHIWgKcB14CzwAOU0gbuFvwCBlr4SFR9A1paeCjwE1DVgAvASuBroKiBl4G9wOcopQFcBZ70gEq6prs/8BPoaOGBqPoC1DVgz0yyWIxVd+FpFlfdE831APwsntMwbbQCHAU6c3ZkhgI9mBtINeMv32IzbdQ3XWsvAv0sVp8JLi97SwvdaK63efg1bx9lay4TR1IYAAAAAElFTkSuQmCC);
    width: 10px;
    height: 10px;
    right: 5px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background-size: contain;
    transition: .4s;
}

.accordion-content {
    padding: 10px;
}

.accordion-item.active .accordion-content {
    display: block !important;
}

.accordion-item.active .accordion-head::after {
    transform: rotate(90deg);
}

.order-process-top {
    /*padding-top: 0;*/
    height: auto;
}

.order-summary-title li {
    font-size: 23px;
    font-weight: 500;
}

.form-group .log i {
    position: absolute;
    top: 10px;
    right: 7px;
}

.form-group .log i {
    color: #10d710;
}

.alert-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#adresformu textarea {
    padding: 8px;
}

@media (max-width: 991px) {
    .row.w-100.center-y {
        flex-direction: column;
    }

    .cvv.center-y {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }

    .row.center-y ~ .col-xs-12 .col-md-4 {
        font-weight: 700;
    }

    .row.center-y ~ .col-xs-12 .col-md-8 {
        padding-bottom: 10px;
    }
}

.thanks-step-total-price {
    padding: 10px 25px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
}

.row-2-items {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

@media (max-width: 767px) {
    .row-2-items {
        flex-direction: column;
    }

    .row-2-items.tc-area > div {
        width: 100%;
    }

    .row-2-items.tc-area > div:last-child {
        margin-bottom: 15px;
    }

    .row-2-items > .col-md-6 {
        width: 100%;
    }

    .row-2-items > .col-md-6:last-child {
        margin-bottom: 15px;
    }
}

.trcity, .trcity > .row {
    width: 100%;
}

.inputs {
    display: flex;
    width: 100%;
    gap: 8px;
}

.inputs-cvv {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
}

.select-con .row {
    margin: 0;
}

@media (max-width: 991px) {
    .special-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .special-row:before, .special-row:after {
        display: none;
    }

    .col-md-5.col-xs-12.bg-gray .order-summary-container .order-summary > .prices:not(.style2) {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .special-row .col-md-6:last-child {
        display: flex;
    }

    .special-row .select-con {
        align-self: stretch;
    }

    .special-row .select-con .row,
    .special-row .select-con .row .cvv {
        height: 100%;
    }

    .special-row .select-con .row .cvv {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

#adresformu select {
    padding: 0 10px;
}

.row.flexible iframe#goog_conv_iframe {
    order: 2;
}

.row.flexible .alert-success.user-register-success {
    order: 1;
    margin-top: 20px;
}

.discount-on-basket {
    color: #fff;
    padding: 5px 10px;
    /*background-color: #830000;*/
    background-color: #912010;
    display: block;
    margin-top: 10px;
    width: max-content;
}

.discount-rate {
    position: relative;
    background: none;
    border: 1px solid #912010;
    /*border: 1px solid #764350;*/
    /*color: #764350;*/
    color: #912010;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: max-content;
}