/*SLİCK*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 0.0625rem;
    display: none
}

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slide.slick-current .tile.-link:not(.-link-whole-tile) {
    cursor: default
}

.slick-track .uploder-selectbox {
    opacity: 0.5
}

.slick-slide .tile.-link {
    cursor: pointer
}

.slick-slide.tile-rack__svg-icons-tile-wrap .tile__text-wrap-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.slick-slide.slick-current {
    opacity: 1 !important;
    background-color: #eef9f0;
    box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
    border-color: transparent;
}

.slick-checkout.slick-initialized .tile-rack__tile-wrap .tile {
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 640px) {
    .slick-checkout:not(.slick-initialized) .uploder-selectbox {
        display: block;
        max-width: 23.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.slick-checkout .slick-track {
    display: -ms-flexbox;
    display: flex
}

.slick-checkout .slick-list {
    width: 100%
}

.slick-checkout .slick-slide {
    height: auto
}

.slick-checkout.slick-initialized {
    margin-top: 0
}

@media only screen and (max-width: 40.0525em) {
    .slick-checkout.slick-initialized {
        margin-left: -1rem;
        width: calc(100% + 2rem);
        margin-top: 10px;
    }
}

@media only screen and (min-width: 40.0625em) {
    .slick-checkout.slick-initialized {
        margin-left: -1.5rem;
        width: calc(100% + 3rem)
    }
}

.slick-checkout.slick-initialized .uploder-selectbox {
    width: 240px !important;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex: unset;
    transition: opacity 200ms;
}

@media only screen and (max-width: 767px) {
    .slick-checkout.slick-initialized .uploder-selectbox {
        margin-left: 6px;
        margin-right: 6px;
        height: 110px;
        margin-top: 11px;
        margin-bottom: 15px;
    }
}


.home-product-listing-column .slick-slide.slick-current {
    opacity: inherit !important;
    background-color: inherit !important;
    box-shadow: inherit !important;
    border-color: inherit !important;
    border: 1px solid #dfe3e7 !important;
}


/*Account Modal*/

.account-modal {
    position: fixed;
    top: 0;
    z-index: 999999999;
    background-color: #0000009e;
    backdrop-filter: blur(.3rem);
    width: 100%;
    height: 100%;
}

.account-modal-item {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.06);
    text-align: center;
}

.account-modal-close-icon {
    position: absolute;
    top: 25px;
    right: -37px;
    cursor: pointer;
}

.account-modal .login-form {
    width: 340px;
    background-color: white;
    border-radius: 5px;
    box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.52);
    -webkit-box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.52);
    -moz-box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.52);
}

.account-modal-header {
    border-bottom: 2px solid #e1e8ee;
    padding: 30px 20px 50px 20px;
}

.account-modal-title {
    font-size: 17px;
    font-weight: 500;
    float: left;
}

.account-modal-header .step {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    float: right;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.account-modal-form {
    padding: 30px 20px;
}

    .account-modal-form .text {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 25px;
    }

.account-modal-input-item {
    position: relative;
}

    .account-modal-input-item .account-modal-input {
        width: 100%;
        height: 54px;
        border-radius: 5px;
        font-weight: 500;
        padding: 0 15px;
        border: solid 1px #bdc3c7;
    }

        .account-modal-input-item .account-modal-input:focus {
            outline: none;
        }

    .account-modal-input-item .floating-label-account {
        position: absolute;
        pointer-events: none;
        left: 16px;
        top: 16px;
        transition: 0.2s ease all;
        color: #687684;
    }

.account-modal-input:focus + .floating-label-account, .is-active .floating-label-account {
    margin-top: -26px;
    background-color: white;
    font-size: 13px;
    color: #687684;
    padding: 0 4px;
}

.account-modal-contract {
    text-align: left;
    font-size: 13px;
    margin-top: 10px
}

    .account-modal-contract a {
        font-weight: 500;
    }

.account-modal-next-btn {
    margin-top: 45px;
    padding: 18px 20px;
    width: 100%;
    display: block;
    border-radius: 3px;
    background-color: #444c53;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s ease all;
}

#modal-signup .account-modal-next-btn {
    margin-top: 35px;
    margin-bottom: 15px;
}

.account-modal-next-btn:hover {
    background-color: #65717a;
    transition: 0.2s ease all;
}

.account-modal-next-btn .chevron {
    float: right;
    padding-top: 7px;
}

.change-mail {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #b2b2b2;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.change-mail {
    color: #747474;
}

.name-input {
    width: 143.2px;
    display: inline-block;
    margin-right: 10px;
}

.lastname-input {
    width: 143.2px;
    display: inline-block;
}

.signup .account-modal-input-item {
    margin-bottom: 20px
}

.account-modal-mobile-header {
    display: none;
}

.account-modal-mobile-close-icon {
    display: none;
}

.account-modal-logo {
    display: none;
}

.account-modal-next-btn.login {
    background-color: #01a6e1;
}

#modal-signup .account-modal-next-btn {
    background-color: #03a267;
}

/*Sepet ve Tasarım Yükle Menü*/
#checkout-layout {
    background-color: #f9fcff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #checkout-layout .nav-menu-categories {
        height: inherit !important;
    }

    #checkout-layout .nav-menu-mega-background {
        top: 151.5px !important
    }

    #checkout-layout header {
        margin-bottom: 0;
        background: #fff;
    }

    #checkout-layout #menu-item {
        margin-top: 0;
        padding-top: 8px;
    }

    #checkout-layout header nav .start {
        display: none !important;
    }

    #checkout-layout header nav #top-content {
        display: none !important;
    }

#checkout-footer {
    display: flex;
    background-color: #e1e8ee;
    color: inherit;
}

.checkout-footer-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    height: 100%;
}

.checkout-footer-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.checkout-footer-copyright {
    flex: 2;
    display: flex;
    align-items: center;
}

    .checkout-footer-copyright img {
        width: 200px;
        margin-right: 20px;
    }

.checkout-footer-social-icons {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

    .checkout-footer-social-icons a {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 30px;
        margin-left: 15px;
    }

.checkout-footer-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 0;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    height: 100%;
}

    .checkout-footer-line .top-line-sec:first-child {
        justify-content: flex-start
    }

    .checkout-footer-line .top-line-sec:nth-child(2) {
        justify-content: center
    }

    .checkout-footer-line .top-line-sec:last-child {
        justify-content: flex-end
    }

.top-line-sec {
    display: flex;
    flex: 1;
    align-items: center;
}

    .top-line-sec img {
        height: 33px;
        margin-right: 10px;
    }

.top-line-sec-content p:first-child {
    font-size: 16px;
    font-weight: 500;
}

.top-line-sec-content p:last-child {
    font-size: 14px;
    font-weight: 400;
}

.cart-footer-hr {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-color: #d1dee9;
    margin: 0 !important;
}

.facebook-icon {
    background-image: url(/assets/img/Icon/social/facebook.svg);
}

    .facebook-icon:hover {
        background-image: url(/assets/img/Icon/social/facebook-hover.svg);
    }

.instagram-icon {
    background-image: url(/assets/img/Icon/social/instagram.svg);
}

    .instagram-icon:hover {
        background-image: url(/assets/img/Icon/social/instagram-hover.svg);
    }

.twitter-icon {
    background-image: url(/assets/img/Icon/social/twitter.svg);
}

    .twitter-icon:hover {
        background-image: url(/assets/img/Icon/social/twitter-hover.svg);
    }

.youtube-icon {
    background-image: url(/assets/img/Icon/social/youtube.svg);
}

    .youtube-icon:hover {
        background-image: url(/assets/img/Icon/social/youtube-hover.svg);
    }


/*TASARIM YÜKLE*/
/* input */
.fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding: 58px 0;
    background: #fff;
    border: 2px dashed #c2cdda;
    border-radius: 14px;
    text-align: center;
}

    .fileuploader-theme-dragdrop .fileuploader-input .fileuploader-icon-main {
        display: block;
        font-size: 56px;
        margin: 0 auto;
        margin-bottom: 26px;
    }

    .fileuploader-theme-dragdrop .fileuploader-input h3 {
        margin: 0;
        margin-bottom: 8px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        font-size: 18px;
        font-weight: bold;
        color: #5B5B7B;
        white-space: normal;
        box-shadow: none;
    }

    .fileuploader-theme-dragdrop .fileuploader-input p {
        margin: 0;
        padding: 0;
        color: #90a0bc;
        margin-bottom: 12px;
    }

    /* dragging state */
    .fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner > * {
        -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
    }

    .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner > * {
        transform: translateY(18px);
        opacity: 0;
    }

    .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-icon-main {
        transform: translateY(30px) scale(1.2);
        opacity: 0.6;
    }

    .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
        transform: translateY(30px);
        opacity: 0.6;
    }

#uploader {
    box-sizing: border-box;
    background-color: #f9fcff;
    min-height: calc(100vh - 280px);
    margin-bottom: 60px;
}

.funnel-main-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .funnel-main-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.uploader-page-main-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.uploader-main-box {
    width: 100%;
    height: 100%;
}

.uploader-main-box-continer {
    padding: 20px 0;
}

.uploader-item {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 0px;
}

.uploader-header {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .uploader-header h1 {
        font-weight: 500;
        margin-bottom: 0;
        font-family: 'CepteFont', 'Volte', Arial, sans-serif;
        font-size: 24px;
        color: #b0b9c1;
    }

.uploader-body {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 17px;
    flex: 1;
}

.uploder-selectbox {
    display: flex;
    cursor: pointer;
    background-color: #fff;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #e1e8ee;
    transition: box-shadow 200ms, border-color 200ms;
}

    .uploder-selectbox:nth-child(2) {
        margin: 20px 0;
    }

    .uploder-selectbox:hover, .uploder-selectbox:focus, .uploder-selectbox:active {
        box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
        border-color: transparent;
    }

    .uploder-selectbox img {
        width: 45px;
        margin-right: 15px;
    }

.uploder-selectbox-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
}

.uploder-selectbox p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.uploader-content {
    width: 100%;
    flex: 3;
    height: 100%;
}

.box-order-content, .box-link-content {
    display: block;
    max-width: 877px;
    width: 100%;
    padding: 16px;
    margin: 16px 0 60px;
    background: #f9fcff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2), inset 0 1px 0 0 rgba(108,122,137,0.2);
    height: 345px;
    flex-direction: column;
    align-items: center;
}

.box-order-content-body, .box-mail-content-body {
    display: flex;
    padding: 35px;
    background: #fff;
    border: 2px dashed #C2CDDB;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

    .box-order-content-body p, .box-mail-content-body p {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding-top: 20px;
    }

    .box-order-content-body .desc, .box-mail-content-body .desc {
        display: block;
        font-weight: 400;
        margin-top: 2px;
        font-size: 16px;
    }

        .box-order-content-body .desc a, .box-mail-content-body .desc span {
            color: #0099df;
            font-weight: 500;
        }

    .box-order-content-body input, .box-mail-content-body input {
        position: relative;
        padding-top: 4px;
        width: 300px;
        height: 48px;
        font-size: 17px;
        text-align: center;
        font-weight: 500;
        outline: none;
        border: 1px solid #e1e8ee;
        border-radius: 3px;
        transition: box-shadow 500ms, background-color 300ms, border-color 300ms;
        color: #4b4b57;
    }

        .box-order-content-body input:hover, .box-order-content-body input:focus, .box-order-content-body input:active,
        .box-mail-content-body input:hover, .box-mail-content-body input:focus, .box-mail-content-body input:active {
            border: 1px solid #3cbaf5;
            box-shadow: 0 0 0.625rem 0 rgba(75,89,109,0.25);
        }

.floating-order-container {
    position: relative;
    padding-bottom: 22px;
}

.floating-mail-container {
    position: relative;
}

.box-mail-content-body .floating-label {
    left: 103px;
}

.box-order-content-body .floating-label {
    left: 94px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    top: 14px;
    transition: 0.2s ease all;
    color: #687684
}

.box-order-content-body input:focus + .floating-label, .box-mail-content-body input:focus + .floating-label, .is-active .floating-label {
    margin-top: -23px;
    background-color: white;
    font-size: 13px;
    color: #687684;
    padding: 0 7px;
    box-shadow: 0 0 5px 0 rgba(75,89,109,0.25);
}

@media (min-width: 767px) {
    .uploader-body .is-selected {
        background-color: #eef9f0;
        box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
        border-color: transparent;
    }
}

.uploader-notes {
    position: relative;
    max-width: 877px;
    width: 100%;
}

    .uploader-notes p {
        left: 20%;
        right: 20%;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        top: -16px;
        left: 158px;
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        box-shadow: 0 0 5px 0 rgba(75,89,109,0.25);
    }

    .uploader-notes textarea {
        padding: 30px 15px;
        border: 1px solid #e1e8ee;
    }

.box-file-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uploader-next-button {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

    .uploader-next-button span {
        display: block;
        height: 48px;
        border-radius: 4px;
        background-color: #03a267;
        text-align: center;
        line-height: 48px;
        font-weight: bold;
        color: #ffffff;
        cursor: pointer;
        margin-top: 30px;
        width: 100%
    }

        .uploader-next-button span:hover {
            opacity: 0.7;
            transition: all 200ms ease;
        }

@media (max-width: 992px) {
    #checkout-footer {
        display: none;
    }
}

@media (max-width: 767px) {

    .uploader-item {
        flex-direction: column;
    }


    .uploader-body {
        margin-top: 40px;
    }

    .uploder-selectbox:nth-child(2) {
        margin: 0;
    }

    .project-name-product {
        display: none;
    }

    #uploader {
        margin-bottom: 100px;
    }

    #checkout-layout #menu-item {
        padding-top: 12px;
        padding-bottom: 12px;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
        background-color: #ffffff;
        display: flex;
        border-bottom: 2px solid #e1e8ee;
    }

    #checkout-layout .menu-item-content, .checkout-summary-box {
        margin-top: 0;
    }

    .uploader-next-button {
        display: none;
    }

    .uploader-content .cart-next-button-mob {
        margin-left: -16px;
    }

    .uploader-content .confirm-cart-mob {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .uploder-selectbox:nth-child(2) {
        margin: 0;
    }

    .uploader-body {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .uploder-selectbox-container {
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    .uploder-selectbox img {
        width: 45px;
        margin-right: 0
    }

    .uploder-selectbox p {
        margin-left: 7px;
        margin-top: 0;
        font-size: 20px;
    }

    .uploder-selectbox {
        width: 100%;
        height: 80px;
    }

    .box-order-content-body .floating-label, .box-mail-content-body .floating-label {
        left: 20%;
        right: 20%;
        padding: 1px 7px;
    }

    .box-order-content-body input, .box-mail-content-body input {
        width: 100%;
        position: relative;
        text-align: left;
        padding-left: 20px;
    }

    .floating-order-container, .floating-mail-container {
        width: 100%;
        padding: 0 0 11px 0;
    }

    .box-order-content-body p, .box-mail-content-body p {
        padding: 0 0 15px 0;
    }

    .box-order-content-body, .box-mail-content-body {
        padding: 20px;
        justify-content: space-evenly;
    }

    .uploader-notes p {
        width: 100%;
        left: 0;
        right: 0;
    }
}

/*SEPET SAYFASI*/

#cart {
    margin: 20px 0 50px 0;
    flex: 1;
}

.cart-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.cart-body {
    display: flex;
    flex-direction: row;
}

.cart-left {
    width: 100%;
    margin-right: 20px;
    flex: 2;
}

.cart-left-border {
    display: flex;
    flex-direction: column;
    background-color: #f9fcff;
}

.cart-left-body {
    padding: 20px 20px 0 20px;
    border-bottom: solid 1px #e1e8ee;
    position: relative;
    background-color: white;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
}

    .cart-left-body:not(:last-child) {
        margin-bottom: 20px;
    }

.cart-right {
    flex: 0.79;
    width: 100%;
}

.cart-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline;
    line-height: 1;
}

    .cart-title h1 {
        font-weight: 500;
        margin-bottom: 0;
        font-family: 'CepteFont', 'Volte', Arial, sans-serif;
        padding-right: 10px;
        font-size: 24px;
        color: #b0b9c1
    }

    .cart-title span {
        padding-left: 10px;
        border-left: 1px solid #e6e6e6;
        color: #b0b9c1;
        font-weight: 400;
        font-size: 20px;
    }

.cart-product-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-product-image {
    max-width: 150px;
}

    .cart-product-image img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        /*margin-bottom: 6px;*/
    }

.cart-product-info {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 15px;
    margin-left: 20px;
}

.cart-product-content {
    display: flex;
    flex-direction: column;
    flex: 2.5
}

    .cart-product-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

        .cart-product-content ul li span {
            font-weight: 500;
        }

.cart-product-quantity {
    flex: 1.3
}

.cart-product-price {
    flex: 2;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #03a267;
}

.cart-product-remov {
    flex: 1;
    text-align: center;
}

.checkout-discount-box {
    height: 77px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
    position: relative;
}

    .checkout-discount-box.not-active {
        cursor: pointer;
    }

.checkout-box-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.checkout-discount-box .checkout-box-container {
    flex-direction: row;
    height: 77px;
}

    .checkout-discount-box .checkout-box-container img {
        width: 40px;
        height: 38px;
        margin-right: 10px;
    }

    .checkout-discount-box .checkout-box-container span {
        font-size: 16px;
        font-weight: 500;
        width: auto;
        color: #8c97a0;
    }

.checkout-box-container > * {
    width: 100%;
}

.price-summary {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.7;
}

.checkout-summary-box {
    margin-top: 10px;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
}

.price-summary li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .price-summary li span:first-child {
        font-size: 14px;
    }

    .price-summary li:last-child span {
        font-weight: 500;
        font-size: 15px;
    }

        .price-summary li:last-child span:last-child {
            font-size: 18px !important;
            font-weight: 500;
            color: #03a267;
        }

.shipping-summary-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .shipping-summary-items span {
        font-size: 13px;
        line-height: 1.3;
    }

    .shipping-summary-items .product-datebox {
        background: #fff;
        min-width: 63px;
        height: 59px;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        margin-right: 15px;
    }

        .shipping-summary-items .product-datebox .date-month {
            font-size: 13px;
            line-height: 1.5;
            text-align: center;
            background: #03a267;
            color: #fff;
            border: 0, 0, 6px, 6px;
        }

        .shipping-summary-items .product-datebox .date-day-items {
            padding: 5px 0;
        }

        .shipping-summary-items .product-datebox .date-day-number {
            background: #fff;
            line-height: 15px;
            font-size: 22px;
            text-align: center;
        }

        .shipping-summary-items .product-datebox .date-day {
            font-size: 12px;
            text-align: center;
        }

    .shipping-summary-items .product-datebox-mobile {
        display: none;
    }

        .shipping-summary-items .product-datebox-mobile .date-day-items {
            display: flex;
            flex-direction: row;
            align-items: baseline;
        }

            .shipping-summary-items .product-datebox-mobile .date-day-items .date-day-number {
                margin-right: 5px;
                font-size: 15px;
                font-weight: 500;
            }

            .shipping-summary-items .product-datebox-mobile .date-day-items .date-month {
                margin-right: 5px;
                font-size: 15px;
                font-weight: 500;
            }

            .shipping-summary-items .product-datebox-mobile .date-day-items .date-day {
                font-weight: 500;
                font-size: 15px;
            }

            .shipping-summary-items .product-datebox-mobile .date-day-items span {
                font-weight: 500;
                margin-left: 3px;
            }

        .shipping-summary-items .product-datebox-mobile img {
            width: 19px;
            height: 24px;
            margin-right: 6px;
        }

.cart-product-remove a img {
    width: 10px;
    height: 10px;
}

.cart-edit-design {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .cart-edit-design img {
        width: 13px !important;
        height: 13px !important;
        margin-right: 5px !important;
        margin-bottom: 0 !important;
    }

.cart-product-name {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    padding-bottom: 5px;
}

.project-name-active .cart-product-name {
    color: #b0b9c1;
    font-size: 15px;
}


.cart-product-name-modal {
    display: flex;
    position: absolute;
    border-radius: 4px;
    bottom: 60px;
    height: 110px;
    width: 250px;
    box-shadow: 0 0.1875rem 2.5rem 0 rgb(23 28 34 / 25%);
    left: 68px;
    background-color: #f6fcff;
}

.cart-product-name-modal-container {
    display: flex;
    width: 100%;
    padding: 8px 10px;
}

.cart-product-name-modal-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.cart-product-name-modal-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

    .cart-product-name-modal-title span {
        font-weight: 500;
    }

.cart-product-name-modal-input {
    margin-bottom: 5px;
}

    .cart-product-name-modal-input input {
        width: 100%;
        height: 24px;
        border: 1px solid #e1e8ee;
        border-radius: 4px;
        padding: 0 5px;
        color: #69778a;
    }

        .cart-product-name-modal-input input:focus-visible {
            outline: none;
            border: 1px solid #5cb3fd;
            border-radius: 4px;
        }

.cart-product-name-modal-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



    .cart-product-name-modal-buttons a {
        font-size: 13px;
        text-decoration: underline;
    }

    .cart-product-name-modal-buttons button {
        background-color: #3cbaf5;
        color: white;
        border: none;
        font-family: 'CepteFont', 'Volte', Arial, sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 4px 10px;
        cursor: pointer;
        border-radius: 4px;
    }

        .cart-product-name-modal-buttons button:focus-visible {
            border: none;
        }

.cart-change-setting {
    font-weight: 500;
    color: #03a267;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: fit-content;
    cursor: pointer
}

/*.select2-results__option {
    padding: 5px 18px !important;
}
*/

.summary-box-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    margin: 20px 5px 15px 5px;
    color: #b0b9c1;
}

.shipping-summary h4 {
    font-size: 19px;
    font-weight: 500;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    margin-bottom: 10px;
}

.cart-voucher-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart-voucher-form {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-voucher-input {
    height: 40px;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #e1e8ee;
    line-height: 1.5;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: background-color .3s,border-color .3s,-webkit-box-shadow .5s;
    transition: background-color .3s,border-color .3s,-webkit-box-shadow .5s;
    transition: box-shadow .5s,background-color .3s,border-color .3s;
    transition: box-shadow .5s,background-color .3s,border-color .3s,-webkit-box-shadow .5s;
}

.cart-voucher-input-container {
    position: relative;
    line-height: 0;
    margin-right: 8px;
}

.cart-voucher-close {
    background-color: transparent;
    border-color: transparent;
    color: #2a323a;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

    .cart-voucher-close svg {
        width: 13px;
        height: 13px;
    }

.cart-voucher-save {
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    height: 40px;
    padding: 0 24px;
    line-height: 38px;
    outline: none;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    -webkit-transition: color .2s,background-color .2s,border-color .2s;
    transition: color .2s,background-color .2s,border-color .2s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    font-weight: 500;
}

    .cart-voucher-save:hover, .cart-voucher-save:focus {
        background-color: #f3f4f6;
        border-color: transparent;
        outline: none;
    }

    .cart-voucher-save:active {
        background-color: #e9ecef;
        border-color: transparent;
        outline: none;
    }

.success-voucher-container {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .success-voucher-container img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 31px;
        margin-right: 10px;
    }

    .success-voucher-container span {
        font-size: 16px;
        font-weight: 500;
        width: auto;
        color: #0aa06e;
    }

.wrong-voucher-tooltip {
    display: block;
    position: absolute;
    z-index: 1000000000;
    background-color: #F44336;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-transition: all .2s ease-in;
    padding: 8px 12px;
    font-size: 14px;
    text-align: left;
    top: -58px;
    left: 0px;
    font-weight: 500;
    color: #fff;
    max-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

    .wrong-voucher-tooltip:before {
        content: "";
        z-index: 10000000000000;
        position: absolute;
        display: inline-block;
        bottom: -8px;
        left: 12px;
        background-color: rgba(0,0,0,0);
        border-left: 10px solid rgba(0,0,0,0);
        border-right: 10px solid rgba(0,0,0,0);
        border-top: 8px solid #F44336;
    }

.cart-next-button {
    display: block;
    height: 48px;
    border-radius: 4px;
    background-color: #03a267;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
}

    .cart-next-button:hover, .cart-next-button:focus, .cart-next-button:active {
        opacity: 0.7;
        transition: all 200ms ease;
    }

.cart-next-button-mob {
    display: none;
}

.not-active .cart-voucher-mobile {
    display: none;
}

.cart-voucher-mobile {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .cart-voucher-mobile .cart-voucher-form, .cart-voucher-mobile .cart-voucher-input-container {
        width: 100%
    }

    .cart-voucher-mobile .cart-voucher-input {
        height: 47px;
        padding-left: 15px;
    }

    .cart-voucher-mobile .cart-voucher-save {
        width: 38%;
        height: 47px;
        padding: 0;
    }

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.align-center {
    align-items: center !important;
}

.discount-box-title {
    display: none;
}

.discount-line, .shipping-line {
    color: #03a267;
    font-weight: 500;
}

.cart-product-content .project-name-display {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    width: fit-content;
    align-items: center;
    line-height: 1.2
}

    .cart-product-content .project-name-display span span {
        font-size: 13px;
        font-weight: 500;
        color: #00a0e0;
        margin-left: 8px;
        cursor: pointer;
    }

.project-name-edit-form {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 5px;
}

.edit-form-container {
    position: relative;
    line-height: 0;
    margin-right: 8px;
}

.project-name-edit-input {
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #e1e8ee;
    line-height: 1.5;
    border-radius: 3px;
    outline: none;
    height: 32px;
    font-size: 14px;
    width: 100%;
    padding: 2px 27px 0 5px;
    -webkit-appearance: none;
    -webkit-transition: background-color .3s,border-color .3s,-webkit-box-shadow .5s;
    transition: background-color .3s,border-color .3s,-webkit-box-shadow .5s;
    transition: box-shadow .5s,background-color .3s,border-color .3s;
    transition: box-shadow .5s,background-color .3s,border-color .3s,-webkit-box-shadow .5s;
}

    .project-name-edit-input:focus,
    .project-name-edit-input:hover {
        border-color: #3cbaf5
    }

    .project-name-edit-input:active,
    .project-name-edit-input:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(75, 89, 109, .25);
        box-shadow: 0 0 10px 0 rgba(75, 89, 109, .25)
    }

.project-name-edit-close {
    background-color: transparent;
    border-color: transparent;
    color: #2a323a;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

    .project-name-edit-close svg {
        width: 13px;
        height: 13px;
    }

.project-name-edit-save {
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    -webkit-transition: color .2s,background-color .2s,border-color .2s;
    transition: color .2s,background-color .2s,border-color .2s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    vertical-align: middle;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: inherit;
    padding: 0 15px;
    color: inherit;
    font-size: 13px;
}

    .project-name-edit-save:hover, .project-name-edit-save:focus, .project-name-edit-save:active {
        outline: none;
    }


.cart-product-selection-items {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    font-size: 13px;
    font-weight: 500;
    color: #69778a;
}

    .cart-product-selection-items div {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 8px 10px;
    }

        .cart-product-selection-items div:hover {
            background-color: #f4f7ff;
            border-radius: 10px;
        }

        .cart-product-selection-items div:last-child:hover {
            background-color: #fff4f4;
            border-radius: 10px;
        }

        .cart-product-selection-items div img {
            height: 12px;
            padding-right: 4px;
        }

.cart-product-selection-container {
    display: flex;
    margin-top: 20px;
    padding: 12px 0px;
    border-top: 1px solid #0000001a;
}

.cart-product-remove {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}


.cart-empty {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.cart-empty-container {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
    padding: 70px;
}

.cart-empty-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .cart-empty-items img {
        width: 50px;
        margin-bottom: 10px;
    }

    .cart-empty-items h1 {
        margin-bottom: 10px;
    }

    .cart-empty-items p {
        font-family: 'CepteFont', 'Volte', Arial, sans-serif;
        font-size: 17px;
        color: #4b4b57;
    }


@media (max-width: 992px) {
    .cart-next-button-mob {
        position: fixed;
        bottom: 0;
        height: 90px;
        width: 100%;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
        background-color: #ffffff;
        padding: 20px;
        display: block;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #cart .funnel-main-container {
        padding: 0;
    }

    .cart-header {
        padding: 0 15px;
    }

    .cart-body {
        flex-direction: column;
    }

    .cart-left-border {
        border: none;
        border-radius: 0;
    }

    .cart-left-body {
        border-bottom: 2px solid #e1e8ee;
    }

    .checkout-discount-box {
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
        background-color: #ffffff;
        border: none;
        border-radius: 0;
    }

    .discount-box-title {
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-family: 'CepteFont', 'Volte', Arial, sans-serif;
        margin: 25px 20px 20px 20px;
        color: #b0b9c1;
    }

    .checkout-summary-box {
        margin-top: 15px;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
        background-color: #ffffff;
        border: none;
        border-radius: 0;
    }

    .cart-next-button {
        display: none;
    }

    .price-summary li:last-child {
        display: none;
    }


    .cart-total-price {
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }

        .cart-total-price span:first-child {
            font-size: 14px;
            font-weight: 500;
            display: block;
            margin-bottom: 6px;
        }

        .cart-total-price span:last-child {
            font-size: 16px;
            font-weight: 500;
            color: #03a267;
            display: block;
        }

    .confirm-cart-mob {
        border-radius: 4px;
        background-color: #03a267;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        display: inline-block;
        padding: 15px 30px;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        cursor: pointer
    }

    .summary-box-title {
        margin: 25px 20px 20px 20px;
    }

    .product-datebox {
        display: none;
    }

    .shipping-summary-items .product-datebox-mobile {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .shipping-summary-items {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-discount-box .checkout-box-container {
        display: none;
    }

    .not-active .cart-voucher-mobile {
        display: flex;
    }

    .cart-right {
        margin-bottom: 100px;
    }

    .checkout-box-container {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {

    .cart-empty-container {
        padding: 50px;
    }

    .cart-product-box {
        align-items: flex-start;
    }

    .cart-product-image {
        max-width: 137px;
        margin-right: 15px;
    }

        .cart-product-image img {
            width: 137px;
            height: 137px;
            object-fit: cover;
            margin-bottom: 6px;
        }

    .cart-product-content .project-name-display {
        line-height: 0.9;
        padding-bottom: 4px;
    }

    .cart-product-info {
        margin: 0;
    }

    .cart-product-price {
        flex: 1.4
    }

    .account-modal {
        background-color: #fff;
    }

    .account-modal-item {
        width: 100%;
        z-index: 100;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        height: 100vh;
    }

    .account-modal .login-form {
        width: 100% !important;
        border-radius: 0;
        box-shadow: none;
    }

    .name-input {
        margin-right: 0;
        width: 100%;
    }

    .lastname-input {
        width: 100%;
    }

    .account-modal-form {
        padding: 25px 20px;
    }

    .account-modal-mobile-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 15px;
    }

    .account-mobile-title {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .account-mobile-desc {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #acb4bb;
        margin-bottom: 10px;
    }

        .account-mobile-desc span {
            font-weight: 600
        }

    .account-modal-close-icon, .account-modal-title, .account-modal-header .step {
        display: none;
    }

    .account-modal-logo {
        width: 176px;
        display: flex
    }

    .account-modal-header {
        padding: 0;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        line-height: 70px;
        box-shadow: 0 0 14px 0 #e1e8ee;
        background-color: #ffffff;
        z-index: 9;
        box-sizing: content-box;
        border: none;
    }

    .account-modal-mobile-close-icon {
        position: absolute;
        left: 15px;
        display: block;
    }

    .account-modal-form .text {
        display: none;
    }

    .account-modal-step-border {
        display: block;
        height: 4px;
        background-color: #4a4f55;
        width: 50%;
        transition: all 200ms ease;
    }

        .account-modal-step-border.step-two {
            background-color: #01a6e1;
            width: 100%;
        }

    #modal-signup .account-modal-step-border.step-two {
        background-color: #02a266;
    }


    .account-modal-next-btn {
        margin-top: 20px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
    }

        .account-modal-next-btn.login {
            background-color: #01a6e1;
            margin-top: 25px;
        }

        .account-modal-next-btn .chevron {
            display: none;
        }

    .cart-product-selection-items div {
        flex-direction: column;
        text-align: center;
        padding: 0 5px;
    }

    .cart-product-selection-items {
        justify-content: space-between;
    }

        .cart-product-selection-items div img {
            padding: 0;
            margin-bottom: 4px;
            height: 15px;
        }

    .cart-product-remove {
        display: block;
    }

    .cart-product-remove-selection {
        display: none !important;
    }

    .cart-product-content {
        flex: 2.3
    }

    .cart-product-selection-items div:hover {
        background-color: #ffffff;
    }

    .cart-product-selection-items div:last-child:hover {
        background-color: #ffffff;
    }
}

@media (max-width: 576px) {

    .cart-empty-container {
        padding: 30px;
        border-radius: 0;
    }

    .cart-product-content ul {
        width: 100%;
        color: #a7a7b0 !important;
        display: inline-block;
        height: 9vh;
        font-size: 12px;
        padding: 3px 7px;
        border: 1px solid #e1e8ee;
        border-radius: 3px;
        overflow: scroll;
        position: relative;
        transition: all 200ms ease;
        margin-top: 6px;
    }

    .cart-product-image img {
        width: 105px;
        height: 105px;
        margin-bottom: 0;
    }

    .cart-edit-design {
        display: none;
    }

    .cart-product-remove {
        position: absolute;
        right: 16px;
        top: 10px;
    }

    .cart-product-info {
        display: block;
    }

    .cart-product-quantity {
        display: inline-block;
        width: 100%;
        flex: 1.2
    }

    .cart-product-price {
        display: flex;
        float: right;
        height: 38px;
        align-items: center;
        margin-right: 7px;
    }

    .cart-product-content {
        margin-bottom: 10px;
    }

    .cart-change-setting {
        display: none;
    }

    .success-voucher-container {
        justify-content: flex-start;
    }

    .fileuploader-theme-dragdrop .fileuploader-input {
        padding: 29px 0;
    }
}


/*ADRES SAYFASI*/

/*Kredi Kartı*/





.card-input__input:focus {
    outline: none;
}

.card-form__row {
    display: flex;
    align-items: flex-start;
    width: 80%
}

.card-form__col {
    flex: auto;
    margin-right: 35px;
}

    .card-form__col:last-child {
        margin-right: 0;
    }

    .card-form__col.-cvv {
        max-width: 150px;
    }

        .card-form__col.-cvv .card-input {
            width: 100%
        }

.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .card-form__group .card-input__input {
        flex: 1;
        margin-right: 15px;
    }

        .card-form__group .card-input__input:last-child {
            margin-right: 0;
        }

.card-item {
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

    .card-item.-active .card-item__side.-front {
        transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
    }

    .card-item.-active .card-item__side.-back {
        transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
    }

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

    .card-item__focus:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #08142f;
        height: 100%;
        border-radius: 5px;
        filter: blur(25px);
        opacity: 0.5;
    }

    .card-item__focus.-active {
        opacity: 1;
    }

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0px 25px 0 rgba(14, 42, 90, 0.41);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

    .card-item__side.-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
        z-index: 2;
        padding: 0;
        height: 100%;
    }

        .card-item__side.-back .card-item__cover {
            transform: rotateY(-180deg);
        }

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

    .card-item__cover:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(6, 2, 29, 0.45);
    }

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 10px;
}

.card-item__chip {
    width: 60px;
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.card-item__info {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    cursor: pointer;
}

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}

.card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 20px 10px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 24px;
}

.card-list {
    display: flex;
    align-items: center;
    max-width: 346px;
    width: 100%;
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

    .card-item__numberItem.-active {
        width: 30px;
    }

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

.card-item__dateItem {
    position: relative;
}

    .card-item__dateItem span {
        width: 22px;
        display: inline-block;
    }

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    width: 100%;
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

    .card-item__cvv .card-item__type {
        opacity: 0.7;
        height: 30px !important;
    }

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 20px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

.card-form {
    display: flex;
    flex-direction: row;
    padding: 20px 25px 20px 20px;
}

.card-input {
    margin-bottom: 20px;
    width: 80%
}

.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    width: 100%;
    display: block;
    user-select: none;
}

.card-input__input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 5px 15px;
    background: none;
}

    .card-input__input:hover,
    .card-input__input:focus {
        border-color: #3d9cff;
    }

    .card-input__input:focus {
        box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
    }

    .card-input__input.-select {
        -webkit-appearance: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
        background-size: 12px;
        background-position: 90% center;
        background-repeat: no-repeat;
        padding-right: 30px;
    }

.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}

.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

/*Kredi Kartı Sonu*/

/*Eğer daha önce hiç adres eklenmediyse sayfaya geldiğinde bu modal açılır*/
.address-modal-button {
    width: 423px;
    height: 54px;
    border-radius: 3px;
    background-color: #00a366;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s ease all;
    margin: -10px auto;
    line-height: 54px;
    padding: 0 20px;
    margin-top: 20px;
}

#address-modal .account-modal-form, #shipping-modal .account-modal-form, #invoice-modal .account-modal-form {
    height: 500px;
    overflow: auto;
    padding: 30px 20px 0 20px;
}

.address-modal-form {
    width: 485px !important;
    padding-bottom: 40px;
}

    .address-modal-form .account-modal-input-item {
        margin-bottom: 20px;
    }

#address-modal .account-modal-close-icon, #shipping-modal .account-modal-close-icon, #invoice-modal .account-modal-close-icon {
    top: 33px;
    right: 25px;
    width: 20px;
}

.address-modal-form .account-modal-form .name-input, .address-modal-form .account-modal-form .lastname-input {
    width: 48.4%;
}

.address-select .floating-label-account {
    margin-top: -26px;
    background-color: white;
    font-size: 13px;
    color: #687684;
    padding: 0 4px;
}

.address-select {
    text-align: left;
}

    .address-select .select2-container--below .selection .select2-selection--single, .address-select .select2-container--above .selection .select2-selection--single {
        border: solid 1px #bdc3c7 !important;
        box-shadow: none !important;
        padding: 14px 20px 12px 18px !important;
    }

    .address-select .select2-container--default .select2-selection--single:hover, .address-select .select2-container--default .select2-selection--single:focus {
        border-color: #bdc3c7 !important;
        box-shadow: none !important;
    }

    .address-select .select2-container .select2-selection--single {
        border: solid 1px #bdc3c7 !important;
        height: 54px !important;
        border-radius: 5px !important;
    }

    .address-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 14px !important;
    }

.address-modal-form .text-area-input {
    margin-bottom: 16px !important;
}

.account-modal-input-item textarea {
    height: auto !important;
    padding-top: 12px !important;
}

.address-modal-invoice-tab hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.address-modal-title {
    font-size: 18px;
    font-weight: 500;
    float: left;
}

.address-modal-invoice-select, .invoice-modal-invoice-select {
    background-color: #f6f6f6;
    border-top: solid 1px #e1e8ee;
    padding: 20px 30px;
    display: flex;
}

.shipping-modal-invoice-select {
    background-color: #f6f6f6;
    padding: 20px 30px;
    display: flex;
    margin-bottom: 20px;
    margin: 0 -20px 20px;
}


.invoice-select-tab {
    font-size: 17px;
    color: #6c7a89;
    border-bottom: solid 1px #bdc3c7;
    margin-right: 10px;
    padding-bottom: 1px;
    cursor: pointer;
}

.address-modal-invoice-select .active, .shipping-modal-invoice-select .active, .invoice-modal-invoice-select .active {
    font-weight: 600;
    color: #00a366;
    border-bottom: solid 3px #00a366;
}

.invoice-select-vr {
    margin-right: 10px;
    border-right: 1px solid #6c7a89;
    height: 15px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    #address-modal .account-modal-close-icon, #shipping-modal .account-modal-close-icon, #invoice-modal .account-modal-close-icon {
        display: flex;
        top: 25px;
    }

    .address-modal-form .account-modal-header {
        justify-content: space-between;
        padding: 0 20px;
    }

    #address-modal .account-modal-form, #shipping-modal .account-modal-form, #invoice-modal .account-modal-form {
        padding: 20px !important;
        border-bottom: 2px solid #eaeff3 !important;
        overflow: auto !important;
    }

    .address-modal-form .account-modal-form .name-input, .address-modal-form .account-modal-form .lastname-input {
        width: 100%;
    }

    .address-modal-button {
        width: 90%;
        margin: 20px !important;
    }

    .address-modal-form .account-modal-input-item:last-child {
        margin-bottom: 0;
    }
}
/*Modal Sonu*/

/*Checkout Layout*/
#checkout-header {
    box-shadow: inset 0 -1px 0 0 #e1e8ee;
    background-color: #ffffff;
    width: 100%;
}

    #checkout-header nav {
        height: 67px;
    }


.checkout-header-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.checkout-header-left .logo {
    width: 247px !important;
}
/*Checkout Layout Sonu*/



#address {
    margin: 15px 0 150px 0;
    min-height: calc(100vh - 367px);
}

.address-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.address-body {
    display: flex;
    flex-direction: row;
    padding-bottom: 85px;
}

    .address-body .cart-right .summary-box-title {
        margin: 25px 5px 15px 5px;
    }

.address-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 20px;
    flex: 2;
}

.address-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #b0b9c1;
}

.shipping-info {
    flex: 1;
    margin-right: 20px;
}

.invoice-info {
    flex: 1
}


.address-box {
    margin-top: 10px;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
}


.address-box-info {
    padding: 15px;
    border-bottom: 1px solid #e1e8ed;
    height: 180px;
}

.address-box-add-button {
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 22px;
    cursor: pointer;
}

    .address-box-add-button .address-box-link:last-child {
        margin-left: 28px;
    }

.address-box-link {
    font-size: 14px;
    color: #58656f;
    display: flex;
}

    .address-box-link:hover {
        font-weight: 500;
        color: #58656f;
    }

    .address-box-link img {
        width: 15px;
        margin-right: 5px;
    }

.address-box-info-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.address-box-info-items {
    display: flex;
    flex-direction: row;
}

.address-box-info-title {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}


.address-box-info-detail {
    color: #58656f;
    font-size: 14px;
    padding-left: 7px;
}

.bold {
    font-weight: 600
}

.address-box-info-detail:not(:last-child) {
    margin-bottom: 5px;
}



.address-title-chevron {
    position: absolute;
    right: 15px;
}

.address-select-modal {
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    max-height: 266px;
    overflow: auto;
    box-shadow: 0px 0px 30px -11px rgba(0,0,0,0.22);
    z-index: 9;
}

.address-box-info-details {
    position: relative;
    width: 100%
}

.address-select-modal-item {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e1e8ee;
    cursor: pointer;
}

    .address-select-modal-item:last-child {
        border: none;
    }

    .address-select-modal-item:hover {
        background-color: #fbfbfb;
        transition: all 200ms ease;
    }

.address-select-modal-item-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.address-left-info {
    display: flex;
}

.payment-head {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e1e8ed;
}

.payment-box, .contract-box, .cart-box {
    margin-top: 10px;
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
}


.payment-select {
    position: relative;
    font-size: 15px;
    display: block;
}

.payment-select-input {
    z-index: 1;
    width: 100%;
    height: 24px;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.payment-select label {
    padding-left: 26px;
    padding-right: 24px;
    margin-bottom: 0;
    transition: color .3s;
    position: relative;
    display: flex;
    align-content: center;
}

    .payment-select label:before, .payment-select label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .payment-select label:before {
        top: 1px;
        width: 18px;
        height: 18px;
        background: #fff;
        outline: none;
        border: 1px solid #dfe2e5;
        box-shadow: inset 0 1px 4px 0 rgba(30,35,43,.15);
        border-radius: 10px;
        left: 0;
    }

    .payment-select label:after {
        top: 6px;
        width: 8px;
        height: 8px;
        border-width: 16px;
        left: 5px;
        background: transparent;
        border: 4px solid #fff;
        border-radius: 17px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.payment-select-input:focus + label:before, .payment-select-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}


.credit-card-option-line {
    position: relative;
    font-size: 15px;
    display: block;
    padding-bottom: 13px
}

.credit-card-option-input {
    z-index: 1;
    width: 100%;
    height: 24px;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.credit-card-option-line label {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
    transition: color .3s;
    position: relative;
    display: flex;
    align-content: center;
}

    .credit-card-option-line label:before, .credit-card-option-line label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .credit-card-option-line label:before {
        top: 3.4px;
        width: 15px;
        height: 15px;
        background: #fff;
        outline: none;
        border: 1px solid #ced6e0;
        border-radius: 3px;
        left: 0;
    }

    .credit-card-option-line label:after {
        top: 6px;
        width: 9px;
        height: 6px;
        border-width: 3px;
        left: 4px;
        transform: rotate(-45deg) translatex(-1px);
        background: transparent;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        border-radius: 1px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.credit-card-option-input:focus + label:before, .credit-card-option-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}

.credit-card-option-section {
    padding: 0 20px;
}

.credit-card-save-info {
    padding-left: 13px;
    padding-bottom: 7px;
    padding-top: 7px;
    background-color: #f2f8ff;
    border-radius: 5px;
    margin-bottom: 13px;
}

    .credit-card-save-info img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
        margin-top: -6px;
    }

    .credit-card-save-info span {
        padding: 0 5px;
        font-weight: 500;
        color: #4b4b57;
    }

.credit-cart-installment-table {
    max-width: 450px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative
}

    .credit-cart-installment-table thead tr th:first-child, .credit-cart-installment-table tbody tr td:first-child {
        width: 38px;
        padding: 10px 25px 10px 10px;
    }

    .credit-cart-installment-table thead tr th, .credit-cart-installment-table tbody tr td {
        padding: 10px;
        border-bottom: 1px solid #dfe3e7;
    }

    .credit-cart-installment-table tbody tr:last-child td {
        border-color: #fff
    }

    .credit-cart-installment-table thead tr th {
        font-size: 15px;
        color: #848484;
        font-weight: 500;
    }

    .credit-cart-installment-table tbody tr td {
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    }

.credit-card-installment-title {
    font-size: 16px;
    font-weight: 500;
}

.credit-card-installment-select {
    display: block;
}

.credit-cart-installment-table tbody tr {
    cursor: pointer
}

.credit-card-installment-select {
    font-size: 15px;
    display: block;
}

.credit-card-installment-select-input {
    z-index: 1;
    width: 100%;
    height: 24px;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.credit-card-installment-select label {
    transition: color .3s;
    position: relative;
    display: flex;
    align-content: center;
}

    .credit-card-installment-select label:before, .credit-card-installment-select label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .credit-card-installment-select label:before {
        top: 1px;
        width: 18px;
        height: 18px;
        background: #fff;
        outline: none;
        border: 1px solid #dfe2e5;
        box-shadow: inset 0 1px 4px 0 rgba(30,35,43,.15);
        border-radius: 10px;
        left: 0;
    }

    .credit-card-installment-select label:after {
        top: 6px;
        width: 8px;
        height: 8px;
        border-width: 16px;
        left: 5px;
        background: transparent;
        border: 4px solid #fff;
        border-radius: 17px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.credit-card-installment-select-input:focus + label:before, .credit-card-installment-select-input:hover + label:before {
    border-color: #00a0e0;
}


.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}

.credit-card-installment {
    padding: 20px;
    padding-bottom: 5px !important;
}

.credit-card-installment-inactive {
    margin-top: 5px;
    padding-bottom: 15px
}

.bank-transfer-container {
    padding: 20px;
    display: flex;
    flex-direction: column
}

.bank-transfer-item {
    border: 1px solid #e1e8ec;
    padding: 7px 16px;
    margin: 8px 0;
    border-radius: 4px;
    width: 320px;
    min-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative
}

    .bank-transfer-item:hover {
        box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
        border-color: transparent;
    }

.label-selected {
    box-shadow: 0 0 0 2px #3cbaf5;
    border-color: transparent;
}

.bank-transfer-item label {
    padding-left: 40px;
    height: 100%;
}

    .bank-transfer-item label img {
        height: 27px;
    }

.bank-transfer-header p {
    font-size: 15px;
    padding-bottom: 15px;
}

.bank-transfer-footer p {
    display: flex;
    padding-left: 13px;
    padding-bottom: 7px;
    padding-top: 7px;
    background-color: #f2f8ff;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 13px;
    align-items: center;
}

    .bank-transfer-footer p img {
        width: 15px;
        margin-right: 7px;
    }

.bank-transfer-body {
    display: flex;
    flex-direction: column
}

.bank-transfer-input {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.bank-transfer-item label {
    transition: color .3s;
    position: relative;
    display: flex;
    align-content: center;
}

    .bank-transfer-item label:before, .bank-transfer-item label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .bank-transfer-item label:before {
        top: 5px;
        width: 17px;
        height: 17px;
        background: #fff;
        outline: none;
        border: 1px solid #ced6e0;
        border-radius: 3px;
        left: 0;
    }

    .bank-transfer-item label:after {
        top: 9px;
        width: 9px;
        height: 6px;
        border-width: 3px;
        left: 5px;
        transform: rotate(-45deg) translatex(-1px);
        background: transparent;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        border-radius: 1px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.bank-transfer-input:focus + label:before, .bank-transfer-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}


.contract-content {
    padding: 20px;
    height: 200px;
    overflow: auto;
    font-size: 14px;
}

    .contract-content p {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .contract-content span {
        font-weight: 500;
    }

    .contract-content table {
        width: 100%;
        border: 1px solid #ced6e0;
    }

    .contract-content br {
        margin-top: 10px;
    }

    .contract-content table thead tr, .contract-content table tbody tr {
        border: 1px solid #ced6e0;
    }

        .contract-content table thead tr th, .contract-content table tbody tr td {
            padding: 5px;
            border-right: 1px solid #ced6e0;
        }

.cart-box {
    max-height: 330px;
    overflow: auto;
}

.agreements-box-link {
    text-decoration: underline;
    font-weight: 500;
}

.agreements-box {
    border-radius: 4px;
    border: solid 1px #e1e8ee;
    background-color: #ffffff;
    position: relative;
    margin-top: 20px;
    display: flex;
}

.agreements-box-container {
    padding: 20px;
    height: 100%;
    width: 100%
}

.agreements-box-option-line {
    position: relative;
    font-size: 15px;
    display: block;
    align-items: center;
}

.agreements-box-input {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.agreements-box-option-line label {
    padding-left: 24px;
    margin-bottom: 0;
    transition: color .3s;
    position: relative;
    align-content: center;
    font-size: 14px;
}

    .agreements-box-option-line label:before, .agreements-box-option-line label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .agreements-box-option-line label:before {
        top: 2px;
        width: 15px;
        height: 15px;
        background: #fff;
        outline: none;
        border: 1px solid #ced6e0;
        border-radius: 3px;
        left: 0;
    }

    .agreements-box-option-line label:after {
        top: 5px;
        width: 9px;
        height: 6px;
        border-width: 3px;
        left: 4px;
        transform: rotate(-45deg) translatex(-1px);
        background: transparent;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        border-radius: 1px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.agreements-box-input:focus + label:before, .agreements-box-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}

.is-active + label:after {
    opacity: 1;
}

.address-table-width {
    width: 130px;
}

.fw-500 {
    font-weight: 500;
}

.cart-right-sticky {
    position: sticky;
    top: 30px;
}

.address-box-shipping-select {
    display: none;
}

.invoice-shipping-select-option-line {
    position: relative;
    font-size: 15px;
    display: block;
    align-items: center;
}

.invoice-shipping-select-input {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.invoice-shipping-select-option-line label {
    padding-left: 24px;
    margin-bottom: 0;
    transition: color .3s;
    position: relative;
    align-content: center;
    font-size: 14px;
}

    .invoice-shipping-select-option-line label:before, .invoice-shipping-select-option-line label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .invoice-shipping-select-option-line label:before {
        top: 2px;
        width: 15px;
        height: 15px;
        background: #fff;
        outline: none;
        border: 1px solid #ced6e0;
        border-radius: 3px;
        left: 0;
    }

    .invoice-shipping-select-option-line label:after {
        top: 5px;
        width: 9px;
        height: 6px;
        border-width: 3px;
        left: 4px;
        transform: rotate(-45deg) translatex(-1px);
        background: transparent;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        border-radius: 1px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.invoice-shipping-select-input:focus + label:before, .invoice-shipping-select-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}


.shipping-modal-line {
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    font-weight: 500;
    padding: 0 15px;
    border: solid 1px #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.shipping-modal-input {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    clip: auto;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.shipping-modal-line label {
    padding-left: 24px;
    margin-bottom: 0;
    transition: color .3s;
    position: relative;
    align-content: center;
    font-size: 14px;
}

    .shipping-modal-line label:before, .shipping-modal-line label:after {
        content: "";
        display: block;
        position: absolute;
        transition: background-color .2s, border-color .2s, border-width .2s, opacity .2s;
    }

    .shipping-modal-line label:before {
        top: 2px;
        width: 15px;
        height: 15px;
        background: #fff;
        outline: none;
        border: 1px solid #ced6e0;
        border-radius: 3px;
        left: 0;
    }

    .shipping-modal-line label:after {
        top: 5px;
        width: 9px;
        height: 6px;
        border-width: 3px;
        left: 4px;
        transform: rotate(-45deg) translatex(-1px);
        background: transparent;
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        border-radius: 1px;
        box-shadow: -1px 1px 1px rgba(30,35,43,.15);
        opacity: 0;
    }

.shipping-modal-input:focus + label:before, .shipping-modal-input:hover + label:before {
    border-color: #00a0e0;
}

.is-active + label:before {
    background: #00a0e0;
    border-color: #00a0e0;
    border-width: 0;
    transition: background-color .2s, border-color .2s .2s, border-width .2s .2s;
}


.is-active + label:after {
    opacity: 1;
}

.checkout-header-mobile {
    display: none;
}

.checkout-logo {
    width: 250px;
}

.saved-card-wrapper {
    display: flex;
    padding: 30px 20px;
}

.saved-card-wrapper-container {
    display: flex;
    border-radius: 8px;
    padding: 2px;
    background-color: #eee;
}

.saved-card-wrapper-item {
    padding: 8px 37px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.70;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.2px;
}

.saved-card-wrapper-container .selected {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}


.payment-saved-card {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px 10px 20px;
}

.saved-card-body {
    display: flex;
    margin-bottom: 16px;
    margin-right: 16px;
}

.saved-card-container {
    padding: 0 22px;
    width: 220px;
    height: 142px;
    border-radius: 8px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: 1px solid #dfe3e7;
    transition: box-shadow 200ms, border-color 200ms;
    position: relative;
    cursor: pointer;
}

    .saved-card-container:hover, .saved-card-container:focus {
        box-shadow: 0 0 10px 0 rgb(75 89 109 / 25%);
        border-color: transparent;
    }

.payment-saved-card .selected .saved-card-container {
    cursor: default;
    padding: 0 15px;
    box-shadow: 0 0 0 3px #3cbaf5;
    border-color: transparent;
}

    .payment-saved-card .selected .saved-card-container:before {
        position: absolute;
        left: -1px;
        top: -1px;
        content: " ";
        width: 32px;
        height: 32px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0ia2F0bWFuXzEiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwIDMwIg0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzNDQkFGNTt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMi42LDMwSDBWMGgzMHYyMi42QzMwLDI2LjcsMjYuNywzMCwyMi42LDMweiIvPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMS40LDEyLjRsLTcuMSw3LjFjLTAuNSwwLjUtMS40LDAuNS0xLjksMGwtMy43LTMuN2MtMC41LTAuNS0wLjUtMS40LDAtMS45YzAuNS0wLjUsMS40LTAuNSwxLjksMGwyLjcsMi43DQoJCQlsNi4yLTYuMmMwLjUtMC41LDEuNC0wLjUsMS45LDBDMjEuOSwxMSwyMS45LDExLjksMjEuNCwxMi40eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
        background-repeat: no-repeat;
    }

.saved-card-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.saved-card-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-height: 98px;
}

.saved-card-item {
    display: flex;
    justify-content: space-between;
}

.saved-card-bank-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    min-height: 48px;
    max-height: 48px;
    max-width: 141px;
}

    .saved-card-bank-logo span {
        width: 80px;
        height: 32px;
        max-height: 32px;
        display: flex;
        align-items: center;
    }

        .saved-card-bank-logo span img {
            max-height: 100%;
            max-width: 100%;
            display: block;
        }


    .saved-card-bank-logo + div {
        display: flex;
        align-items: center;
    }

.saved-card-number {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #646464;
    white-space: nowrap;
    padding: 4px 0;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
}

    .saved-card-number .saved-card-number-formatter span {
        letter-spacing: 3px !important;
        margin-left: 3px !important;
    }

.saved-card-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .saved-card-name span {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -.24px;
        color: #646464;
        overflow: hidden;
    }

    .saved-card-name img {
        max-height: 16px;
        max-width: 32px;
        align-self: center;
    }

.address-left-cart .cart-box .cart-left-body {
    border: none;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 2px solid #e1e8ee;
}

@media only screen and (max-width: 1150px) {
    .card-input, .card-form__row {
        width: 90%
    }
}

@media only screen and (max-width: 1090px) {
    .card-form__col:first-child {
        margin-right: 20px
    }
}

@media only screen and (max-width: 1067px) {
    .card-form__col {
        flex: 2
    }

        .card-form__col.-cvv {
            flex: 1
        }

    #cardMonth, #cardYear {
        padding-right: 0 !important;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .address-body {
        flex-direction: column;
        padding-bottom: 2px;
    }

        .address-title, .address-body .cart-right .summary-box-title {
            margin: 20px 15px 15px 15px;
        }

    #address .funnel-main-container {
        padding: 0;
    }

    .payment-box, .contract-box, .cart-box, .address-box, .agreements-box {
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
        background-color: #ffffff;
        border: none;
        border-radius: 0;
    }

    .agreements-box-option-line label:before {
        top: 3px;
    }

    .agreements-box-option-line label:after {
        top: 6px;
    }

    .address-body .discount-box-title {
        display: none;
    }

    .agreements-box {
        margin-top: 25px;
    }

    #address {
        margin: 15px 0 116px 0;
    }

    #cardMonth, #cardYear {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .address-body {
        flex-direction: column;
    }

    .card-form__inner {
        width: 100%;
    }

    .card-list {
        display: none;
    }

    .card-form {
        padding: 20px 15px;
    }

    .credit-card-option-line label {
        padding-right: 0;
    }

    .-cvv .card-input {
        margin-bottom: 0;
    }

    .credit-card-installment {
        padding: 15px;
    }
}

@media only screen and (max-width: 576px) {

    #faturainfo, #teslimatinfo {
        margin-top: 10px;
    }

    .card-input, .card-form__row {
        width: 100%
    }

    .saved-card-wrapper-item {
        padding: 6px 20px;
    }

    .address-left-info {
        flex-direction: column-reverse;
    }

    .address-left-cart .cart-product-quantity {
        margin-top: 8px;
    }

    .credit-cart-installment-table thead tr th:first-child, .credit-cart-installment-table tbody tr td:first-child {
        width: 30px;
        padding: 10px 10px 10px 5px;
    }

    .address-table-width {
        width: unset
    }


    .invoice-info .address-title {
        margin-top: 6px;
    }

    .address-box-info-title {
        margin-bottom: 0;
        padding: 10px;
    }

    .shipping-info-mobile-none {
        display: none;
    }

    .address-box-shipping-select {
        height: 54px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 18px;
        cursor: pointer;
        border-top: 1px solid #e1e8ed;
    }

    .credit-cart-installment-table thead tr th, .credit-cart-installment-table tbody tr td {
        font-size: 14px;
    }

    .credit-card-save-info, .credit-card-installment-title {
        display: none;
    }

    .credit-cart-installment-table tbody tr td:nth-child(3), .credit-cart-installment-table tbody tr td:nth-child(4), .credit-cart-installment-table thead tr th:nth-child(3), .credit-cart-installment-table thead tr th:nth-child(4) {
        text-align: right;
    }

    .credit-cart-installment-table tbody tr td:nth-child(2) {
        padding-left: 7px;
        padding-right: 0;
    }

    .pb-none {
        padding-bottom: 0;
    }

    .credit-card-option-section {
        padding: 0 15px;
    }

    .address-box-add-button {
        padding: 15px 18px;
    }

    .credit-card-option-line label {
        font-size: 14px;
    }

    .card-input__input {
        font-size: 15px;
    }

    .checkout-header-items {
        display: none;
    }

    .checkout-header-mobile {
        display: flex;
    }

    .checkout-header-mobile {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .checkout-mobile-chevron a img {
        width: 15px;
    }

    .checkout-mobile-chevron a {
        display: flex;
    }

    .checkout-mobile-title {
        font-size: 14px;
        font-weight: 600;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .checkout-mobile-trust {
        width: 25%;
        display: flex;
        justify-content: flex-end;
    }

    .checkout-mobile-chevron {
        width: 25%;
    }

    .shipping-info {
        margin-right: 0;
    }
}

/* Shipping custom and modal styles */
.shipping-container {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 30px auto;
    padding: 0 15px;
    align-items: flex-start;
}
.form-section {
    background: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1b2430;
    margin-bottom: 6px;
}
.form-group input, .form-group select {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 8px 12px;
    outline: none;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 14px;
}
.form-group input:focus, .form-group select:focus {
    border-color: #26c281;
}
.address-type-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.address-type-tab {
    flex: 1;
    padding: 12px;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    background: #f9fafb;
    color: #4b5563;
}
.address-type-tab.active {
    border-color: #00aeef;
    background: #f0f9ff;
    color: #00aeef;
}
.shipping-options-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}
.shipping-option-card {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: #ffffff;
}
.shipping-option-card:hover {
    border-color: #cbd5e1;
}
.shipping-option-card.active {
    border-color: #26c281;
    background: #f0fdf4;
}
.shipping-option-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.shipping-option-radio {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    accent-color: #26c281;
}
.shipping-option-info {
    flex: 1;
}
.shipping-option-name {
    font-weight: 700;
    color: #113463;
    font-size: 14px;
    margin-bottom: 4px;
}
.shipping-option-desc {
    font-size: 12px;
    color: #5c667d;
}
.shipping-option-price {
    font-weight: 700;
    font-size: 15px;
    color: #113463;
    text-align: right;
}
.shipping-option-price.free {
    color: #26c281;
}
/* Card Design matching the mockup image */
.address-box-card {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.address-box-card-header {
    padding: 15px 20px;
    background: #ffffff;
}
.address-box-card-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #7f8c8d;
    font-family: 'Outfit', sans-serif;
}
.address-box-card-body {
    padding: 0 20px 20px 20px;
    flex: 1;
}
.address-box-card-footer {
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    padding: 15px 20px;
    display: flex;
    gap: 20px;
}
.address-footer-btn {
    font-size: 13px;
    color: #7f8c8d;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
}
.address-footer-btn:hover {
    color: #00aeef;
}
.address-footer-btn .plus-icon {
    font-size: 16px;
    font-weight: 600;
}
.address-select-wrapper {
    position: relative;
    margin-bottom: 12px;
}
.address-select-trigger {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    background: #ffffff;
    font-weight: 700;
    color: #1e293b;
    font-size: 13px;
    user-select: none;
    transition: border-color 0.2s;
}
.address-select-trigger:hover {
    border-color: #cbd5e1;
}
.address-select-trigger span {
    margin-left: 8px;
}
.address-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 100;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    max-height: 180px;
    overflow-y: auto;
}
.address-select-option {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    color: #334155;
    font-weight: 600;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.address-select-option:last-child {
    border-bottom: none;
}
.address-select-option:hover {
    background: #f8fafc;
    color: #00aeef;
}
/* Modal Design */
.address-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    backdrop-filter: blur(4px);
}
.address-modal-content {
    background: #ffffff;
    border-radius: 12px;
    width: 550px;
    max-width: 95%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: modal-pop-in 0.25s ease-out;
}
@keyframes modal-pop-in {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.address-modal-header {
    background: #f8fafc;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address-modal-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #113463;
}
.close-modal-btn {
    font-size: 24px;
    font-weight: 600;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}
.close-modal-btn:hover {
    color: #475569;
}
.address-modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}
.address-modal-footer {
    background: #f8fafc;
    padding: 12px 20px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* Relative path overrides for local social media icons under file:// protocol */
.facebook-icon {
    background-image: url('/assets/img/Icon/social/facebook.svg') !important;
}
.facebook-icon:hover {
    background-image: url('/assets/img/Icon/social/facebook-hover.svg') !important;
}
.instagram-icon {
    background-image: url('/assets/img/Icon/social/instagram.svg') !important;
}
.instagram-icon:hover {
    background-image: url('/assets/img/Icon/social/instagram-hover.svg') !important;
}
.twitter-icon {
    background-image: url('/assets/img/Icon/social/twitter.svg') !important;
}
.twitter-icon:hover {
    background-image: url('/assets/img/Icon/social/twitter-hover.svg') !important;
}
.youtube-icon {
    background-image: url('/assets/img/Icon/social/youtube.svg') !important;
}
.youtube-icon:hover {
    background-image: url('/assets/img/Icon/social/youtube-hover.svg') !important;
}

/* Checkout Payment page specific styles */
.checkout-container {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 30px auto;
    padding: 0 15px;
    align-items: flex-start;
}
.form-section {
    background: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1b2430;
    margin-bottom: 6px;
}
.form-group input {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 8px 12px;
    outline: none;
    box-sizing: border-box;
}
.form-group input:focus {
    border-color: #26c281;
}
.payment-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.payment-tab {
    flex: 1;
    padding: 15px 12px;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    background: #f9fafb;
    color: #4b5563;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.payment-tab.active {
    border-color: #26c281;
    background: #f0fdf4;
    color: #26c281;
}
.payment-tab img {
    height: 24px;
}
.bank-details-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}
.funnel-main-container {
    margin-bottom: 60px !important;
}
.address-left-contract {
    margin-bottom: 45px !important;
}
