body {
    color: #4a4a56;
    background-color: #fff !important;
}

.header {
    background-color: #fff;
}

.header-menus {
    background-color: #fff !important;
    border-bottom: solid 1px #ebebeb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05)
}

@media screen and (max-device-width: 640px) {

    .kanvas-header{
        align-items: center!important;
        padding: 15px 0 10px 0!important;
    }
    .kanvas-img{
        padding: 0 0 25px 0!important;
    }
    .fnc-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .home-rectangle {
        margin-top: 20px;
    }

    .login-area {
        flex-direction: column;
        align-items: normal;
    }

    .login-form {
        flex: 12;
        margin-bottom: 20px;
    }

    .side-info {
        flex: 12;
    }

    .header-buttons {
        display: none !important;
    }

}


@media screen and (min-device-width: 641px) {


    .kanvas-header{
        padding: 30px 30px 20px 30px!important;
    }

    .kanvas-img{
        padding: 0 29px 29px 29px!important;
    }

    .login-area {
        align-items: center;
        flex-direction: row;
    }

    .login-form {
        flex: 6;
    }

    .side-info {
        flex: 6;
    }


    .menu-item {
        padding: 0!important;
        color: #434f61;
        margin: 15px 0!important;
        font-weight: 400;
        width: calc(100% / 3) !important;
        border-bottom: none !important;
        border-left: 1px solid #0000000f;
    }

    .menu-item a {
        text-align: left!important;
        color: rgb(67, 79, 97) !important;
        padding: 5px 6px!important;
        margin: 0 4px!important;
        font-size: 18px!important;
        font-weight: normal!important;
    }
}

.login-area {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.login-form {
    border-right: 1px solid #c3c4c5;
    padding: 30px;
}


.login-form-header {
    margin-bottom: 30px;
    display: flex;
    column-gap: 20px;
}

.login-form-header span {
    font-size: 20px;
    flex: 6;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}



.login-form-header span.active:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -5px;
}


.login-form-row {
    margin-bottom: 20px;
}

.login-form-row:last-child {
    margin-bottom: 0 !important;
}

.login-form input[type=text], .login-form input[type=password] {
    border: 2px solid #f0f0f4;
    width: 100%;
    display: block;
    padding: 5px 5px 5px 50px;
}

.login-form input[type=submit] {
    border: 1px solid #f0f0f4;
    background-color: #126ecb;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff
}


.login-form label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.side-info .feature-title {
    color: #4a4a56;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.side-info .feature-text {
    color: #4a4a56;
    font-size: 12px;
}

.error {
    padding: 5px 10px;
    background-color: orangered;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.ico img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.customer-comment p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer-name.primary-color {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text img {
    width: 24px;
    height: 24px;
}

.cats-items .second-cat ul li.active {
    font-weight: bold;
}

ul.menu {
    list-style-type: none;
    display: flex;
    color: #1F3A8C;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
}

ul.menu li a {
    padding: 5px 6px;
    margin: 0 4px;
}

ul.menu li a:hover {
    background: #33bfa6;
    color: #fff !important;
    border-radius: 4px;
}

.sub-menu {
    z-index: 9999;
}

.sub-menu-area {
    border: 1px solid #e7e7e7;
}

.menu-product-item a:hover {
    background: #fff !important;
}

.informations-item .options > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.informations-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.product-informations {
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #f0f0f4;
    box-shadow: none !important;
    padding: 0 !important;
}

.products-choose {
    box-shadow: none !important;
    margin: 0 !important;
    background: #fafafc !important;
    border-radius: 0 !important;
}

.product-informations-title {
    padding: 15px;
}

.products-choose .choose-area > label div {
    border: 1px solid #dadada !important;
}

.select select {
    border: 1px solid #dadada !important;
    width: 100%;
}

.select select:focus-visible {
    border: 1px solid #dadada !important;
}

.adet-secimi {
    text-align: left !important;
}

.kisa-aciklama {
    background: rgb(250, 250, 252);
    padding: 10px !important;
}

.kisa-aciklama p {
    margin-bottom: 0 !important;
    color: #4a4a56 !important;
}

.templates {
    background: #fff !important;
    border: 1px solid #dadada !important;
    box-shadow: none !important;
}

.products-template {
    margin-top: 20px !important;
}

.products-template .title {
    margin-top: -30px;
    background-color: #fff;
    width: auto;
    padding-left: 10px;
    margin-bottom: 0 !important;
}

.templates-titles {
    display: flex;
    column-gap: 30px;
}

.templates-titles ul {
    display: flex;
    flex-direction: column;
}

button.nav-link img {
    width: 30px;
    height: 30px;
}

.tab-content img {
    max-width: 100% !important;
}

.informations-item input[type=number] {
    border: 1px solid #dadada !important;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    color: #203a8c;
    font-weight: bold;
    border: 0;
    background: #fff;
}

.yarimGenislik:first-child {
    margin-left: 25% !important;
}

.yarimGenislik {
    width: calc(50% - 10px);
    overflow: hidden;
}

.ayrac {
    margin-left: 10px;
    margin-right: 10px;
}

.yarimGenislik input {
    border: 1px solid #dadada !important;
    float: left;
}

.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea, .woocommerce-input-wrapper select, p.form-row input[type=text], p.form-row input[type=password] {
    border: 1px solid #dadada !important;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
}


.checkout-order-review {
    padding: 10px 20px;
    border-radius: 0.8rem;
    border: solid 0.1rem #e5e5e5;
    background-color: #fff;
}

.checkout-fields {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .08);
    padding: 12px 16px;
    position: relative;
    margin: 0 0 12px;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .checkout-order-review h3 {
    font-size: 20px;
}

ul.wc_payment_methods {
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}

ul.wc_payment_methods li {
    margin-bottom: 20px;
}

ul.wc_payment_methods li label {
    display: inline !important;
}

.woocommerce-privacy-policy-text {
    background: rgba(90, 211, 99, 0.12);
    font-size: 16px;
    padding: 10px;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 0 !important;
}

#place_order {
    background-color: #1F3A8C;
    color: #fff !important;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 10px 0;
}

table.shop_table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#billing_company_field, #billing_vergi_no_field {
    display: none;
}

nav.woocommerce-MyAccount-navigation, .woocommerce-order-details, .woocommerce-customer-details {
    border-radius: 5px;
    border: solid 0.1rem #e5e5e5;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

h2.woocommerce-column__title, h2.woocommerce-order-details__title {
    font-size: 16px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 5px 0;
}

.is-active {
    color: #ce0d0d !important;
}

.gecmis-siparisler-item {
    border-radius: 5px;
    border: solid 0.1rem #e5e5e5;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

table.my_account_orders td {
    margin: 10px;
    display: inline-block;
}

.order-page-last time {
    width: 100%;
    display: block;
}

span.order-price {
    color: #439e4a;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

a.siparis-goruntule {
    color: #126ecb !important;
}


.beyaz-border {
    border-radius: 5px;
    border: solid 0.1rem #e5e5e5;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.beyaz-border h3 {
    font-size: 16px;
}


.save-adress {
    background: #1F3A8C;
    padding: 9px 15px;
    font-size: 13px;
    color: #fff !important;
    border-radius: 5px;
}

a.duzenle {
    background: #1F3A8C;
    padding: 9px 15px;
    font-size: 13px;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

a.siparis-goruntule {
    background: #1F3A8C;
    padding: 9px 15px;
    font-size: 13px;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

ul.wc-item-meta {
    list-style-type: none;
    padding: 0;
}

ul.wc-item-meta li {
    display: inline-block;
    margin-right: 20px;
}

ul.wc-item-meta li p {
    display: inline;
}

table.woocommerce-table--order-details thead {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

table.woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.comment-respond {
    width: 500px;
    margin: auto;
    border: 1px solid #dadada !important;
    padding: 15px;
    background-color: #fff;
}

.comment-respond h3 {
    font-size: 18px;
}

.comment-respond input, .comment-respond textarea {
    border: 1px solid #dadada !important;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    color: #203a8c;
    font-weight: bold;
    background: #fff;
}

.kanvas-preview {
    background-color: rgba(11, 11, 11, 0.37);
}

.kanvas-img > .primary-color {
    margin-bottom: 20px;
}


.siparis-border {
    background-color: #fff;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #f0f0f4;
}

.order-status {
    text-align: center;
}

.order-status .top-part {
    border-bottom: 1px solid #eee;
}

.order-status .top-part i {
    font-size: 50px;
    padding-top: 15px;
}

.order-status.order-success .top-part {
    color: #2ca954;
}

.order-status.order-error .top-part {
    color: #ff0000;
}

.order-status .top-part h3 {
    margin-bottom: 0;
    font-weight: bold;
    margin-bottom: 15px;
}

.order-status .top-part small {
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #000;
    padding-bottom: 20px;
}

.order-status .top-part h3 span {
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.order-status ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.order-status ul li {
    font-family: "Arial";
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.order-status ul li:last-child {
    border: none;
}

.order-status ul li div {
    font-size: 16px;
    font-weight: normal;
    color: #444;
}

.order-status ul li div:last-child {
    font-weight: bold;
    color: #000;
}

.onizleme {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.onizleme > .item {
    flex: 2;
    height: 100px;
    overflow: hidden;
}

.onizleme > .item img {
    height: 100px;
    cursor: pointer;
}

.draggable {
    z-index: 9999;
}

.tamEkran {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 999999999;
}

.height100 {
    height: 100%;
    overflow: hidden;
}

.tamEkranBody {
    z-index: 99999999999;
}

.woocommerce,
.checkout-fields,
.checkout-order-review,
.cart-collaterals,
.woocommerce-cart-form {
    margin-top: 20px;
}

.checkout-fields {
    border: solid 0.1rem #e5e5e5;

}

.woocommerce-Reviews {
    background: #ffffff;
    margin: -20px;
    padding: 10px;
}

.woocommerce-Reviews-title {
    text-align: center;
    margin-top: 10px;
}

ol.commentlist {
    list-style-type: none;
    margin-top: 20px;
}

.comment_container {
    display: flex;
    align-items: center;
    gap: 20px;
}

p.meta {
    margin-bottom: 0;
}

.comment_container img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 60px;
}

ul.page-numbers {
    display: flex;
    list-style-type: none;
    gap: 10px;
}

ul.page-numbers li {
    background: #1f3a8c;
    padding: 5px 10px;
    border-radius: 5px;
}

ul.page-numbers li a, ul.page-numbers li span {
    color: #fff !important;
}

.comment-reply-title {
    font-size: 18px;
    text-align: center;
    color: #1F3A8C !important;
    display: block;
    margin-bottom: 20px;
}

.cr-badge {
    padding: 20px !important;
}

.cr-badge.badge_size_small {
    width: 100%;
    margin-bottom: 10px;
}

.cr-badge.badge_size_small .verified {
    float: right;
}

@media screen and (max-device-width: 640px) {
    .badge__verified {
        display: none !important;
    }
}

.comment-text {
    width: 100%;
}

#addCart {
    font-size: 22px;
    font-weight: bold;
}


.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader label {
    margin-top: 20px;
    cursor: pointer;
    float: left;
    clear: both;
    width: 100%;
    padding: 15px 15px 10px 15px;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uploader label:hover {
    border-color: #179d82;
}

.uploader label.hover {
    border: 3px solid #179d82;
    box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    display: none;
}

.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden {
    display: none;
}

.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden {
    display: none;
}

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader input[type=file] {
    display: none;
}

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 5px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #179d82;
    border-color: #179d82;
    cursor: pointer;
    border-radius: 5px;
}

.price_table th,
.price_table td {
    padding: 6px 10px;
}

.upload-tasarim {
    width: 100%;
}

.customer-comment {
    height: 100px;
    overflow: clip;
}

#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;
}

@media screen and (max-device-width: 640px) {
    #checkout-footer {
        display: none !important;
    }
}


#checkout-footer {
    display: flex;
    background-color: #e1e8ee;
    color: inherit;
    margin-top: 20px;
}

.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;
    margin-bottom: 0;
    line-height: 25px;
}

.top-line-sec-content p:last-child {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.cart-footer-hr {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-color: #d1dee9;
    margin: 0 !important;
}

.nav-menu-customer-service {
    padding: 20px 0 10px 0;
    align-items: center;
    display: flex;
}

.nav-menu-item-svg {
    position: relative;
    background-repeat: no-repeat;
    float: left;
    display: table-cell;
    box-sizing: border-box;
}

.nav-menu-customer-service-content {
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

.nav-menu-customer-service-content span {
    font-weight: 600;
    color: rgb(31, 58, 140);
    font-size: 16px;
}

.nav-menu-customer-service-content p {
    font-size: 11.5px;
    color: #959595;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.50px;
}

.header-buttons {
    width: 40%;
}

.nav-menu-cart {
    padding: 10px 8px;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-menu-cart-item {
    display: flex;
    position: relative;
    align-items: center;
}

.nav-menu-item-svg {
    position: relative;
    background-repeat: no-repeat;
    float: left;
    display: table-cell;
    box-sizing: border-box;
}

.nav-menu-cart-title {
    position: relative;
    line-height: 1.3;
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
}

.nav-menu-accountbox {
    padding: 6px 10px 10px 10px;
    background: #fff;
    display: flex;
    align-items: center;
    border-top: 4px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.nav-menu-accountbox-item {
    display: inline;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.acount-svg-area {
    display: block;
}

.nav-menu-item-svg {
    position: relative;
    background-repeat: no-repeat;
    float: left;
    display: table-cell;
    box-sizing: border-box;
}


.acount-svg-area-mobile {
    display: none;
}

.nav-menu-accountbox-content {
    position: relative;
    line-height: 1.3;
    display: inline-block;
    font-weight: 400;
    margin-left: 4px;
}

.nav-menu-accountbox-content span {
    font-size: 11px;
    letter-spacing: 0.2px;
    color: #adadad;
    display: block;
    font-weight: 400;
}

.cats-page-title {
    width: 100%;
}

.v2-breadcrumb {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.category-body-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    width: 100%;
}

.v2-breadcrumb-items {
    margin-top: 20px;
    width: 100%;
}

.v2-breadcrumb-items ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.v2-breadcrumb-items ol li:first-child {
    z-index: 19;
}

.v2-breadcrumb-link {
    display: flex;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    white-space: nowrap;
    background-color: #e9ecef;
    color: #323c49;
    transition: background-color 300ms;
    line-height: 1.7;
    padding: 3px 10px 3px 12px;
}

.v2-breadcrumb-label {
    font-size: 12px;
}

.v2-breadcrumb-seperator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 7px);
    width: 12px;
    overflow: hidden;
}

.v2-breadcrumb-seperator:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 100px;
    height: 100px;
    background-color: #e9ecef;
    border: 4px solid #fff;
    transform: translateY(-50%) scaleX(.5) rotate(45deg);
    transition: background-color 300ms;
}

.v2-breadcrumb-current {
    color: #434f61;
    padding-left: 11px;
    padding-bottom: 0;
    font-size: 12px;
}


.ftitle {
    display: inline;
}

.stitle {
    display: inline;
}

.kanvas-quality {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.quality-text {
    width: 150px;
}

.kanvas {
    column-gap: 20px;
}

.kanvas-sol {
    flex: 8;
    overflow: hidden;
}

.kanvas-sag {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 30px;
    flex: 4;
}

.informations-item-kanvas select, .informations-item-kanvas input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    color: #203a8c;
    font-weight: bold;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #dadada !important;
}

.text-kanvas {
    color: #1F3A8C;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.prices-border {
    border: 1px solid #dadada !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.kanvas-header > .buttons {
    margin: 0 !important;
    cursor: pointer;
}

.buttons > .file-upload {
    margin: 0 !important;
    text-align: right !important;
    background-color: #777777 !important;
    font-size: 18px;
    padding: 10px 40px !important;
    border-radius: 5px !important;
}

.file-upload label {
    cursor: pointer;
}

.kanvas-footer {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 0 10px 10px 10px;
}

@media screen and (max-device-width: 640px) {
    /*
    Telefon
     */
    body.menu-active {
        overflow: hidden;
    }

    .header-menus {
        display: none;
        background: #fff;
        z-index: 9999999;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 120px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        margin-top: 0 !important;
    }

    .header-menus .header-menu {
        border-left: none !important;
        width: 100%;
    }

    .header-menus .header-menu a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eaeaea;
        border-left: none !important;
        cursor: pointer;
    }

    .mobile-menu {
        width: auto;
    }

    .header .logo {
        width: auto !important;
    }

    .open-ico {
        font-size: 25px;
        font-weight: bold;
    }

    .search-bar {
        display: none;
    }

    .mobile-menu-icons {
        display: flex;
        column-gap: 15px;
    }

    .mobile-menu-icons i {
        font-size: 25px;
    }


    #bdb-search-app.mobile .search-header {
        display: flex;
        align-items: center;
        padding: 10px;
        box-shadow: 0 1px 0 0 #eaeaea;
    }

    #bdb-search-app.mobile .search-app-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        overflow-y: auto;
        margin: 0;
        float: unset;
    }

    #bdb-search-app.mobile .search-input {
        display: flex;
    }

    #bdb-search-app.mobile .search-input input {
        border: 1.5px solid #40bbf4;
        border-radius: 6px 0 0 6px;
        margin: 0;
        width: 60vw;
    }

    #bdb-search-app .search-input input {
        background-position: 450px;
        background-repeat: no-repeat;
        background: none;
        border: 2px solid #92929b;
        height: 45px;
        margin-bottom: 0;
        padding-left: 15px;
    }

    #bdb-search-app.mobile .search-input button {
        box-shadow: none;
        margin: 0;
        border-radius: 0 6px 6px 0;
        height: auto;
        width: auto;
        background-color: #40bbf4;
        color: #fff;
        font-size: 16px;
        padding: 0 20px;
    }

    #bdb-search-app.mobile .search-popular {
        padding: 10px 30px 0;
    }

    #bdb-search-app.mobile .search-popular-action {
        padding-bottom: 20px;
    }

    #bdb-search-app.mobile .search-popular-button {
        background-color: #f0f0f4;
        padding: 9px 18px;
        border-radius: 5px;
        font-size: 16px;
        display: inline-block;
        margin: 20px 5px 0 0;
    }

    #bdb-search-app.mobile .search-return {
        cursor: pointer;
        margin-right: 20px;
    }

    .sub-menu {
        display: none !important;
        position: relative !important;
    }

    .sub-menu-area {
        box-shadow: none !important;
        width: 100% !important;
        border: none !important;
        padding: 0 10px;
    }

    .sub-menu-area .title {
        display: none !important;
    }

    .altMenu > .header-menu {
        margin: 0;
        padding: 0;
    }

    .altMenu > .header-menu:first-child {
        margin-top: -10px !important;
    }

    .altMenu > .header-menu:last-child {
        margin-bottom: 10px !important;
    }

}

@media screen and (min-device-width: 641px) {
    .mobile-menu-icons {
        display: none;
    }
}


#bdb-search-app {
    display: none;
}

#bdb-search-app.mobile .search-popular-title {
    font-style: italic;
}

.most-product .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ozel-boyut{
    display: flex;
    align-items: center;
}

.desc-text{
    border: 1px solid #c3c4c5;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
}

.desc-text p {
    margin: 0 0 20px 0;
}

.kargo-ucretsiz-sepet {
    font-size: 16px;
    font-weight: bold;
    color: rgb(33, 33, 33);
    margin: 0 -20px;
    padding: 0.8rem 1.7rem 1.2rem 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFEAE5;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.08), 0px -1px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.08), 0px -1px 1px 0px rgba(0, 0, 0, 0.08);
}

.kargo-ucretsiz-sepet p {
    color: rgb(33, 33, 33) !important;
    margin: 0 auto 0 auto!important;
}

@media screen and (max-device-width: 640px){
    .rw-wrapper {
        width:100%;
        margin-left:12%;
        margin-right:auto;
        display:block;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


@media screen and (min-device-width: 641px){
    .rw-wrapper {
        width:50%;
        margin-left:30%;
        margin-right:auto;
        display:block;
        margin-bottom: 30px;
    }
}

.rw-wrapper{
    position: relative;
}

.rw-sentence{
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
}

.rw-sentence span{
}

.rw-words{
    display: inline;
    text-indent: 15px;
}

.rw-words-1 span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #23408e;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

/*
.rw-words-1 span:nth-child(7) {
  -webkit-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.rw-words-1 span:nth-child(8) {
  -webkit-animation-delay: 21s;
  -ms-animation-delay: 21s;
  animation-delay: 21s;
}

.rw-words-1 span:nth-child(9) {
  -webkit-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.rw-words-1 span:nth-child(10) {
  -webkit-animation-delay: 27s;
  -ms-animation-delay: 27s;
  animation-delay: 27s;
}

.rw-words-1 span:nth-child(11) {
  -webkit-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

.rw-words-1 span:nth-child(12) {
  -webkit-animation-delay: 33s;
  -ms-animation-delay: 33s;
  animation-delay: 33s;
}

.rw-words-1 span:nth-child(13) {
  -webkit-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;
}

.rw-words-1 span:nth-child(14) {
  -webkit-animation-delay: 39s;
  -ms-animation-delay: 39s;
  animation-delay: 39s;
}

.rw-words-1 span:nth-child(15) {
  -webkit-animation-delay: 42s;
  -ms-animation-delay: 42s;
  animation-delay: 42s;
}

.rw-words-1 span:nth-child(16) {
  -webkit-animation-delay: 45s;
  -ms-animation-delay: 45s;
  animation-delay: 45s;
}

.rw-words-1 span:nth-child(17) {
  -webkit-animation-delay: 48s;
  -ms-animation-delay: 48s;
  animation-delay: 48s;
}

.rw-words-1 span:nth-child(18) {
  -webkit-animation-delay: 51s;
  -ms-animation-delay: 51s;
  animation-delay: 51s;
}

.rw-words-1 span:nth-child(19) {
  -webkit-animation-delay: 54s;
  -ms-animation-delay: 54s;
  animation-delay: 54s;
}

.rw-words-1 span:nth-child(20) {
  -webkit-animation-delay: 57s;
  -ms-animation-delay: 57s;
  animation-delay: 57s;
}

.rw-words-1 span:nth-child(21) {
  -webkit-animation-delay: 60s;
  -ms-animation-delay: 60s;
  animation-delay: 60s;
}

.rw-words-1 span:nth-child(22) {
  -webkit-animation-delay: 63s;
  -ms-animation-delay: 63s;
  animation-delay: 63s;
}

.rw-words-1 span:nth-child(23) {
  -webkit-animation-delay: 66s;
  -ms-animation-delay: 66s;
  animation-delay: 66s;
}

.rw-words-1 span:nth-child(24) {
  -webkit-animation-delay: 69s;
  -ms-animation-delay: 69s;
  animation-delay: 69s;
}

.rw-words-1 span:nth-child(25) {
  -webkit-animation-delay: 72s;
  -ms-animation-delay: 72s;
  animation-delay: 72s;
}

.rw-words-1 span:nth-child(26) {
  -webkit-animation-delay: 75s;
  -ms-animation-delay: 75s;
  animation-delay: 75s;
}

.rw-words-1 span:nth-child(27) {
  -webkit-animation-delay: 78s;
  -ms-animation-delay: 78s;
  animation-delay: 78s;
}
*/

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
    5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
    20% { opacity: 0; -ms-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

@media screen and (max-width: 768px){
    .rw-sentence { font-size: 18px; }
    .rw-words { display: hidden;}
}

@media screen and (max-width: 320px){
    .rw-sentence { font-size: 9px; }
}

.slider-alti {
    width: 100%;
    overflow: hidden;
    background: #F0F0F46A 0% 0% no-repeat padding-box;
}

.text-aciklama {
    font-size: 16px;
    margin-top: 0;
    border: 1px solid #dedede !important;
    padding: 10px;
    background: #fff;
}

.text-aciklama h2 {
    text-align: center;
}


.uyelik-sozlesmesi-onay{
    text-align: center;
    font-size: 12px;
    display: block;
}

.uyelik-sozlesmesi-onay a{
    text-decoration: underline!important;
}

.ftitle h2 {
    margin-top: 30px;
    font-size: 30px!important;
}

.load-more{
    position: relative;
    background: #fff;
    color: #1F3A8C;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border: 1px solid #dedede !important;
    padding: 15px 30px;
    z-index: 2;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .25em;
    transition: all .5s;
    overflow: hidden;
}
.load-more-clear{
    clear: both;
    width: 100%;
}

@media screen and (max-device-width: 640px){
    .menu-footer{
        display: none!important;
    }
    .comment-respond{
        width: 100%;
    }
}




.tab-content iframe {
    max-width: 100%;
}

h1.badge__store, .content h1{
    font-size: 32px!important;
    font-weight: 900!important;
    color:rgb(74, 74, 86) !important;
}
