#creditCard .payment-title {
    width: 100%;
    text-align: center;
}

#creditCard .form-container .field-container {
    position: relative;
}

#creditCard .form-container .field-container:first-of-type {
    grid-area: name;
}

#creditCard .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

#creditCard .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

#creditCard .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

#creditCard-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#creditCard-container {
    position: relative;
}

#creditCard .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 100%;
    padding: 20px;
    color: #707070;
}

#creditCard label {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

#creditCard input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

#creditCard .ccicon {
    height: 45px;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 60px;

}

/* CREDIT CARD IMAGE STYLING */
#creditCard .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#creditCard .container {
    width: 100%;
    max-width: 400px;
    max-height: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}

#creditCard #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#creditCard #ccsingle svg {
    width: 100px;
    max-height: 60px;
}

#creditCard .creditcard svg#cardfront,
#creditCard .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#creditCard #generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
#creditCard .creditcard .lightcolor,
#creditCard .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

#creditCard .creditcard .lightblue {
    fill: #03A9F4;
}

#creditCard .creditcard .lightbluedark {
    fill: #0288D1;
}

#creditCard .creditcard .red {
    fill: #ef5350;
}

#creditCard .creditcard .reddark {
    fill: #d32f2f;
}

#creditCard .creditcard .purple {
    fill: #ab47bc;
}

#creditCard .creditcard .purpledark {
    fill: #7b1fa2;
}

#creditCard .creditcard .cyan {
    fill: #26c6da;
}

#creditCard .creditcard .cyandark {
    fill: #0097a7;
}

#creditCard .creditcard .green {
    fill: #66bb6a;
}

#creditCard .creditcard .greendark {
    fill: #388e3c;
}

#creditCard .creditcard .lime {
    fill: #d4e157;
}

#creditCard .creditcard .limedark {
    fill: #afb42b;
}

#creditCard .creditcard .yellow {
    fill: #ffeb3b;
}

#creditCard .creditcard .yellowdark {
    fill: #f9a825;
}

#creditCard .creditcard .orange {
    fill: #ff9800;
}

#creditCard .creditcard .orangedark {
    fill: #ef6c00;
}

#creditCard .creditcard .grey {
    fill: #bdbdbd;
}

#creditCard .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#creditCard #svgname {
    text-transform: uppercase;
}

#creditCard #cardfront .st2 {
    fill: #FFFFFF;
}

#creditCard #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#creditCard #cardfront .st4 {
    font-size: 54.7817px;
}

#creditCard #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#creditCard #cardfront .st6 {
    font-size: 33.1112px;
}

#creditCard #cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#creditCard #cardfront .st8 {
    font-size: 24px;
}

#creditCard #cardfront .st9 {
    font-size: 36.5498px;
}

#creditCard #cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#creditCard #cardfront .st11 {
    font-size: 16.1716px;
}

#creditCard #cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#creditCard #cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#creditCard #cardback .st2 {
    fill: #111111;
}

#creditCard #cardback .st3 {
    fill: #F2F2F2;
}

#creditCard #cardback .st4 {
    fill: #D8D2DB;
}

#creditCard #cardback .st5 {
    fill: #C4C4C4;
}

#creditCard #cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#creditCard #cardback .st7 {
    font-size: 27px;
}

#creditCard #cardback .st8 {
    opacity: 0.6;
}

#creditCard #cardback .st9 {
    fill: #FFFFFF;
}

#creditCard #cardback .st10 {
    font-size: 24px;
}

#creditCard #cardback .st11 {
    fill: #EAEAEA;
}

#creditCard #cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#creditCard #cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
#creditCard .container {
    perspective: 1000px;
}

#creditCard .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    position: relative;
    height: 100%;
}

#creditCard .creditcard .front,
#creditCard .creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
    top: 21.5%;
}

#creditCard .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#creditCard .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#paymentMethods tbody td {
    width: 1%;
}

footer {
    border-top: 1px solid #d3d3d3;
    padding-top: 50px;
    background-color: #445c6a;
    color: white;
}

.hero-products-group-slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin-bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}

.basketProducts {
    max-height: 50vh;
    overflow-y: auto;
}

.checkout-form .address-select {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #14191e;
    margin-bottom: 15px;
}

.card-image:hover > a > img {
    filter: brightness(0.5);
}

html body .product-card .hover-contents {
    width: auto;
    height: auto;
    top: 50%;
}

html body .parent-slider img {
    padding: 5px;
}

.orderCheck li:nth-child(odd) {
    padding: 10px 5px;
    background-color: #f4f4f4;
}

.orderCheck li:nth-child(even) {
    padding: 10px 5px;
}

.cart-table .table tbody .campaign {
    font-weight: bold;
}

.cart-table .table tbody .campaignProduct {
    text-align: center;
}

.cart-table .table tbody .campaignProduct td {
    padding: 5px;
}

.cart-table .table tbody .campaignProduct td a {
    font-size: 13px;
}

.cart-table .table tbody .campaignProduct td img {
    width: 40px;
}

#newDeliveryAddress {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    font-size: 23px;
    font-weight: bold;
    min-height: auto;
    max-height: none;
}

#newInvoiceAddress {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    font-size: 23px;
    font-weight: bold;
    min-height: auto;
    max-height: none;
}

@media only screen and (max-width: 768px) {
    .product-details-info {
        text-align: center;
    }

    .product-details-info .add-to-cart-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
        display: inline-flex;
    }

    .compare-wishlist-row .add-link {
        margin-right: 0px;
    }

    .review-comment .text {
        width: 100%;
    }

    .site-footer {
        text-align: center;
    }

    .footer-contact p {
        display: grid;
    }

    .be-comment-block {
        text-align: center;
    }

    .login-form input[name="kvkk"] {
        height: auto;
        vertical-align: middle;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .login-form input[name="register_kvkk"] {
        height: auto;
        vertical-align: middle;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .login-form span.kvkk {
        float: left;
        width: 90%;
    }

    .account-details-form .form-group {
        margin-left: 0px;
    }

    .myaccount-content {
        padding: 30px 20px;
    }

    .myaccount-content .bg-tabs .nav-link {
        padding: 15px !important;
    }

    .myaccount-content .nav.nav-tabs.bg-tabs{
        display: block;
        text-align: center;
    }

    .contact_form .ct_title {
        text-align: center;
    }

    .checkout-cart-total {
        margin-top: 30px;
    }

    .btn--ticketBtn {
        background: #415a68;
        color: #ffffff;
        text-transform: none !important;
        font-weight: 500 !important;
        margin-top: -20px;
        margin-right: -15px;
    }

    .myaccount-content h3 {
        border-bottom: 1px dashed #cecece;
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .account-details-form h4 {
        text-align: center;
        margin-top: 15px;
    }

    .customerInfoSaveButton {
        display: block;
        width: 100%;
        text-align: center;
    }

    .input-group-prepend .input-group-text.input-group-addon {
        font-size: 15px;
    }

    .login-form .btn {
        text-transform: capitalize;
        font-size: 15px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-card h3 a {
        padding: 0;
        display: block;
        text-transform: capitalize;
        overflow: hidden;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .be-comment-block .col-md-6 {
        text-align: center !important;
    }
}
