/** meyer css **/
html {
    -webkit-text-size-adjust: none
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a:hover, a:focus {
    text-decoration: none;
    outline: unset;
    outline-offset: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

    a img, :link img, :visited img {
        border: 0;
    }

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

/**********/

@font-face {
    font-family: 'Saira Condensed';
    src: url('font/SairaCondensed-Medium.eot');
    src: url('font/SairaCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('font/SairaCondensed-Medium.woff2') format('woff2'), url('font/SairaCondensed-Medium.woff') format('woff'), url('font/SairaCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed Bold';
    src: url('font/SairaCondensed-Bold.eot');
    src: url('font/SairaCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('font/SairaCondensed-Bold.woff2') format('woff2'), url('font/SairaCondensed-Bold.woff') format('woff'), url('font/SairaCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* TL */
@font-face {
    font-family: 'Palanquin';
    src: url('font/Palanquin-Regular.eot');
    src: url('font/Palanquin-Regular.eot?#iefix') format('embedded-opentype'), url('font/Palanquin-Regular.woff2') format('woff2'), url('font/Palanquin-Regular.woff') format('woff'), url('font/Palanquin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* T�kendi */
@font-face {
    font-family: '321impact';
    src: url('font/321impact.eot');
    src: url('font/321impact.eot?#iefix') format('embedded-opentype'), url('font/321impact.woff2') format('woff2'), url('font/321impact.woff') format('woff'), url('font/321impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-size: 16px;
    font-family: 'Saira Condensed';
    font-weight: 500;
    color: #a7a6a6;
}

.header {
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0;
    background-color: white;
    z-index: 10;
}

.header-container {
    width: calc(100% - (100% - 1200px)/3);
    margin: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-logo {
    width: 170px;
    height: 100%;
    margin-right: 60px;
    float: left;
}

    .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: none;
    }

.header-menu {
    display: table;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 650px);
    float: left;
    padding-left: 140px;
}



.header-menu-container {
    display: table-cell;
    vertical-align: middle;
}

.header-menu-top {
    display: table;
    width: 100%;
    margin: 20px auto;
}

    .header-menu-top ul {
        width: fit-content;
        margin: auto;
    }

    .header-menu-top li {
        float: left;
        padding-right: 20px;
        position: relative;
    }

        .header-menu-top li a {
            color: #a7a6a6;
            transition: .4s ease-in-out;
        }

            .header-menu-top li a:hover {
                color: #231f20;
            }

        .header-menu-top li:last-child {
            padding-right: 0;
        }

        .header-menu-top li:before {
            content: "|";
            position: absolute;
            right: 10px;
            color: #a7a6a6;
        }

        .header-menu-top li:last-child:before {
            content: none;
        }

.header-menu-bottom {
    display: table;
    width: 100%;
    margin: 20px auto;
}

    .header-menu-bottom ul {
        width: fit-content;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 5px;
    }

    .header-menu-bottom li {
        margin-right: 25px;
        float: left;
    }

        .header-menu-bottom li:last-child {
            margin-right: 0;
        }

        .header-menu-bottom li a {
            font-size: 22px;
            font-weight: bold;
            color: #231f20;
            display: block;
            transition: .4s ease;
        }

            .header-menu-bottom li a:hover {
                transform: translateY(-5px);
            }

.sub-menu {
    position: absolute;
    width: 190px;
    top: 100%;
    right: -50%;
    z-index: 1;
    transform: rotateX(-90deg);
    transition: .4s;
    transform-origin: top;
}

.header-right-side .header-right-side-account-transactions:hover > .sub-menu {
    transform: rotateX(0);
}

.sub-menu {
    background-color: white;
    border: 1px solid #ebebeb;
}

    .sub-menu li {
        padding: 0 20px;
    }

        .sub-menu li a {
            color: #a7a6a6;
            display: block;
            transition: .4s ease-in-out;
            padding: 7.5px 0;
        }

        .sub-menu li:first-child {
            border-bottom: 1px solid #ebebeb;
            height: 50px;
            display: table;
            width: 100%;
            margin-bottom: 5px;
        }

            .sub-menu li:first-child a {
                font-size: 20px;
                color: #231f20;
                display: table-cell;
                vertical-align: middle;
            }

        .sub-menu li:last-child {
            border-top: 1px solid #ebebeb;
            margin-top: 10px;
        }

            .sub-menu li:last-child a {
                color: #d32e12;
                padding: 10px 0;
            }

                .sub-menu li:last-child a:hover {
                    color: #d32e12;
                }

        .sub-menu li a:hover {
            color: #231f20;
        }

.header-right-side {
    display: table;
    height: 100%;
    float: right;
}

.header-right-side-search {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #231f20;
    position: relative;
}

    .header-right-side-search a {
        color: black !important;
    }

    .header-right-side-search i {
        transition: .6s ease-in-out;
        cursor: pointer;
    }

    .header-right-side-search input {
        width: 0;
        border-bottom: 1px solid #231f20;
        transition: .6s ease-in-out;
        position: relative;
        background-color: transparent;
    }

        .header-right-side-search input:focus {
            width: 140px;
            padding: 0 5px;
        }

        .header-right-side-search input:hover {
            width: 140px;
            padding: 0 5px;
        }

.header-right-side-container {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 10px;
}

.header-right-side-account {
    float: left;
    margin-right: 20px;
    position: relative;
}

.header-right-side-account-transactions {
    float: left;
    margin-right: 20px;
    position: relative;
}

    .header-right-side-account-transactions i {
        color: #a7a6a6;
        margin-right: 6px;
        font-size: 14px;
        float: left;
        line-height: 16px;
        transition: .4s ease-in-out;
    }

    .header-right-side-account-transactions p {
        color: #231f20;
        float: left;
    }

    .header-right-side-account-transactions a {
        display: table;
        position: relative;
        padding: 20px 0;
    }

        .header-right-side-account-transactions a:hover i {
            color: #231f20;
        }

    .header-right-side-account-transactions.account-transactions-right-side {
        float: right;
        margin-right: 20px;
    }

        .header-right-side-account-transactions.account-transactions-right-side i {
            font-size: 13px;
        }

.header-right-side-basket {
    display: table-cell;
    vertical-align: middle;
}

    .header-right-side-basket a {
        display: table;
    }

    .header-right-side-basket i {
        color: #231f20;
        margin-right: 6px;
        float: left;
        font-size: 18px;
    }

    .header-right-side-basket p {
        color: #231f20;
        float: left;
        line-height: 20px;
    }





.basket-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 9;
    top: 0;
}

    .basket-container.opened {
        transform: translate(0%);
    }

.basket-close-div {
    width: 100%;
    height: 100%;
}

#cartSliderBaseContainer {
    position: fixed;
    top: 110px;
    right: 0;
    width: 400px;
    height: calc(100vh - 110px);
    display: table;
    z-index: 999;
}

.basket {
    top: 0;
    right: 0;
    width: 400px;
    height: calc(100vh - 110px);
    display: table;
    z-index: 999;
    position: absolute;
    transition: .5s;
}



.basket-close {
    border: 2px solid;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #231f20;
    cursor: pointer;
    z-index: 6;
}

    .basket-close i {
        font-size: 10px;
        height: 100%;
        vertical-align: middle;
    }

.basket-blank {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #fafafa;
    z-index: 5;
}

.basket-blank-img {
    display: table;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ececec;
    margin-bottom: 30px;
}

    .basket-blank-img i {
        font-size: 51px;
        display: table-cell;
        vertical-align: middle;
    }

.basket-blank-text {
    font-size: 24px;
    line-height: 30px;
    color: #231f20;
}

.basket-content {
    display: table-cell;
    background-color: #fafafa;
    position: relative;
    margin-bottom: 10%;
}

.basket-content-header {
    padding: 30px 20px 25px 20px;
    font-size: 20px;
    color: #231f20;
}

.basket-content-products-container {
    height: calc(100% - 270px);
    overflow: auto;
}

.basket-content-products-list {
}

    .basket-content-products-list li {
        padding: 0 20px;
        margin-bottom: 2px;
        background-color: white;
    }

.basket-content-products-list-content {
    width: 100%;
    display: table;
    padding: 10px 0;
}

.basket-content-products-list-content-img {
    display: table;
    width: 120px;
    float: left;
}

    .basket-content-products-list-content-img img {
        max-width: 100%;
        max-height: 100px;
    }

.basket-content-products-list-content-details {
    display: table;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 50px;
    padding-left: 30px;
}

.basket-content-products-list-content-details-relative-container {
    width: 100%;
    min-height: 70px;
    position: relative;
    padding-bottom: 20px;
}

.basket-content-products-list-content-details-header {
    color: #231f20;
    margin-bottom: 10px;
}

.basket-content-products-list-content-details-text {
    font-size: 14px;
    margin-top: 5px;
}

.basket-content-products-list-content-details-price {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: #231f20;
}

    .basket-content-products-list-content-details-price span {
        font-family: "Palanquin";
        font-weight: normal;
    }

.basket-content-products-list-content-details-count {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.basket-content-products-deals {
    margin-top: 40px;
}

    .basket-content-products-deals li {
        width: 100%;
        background-color: white;
        display: table;
        height: 35px;
        border-block: 1px dotted #d32e12;
        margin-bottom: 10px;
        position: relative;
        padding: 10px 10px 10px 50px;
    }

        .basket-content-products-deals li::after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            background-image: url("../images/deals-star.png");
            background-repeat: no-repeat;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
        }

        .basket-content-products-deals li p {
            font-size: 14px;
            color: #d32e12;
            display: table-cell;
            vertical-align: middle;
        }

.basket-content-sum {
    position: absolute;
    bottom: 95px;
    width: 100%;
    height: 100px;
    display: table;
    padding: 20px 40px;
}

    .basket-content-sum ul {
        display: table-cell;
        vertical-align: middle;
    }

    .basket-content-sum li {
        font-size: 24px;
        color: #231f20;
    }


        .basket-content-sum li:first-child {
            float: left;
        }

        .basket-content-sum li:last-child {
            float: right;
            font-weight: bold;
        }

.basket-content-basket-link {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 35px;
    height: 60px;
    background-color: black;
}

    .basket-content-basket-link a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 26px;
    }

.reflect-effect a {
    position: relative;
    overflow: hidden;
}

    .reflect-effect a::after {
        background-color: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        left: -100%;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        content: "";
    }

    .reflect-effect a:hover::after {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        left: 100%;
    }

.page-content {
    margin-top: 110px;
}

.slider-content {
    height: calc(100vh - 110px);
    width: 100%;
}

.slider {
    width: 100%;
    height: 100%;
}

.main {
    width: 1200px;
    margin: auto;
}

.main-quality {
    background-color: #fafafa;
    width: 100%;
    display: table;
    padding: 35px 0;
    margin-bottom: 2.5%;
}

.main-quality-fresh { /*300 - 80*/
    width: 25.5%;
    margin-right: 6.75%;
    float: left;
    display: table;
}

.main-quality-reliability { /*380 - 80*/
    width: 31%;
    margin-right: 6.75%;
    float: left;
    display: table;
}

.main-quality-fast { /*380 - 80*/
    width: 30%;
    float: left;
    display: table;
}

.main-quality-content {
    display: table-cell;
    vertical-align: middle;
}
/*.main-reliability-list {
    padding: 35px 0;
}*/
/*.main-reliability-list ul {
    display: table; width: 100%;
}
.main-reliability-list li {
    width: 26.5%; margin-right: 6.5%; float: left; display: table;
}
.main-reliability-list li:last-child{
    margin-right: 0;
}*/
.main-quality-icon {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

    .main-quality-icon img {
        height: 100%;
        max-height: 60px;
        display: table-cell;
        vertical-align: middle;
        object-fit: none;
        object-fit: contain;
    }

.main-quality-content-header {
    font-size: 24px;
    color: #231f20;
    margin-bottom: 10px;
}

.main-quality-content-text {
    line-height: 20px;
    color: #a7a6a6;
    padding-right: 10px;
}

.main-product-list {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}


.main-product-list-container {
    width: calc(100% - (100% - 1200px)/3);
    margin: auto;
    height: 100%;
    margin-top: 35px;
    position: relative;
}

.main-product-list-header {
    font-size: 40px;
    font-weight: bold;
    color: #231f20;
    text-align: center;
    margin: 80px 0 50px 0;
}

    .main-product-list-header h2 {
        font-size: 40px;
        font-weight: bold;
        color: #231f20;
        text-align: center;
    }

.main-product-list-container ul {
    display: table;
    width: 100%;
    display: block;
}

.main-product-list-container li {
    width: 21.8%;
    margin-right: 4.2%;
    margin-bottom: 60px;
    float: left;
    position: relative;
}

    .main-product-list-container li:nth-child(4n) {
        margin-right: 0;
    }

    .main-product-list-container li::after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #ebebeb;
        position: absolute;
        top: 0;
        right: -10%;
    }



    .main-product-list-container li:nth-child(4n)::after {
        content: none !important;
    }


    .main-product-list-container li:nth-last-of-type(1)::after {
        content: none !important;
    }

.main-product-list-content {
    position: relative;
}

.main-product-list-content-icon-holder {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -15px;
    width: 66px;
}

.main-product-list-content-icon {
    position: relative;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    height: 66px;
}

    .main-product-list-content-icon img {
        max-width: 100%;
        max-height: 66px;
    }

.main-product-list-content-icon-text {
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%) rotate(-40deg);
    color: white;
    font-weight: bold;
    text-align: center;
}



.sold-out:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    opacity: 0.6;
}

.sold-out-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate( -17.5deg);
    color: #d32e12;
    font-size: 30px;
    font-family: "321impact";
    padding: 15px;
    border: 4px solid;
    border-image: url(../images/sold-out.png);
    border-image-slice: 30;
    border-image-width: 50px;
}

.img-cell {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    display: table-cell;
    /*align-items: center;*/
    /*justify-content: center;*/
}



.main-product-list-content-img img.zoom:hover {
    transform: scale(1.05);
}

.main-product-list-content-img:hover img.fade {
    animation: fade_in_show .5s;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.main-product-list-content-detail {
    width: 100%;
    display: table;
}

.main-product-list-content-detail-text-discount {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    color: #a7a6a6;
    padding-right: 10px;
    position: relative;
}

.main-product-list-content-detail-text-dicount span {
    font-family: "Palanquin";
}

.main-product-list-content-detail-text-discount::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: -7%;
    background-color: #a7a6a6;
}

.main-product-list-content-detail-text {
    display: table-cell;
    vertical-align: middle;
    color: #231f20;
}

/*.main-product-list-content-detail-text span {
        font-family: "Palanquin";
    }*/

.main-product-list-content-detail-header {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    margin-top: -18px;
}

.main-product-list-content-detail-text {
    font-size: 22px;
    font-weight: bold;
    padding-left: 1px;
}

.main-product-list-content-detail-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 22px;
    color: #231f20;
    /*padding-right: 15%;*/
    padding-right: 0;
}

.main-content {
    width: 100%;
    height: 650px;
    position: relative;
    margin-bottom: 65px;
}

.main-content-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .main-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-content-right {
    float: right;
    width: 510px;
    height: 650px;
    display: table;
    background-color: white;
    position: relative;
}

.main-content-right-middle {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
}

.main-content-right-middle-header {
    width: 200px;
    margin-bottom: 40px;
}

    .main-content-right-middle-header h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        color: #231f20;
    }

.main-content-right-middle-text {
    font-size: 22px;
    line-height: 32px;
    color: #a7a6a6;
}

.main-product-list-button {
    width: 100%;
    max-width: 190px;
    height: 55px;
    margin: 30px auto;
}

    .main-product-list-button a {
        display: block;
        border: 2px solid #231f20;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #231f20;
    }
/*.main-product-list-button a:hover {
    animation: shakeThatBooty 0.3s linear 1;
    -webkit-animation: shakeThatBooty 0.3s linear 1;
    -moz-animation: shakeThatBooty 0.3s linear 1;
    -o-animation: shakeThatBooty 0.3s linear 1;
    -ms-animation: shakeThatBooty 0.3s linear 1;
}

@keyframes shakeThatBooty {
    33% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }

    67% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
    }

    100% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }
}*/

.main-gallery-container {
    width: calc(100% - (100% - 1200px)/3);
    margin: auto;
    display: table;
}
/*.main-gallery-header {
    font-size: 40px; font-weight: bold; color: #231f20; margin: 50px 0; text-align: center;
}*/
.main-gallery-header {
    margin: 50px 0;
}

    .main-gallery-header h2 {
        font-size: 39px;
        font-weight: bold;
        color: #231f20;
        /*margin: 50px 0;*/
        margin: 80px 0 50px 0;
        text-align: center;
    }
/*.main-gallery-img {
    width: 48%; height: 650px; float: left;
}*/
.main-gallery-img-left {
    width: 48%;
    height: 650px;
    float: left;
    margin-bottom: 40px;
}

    .main-gallery-img-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
        transition: .75s ease-in-out;
    }

    .main-gallery-img-left:hover img {
        filter: grayscale(0);
        position: relative;
    }

.main-gallery-img-right {
    width: 50%;
    height: 305px;
    float: right;
    margin-bottom: 40px;
}

    .main-gallery-img-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
        transition: .75s ease-in-out;
    }

    .main-gallery-img-right:hover img {
        filter: grayscale(0);
        position: relative;
    }

.main-about-us {
    margin: 50px 0;
    padding-bottom: 50px;
}

.main-about-us-container {
    width: calc(100% - (100% - 1200px)/3);
    margin: auto;
    display: table;
}

.main-about-us-instagram { /*w:540*/
    width: 32.5%;
    float: left;
}

.main-about-us-instagram-header {
    font-size: 40px;
    font-weight: bold;
    color: #231f20;
    text-align: center;
    margin: 55px 0;
}

.main-about-us-instagram-gallery li {
    width: 31%;
    height: 31%;
    margin-right: 2.3%;
    margin-bottom: 2.3%;
    float: left;
}

.main-about-us-instagram-gallery-img {
    width: 100%;
    height: 100%;
}

    .main-about-us-instagram-gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-about-us-blog {
    width: 50%;
    float: right;
}

.main-about-us-blog-header {
    font-size: 40px;
    font-weight: bold;
    color: #231f20;
    text-align: center;
    margin: 55px 0;
}

.main-about-us-blog-list {
    width: 100%;
    display: table;
}

    .main-about-us-blog-list li {
        width: 45.5%;
        float: left;
    }

        .main-about-us-blog-list li:nth-child(2n) {
            float: right;
        }

.main-about-us-blog-list-content-img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

    .main-about-us-blog-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-about-us-blog-list-content-text {
    font-size: 24px;
    line-height: 30px;
    color: #231f20;
}

.default-button {
    width: 100%;
    max-width: 190px;
    height: 55px;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: pointer;
}

    .default-button a {
        display: block;
        border: 2px solid #231f20;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #231f20;
    }

    .default-button input {
        display: block;
        border: 2px solid #231f20;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #231f20;
        width: 100%;
        background-color: transparent;
    }

    .default-button .reflect {
        background-color: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        left: -100%;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
    }

    .default-button:hover {
        background-color: #231f20;
    }

        .default-button:hover .reflect {
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            left: 100%;
        }

        .default-button:hover a {
            color: white;
        }

        .default-button:hover input {
            color: white;
        }
/*.default-button a:hover {
    animation: shakeThatBooty 0.3s linear 1;
    -webkit-animation: shakeThatBooty 0.3s linear 1;
    -moz-animation: shakeThatBooty 0.3s linear 1;
    -o-animation: shakeThatBooty 0.3s linear 1;
    -ms-animation: shakeThatBooty 0.3s linear 1;
}

@keyframes shakeThatBooty {
    33% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }

    67% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
    }

    100% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }
}*/
.main-newsletter {
    width: 100%;
    background-color: #231f20;
    min-height: 100px;
}

.main-newsletter-container {
    width: 100%;
    height: 100%;
    display: table;
    min-height: 100px;
    padding: 25px 0;
}

.main-newsletter-text {
    display: table-cell;
    vertical-align: middle;
}

.main-newsletter-text {
    font-size: 20px;
    line-height: 24px;
    color: white;
}

.main-newsletter-form {
    display: table-cell;
    vertical-align: middle;
    width: 420px;
}

    .main-newsletter-form input {
        width: 100%;
        height: 100%;
        background-color: white;
        text-align: center;
        color: #231f20;
        padding: 0 25px;
        border-radius: 50px;
    }

        .main-newsletter-form input::placeholder {
            font-size: 14px;
            color: #cdcdcd;
        }

.main-newsletter-button { /*H:50*/
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding-left: 35px;
}

.main-newsletter-button-background {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #a7a6a6;
    border-radius: 50px;
}

.main-newsletter-button a {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
}

    .main-newsletter-button a i {
        margin-left: 10px;
        transition: .6s ease-in-out;
    }

    .main-newsletter-button a:hover i {
        transform: translate(15px, -15px);
        opacity: 0;
    }

.footer {
    width: 100%;
    display: table;
    background: url("../images/footer-background.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: right top;
}

.footer-top {
    width: 600px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer-top-logo {
    width: 180px;
    margin-right: 100px;
    float: left;
}

    .footer-top-logo a {
        width: 100%;
        height: 100%;
    }

        .footer-top-logo a img {
            width: 100%;
            height: 100%;
            object-fit: none;
        }

.footer-top-detail {
    width: 100%;
    display: table;
    margin-bottom: 50px;
}

.footer-top-detail-content {
    width: calc(100% - 280px);
    float: left;
}

.footer-top-detail-content-contact {
    width: 100%;
    display: table;
}

.footer-top-detail-content-contact-icon {
    width: 65px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

    .footer-top-detail-content-contact-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.footer-top-detail-content-contact:hover .footer-top-detail-content-contact-icon {
    animation: shake 0.6s ease-in-out infinite;
    -webkit-animation: shake 0.6s ease-in-out infinite;
    -moz-animation: shake 0.6s ease-in-out infinite;
    -o-animation: shake 0.6s ease-in-out infinite;
    -ms-animation: shake 0.6s ease-in-out infinite;
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
    }

    25% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }

    50% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
    }

    75% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
    }
}

.footer-top-detail-content-contact-phone {
    width: calc(100% - 85px);
    float: right;
}

    .footer-top-detail-content-contact-phone a {
        font-size: 35px;
        color: #231f20;
        line-height: 30px;
    }

        .footer-top-detail-content-contact-phone a span {
            font-size: 24px;
        }

.footer-top-detail-content-contact-e-mail {
    width: calc(100% - 85px);
    float: right;
    margin-bottom: 16px;
}

    .footer-top-detail-content-contact-e-mail a {
        font-size: 20px;
        color: #231f20;
        letter-spacing: 2px;
    }

.footer-top-detail-content-adress {
    width: calc(100% - 85px);
    float: right;
    font-size: 18px;
    line-height: 20px;
}

.footer-top-list {
    width: 100%;
    display: table;
}

    .footer-top-list ul li {
        width: 183px;
        padding-right: 0px;
        margin-bottom: 50px;
        float: left;
    }

.footer-top-list-content-header {
    margin-bottom: 20px;
    font-size: 20px;
    color: #231f20;
}

.footer-top-list .footer-top-list-content-header + ul li {
    margin-bottom: 5px;
    float: none;
}

    .footer-top-list .footer-top-list-content-header + ul li a {
        color: #a7a6a6;
        transition: .4s ease-in-out;
        font-size: 18px;
    }

        .footer-top-list .footer-top-list-content-header + ul li a:hover {
            color: #231f20;
        }

.footer-top-miscellaneous {
    width: 100%;
    display: table;
    margin-bottom: 90px;
}

.footer-top-miscellaneous-media {
    width: 180px;
    display: table;
    float: left;
}

    .footer-top-miscellaneous-media a {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #a7a6a6;
        margin-right: 10px;
        float: left;
        text-align: center;
        position: relative;
        z-index: 3;
        overflow: hidden;
        transition: .4s ease-in-out;
    }

    .footer-top-miscellaneous-media li:first-child i {
        font-size: 22px;
    }

    .footer-top-miscellaneous-media li:first-child a::after {
        background-color: rebeccapurple;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: .4s ease-in-out;
        background-image: linear-gradient(160deg, #3997f7 8%, #87439A 30%, #e02870 65%);
        z-index: 0;
    }

    .footer-top-miscellaneous-media li:first-child a::before {
        content: "";
        display: block;
        position: absolute;
        top: 30%;
        left: -60%;
        width: 150%;
        height: 150%;
        opacity: 0;
        z-index: 1;
        transition: .4s ease-in-out;
        background: radial-gradient(rgba(246, 221, 132, 1) 15%, rgba(255, 45, 45, 0.65) 50%, rgba(0, 0, 0, 0) 70%);
    }

    .footer-top-miscellaneous-media li:first-child a:hover {
        border-width: 0;
    }

        .footer-top-miscellaneous-media li:first-child a:hover::after,
        .footer-top-miscellaneous-media li:first-child a:hover::before {
            opacity: 1;
        }

    .footer-top-miscellaneous-media li:last-child a:hover {
        background-color: blue;
        background-color: #2d4b83;
        border-color: #2d4b83;
    }

    .footer-top-miscellaneous-media i {
        font-size: 20px;
        line-height: 40px;
        color: #a7a6a6;
        position: relative;
        z-index: 10;
        transition: .4s ease-in-out;
    }

    .footer-top-miscellaneous-media a:hover i {
        color: white;
    }

.footer-top-miscellaneous-information-links a {
    margin-right: 20px;
    color: #231f20;
    margin-top: 15px;
    display: block;
    float: left;
    text-decoration-line: underline;
    text-decoration-skip-ink: none; /*text-underline-position: under;*/
    text-underline-position: from-font;
}

.contracted-companies {
    width: 100%;
    display: table;
}

.contracted-companies-img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
}

.footer-bottom {
    width: 100%;
    display: table;
    background-color: #231f20;
}

.copyrigth {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #a7a6a6;
}

.owner a {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #a7a6a6;
}

.pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    display: table;
}

    .pop-up:after {
        content: "";
        position: absolute;
        width: 120vw;
        height: 100vh;
        bottom: 0;
        right: -20%;
        background-color: black;
        z-index: -1;
        opacity: 0.7;
    }

.pop-up-close-div {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pop-up-center {
    display: table-cell;
    vertical-align: middle;
}

.pop-up-container {
    width: fit-content;
    margin: auto;
    position: relative;
    max-height: 95vh;
    overflow: auto;
}

    .pop-up-container::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .pop-up-container::-webkit-scrollbar-thumb {
        width: 4px;
        background-color: gray;
        border-radius: 6px;
    }

    .pop-up-container::-webkit-scrollbar-track {
        background-color: white;
        border-radius: 6px;
    }

.pop-up-close-icon {
    position: absolute;
    border: 2px solid #231f20;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

    .pop-up-close-icon i {
        font-size: 11px;
        height: 100%;
        vertical-align: middle;
        color: #231f20;
    }

.content-box {
    width: 100%;
    max-width: 590px;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    position: relative;
    padding-bottom: 10px;
    min-height: 40px;
    pointer-events: all;
    display: table;
}

    .content-box.extended {
        max-width: 880px;
        border-radius: 10px;
    }

.content-box-outer {
    margin: 40px 10px 10px 10px;
    overflow: hidden;
}

.content-box-inner {
    padding: 0 60px;
    overflow: auto;
    max-height: 580px;
}

.content-box-alt-outer {
    margin: 30px;
    margin-top: 50px;
    overflow: hidden;
}

.content-box-alt-inner {
    overflow: auto;
    max-height: 580px;
}

.content-box-inner::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    border-radius: 6px;
}

.content-box-inner::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 6px;
}

.content-box-inner::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 6px;
}

.content-box-inner-main-header {
    font-size: 30px;
    font-weight: bold;
    color: #d32e12;
    margin-bottom: 25px;
}

.content-box-inner-header {
    font-size: 20px;
    line-height: 24px;
    color: #231f20;
    margin: 15px 0;
}

.content-box-inner-text {
    margin-bottom: 10px;
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 24px;
    color: #a7a6a6;
}

    .content-box-inner-text p {
        font-size: 20px;
        line-height: 24px;
        color: #a7a6a6;
        text-align: justify;
        margin-bottom: 20px;
    }

.content-box-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #231f26;
    border-radius: 50%;
    font-size: 11px;
    line-height: 14px;
}

    .content-box-close.left {
        /*left: 20px;*/
        left: 20px;
        top: 20px;
    }

    .content-box-close.right {
        right: 10px;
    }

    .content-box-close:after {
        content: "\f00d";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: #231f20;
    }

.content-box-img {
    width: 100%;
    height: 100%;
}

    .content-box-img img {
        max-width: 100%;
        max-height: 187px;
        display: block;
    }

.content-box-form {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
/*.content-box-form.question-mark {
    position: relative;
}*/
.faded-tooltip {
    background: #fafafa;
    color: #222;
    position: absolute;
    bottom: 0;
    padding: 5px 7px;
    left: -70px;
    right: -70px;
    opacity: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: -1;
    visibility: hidden;
    text-align: center;
    font-family: 'Saira Condensed';
    font-size: 14px;
    font-weight: normal;
}

    .faded-tooltip:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 50%;
        transform: translate(50%, -50%) rotate(-45deg);
        bottom: -20px;
        border: 1px solid #ebebeb;
        background: #fafafa;
        z-index: -1;
        clip-path: polygon(0 0, 0 100%, 100% 100%);
    }

.content-box-form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #a7a6a6;
}

.form-error-star {
    position: absolute;
    display: block;
    left: 10px;
    top: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #d32e12;
}

.form-error {
    /*position: absolute; left: 10px; top: -18px;*/ color: #d32e12;
    font-size: 16px;
}

.form-alert {
    width: 100%;
    display: table;
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
}

    .form-alert.form-alert-warning {
        color: #d32e12;
    }

    .form-alert.form-alert-success {
        color: #238129;
    }

.control-group.error input {
    border-color: #d32e12;
}

.control-group.success input {
    border-color: #238129;
}

i:hover .faded-tooltip {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.content-box-form input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 18px;
    background-color: transparent;
}

    .content-box-form input::placeholder {
        color: #a7a6a6;
    }

.content-box-tabs {
    display: table;
    width: 100%;
}

.contact-form-holder {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .contact-form-holder .content-box-form {
        display: table-cell;
        width: 48%;
    }

.content-box-form.form-padding {
    padding-right: 2%;
    width: 50%;
}

.content-box-checkbox {
    margin-bottom: 15px;
}

    .content-box-checkbox input {
        float: left;
        margin: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

        .content-box-checkbox input:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 2px solid #d0d0d0;
            border-radius: 2px;
            background-color: white;
        }

        .content-box-checkbox input:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid #231f20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 4px;
            left: 8px;
        }

    .content-box-checkbox label {
        font-size: 14px;
        line-height: 20px;
        /*modalı patlatabilir*/
        /*width: max-content;*/
        width: 100%;
        cursor: pointer;
    }

.content-box-info p {
    font-size: 14px;
}

.content-box-info a {
    color: #d32e12;
}

.content-box-reCaptcha {
    width: max-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sign-in-password-reset {
    text-align: center;
}

.sign-in-button {
    max-width: 100%;
}

    .sign-in-button a {
        font-size: 26px;
        cursor: pointer;
    }

    .sign-in-button input {
        font-size: 26px;
    }

.sign-in-password-reset a {
    font-size: 14px;
    color: #d32e12;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
}

.sign-up-button {
    max-width: 100%;
    margin-bottom: 0;
}

    .sign-up-button a {
        font-size: 26px;
    }

    .sign-up-button input {
        font-size: 26px;
    }

.tablinks {
    width: 50%;
    height: 60px;
    font-size: 20px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    transition: .4s ease-out;
    cursor: pointer;
    display: table-cell;
    text-align: center;
    color: #231f20;
    vertical-align: middle;
}

    .tablinks:hover, .tablinks:focus {
        color: #231f20;
    }

    .tablinks.active {
        border: unset;
        border-top: 6px solid #231f20;
        background-color: white;
        font-weight: bold;
    }

.content-box-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.panel-padding {
    padding: 10px 50px;
}
/*.panel-transition {
    transition: max-height 0.4s ease-out;
}*/

/*.fancybox-wrap {
    transition: top 0.4s ease 0s;
}*/
.fancybox-wrap-transition {
    transition: top 0.4s ease 0s;
}

.password-reset-box {
    padding: 25px 60px;
    background-color: white;
    border-radius: 4px;
}

.password-reset-box-header {
    line-height: 30px;
    color: #d32e12;
    text-align: center;
}

.password-reset-box-text {
    text-align: center;
    color: #231f20;
    line-height: 36px;
    margin-bottom: 30px;
}

.password-reset-box-password-button {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

    .password-reset-box-password-button a {
        font-size: 26px;
    }


.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.router-block {
    background-color: #fafafa;
    min-height: 95px;
}

.router-block-container {
    width: calc(100% - (100% - 1200px)/3);
    margin: auto;
    height: 100%;
    min-height: inherit;
    display: table;
}

.router-block-header {
    height: 100%;
    min-height: inherit;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #231f20;
}

    .router-block-header h1 {
        font-size: 30px;
        font-weight: bold;
        color: #231f20;
    }

.router-middle-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    padding: 20px;
}

.router-drp {
    background-color: white;
}

.to-sort {
    width: 107px;
}

.breadcrumbs {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

    .breadcrumbs ul {
        float: right;
    }

    .breadcrumbs li {
        float: left;
        margin-right: 20px;
        position: relative;
    }

        .breadcrumbs li:after {
            content: "//";
            position: absolute;
            right: -15px;
        }

        .breadcrumbs li:last-child {
            margin-right: 0;
        }

            .breadcrumbs li:last-child:after {
                content: none;
            }

        .breadcrumbs li a {
            color: #a7a6a6;
            transition: .4s ease-in-out;
        }

            .breadcrumbs li a:hover {
                color: #231f20;
            }

.products-sub-category {
    margin: 15px auto;
    display: table;
}

    .products-sub-category ul {
        list-style: none;
        margin-top: 35px;
    }

    .products-sub-category li {
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
    }

        .products-sub-category li:last-child {
            margin-right: 0;
        }

        .products-sub-category li a {
            display: block;
            padding: 12px 35px;
            border: 2px solid #ebebeb;
            border-radius: 30px;
            color: #231f20;
            transition: .4s ease-in-out;
        }

            .products-sub-category li a.active {
                background-color: #231f20;
                border-color: #231f20;
                color: white;
            }

            .products-sub-category li a:hover {
                background-color: #231f20;
                border-color: #231f20;
                color: white;
            }

.products .main-product-list-container li {
    margin-bottom: 120px;
}

.product-details {
    width: 100%;
    display: table;
    margin: 30px 0 60px 0;
}

.product-details-header {
    float: right;
    width: 30%;
    margin: 35px 0 20px 0;
    margin-left: 10%;
}

    .product-details-header h1 {
        font-size: 30px;
        color: #231f20;
    }


.product-details-img {
    float: right;
    width: 68%;
    display: table;
    min-height: inherit;
}



.product-details-gallery-img {
    width: 100%;
    height: 100%;
    display: table;
}

    .product-details-gallery-img a {
        display: block;
        width: max-content;
        height: max-content;
        margin: auto;
    }

    .product-details-gallery-img img {
        /*max-width: 100%;*/
        max-width: 150px;
        max-height: 150px;
        display: block;
    }

.product-details-miscellaneous {
    float: right;
    width: 30%;
    margin-left: 10%;
}

.product-details-miscellaneous-seperator {
    width: 100%;
    display: table;
}

.product-details-miscellaneous-price {
    font-size: 36px;
    font-weight: bold;
    color: #231f20;
    width: 50%;
    float: left;
}

    .product-details-miscellaneous-price strike {
        font-size: 27px;
        font-weight: 800;
        color: #aeaeae;
    }

/* .product-details-miscellaneous-price span {
        font-family: "Palanquin";
    }*/

/*fav css*/

.product-details-miscellaneous-favorite {
    width: 50%;
    float: right;
    padding: 10px 0;
    text-align: right;
}

    .product-details-miscellaneous-favorite label {
        font-size: 18px;
        color: #231f20;
        transition: .4s ease-in-out;
        width: 100%;
        cursor: pointer;
    }

    .product-details-miscellaneous-favorite.active label {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite label:hover {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite i {
        font-size: 16px;
        margin-right: 6px;
        color: #dddddd;
        transition: .4s ease-in-out;
    }

    .product-details-miscellaneous-favorite.active i {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite label:hover i {
        color: #d32e12;
        animation: scale 0.6s ease-in-out infinite;
        -webkit-animation: scale 0.6s ease-in-out infinite;
        -moz-animation: scale 0.6s ease-in-out infinite;
        -o-animation: scale 0.6s ease-in-out infinite;
        -ms-animation: scale 0.6s ease-in-out infinite;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

/*
.product-details-miscellaneous-favorite {
    width: 50%;
    float: right;
    padding: 10px 0;
    text-align: right;
}

    .product-details-miscellaneous-favorite a {
        font-size: 18px;
        color: #231f20;
        transition: .4s ease-in-out;
        width: 100%;
    }

    .product-details-miscellaneous-favorite.active a {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite a:hover {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite i {
        font-size: 16px;
        margin-right: 6px;
        color: #dddddd;
        transition: .4s ease-in-out;
    }

    .product-details-miscellaneous-favorite.active i {
        color: #d32e12;
    }

    .product-details-miscellaneous-favorite a:hover i {
        color: #d32e12;
        animation: scale 0.6s ease-in-out infinite;
        -webkit-animation: scale 0.6s ease-in-out infinite;
        -moz-animation: scale 0.6s ease-in-out infinite;
        -o-animation: scale 0.6s ease-in-out infinite;
        -ms-animation: scale 0.6s ease-in-out infinite;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}*/

.product-details-miscellaneous-options-container {
    clear: both;
    margin-top: 90px;
    width: 100%;
    display: table;
    margin-bottom: 60px;
}

.product-details-miscellaneous-options {
    width: calc(100% - 150px);
    float: left;
}

.product-details-miscellaneous-options-header {
    color: #231f20;
    margin-bottom: 5px;
}

.product-details-miscellaneous-options-dropdown {
    width: 100%;
}

    .product-details-miscellaneous-options-dropdown .chosen-container-single .chosen-single {
        font-size: 14px;
    }

    .product-details-miscellaneous-options-dropdown .chosen-container .chosen-results li {
        font-size: 14px;
        line-height: 18px;
    }

.product-options {
    width: 122px;
}

.product-details-miscellaneous-quantity {
    width: 150px;
    float: right;
}

.product-details-miscellaneous-quantity-header {
    color: #231f20;
    margin-bottom: 5px;
}

.product-details-miscellaneous-quantity-input {
    width: 100%;
    max-width: 150px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ededed;
}

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        margin: 0 25px;
        float: left;
        line-height: 33px;
        width: 24px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        color: rgb(167, 166, 166);
    }

    .product-details-miscellaneous-quantity-input input {
        width: 50px;
        height: 100%;
        text-align: center;
        margin: 0px -25px;
        float: left;
        padding: 0 5px;
        -moz-appearance: textfield;
        font-size: 20px;
    }

        .product-details-miscellaneous-quantity-input input[type=number]::-webkit-inner-spin-button,
        .product-details-miscellaneous-quantity-input input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.product-details-miscellaneous-add-to-basket {
    clear: both;
    margin: 35px 0;
    width: 100%;
    display: table;
    position: relative;
}

    .product-details-miscellaneous-add-to-basket input {
        border: 2px solid #231f20;
        color: #231f20;
        text-align: center;
        line-height: 51px;
        font-size: 26px;
        transition: .4s ease-in-out;
        background-color: transparent;
        width: 100%;
        height: 60px;
        padding-right: 55px;
        position: relative;
        z-index: 1;
    }

    .product-details-miscellaneous-add-to-basket .product-details-miscellaneous-add-to-tick {
        display: none;
    }

    .product-details-miscellaneous-add-to-basket::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 100%;
        right: 0;
        background-color: #231f20;
        transition: .4s ease-in-out;
        z-index: -1;
    }

    .product-details-miscellaneous-add-to-basket:hover::after {
        width: 100%;
    }

.product-details-miscellaneous-add-to-basket-icon {
    width: 55px;
    background-color: #231f20;
    text-align: center;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.product-details-miscellaneous-add-to-tick {
    width: 55px;
    background-color: #238129;
    text-align: center;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.product-details-miscellaneous-add-to-basket:hover input {
    color: white;
}


.product-details-miscellaneous-add-to-basket:hover .product-details-miscellaneous-add-to-basket-header:after {
    width: 100%;
}

.product-details-miscellaneous-add-to-basket.active {
    animation-delay: 1s;
    background-color: #238129;
    width: 100%;
    color: white;
}

    .product-details-miscellaneous-add-to-basket.active input {
        border: 2px solid #073c0a;
        color: white;
    }

    .product-details-miscellaneous-add-to-basket.active .product-details-miscellaneous-add-to-basket-icon {
        display: none;
    }

    .product-details-miscellaneous-add-to-basket.active .product-details-miscellaneous-add-to-tick {
        display: block;
        border-left: 2px solid #073c0a;
    }

.product-details-miscellaneous-sold-out {
    clear: both;
    margin: 35px 0;
    width: 100%;
    display: table;
    height: 60px;
    background-color: #a7a6a6;
    text-align: center;
    user-select: none;
}

    .product-details-miscellaneous-sold-out input {
        color: white;
        font-size: 26px;
        background-color: transparent;
        width: 100%;
        height: 60px;
    }

.product-details-miscellaneous-link {
    margin: 15px 0;
}

    .product-details-miscellaneous-link a {
        font-size: 18px;
        color: #231f20;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        -ms-text-underline-position: under;
        text-underline-position: from-font;
    }

.product-details-miscellaneous-offer-list {
    padding-top: 20px;
}

.product-details-miscellaneous-offer {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

    .product-details-miscellaneous-offer:after {
        content: "\f02c";
        position: absolute;
        left: 0;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 12px;
        color: #d32e12;
        top: 50%;
        transform: translateY(-50%);
    }

.product-details-content-tabs {
    width: 49%;
    display: table;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 60px;
}

    .product-details-content-tabs.mr-2 {
        margin-right: 2%;
    }

.product-details-content-tab-header {
    position: relative;
}

    .product-details-content-tab-header a {
        display: block;
        width: 100%;
        height: 100%;
        color: #231f20;
        cursor: pointer;
        user-select: none;
        padding: 20px 40px;
        font-size: 18px;
        background-color: #fafafa;
        min-height: 58px;
    }

        .product-details-content-tab-header a:after {
            content: "\f067";
            position: absolute;
            right: 40px;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            transition: .4s;
            top: calc(50% - 8px);
            transform: rotate(0);
            font-size: 14px;
        }

.product-details-content-tabs.opened .product-details-content-tab-header a:after {
    content: "\f068";
    transform: rotate(360deg);
}

.product-details-content-tab-detail {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: .4s ease-in-out;
    border-top: 0px solid #ebebeb;
    font-size: 18px;
    line-height: 24px;
    /*overflow-y: scroll;*/
}

.product-details-content-tabs.opened .product-details-content-tab-detail {
    border-width: 1px;
}

.product-details-content-tab-detail-inner {
    padding: 25px 40px;
    text-align: justify;
}

    .product-details-content-tab-detail-inner li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 5px;
    }

        .product-details-content-tab-detail-inner li b {
            color: #231f20;
        }

        .product-details-content-tab-detail-inner li:after {
            content: "\f48b";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            font-size: 14px;
            color: #231f20;
        }


.product-details .main-product-list-header {
    font-size: 26px;
    font-weight: normal;
}

.product-details .main-product-list-container ul {
    /*display: grid;*/
}

.product-details .main-product-list-container li {
    padding: 0 2.1%;
}

.product-details .main-product-list-container .slick-list {
    margin: 0 16px;
    /*margin: 0 ;*/
}

.product-details .main-product-list-container .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 16px;
}

    .product-details .main-product-list-container .slick-arrow.slick-prev {
        right: 0;
    }

    .product-details .main-product-list-container .slick-arrow:before {
        position: relative;
        top: calc(50% - 8px);
    }

    .product-details .main-product-list-container .slick-arrow.slick-next:before {
        content: "\f053";
    }



.page-basket {
    width: 100%;
    display: table;
    margin-top: 15px;
}

.page-basket-product-list {
    width: calc(100% - 400px);
    float: left;
    margin-top: 40px;
    margin-bottom: 90px;
}

    .page-basket-product-list li {
        margin-bottom: 22px;
    }

.page-basket-product-list-content {
    width: 100%;
    display: table;
    /*bu sonradan eklendı*/
    margin-bottom: 22px;
}

.page-basket-product-list-content-img-container {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
}

.page-basket-product-list-content-img {
    display: table;
    width: 140px;
    padding-right: 20px;
}

    .page-basket-product-list-content-img img {
        /*max-width: 100%;*/
        max-width: 80%;
        max-height: 125px;
    }

.page-basket-product-list-content-details {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
}

.page-basket-product-list-content-details-header {
    font-size: 20px;
    color: #231f20;
}

.page-basket-product-list-content-details-properties {
    position: absolute;
    bottom: 0;
}

    .page-basket-product-list-content-details-properties .chosen-container-single .chosen-single {
        font-size: 14px;
    }

    .page-basket-product-list-content-details-properties .chosen-container .chosen-results li {
        font-size: 14px;
        line-height: 18px;
    }

.page-basket-product-list-content-details-quantity {
    position: absolute;
    bottom: 0;
    left: 175px;
}

.page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
    margin: 0 20px;
    font-size: 12px;
}

.page-basket-product-list-content .product-details-miscellaneous-quantity-input i {
    margin: 0 20px;
    font-size: 12px;
}

.page-basket-product-list-content .product-details-miscellaneous-quantity-input input {
    width: 60px;
    margin: 0px -20px;
}

.page-basket-product-list-content-price {
    display: table-cell;
    vertical-align: middle;
    width: 290px;
}

.page-basket-product-list-content-inner-bottom {
    position: absolute;
    bottom: 0;
}

.page-basket-product-list-content-price-per-piece {
    line-height: 35px;
    font-size: 18px;
    text-align: right;
    min-width: 105px;
    float: left;
    position: relative;
}

    .page-basket-product-list-content-price-per-piece span {
        font-family: "Palanquin";
        margin-left: 4px;
    }

.page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after {
    content: attr(data-header);
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 20px;
    color: #231f20;
}


/*.page-basket-product-list > ul > div > table > tbody > tr:nth-child(2) li .page-basket-product-list-content-price-per-piece::after {
    content: attr(data-header);
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 20px;
    color: #231f20;
} */

.page-basket-product-list-content-price-sum {
    line-height: 35px;
    font-size: 18px;
    width: 105px;
    text-align: right;
    min-width: 105px;
    float: left;
    position: relative;
}

    .page-basket-product-list-content-price-sum span {
        font-family: "Palanquin";
        margin-left: 4px;
    }

.page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
    content: attr(data-header);
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 20px;
    color: #231f20;
}


/*.page-basket-product-list > ul > div > table > tbody > tr:nth-child(2) li .page-basket-product-list-content-price-sum::after {
    content: attr(data-header);
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 20px;
    color: #231f20;
}*/

.page-basket-product-list-content-delete-icon {
    display: table-cell;
    vertical-align: middle;
}

    .page-basket-product-list-content-delete-icon a {
        position: absolute;
        bottom: 0;
        line-height: 35px;
        color: #a7a6a6;
        font-size: 14px;
    }

.page-basket-product-list-content-inner {
    min-height: 85px;
    position: relative;
}

.page-basket-product-list-deals {
}

    .page-basket-product-list-deals ul {
        padding-right: 10px;
    }

    .page-basket-product-list-deals li {
        width: 100%;
        height: 36px;
        border-radius: 4px;
        border: 1px dotted #d32e12;
        margin-bottom: 10px;
        position: relative;
    }

        .page-basket-product-list-deals li:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            background-image: url(../images/deals-star.png);
            background-repeat: no-repeat;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
        }

.page-basket-product-list-deals-text {
    line-height: 34px;
    font-size: 14px;
    color: #d32e12;
    padding: 0 50px;
}

.page-basket-product-abstract {
    width: 335px;
    float: right;
    margin-bottom: 25px;
}

.page-basket-product-abstract-transition {
    width: 100%;
    display: table;
}

.page-basket-product-abstract-transition-clear {
    float: left;
    line-height: 35px;
    color: #a7a6a6;
}

    .page-basket-product-abstract-transition-clear a {
        color: #a7a6a6;
        line-height: 35px;
    }

.page-basket-product-abstract-transition-keep-shopping {
    float: right;
    line-height: 35px;
    color: #a7a6a6;
}

    .page-basket-product-abstract-transition-keep-shopping a {
        color: #a7a6a6;
        line-height: 35px;
    }

.page-basket-product-abstract-content {
    background-color: #fafafa;
}

.page-basket-product-abstract-content-inner {
    padding: 25px;
}

.page-basket-product-abstract-content-header {
    color: #231f20;
    font-size: 20px;
    padding: 0 5px;
    margin-bottom: 35px;
}

.page-basket-product-abstract-content-price-conteiner {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ebebeb;
    padding: 0 5px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.page-basket-product-abstract-content-price-header {
    font-size: 20px;
    color: #231f20;
    float: left;
}

.page-basket-product-abstract-content-price {
    font-size: 20px;
    color: #231f20;
    float: right;
}

.seperate {
    width: 100%;
    display: table;
}

.discount {
    clear: both;
    margin-top: 7px;
    width: 100%;
    display: table;
}

    .discount .page-basket-product-abstract-content-price-header {
        color: #d32e12;
    }

    .discount .page-basket-product-abstract-content-price {
        color: #d32e12;
    }

.page-basket-product-abstract-content-price span {
    font-family: "Palanquin";
    margin-left: 4px;
}

.page-basket-product-abstract-content-price-sum-container {
    width: 100%;
    display: table;
    padding: 0 5px;
}

.page-basket-product-abstract-content-price-sum-header {
    float: left;
    color: #231f20;
    font-weight: bold;
    font-size: 24px;
}

    .page-basket-product-abstract-content-price-sum-header span {
        display: block;
        font-size: 16px;
    }

.page-basket-product-abstract-content-price-sum {
    float: right;
    color: #231f20;
    font-weight: bold;
    font-size: 24px;
}

    .page-basket-product-abstract-content-price-sum span {
        font-family: "Palanquin";
        margin-left: 4px;
    }

.page-basket-product-abstract-content-button {
    width: 100%;
    height: 60px;
    background-color: #231f20;
    display: table;
}

    .page-basket-product-abstract-content-button a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 26px;
    }

.page-basket-product-abstract-code {
    margin-top: 4px;
    width: 100%;
    display: table;
    position: relative;
}

    .page-basket-product-abstract-code input[type="text"] {
        width: calc(100% - 60px);
        height: 50px;
        float: left;
        border: 1px solid #a7a6a6;
        padding: 0 20px;
        font-size: 18px;
    }


    .page-basket-product-abstract-code input[type="submit"], .page-basket-product-abstract-code a {
        width: 55px;
        height: 50px;
        float: right;
        background-color: transparent;
        border: 1px solid #a7a6a6;
        font-size: 18px;
    }

    .page-basket-product-abstract-code i {
        position: absolute;
        float: right;
        width: 55px;
        text-align: center;
        line-height: 50px;
        color: #231f20;
        top: 0;
        right: 0;
        z-index: -1;
        transition: .4s ease-in-out;
        font-size: 20px;
    }

    .page-basket-product-abstract-code input:hover + i,
    .page-basket-product-abstract-code a:hover + i {
        background-color: #231f20;
        color: white;
    }



    .page-basket-product-abstract-code input[type="text"].success {
        border-color: #238129;
    }

    .page-basket-product-abstract-code input[type="text"].error {
        border-color: #d32e12;
    }

    .page-basket-product-abstract-code span {
        color: #d32e12;
    }

.order-tab-list {
    width: 100%;
    max-width: 710px;
    height: 40px;
    display: table;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 50px;
    background-color: white;
    padding: 0 2%;
}

    .order-tab-list li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: 40px;
        position: relative;
    }

        .order-tab-list li.passed:after {
            content: "\f00c";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0;
            top: 0;
            color: #231f20;
        }

        .order-tab-list li.active {
            color: #231f20;
            font-weight: bold;
        }

.membership-information {
    width: 100%;
    max-width: 710px;
    margin: auto;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    border-top: unset;
}

.membership-information-tabs {
    width: 100%;
    display: table;
}

    .membership-information-tabs ul {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .membership-information-tabs li {
        display: table-cell;
        width: 33%;
    }

        .membership-information-tabs li:first-child .tablinks {
            border-top-left-radius: 4px;
        }

        .membership-information-tabs li:last-child .tablinks {
            border-top-right-radius: 4px;
        }

        .membership-information-tabs li a {
            width: 10%;
        }

        .membership-information-tabs li.active {
            border-collapse: separate;
        }

            .membership-information-tabs li.active .tablinks {
                border: unset;
                border-top: 6px solid #231f20;
                background-color: white;
                font-weight: bold;
            }

.membership-information-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.membership-information-padding {
    padding: 30px 100px;
}

.content-box-form input + label,
.content-box-form input + span + label {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 55px;
    transition: .4s ease-in-out;
    z-index: -1;
    font-size: 18px;
}

    .content-box-form input + label span,
    .content-box-form input + span + label span {
        font-size: 12px;
    }

.content-box-form input:focus + label,
.content-box-form input.has-content + label,
.content-box-form input:focus + span + label,
.content-box-form input.has-content + span + label {
    top: 12px;
    font-size: 12px;
    line-height: 12px;
}

.membership-information-padding .content-box-form input {
    padding: 8px 20px;
    padding-top: 18px;
}

.membership-information-padding .content-box-checkbox {
    margin-top: 15px;
}

.membership-information-padding-header {
    font-size: 18px;
    text-align: center;
    margin: 45px 0;
}

.adress-details-tabs {
    width: calc(50% - 5px);
    float: left;
    background-color: #fafafa;
    overflow: hidden;
    max-height: 100px;
    transition: .3s cubic-bezier(0, 0, 0, 1.01);
    transition-delay: 0s;
}

    .adress-details-tabs.out {
        transition-delay: .3s;
    }

.adress-details-tabs-inner {
    width: 100%;
    display: table;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 15px;
}

.adress-details-tabs.opened .adress-details-tabs-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.adress-details-tabs.out {
    max-height: 0;
}

.adress-details-tabs.billing {
    margin-left: 10px;
}

#same-adress.hide {
    display: none;
}

#same-adress.over {
    display: none;
}

.adress-details-tab-header {
    position: relative;
}

.adress-details-tab-links {
    float: right;
}

.adress-details-tab-header .adress-details-tab-links label {
    font-size: 16px;
    line-height: 20px;
    padding-left: unset;
    margin-right: 25px;
    cursor: pointer;
}

.adress-details-tab-links label input {
    float: left;
    margin: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    .adress-details-tab-links label input:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        border: 2px solid #d0d0d0;
        border-radius: 2px;
        background-color: white;
    }

    .adress-details-tab-links label input:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid #231f20;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 4px;
        left: 8px;
    }

.adress-details-tab-header label {
    padding: 18px 0;
    padding-left: 25px;
    float: left;
    font-size: 22px;
    color: #231f20;
}

.adress-details-tab-header a {
    display: block;
    width: 115px;
    margin-right: 10px;
    height: 100%;
    color: #a7a6a6;
    cursor: pointer;
    user-select: none;
    padding: 21px 0;
    font-size: 16px;
    min-height: 58px;
    transition: .4s ease-in-out;
    float: left;
}

    .adress-details-tab-header a.closed {
        pointer-events: none;
        opacity: 0;
        display: none;
    }

    .adress-details-tab-header a:hover {
        color: #231f20;
    }

    .adress-details-tab-header a i {
        font-size: 14px;
        margin-right: 6px;
        color: #231f20;
    }

.content-box-close.top {
    top: 15px;
}

.adress-add-box {
    width: 100%;
    padding: 20px 35px;
    display: table;
}

.adress-add-box-header {
    margin: 5px 0;
    text-align: center;
    color: #231f20;
    font-size: 20px;
}

.adress-add-box-form {
    width: 100%;
    margin: 10px 0;
}

    .adress-add-box-form.form-padding {
        width: 50%;
        padding-right: 1%;
    }

.adress-add-box-form-holder {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.adress-add-box-form input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 18px;
    background-color: transparent;
}

    .adress-add-box-form input::placeholder {
        color: #a7a6a6;
    }

.adress-add-box-form textarea {
    width: 100%;
    height: 72px;
    padding: 12px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 18px;
    background-color: transparent;
    resize: none;
}

    .adress-add-box-form textarea::placeholder {
        color: #a7a6a6;
    }

.adress-add-box-form-holder .adress-add-box-form {
    width: 49%;
    display: table-cell;
}

.address-properties {
    width: 300px;
}

.adress-add-box-form .chosen-container {
    width: 100% !important;
}

.adress-add-box-form .chosen-container-single .chosen-single {
    font-size: 18px;
    line-height: 48px;
    height: 50px;
}

    .adress-add-box-form .chosen-container-single .chosen-single div {
        width: 25px;
    }

        .adress-add-box-form .chosen-container-single .chosen-single div b {
            line-height: 48px;
        }

.adress-add-box-bottom {
    width: 100%;
    height: 55px;
    display: table;
}

.adress-add-box-checkbox {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

    .adress-add-box-checkbox label {
        font-size: 16px;
        line-height: 20px;
        width: max-content;
        cursor: pointer;
        color: #231f20;
    }

.adress-add-box-bottom .adress-add-box-checkbox input {
    float: left;
    margin: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    .adress-add-box-bottom .adress-add-box-checkbox input:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        border: 1px solid #d0d0d0;
        border-radius: 2px;
        background-color: white;
    }

    .adress-add-box-bottom .adress-add-box-checkbox input:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid #231f20;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 4px;
        left: 8px;
    }

.adress-add-box-button {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

    .adress-add-box-button .default-button {
        float: right;
        margin: 0;
    }

    .adress-add-box-button a,
    .adress-add-box-button input {
        width: 190px;
        float: right;
        color: #231f20;
        cursor: pointer;
    }

.adress-details-content-container {
    clear: both;
}

.adress-details-content {
    width: calc(50% - 5px);
    float: left;
    transition: .4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}

    .adress-details-content.opened {
        max-height: unset;
        max-height: 640px;
    }

/*.adress-details-content-inner {
    padding: 35px 40px;
    padding-top: 107px;*/
/*display: table;*/
/*width: 100%;
    border-inline: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

.adress-details-content-inner {
    padding: 35px 40px;
    padding-top: 40px;
    display: flex;
    width: 100%;
    border-inline: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    flex-direction: column;
}

.adress-details-content.billing {
    margin-left: 10px;
    float: left;
}

.adress-details-content-header {
    width: 150px;
    font-size: 18px;
    color: #231f20;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

    .adress-details-content-header:after {
        content: ":";
        position: absolute;
        top: 0;
        right: 2px;
    }

.adress-details-content-text {
    width: calc(100% - 150px);
    font-size: 18px;
    color: #a7a6a6;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
}

.adress-details-button {
    float: right;
    margin: 0;
    margin-top: 40px;
    clear: both;
}

    .adress-details-button.hide {
        opacity: 0;
        display: none;
    }

.adress-add-box-list-content-header {
    font-size: 18px;
    color: #231f20;
    line-height: 30px;
}

.adress-add-box-list-content-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.adress-add-box-list {
    margin-top: 25px;
}

    .adress-add-box-list li {
        width: 100%;
        display: table;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

        .adress-add-box-list li.active {
            border-width: 2px;
            border-color: #231f20;
        }

        .adress-add-box-list li:last-child {
            margin-bottom: 0;
        }

.adress-add-box-list-content-transition {
}

    .adress-add-box-list-content-transition label {
        font-size: 16px;
        line-height: 20px;
        width: max-content;
        cursor: pointer;
        color: #231f20;
    }

    .adress-add-box-list-content-transition input {
        float: left;
        margin: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

        .adress-add-box-list-content-transition input:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 2px solid #d0d0d0;
            border-radius: 2px;
            background-color: white;
        }

        .adress-add-box-list-content-transition input:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid #231f20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 4px;
            left: 8px;
        }

    .adress-add-box-list-content-transition i {
        float: right;
        padding-top: 3px;
        font-size: 14px;
        margin-right: -10px;
        cursor: pointer;
    }

.control-group.success .chosen-container-single .chosen-single {
    border-color: #238129;
}

.control-group.error .chosen-container-single .chosen-single {
    border-color: #d32e12;
}

.control-group.success textarea {
    border-color: #238129;
}

.control-group.error textarea {
    border-color: #d32e12;
}

.address-details-content.opened {
    max-height: unset;
}

.adress-details-form {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .adress-details-form input {
        width: 100%;
        padding: 12px 20px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        font-size: 18px;
        background-color: transparent;
    }

        .adress-details-form input::placeholder {
            color: #a7a6a6;
        }

.adress-details-form-holder {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .adress-details-form-holder .adress-details-form {
        width: 49%;
        display: table-cell;
    }

.adress-details-form.form-padding {
    width: 50%;
    padding-right: 1%;
}

.adress-details-form .chosen-container {
    width: 100% !important;
}

.adress-details-form .chosen-container-single .chosen-single {
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding-left: 20px;
}

    .adress-details-form .chosen-container-single .chosen-single div {
        width: 25px;
    }

        .adress-details-form .chosen-container-single .chosen-single div b {
            line-height: 48px;
        }

.adress-details-form textarea {
    width: 100%;
    height: 72px;
    padding: 12px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 18px;
    background-color: transparent;
    resize: none;
}

    .adress-details-form textarea::placeholder {
        color: #a7a6a6;
    }

.adress-details-checkbox-container {
    height: 50px;
    display: table;
}

.adress-details-checkbox {
    margin-top: 30px;
}

    .adress-details-checkbox label {
        font-size: 16px;
        line-height: 20px;
        width: max-content;
        cursor: pointer;
        color: #231f20;
    }

    .adress-details-checkbox input {
        float: left;
        margin: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

        .adress-details-checkbox input:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 1px solid #d0d0d0;
            border-radius: 2px;
            background-color: white;
        }

        .adress-details-checkbox input:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid #231f20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 4px;
            left: 8px;
        }

.choose-cargo-list {
    display: table;
    margin: auto;
}

    .choose-cargo-list li {
        margin-bottom: 25px;
    }

.choose-cargo-list-content label {
    cursor: pointer;
}

.choose-cargo-list-content-top {
    border: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 60px;
    display: table;
    background-color: #fafafa;
}

.choose-cargo-list-content-top-header {
    display: table-cell;
    vertical-align: middle;
    width: 197px;
    padding-right: 20px;
    text-align: center;
    font-size: 22px;
    color: #231f20;
}

.choose-cargo-list-content-top-checkbox {
    display: table-cell;
    vertical-align: middle;
    width: 197px;
    padding-left: 20px;
    text-align: center;
}

    .choose-cargo-list-content-top-checkbox label {
        font-size: 14px;
        line-height: 20px;
        width: max-content;
        cursor: pointer;
        color: #231f20;
    }

    .choose-cargo-list-content-top-checkbox input {
        float: left;
        margin: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

        .choose-cargo-list-content-top-checkbox input:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 1px solid #d0d0d0;
            border-radius: 2px;
            background-color: white;
        }

        .choose-cargo-list-content-top-checkbox input:checked::after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid #231f20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 4px;
            left: 8px;
        }

.choose-cargo-list-content-bottom {
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: unset;
    width: 100%;
    height: 95px;
    display: table;
}

.choose-cargo-list-content-bottom-img {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding-right: 20px;
    text-align: center;
    height: 80px;
    padding-left: 20px;
}

    .choose-cargo-list-content-bottom-img img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

.choose-cargo-list-content-bottom-details {
    display: table-cell;
    vertical-align: middle;
    width: 197px;
    padding-left: 20px;
    text-align: center;
}

.choose-cargo-list-content-bottom-details-price {
    font-size: 22px;
    font-weight: bold;
    color: #231f30;
    margin-bottom: 10px;
}

    .choose-cargo-list-content-bottom-details-price span {
        font-family: "Palanquin";
    }

.choose-cargo-button {
    margin-top: 0;
    margin-bottom: 40px;
}

.summary-and-payment {
    width: 100%;
    display: table;
}

.summary-and-payment-left {
    width: 71%;
    float: left;
}

.summary-and-payment-card {
    float: left;
    width: 330px;
    height: 210px;
}

.summary-and-payment-card-information {
    float: left;
    width: calc(100% - 330px);
    padding: 0 35px;
}

.summary-and-payment-card-information-header {
    font-size: 18px;
    margin-bottom: 15px;
}

.summary-and-payment-card-information-form {
    width: 100%;
    margin-bottom: 25px;
}

    .summary-and-payment-card-information-form input {
        width: 100%;
        padding: 9px 30px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        font-size: 22px;
        background-color: transparent;
        color: #231f20;
    }

        .summary-and-payment-card-information-form input::placeholder {
            color: #a7a6a6;
            font-size: 14px;
        }

.summary-and-payment-card-information-form-holder {
    width: 100.85%;
    display: table;
}

    .summary-and-payment-card-information-form-holder .summary-and-payment-card-information-form {
        width: 24.25%;
        float: left;
        margin-right: 0.75%;
    }

.summary-and-payment-bills-details {
    width: 29%;
    float: left;
    padding-left: 15px;
}

.summary-and-payment-bills-details-inner {
    width: 100%;
    display: table;
    padding: 30px;
    padding-bottom: 0;
    background-color: #fafafa;
}

.summary-and-payment-bills-details-header {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 30px;
}

.summary-and-payment-bills-details-price-container {
    padding: 0 5px;
    margin: 0 -5px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.summary-and-payment-bills-details-price-header {
    float: left;
    font-size: 20px;
    color: #231f20;
    margin-bottom: 10px;
}

.summary-and-payment-bills-details-price {
    float: right;
    font-size: 20px;
    color: #231f20;
    min-width: 90px;
    margin-bottom: 10px;
}

    .summary-and-payment-bills-details-price p {
        float: right;
        white-space: nowrap;
        font-size: 17px;
        padding-top: 10px;
    }



.discount .summary-and-payment-bills-details-price, .discount .summary-and-payment-bills-details-price-header {
    color: #d32e12;
}

.summary-and-payment-bills-details-price-sum-container {
    width: 100%;
    display: table;
    margin-bottom: 45px;
}

.summary-and-payment-bills-details-price-sum-header {
    font-size: 24px;
    font-weight: bold;
    color: #231f20;
    float: left;
}

    .summary-and-payment-bills-details-price-sum-header span {
        display: block;
        font-size: 22px;
        font-weight: bold;
    }

.summary-and-payment-bills-details-price-sum {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #231f20;
}


.summary-and-payment-bills-details-checkbox {
    padding: 30px 0;
}

    .summary-and-payment-bills-details-checkbox input {
        float: left;
        margin: 0;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

        .summary-and-payment-bills-details-checkbox input:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 1px solid #d0d0d0;
            border-radius: 2px;
            background-color: white;
        }

        .summary-and-payment-bills-details-checkbox input:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid #231f20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 4px;
            left: 8px;
        }

.summary-and-payment-bills-details-checkbox-text {
    width: calc(100% - 30px);
    float: right;
    font-size: 18px;
    color: #231f20;
}

    .summary-and-payment-bills-details-checkbox-text a {
        color: #d32e12;
        font-size: 18px;
    }

.summary-and-payment-bills-details-button {
    max-width: 100%;
    margin: 0;
    background-color: #231f20;
    margin-bottom: 50px;
}

    .summary-and-payment-bills-details-button a {
        color: white;
        font-size: 26px;
    }

.summary-and-payment-card-information-form .chosen-container {
    width: 100% !important;
}

.summary-and-payment-card-information-form .chosen-container-single .chosen-single.chosen-default {
    font-size: 14px;
    line-height: 53px;
    height: 55px;
    padding-left: 20px;
    color: #a7a6a6;
}

.summary-and-payment-card-information-form .chosen-container-single .chosen-single {
    font-size: 24px;
    line-height: 53px;
    height: 55px;
    padding-left: 20px;
    color: #231f20;
}

    .summary-and-payment-card-information-form .chosen-container-single .chosen-single div {
        width: 25px;
    }

        .summary-and-payment-card-information-form .chosen-container-single .chosen-single div b {
            line-height: 53px;
        }

.summary-and-payment-basket-details {
    width: 100%;
    display: table;
    padding-top: 25px;
    padding-right: 35px;
    clear: both;
    margin-bottom: 50px;
}

.summary-and-payment-basket-details-tabs {
    width: 49%;
    display: table;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 2%;
}

    .summary-and-payment-basket-details-tabs.extended {
        width: 100%;
    }

    .summary-and-payment-basket-details-tabs.mr-2 {
        margin-right: 2%;
    }

.summary-and-payment-basket-details-tab-header {
    position: relative;
}

    .summary-and-payment-basket-details-tab-header a {
        display: block;
        width: 100%;
        height: 100%;
        color: #231f20;
        cursor: pointer;
        user-select: none;
        padding: 20px 40px;
        font-size: 20px;
        background-color: #fafafa;
        min-height: 58px;
    }

        .summary-and-payment-basket-details-tab-header a:after {
            content: "\f067";
            position: absolute;
            right: 25px;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            transition: .4s;
            top: calc(50% - 8px);
            transform: rotate(0);
            font-size: 14px;
        }

.summary-and-payment-basket-details-tabs.opened .summary-and-payment-basket-details-tab-header a:after {
    content: "\f068";
    transform: rotate(360deg);
}

.summary-and-payment-basket-details-tabs.opened .product-details-content-tab-detail {
    border-width: 1px;
}

.summary-and-payment-basket-content-tab-detail-inner {
    padding: 15px 40px 10px 40px;
}

.summary-and-payment-basket-content-tab-detail-list li {
    padding-right: 25px;
    margin-bottom: 20px;
}

.summary-and-payment-basket-content-tab-detail-list-content {
    width: 100%;
    display: table;
    padding: 0 55px;
}

.summary-and-payment-basket-content-tab-detail-list-content-img-container {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
}

.summary-and-payment-basket-content-tab-detail-list-content-img {
    display: table;
    width: 140px;
    padding-right: 30px;
}

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: 100%;
        max-height: 115px;
    }

.summary-and-payment-basket-content-tab-detail-list-content-details {
    display: table-cell;
    vertical-align: middle;
    width: 255px;
}

.summary-and-payment-basket-content-tab-detail-list-content-inner {
    min-height: 80px;
}

.summary-and-payment-basket-content-tab-detail-list-content-details-header {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 15px;
}

.summary-and-payment-basket-content-tab-detail-list-content-details-text {
    font-size: 14px;
    line-height: 18px;
}

.summary-and-payment-basket-content-tab-detail-list-content-price {
    display: table-cell;
    vertical-align: middle;
    width: 210px;
}

.summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
    width: 105px;
    float: left;
}

.summary-and-payment-basket-content-tab-detail-list-content-price-tag-header {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 7px;
    text-align: right;
}

.summary-and-payment-basket-content-tab-detail-list-content-price-tag {
    font-size: 18px;
    text-align: right;
}





.paymet-options-content-right {
    width: 50%;
    float: left;
    padding-left: 35px;
    padding-top: 65px;
}

.card-block {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-front,
.card-back {
    width: 280px;
    height: 160px;
    border-radius: 15px;
    position: absolute;
    backface-visibility: hidden;
    transition: 1s;
    overflow: hidden;
}

.card-front {
    background-color: #f7f7f7;
}

.card-block.akbank .card-front,
.card-block.akbank .card-back {
    background-color: rgb(238, 49, 36) !important;
}

.card-block.garanti .card-front,
.card-block.garanti .card-back {
    background-color: rgb(128, 190, 53) !important;
}

.card-block.finans .card-front,
.card-block.finans .card-back {
    background-color: #1d2652 !important;
}

.card-block.is .card-front,
.card-block.is .card-back {
    background-color: rgb(27, 52, 129) !important;
}

.card-block.hsbc .card-front,
.card-block.hsbc .card-back {
    background-color: #db0011 !important;
}

.card-block.ziraat .card-front,
.card-block.ziraat .card-back {
    background-color: rgb(208, 14, 19) !important;
}

.card-block.halk .card-front,
.card-block.halk .card-back {
    background-color: rgb(0, 47, 108) !important;
}

.card-block.yapikredi .card-front,
.card-block.yapikredi .card-back {
    background-color: rgb(19, 102, 178) !important;
}

.card-block.maximum .card-front,
.card-block.maximum .card-back {
    background-color: #ff0c87 !important;
}

.card-block.paraf .card-front,
.card-block.paraf .card-back {
    background-color: #00dcff !important;
}

.card-block.vakifbank .card-front,
.card-block.vakifbank .card-back {
    background-color: #ffb300 !important;
}

.card-block.bonus .card-front,
.card-block.bonus .card-back {
    background-color: #58b04c !important;
}

.card-block.world .card-front,
.card-block.world .card-back {
    background-color: #782b90 !important;
}

.card-block.axess .card-front,
.card-block.axess .card-back {
    background-color: #fbc100 !important;
}

.card-block.cardFinans .card-front,
.card-block.cardFinans .card-back {
    background-color: #000e78 !important;
}

.card-block.teb .card-front,
.card-block.teb .card-back {
    background-color: #00854c !important;
}

.card-block.kuveytturk .card-front,
.card-block.kuveytturk .card-back {
    background-color: #006754 !important;
}

.card-block.turkiye .card-front,
.card-block.turkiye .card-back {
    background-color: #03bdad !important;
}

.card-block.ing .card-front,
.card-block.ing .card-back {
    background-color: #FF6200 !important;
}

.card-back {
    background-color: #ddc80a;
    transform: rotateY(180deg);
}

.card-front.card-active {
    transform: rotateY(180deg);
}

.card-back.card-active {
    transform: rotateY(360deg);
}

.focused {
    background-color: rgba(181, 181, 181, .5);
    color: #1d1e1b;
}

.card-front-top {
    width: 100%;
    height: 75px;
}

.card-front-top-left {
    width: 40%;
    height: 88px;
    padding: 25px;
    float: left;
}

.card-front-top-right {
    width: 60%;
    height: 75px;
    float: left;
    position: relative;
}

.card-bank-logo {
    width: 100px;
    height: 30px;
    float: right;
    display: table;
    margin-top: 15px;
}

.card-block.akbank .card-bank-logo {
    background: url(../images/bank-logo-akbank.png) no-repeat;
}

.card-block.garanti .card-bank-logo {
    background: url(../images/bank-logo-garanti.png) no-repeat;
}

.card-block.finans .card-bank-logo {
    background: url(../images/bank-logo-finans.png) no-repeat;
}

.card-block.is .card-bank-logo {
    background: url(../images/bank-logo-isbank.png) no-repeat;
}

.card-block.hsbc .card-bank-logo {
    background: url(../images/bank-logo-hsbc.png) no-repeat;
}

.card-block.ziraat .card-bank-logo {
    background: url(../images/bank-logo-ziraat.png) no-repeat;
    background-color: #f7f7f7;
    background-position: 20px 10px;
    margin: 0;
    padding-top: 15px;
    width: 120px;
    height: 35px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.card-block.halk .card-bank-logo {
    background: url(../images/bank-logo-halkbank.png) no-repeat;
}

.card-block.yapikredi .card-bank-logo {
    background: url(../images/bank-logo-yapikredi.png) no-repeat;
}

.card-block.maximum .card-bank-logo {
    background: url(../images/maximum.png) no-repeat;
}

.card-block.paraf .card-bank-logo {
    background: url(../images/paraf.png) no-repeat;
}

.card-block.vakifbank .card-bank-logo {
    background: url(../images/vakifbank.png) no-repeat;
}

.card-block.bonus .card-bank-logo {
    background: url(../images/bonus.png) no-repeat;
}

.card-block.world .card-bank-logo {
    background: url(../images/world.png) no-repeat;
}

.card-block.axess .card-bank-logo {
    background: url(../images/axess.png) no-repeat;
}

.card-block.cardFinans .card-bank-logo {
    background: url(../images/cardfinans.png) no-repeat;
}

.card-block.teb .card-bank-logo {
    background: url(../images/teb.png) no-repeat;
}

.card-block.kuveytturk .card-bank-logo {
    background: url(../images/kuveytturk.png) no-repeat;
}

.card-block.turkiye .card-bank-logo {
    background: url(../images/turkiye.png) no-repeat;
}

.card-block.ing .card-bank-logo {
    background: url(../images/ing.png) no-repeat;
}

.card-front-no {
    font-size: 18px;
    line-height: 20px;
    color: #1d1e1b;
    padding-left: 24px;
    width: 100%;
    height: 20px;
    margin: 0px 0 10px 0;
}

.card-front-name {
    font-size: 12px;
    color: #1d1e1b;
    padding-left: 33px;
    margin-top: 35px;
    width: 300px;
}


.card-front-bottom-left {
    width: 300px;
    float: left;
    display: table;
}

.card-front-bottom-right {
    width: 30%;
    height: 35px;
    float: left;
    display: table;
    text-align: right;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.card-front-date {
    font-size: 10px;
    width: 42%;
    color: #c2c4bf;
    margin-left: 58%;
}

.CreditCardNo {
    margin-left: 17px;
    float: left;
    width: 45px;
    display: ruby-text;
}

    .CreditCardNo:first-child {
        margin: 0;
    }

.CreditCardDate {
    display: ruby-text;
}

.CreditCardName {
    display: ruby-text;
}

.card-association-logo {
    width: 100%;
    float: right;
    height: 35px;
}

.card-block.master .card-association-logo {
    background: url(../images/card-icon-mastercard.png) no-repeat;
    background-position: 15px 10px;
}

.card-block.visa .card-association-logo {
    background: url(../images/card-icon-visa.png) no-repeat;
    background-position: 20px 10px;
    background-size: 45px;
}

.card-block.american .card-association-logo {
    background: url(../images/american-ex.png) no-repeat;
    background-position: right 0px;
    background-size: 45px;
}

.card-block.troy .card-association-logo {
    background: url(../images/troy.png) no-repeat;
    background-position: right 0px;
    background-size: 45px;
}

.card-back-cvc {
    width: 272px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    background-color: #ebebeb;
    background-image: url("../images/card-blank-area.png");
    margin: 7px auto;
}

    .card-back-cvc span {
        float: right;
    }

.paymet-options-content-bottom {
    display: table;
    margin-top: 5px;
    margin-right: 2%;
    float: right;
}

.slide-button.PaymentCreditCard {
    float: right;
    width: 290px;
}

    .slide-button.PaymentCreditCard .slide-button-text {
        padding-left: 48px;
    }

.payment-options-bank-list {
    width: 100%;
    display: table;
    padding: 10px;
    border: thin solid #e2e2e1;
    margin-top: 13px;
}

    .payment-options-bank-list img {
        display: block;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.installmentTableContent {
    width: 100%;
    display: table;
    margin: 10px 0 30px 0;
}

.installmentTable {
    /*width: 30%;*/
    border-collapse: collapse;
    font-size: 14px;
    color: #1d1e1b;
    line-height: 35px;
    text-align: center;
    margin-top: 15px;
}

    .installmentTable.head {
        border-bottom: thin solid #e2e2e1;
        color: #ddc80a;
        line-height: 40px;
        padding: 0 0 0 7%;
        margin: 0;
        list-style-type: none;
        display: inline-block;
    }

    .installmentTable li {
        width: min-content;
        border: thin solid #e2e2e1;
        height: 50px;
        display: flex;
        align-items: center;
        transition: all ease-in .2s;
    }

        .installmentTable li:not(:last-child) {
            border-bottom: none;
        }

        .installmentTable li:hover {
            background-color: #fafafa;
        }

.banktarnsferTable {
    width: 100%;
    display: table;
    margin-bottom: 50px;
}

.paymet-status {
    margin: 0 auto;
    text-align: center;
}

    .paymet-status.success {
        width: 67.5%;
    }

.payment-status-top {
    font-size: 24px;
    color: #47b903;
    line-height: 30px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .payment-status-top.unsuccess {
        width: 220px;
        color: #ff0000;
    }

.payment-status-center {
    width: 100%;
    display: table;
    border: thin solid #e2e2e1;
    padding: 25px 0 70px 0;
}

.payment-status-center-top {
    width: 100%;
    display: table;
    line-height: 22px;
    font-size: 16px;
    color: #818181;
    margin: 0 0 50px 0;
}

    .payment-status-center-top span {
        color: #47b903;
    }

.payment-status-sum {
    width: 50%;
    float: left;
    padding-left: 8%;
    margin-bottom: 10px;
}

    .payment-status-sum:nth-child(2n + 1) {
        padding-left: 0;
        padding-right: 8%;
    }

.payment-status-sum-img {
    width: 43%;
    display: block;
    padding: 5px;
    float: left;
    height: 110px;
}

    .payment-status-sum-img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        display: block;
    }

.payment-status-sum-detail {
    width: 57%;
    float: left;
    text-align: left;
}

.basketOrderHead.status-sum {
    margin-top: 5px;
}

.basketOrderProperties.status-sum {
    display: block;
    margin-top: 25px;
}

    .basketOrderProperties.status-sum > .basketOrderProperty-left {
        width: 40%;
    }

    .basketOrderProperties.status-sum > .basketOrderProperty-right {
        width: 60%;
    }

.payment-status-bottom {
    margin: 15px auto 35px auto;
    display: table;
    width: 50%;
}

.payment-status-text-left {
    font-size: 14px;
    color: #1d1e1b;
    width: 27%;
    float: left;
    line-height: 16px;
    position: relative;
    margin-top: 5px;
}

.payment-status-bottom-text {
    margin: 0 auto 6px auto;
    display: table;
    text-align: left;
    width: 100%;
}

.payment-status-text-left::before {
    position: absolute;
    right: 4px;
    top: -1px;
    content: ":";
}

.payment-status-text-right {
    font-size: 18px;
    color: #1d1e1b;
    float: left;
    line-height: 25px;
    width: 73%;
}

.slide-button-text.payState {
    padding-left: 60px;
}

.payment-status-center-text {
    width: 300px;
    font-size: 16px;
    line-height: 25px;
    color: #818181;
    margin: 0 auto;
    margin-bottom: 50px;
}

.payment-status-button {
    width: 100%;
    display: table;
}

.card-ic {
    perspective: 600px;
    perspective-origin: 50% 50%;
    position: relative;
}

    .card-ic .future {
        opacity: 0;
        transform: rotateY(-180deg);
    }

    .card-ic div {
        transform-origin: 50% 50% 0;
        transition: all 600ms ease 0s, opacity 200ms ease 0s;
    }

#credit-card {
    background-image: url("../images/card-background.png");
    float: left;
    width: 330px;
    height: 210px;
    position: absolute;
    top: 0px;
    border-radius: 15px;
    background-repeat: no-repeat;
}

#credit-card-back {
    background-image: url(../images/card-background.png);
    background-repeat: no-repeat;
    float: left;
    font-weight: bold;
    width: 330px;
    height: 210px;
    position: absolute;
    top: 0px;
    border-radius: 15px;
}

.card-block.akbank #credit-card,
.card-block.akbank #credit-card-back {
    background-color: rgb(238, 49, 36) !important;
}

.card-block.garanti #credit-card,
.card-block.garanti #credit-card-back {
    background-color: rgb(128, 190, 53) !important;
}

.card-block.finans #credit-card,
.card-block.finans #credit-card-back {
    background-color: #1d2652 !important;
}

.card-block.is #credit-card,
.card-block.is #credit-card-back {
    background-color: rgb(27, 52, 129) !important;
}

.card-block.hsbc #credit-card,
.card-block.hsbc #credit-card-back {
    background-color: #db0011 !important;
}

.card-block.ziraat #credit-card,
.card-block.ziraat #credit-card-back {
    background-color: rgb(208, 14, 19) !important;
}

.card-block.halk #credit-card,
.card-block.halk #credit-card-back {
    background-color: rgb(0, 47, 108) !important;
}

.card-block.yapikredi #credit-card,
.card-block.yapikredi #credit-card-back {
    background-color: rgb(19, 102, 178) !important;
}

.card-block.maximum #credit-card,
.card-block.maximum #credit-card-back {
    background-color: #ff0c87 !important;
}

.card-block.paraf #credit-card,
.card-block.paraf #credit-card-back {
    background-color: #00dcff !important;
}

.card-block.vakifbank #credit-card,
.card-block.vakifbank #credit-card-back {
    background-color: #ffb300 !important;
}

.card-block.bonus #credit-card,
.card-block.bonus #credit-card-back {
    background-color: #58b04c !important;
}

.card-block.world #credit-card,
.card-block.world #credit-card-back {
    background-color: #782b90 !important;
}

.card-block.axess #credit-card,
.card-block.axess #credit-card-back {
    background-color: #fbc100 !important;
}

.card-block.cardFinans #credit-card,
.card-block.cardFinans #credit-card-back {
    background-color: #000e78 !important;
}

.card-block.teb #credit-card,
.card-block.teb #credit-card-back {
    background-color: #00854c !important;
}

.card-block.kuveytturk #credit-card,
.card-block.kuveytturk #credit-card-back {
    background-color: #006754 !important;
}

.card-block.turkiye #credit-card,
.card-block.turkiye #credit-card-back {
    background-color: #03bdad !important;
}

.card-block.ing #credit-card,
.card-block.ing #credit-card-back {
    background-color: #FF6200 !important;
}



.card-ic .past {
    opacity: 0;
    transform: rotateY(180deg);
}

.credit-card-logo {
    display: none;
    left: 15px;
    position: absolute;
    top: 15px;
}

.credit-card-number {
    font-size: 26px;
    line-height: 20px;
    color: white;
    letter-spacing: 2px;
    width: 80%;
    display: table;
    margin: 0 auto 5px auto;
}

.credit-card-user-name {
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.credit-card-lastDate {
    font-size: 16px;
    width: 42%;
    color: #a7a6a6;
    margin-left: 235px;
}

.credit-card-type {
    bottom: 8px;
    display: none;
    height: 18px;
    position: absolute;
    right: 15px;
    width: 30px;
}

.credit-card-CVCTxt {
    font-size: 26px;
    color: #231f20;
    background-color: white !important;
    width: 66px;
    font-weight: normal;
    text-align: center;
}

#credit-card .credit-card-CVCTxt {
    right: 20px;
    top: 65px;
}

.focused {
    background: rgba(214,214,214,0.5);
}

#CVCInfo {
    right: 5px;
    position: absolute;
    top: 140px;
    width: 150px;
    display: none;
}

.InfoBubble {
    background-color: #FFFFFF;
    border: 1px solid #1d1e1b;
    box-shadow: 0 1px 5px 1px #5E6162;
    color: #181825;
    font-size: 12px;
    height: auto;
    padding: 5px 10px 10px 13px;
    position: relative;
    width: 100%;
    z-index: 100;
}

    .InfoBubble.ArrowT:before {
        left: inherit;
        right: 50%;
        top: -7px;
    }

    .InfoBubble.ArrowT {
        padding-top: 15px;
    }

.Arrow {
    background: url(../images/arrow.png) no-repeat;
    display: none;
    height: 13px;
    position: absolute;
    width: 11px;
}

.InfoBubble.ArrowT .Arrow {
    background-position: -35px -13px;
    width: 13px;
}

.InfoBubble:after {
    background-color: #FFFFFF;
    content: "";
    height: 82%;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px;
    z-index: 100;
}

.InfoBubble.ArrowT:after {
    height: 16px;
    left: inherit;
    right: 0;
    top: 0;
    width: 100%;
}

.InfoBubble.ArrowT .Arrow {
    left: 48%;
    top: -13px;
}

.InfoBubble .Arrow {
    background-position: 0 -13px;
    left: -11px;
    top: 39%;
}

.InfoBubble:before {
    background-color: #FFFFFF;
    border: 1px solid #1d1e1b;
    box-shadow: 0 1px 5px 1px #5E6162;
    content: "";
    height: 12px;
    left: -7px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 12px;
    z-index: 0;
}

.card-block.master .card-association-logo {
    background: url(../images/card-icon-mastercard.png) no-repeat;
    background-position: 25px 10px;
}

.card-block.visa .card-association-logo {
    background: url(../images/card-icon-visa.png) no-repeat;
    background-position: 20px 10px;
    background-size: 45px;
}

.card-block.american .card-association-logo {
    background: url(../images/american-ex.png) no-repeat;
    background-position: right 0px;
    background-size: 45px;
}

.card-block.troy .card-association-logo {
    background: url(../images/troy.png) no-repeat;
    background-position: right 0px;
    background-size: 45px;
}


.order-status {
    width: 100%;
    max-width: 290px;
    margin: auto;
}

.order-status-container {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.order-status-details {
    width: 210px;
    margin: 20px auto;
    display: table;
}

.order-status-details-header {
    width: 145px;
    float: left;
}

.order-status-details-text {
    width: 65px;
    float: left;
}

.order-status-container i {
    font-size: 61px;
    margin-bottom: 10px;
}

.order-status-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.order-status-text {
    font-size: 24px;
}

.order-status-details-header {
    font-size: 18px;
    font-weight: bold;
    color: #231f20;
    margin-bottom: 7px;
}

.order-status-details-text {
    font-size: 18px;
    color: #231f20;
    margin-bottom: 7px;
}

    .order-status-details-text span {
        font-family: "Palanquin";
        margin-left: 3px;
    }

.success .order-status-container i {
    color: #238129;
}

.success .order-status-header {
    color: #238129;
}

.success .order-status-text {
    color: #238129;
}

.error .order-status-container i {
    color: #d32e12;
}

.error .order-status-header {
    color: #d32e12;
}

.error .order-status-details {
    font-size: 18px;
    text-align: center;
    color: #231f20;
    width: 100%;
}

.order-status-button {
    margin: 70px auto;
}

.account {
    width: 100%;
    display: table;
    padding: 30px 0;
}

.account-left {
    width: 23%;
    float: left;
    display: table;
    height: 60px;
}

.account-left-menu {
    display: table-cell;
    vertical-align: middle;
    background-color: #fafafa;
    padding: 0 20px;
    color: #231f20;
    border: 1px solid #ebebeb;
    font-size: 22px;
}

    .account-left-menu i {
        font-size: 18px;
        margin-right: 20px;
    }

.account-right {
    width: 77%;
    float: right;
}

.account-right-menu {
    width: 100%;
    display: table;
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
    border-left-width: 0px;
    position: relative;
}

    .account-right-menu ul {
        display: table;
        margin: auto;
        height: 58px;
    }

    .account-right-menu li {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
    }

        .account-right-menu li a {
            color: #a7a6a6;
            display: block;
            padding: 0 16px;
            line-height: 58px;
            transition: .4s ease-in-out;
            cursor: pointer;
        }

        .account-right-menu li.active a {
            color: #231f20;
        }

        .account-right-menu li a:hover {
            color: #231f20;
        }

        .account-right-menu li i {
            margin-right: 6px;
            position: relative;
            z-index: -1;
        }

        .account-right-menu li i {
            font-size: 14px;
        }

            .account-right-menu li i.sm {
                font-size: 15px;
            }

.personal-information-container {
    display: none;
}

    .personal-information-container.active {
        display: block;
        -webkit-animation: fadeIn ease .5s;
        -moz-animation: fadeIn ease .5s;
        -ms-animation: fadeIn ease .5s;
        -o-animation: fadeIn ease .5s;
        animation: fadeIn ease .5s;
    }

.personal-information-form-holder {
    width: 100%;
    display: table;
}

.personal-information-form {
    width: 49%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

    .personal-information-form input {
        width: 100%;
        border: 1px solid #ebebeb;
        font-size: 18px;
        border-radius: 4px;
        padding: 12px 25px;
    }

    .personal-information-form.lock input {
        padding-left: 50px;
    }

        .personal-information-form.lock input::placeholder {
            color: #d6d6d6;
        }

    .personal-information-form.lock:before {
        content: "\f023";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 25px;
        line-height: 54px;
        z-index: 1;
        opacity: .5;
    }

    .personal-information-form.mr-2 {
        width: 51%;
        padding-right: 2%;
    }

.account-right-menu .arrow {
    left: 185px;
    position: absolute;
    bottom: -30px;
    transition-duration: 0.5s;
}

    .account-right-menu .arrow:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 1px;
        border-top: 15px solid #fff;
        border-inline: 15px solid transparent;
        z-index: 1;
    }

    .account-right-menu .arrow:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 0;
        border-top: 15px solid #ebebeb;
        border-inline: 15px solid transparent;
    }

.personal-information-button {
    float: right;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.personal-information-address {
    width: 100%;
    display: table;
    min-height: 250px;
}

.personal-information-add-address {
    /* float: right; */
    display: flex;
    justify-content: flex-end;
    margin-bottom: 26px;
}

    .personal-information-add-address a {
        color: #231f20;
    }

        .personal-information-add-address a i {
            font-size: 14px;
            margin-right: 6px;
        }

.personal-information-empty-address {
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

.personal-information-empty-address-marker-holder {
    width: 73px;
    height: 73px;
    margin: auto;
    border-radius: 50%;
    background-color: #ececec;
    margin-bottom: 15px;
}

    .personal-information-empty-address-marker-holder i {
        line-height: 73px;
        font-size: 28px;
    }
/*  */

.personal-information-address {
    /* background-color: #00854c; */
}

.personal-information-filled-address {
    /* background-color: red; */
}

.personal-information-adress-table-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.personal-information-adress-table {
    width: 49%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.personal-information-adress-table-title {
    color: #231f20;
    font-size: 20px;
    background-color: #fafafa;
    border-radius: 5px 5px 0 0;
    padding: 22px;
}

.personal-information-adress-table-section {
    padding: 10px 20px;
    border-bottom: thin solid #ebebeb;
    width: 100%;
    border-radius: 0;
    margin: 0px auto;
}

    .personal-information-adress-table-section.active {
        color: #155724;
        border: 2px solid #000;
        background-color: #ffffff;
    }

.personal-information-adress-table-section-top-title {
    font-size: 18px;
    color: #231f20;
    margin-bottom: 10px;
}

.personal-information-adress-table-section-top-adress {
    color: #a7a6a6;
    line-height: 20px;
    font-size: 18px;
}

.personal-information-adress-table-section-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .personal-information-adress-table-section-bottom i {
        color: #a7a6a6;
        font-size: 14px;
        margin-left: 0px;
    }

        .personal-information-adress-table-section-bottom i:hover {
            transition: 0.5s;
            color: #231f20;
        }


.personal-information-order {
    width: 100%;
    display: table;
    min-height: 250px;
}

.personal-information-empty-order {
    font-size: 18px;
    text-align: center;
}

.personal-information-empty-order-marker-holder {
    width: 73px;
    height: 73px;
    margin: auto;
    border-radius: 50%;
    background-color: #ececec;
    margin-bottom: 15px;
}

    .personal-information-empty-order-marker-holder i {
        line-height: 73px;
        font-size: 28px;
    }

.personal-information-order-button {
    margin-top: 50px;
}




#personal-information-order-table {
    border-collapse: collapse;
    width: 100%;
    /* border: 1px solid #ddd; */
    font-size: 18px;
    padding: 0 0 0 30px;
    border-radius: 5px 5px 0px 0px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #ddd; /* this draws the table border  */
    overflow: hidden;
    margin-bottom: 50px;
}



    #personal-information-order-table td, #personal-information-order-table th {
        border: 1px solid #ddd;
        padding: 22px 22px 22px 40px;
        border-right: none;
        border-left: none;
    }

    #personal-information-order-table tr:hover {
        background-color: #fafafa;
    }

    #personal-information-order-table th {
        /* padding: 22px; */
        padding: 22px 22px 22px 40px;
        text-align: left;
        background-color: #fafafa;
        color: #231f20;
        font-size: 20px;
    }

.personal-information-order-table-order-number {
    color: #231f20;
}

.waiting {
    color: #fec500 !important;
}

.approved {
    color: #238129 !important;
}

.cancelled {
    color: #d32e12 !important;
}

.shipped {
    color: #ff6b06 !important;
}

.received {
    color: #238129 !important;
}


.approved {
    color: #08b000 !important;
}

.preparing {
    color: #fec500 !important;
}

.shipped {
    color: #ff6b06 !important;
}

.delivered {
    color: #238129 !important;
}

.cancelled {
    color: #d32e12 !important;
}


.personal-information-order-table-order-detail {
    text-align: center !important;
}

    .personal-information-order-table-order-detail a {
        color: #a7a6a6;
        font-size: 13px;
    }

        .personal-information-order-table-order-detail a:hover {
            transition: 0.5s;
            color: #231f20;
        }





.personal-information-order-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.personal-information-order-detail-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.personal-information-order-detail-top-left {
    color: #fec500;
    font-size: 20px;
    margin-left: 30px;
}

.personal-information-order-detail-top-right a {
    color: #231f20;
    font-size: 16px;
}

.personal-information-order-section-img {
    width: 106px;
    max-height: 104px;
    text-align: center;
}

    .personal-information-order-section-img img {
        max-height: 110px;
        max-width: 100%;
    }

.personal-information-order-section-info-c {
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-left: 30px;
}

.personal-information-order-section-info-title {
    color: #231f20;
    font-size: 20px;
    margin-bottom: 13px;
}

.personal-information-order-section-info-detail,
.personal-information-order-section-info-number {
    font-size: 14px;
    margin-bottom: 5px;
}

.personal-information-order-section-price-title {
    color: #231f20;
    font-size: 20px;
    margin-bottom: 13px;
}

.personal-information-order-section-price-number {
    font-size: 18px;
}

.personal-information-order-section-price-c {
    display: flex;
}

.personal-information-order-section-price {
    margin-right: 55px;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.personal-information-order-section-total {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}




.personal-information-order-detail-middle {
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
}

.personal-information-order-detail-middle2 {
    border-bottom: 1px solid #ddd;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.personal-information-order-detail-middle2-adress {
    width: 300px;
    margin-right: 110px;
    /* background-color: #00dcff; */
}

.personal-information-order-detail-middle2-adress-title {
    color: #181825;
    font-size: 20px;
    margin-bottom: 20px;
}

.personal-information-order-detail-middle2-adress-text {
    font-size: 18px;
    line-height: 24px;
}

.personal-information-order-detail-bottom {
    margin: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

.personal-information-order-detail-bottom-grand-text {
    font-size: 20px;
    font-family: "Saira Condensed Bold";
    color: #181825;
    min-width: 130px;
}

.personal-information-order-detail-bottom-grand-kdv {
    font-size: 16px;
    color: #181825;
}

.personal-information-order-detail-bottom-grand-number {
    font-size: 20px;
    font-family: "Saira Condensed Bold";
    color: #181825;
    margin-left: 5%;
    min-width: 120px;
    display: flex;
    justify-content: end;
}



.personal-information-active-coupons {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.personal-information-active-coupons-title {
    color: #181825;
    font-size: 20px;
    background-color: #fafafa;
    border-radius: 5px 5px 0 0;
    padding: 26px 0px 15px 23px;
}

.personal-information-active-coupons-main {
    padding: 24px 62px;
}

.personal-information-active-coupons-empty {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.personal-information-active-coupons-main-section {
    border: 0.75px dotted #d32e12;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 10px;
}



.personal-information-active-coupons-main-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-information-active-coupons-main-section-title-left {
    display: flex;
    align-items: center;
}

.personal-information-active-coupons-main-section-title-left-img {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.personal-information-active-coupons-main-section-title-left-text {
    color: #d32e12;
    font-size: 18px;
}

.personal-information-active-coupons-main-section-title-right {
    color: #d32e12;
    font-family: "Saira Condensed Bold";
    font-size: 24px;
    margin-right: 20px;
}

.personal-information-active-coupons-main-section-discount, .personal-information-active-coupons-main-section-discount-date {
    color: #181825;
    font-size: 16px;
    margin-right: 15px;
}

.personal-information-active-coupons-main-section-text {
    display: flex;
    margin-top: 20px;
    margin-left: 32px;
}

.personal-information-active-coupons-main-section-info {
    margin-left: 32px;
    margin-top: 7px;
}








.personal-information-past-coupons {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.personal-information-past-coupons-title {
    color: #181825;
    font-size: 20px;
    background-color: #fafafa;
    border-radius: 5px 5px 0 0;
    padding: 26px 0px 15px 23px;
}

.personal-information-past-coupons-main {
    padding: 24px 62px;
}

.personal-information-past-coupons-empty {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.personal-information-past-coupons-main-section {
    border: 0.75px dotted #d32e12;
    border-radius: 5px;
    padding: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}



.personal-information-past-coupons-main-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-information-past-coupons-main-section-title-left {
    display: flex;
    align-items: center;
}

.personal-information-past-coupons-main-section-title-left-img {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.personal-information-past-coupons-main-section-title-left-text {
    color: #d32e12;
    font-size: 18px;
}

.personal-information-past-coupons-main-section-title-right {
    color: #d32e12;
    font-family: "Saira Condensed Bold";
    font-size: 24px;
    margin-right: 20px;
}

.personal-information-past-coupons-main-section-discount, .personal-information-past-coupons-main-section-discount-date {
    color: #181825;
    font-size: 16px;
    margin-right: 15px;
}

.personal-information-past-coupons-main-section-text {
    display: flex;
    margin-top: 20px;
    margin-left: 32px;
}

.personal-information-past-coupons-main-section-info {
    margin-left: 32px;
    margin-top: 7px;
}

.turklirasi {
    font-family: "Palanquin";
}





.personal-information-empty-favorite {
    font-size: 18px;
    text-align: center;
}

.personal-information-empty-favorite-marker-holder {
    width: 73px;
    height: 73px;
    margin: auto;
    border-radius: 50%;
    background-color: #ececec;
    margin-bottom: 15px;
}

    .personal-information-empty-favorite-marker-holder i {
        line-height: 73px;
        font-size: 28px;
    }

.personal-information-favorite-button {
    margin-top: 50px;
}



.personal-information-favorite-products {
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;
    margin-left: -14px;
}

.personal-information-favorite-product {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 300px;
    padding: 16px;
    /* margin-right: 13px; */
    /* margin-left: 7px;
    margin-right: 7px; */
    margin-left: 12.5px;
    margin-bottom: 20px;
}

.personal-information-favorite-product-close {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.personal-information-favorite-product-img {
    width: 230px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

    .personal-information-favorite-product-img img {
        max-height: 210px;
        max-width: 100%;
        object-fit: contain;
    }

.personal-information-favorite-product-name {
    color: #181825;
    font-size: 18px;
    margin-bottom: 10px;
}

.personal-information-favorite-product-cost {
    color: #181825;
    font-size: 22px;
    font-family: "Saira Condensed";
    font-weight: bold;
}

.personal-information-favorite-product-bottom-right i {
    color: #181825;
    font-size: 22px;
    cursor: pointer;
}

.personal-information-favorite-product-bottom {
    display: flex;
    /*align-items: center;*/
    align-items: end;
    justify-content: space-between;
}

.personal-information-favorite-product-close i {
    color: #181825;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

    .personal-information-favorite-product-close i:hover::before {
        color: #181825;
        font-size: 18px;
        cursor: pointer;
        content: "\f057";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        transition: 0.2s;
    }

.personal-information-favorite-product-costs {
    display: flex;
}

.personal-information-favorite-product-discount-cost {
    color: #a7a6a6;
    font-size: 22px;
    font-family: "Saira Condensed";
    font-weight: bold;
    margin-right: 10px;
    position: relative;
}

    .personal-information-favorite-product-discount-cost::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: -7%;
        background-color: #a7a6a6;
    }


.order-tracking {
    padding-top: 36px;
    padding-bottom: 230px;
}

.order-tracking-c {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    flex-direction: column;
}

.order-tracking-c {
    width: 500px;
}

    .order-tracking-c input {
        border: 1px solid #ebebeb;
        border-radius: 5px;
        padding: 12px 25px 12px 25px;
        margin-bottom: 13px;
        font-size: 18px;
    }

        .order-tracking-c input::placeholder {
            color: #a7a6a6;
            font-size: 18px;
        }

.order-tracking-button {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

    .order-tracking-button a {
        font-size: 26px;
    }


.corporate-c {
    width: 1200px;
    /* background-color: red; */
    margin: 0 auto;
}

.corporate-top {
    background-color: #e3e3e3;
    padding: 60px 100px;
}

.corporate-top-content {
    background-image: url(../images/corporate-coffee-background.png);
    /* background-repeat: no-repeat; */
    width: 1000px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 13px 27px 5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px;
    display: flex;
    height: 500px;
}

.corporate-top-content-left {
    /* background-color: red; */
    width: 50%;
}

.corporate-top-content-left-img {
}

.corporate-top-content-right {
    width: 50%;
    /* background-color: blue; */
    padding: 80px 60px;
    color: #181825;
}
/* .corporate-top-content-right h1{
    font-size: 50px;
    margin-bottom: 31px;
} */
.corporate-top-content-right-title {
    font-size: 50px;
    margin-bottom: 31px;
}

.corporate-top-content-right-text {
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}

.corporate-bottom {
    margin-bottom: 50px;
}

.corporate-bottom-content {
    display: flex;
    margin-top: 40px;
}

.corporate-bottom-content-left {
    width: 55%;
}

.corporate-bottom-content-right {
    width: 45%;
}

.corporate-bottom-content-right-title {
    color: #181825;
    font-size: 24px;
    margin-bottom: 15px;
}

.corporate-bottom-content-right-text {
    color: #a7a6a6;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: justify;
}

.corporate-bottom-content-right-text-c {
    width: 400px;
    margin-top: 40px;
}

.corporate-bottom-content-right-button {
    margin: 80px 0px 0px 0px;
}

.stores-c {
    max-width: 1200px;
    margin: 40px auto 120px auto;
    padding-left: 70px;
    padding-right: 70px;
}

.store {
    display: flex;
    margin-bottom: 60px;
}

.store-left-image {
    width: 525px;
    height: 366px;
}

    .store-left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.store-right {
    width: 100%;
    padding: 110px 50px 84px 110px;
}

.store-title {
    color: #181825;
    font-size: 24px;
    font-family: "Saira Condensed Bold";
    margin-bottom: 15px;
}

.store-address {
    color: #181825;
    font-size: 18px;
    line-height: 24px;
    min-height: 50px;
    text-align: justify;
}

    .store-address:hover {
        color: #a7a6a6;
    }

    .store-address a {
        color: #181825;
    }

.store-bottom {
    display: flex;
    font-size: 18px;
    margin-top: 66px;
}

    .store-bottom a {
        color: #a7a6a6;
    }

.store-phone {
    margin-right: 42px;
}

    .store-phone::before {
        content: "\f879";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        font-size: 14px;
        margin-right: 10px;
    }

.store-mail::before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}

.store-phone:hover {
    color: #181825;
}

.store-mail:hover {
    color: #181825;
}

.contact-c {
    max-width: 1200px;
    /* background-color: red; */
    margin: 20px auto 50px auto;
    display: flex;
}

.contact-left {
    width: 20%;
    /* background-color: #006754; */
    padding-top: 360px;
}

.contact-mid, .bulk-sale-form-mid {
    width: 60%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 35px;
    /* background-color: blue; */
}

.contact-right {
    width: 20%;
    /* background-color: #00dcff; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.contact-form, .bulk-sale-form {
    width: 500px;
    /* background-color: wheat; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact-form-title, .bulk-sale-form-title {
    text-align: center;
    color: #181825;
    font-size: 24px;
    margin-bottom: 38px;
}

.contact-form input, .contact-form textarea, .bulk-sale-form input, .bulk-sale-form textarea {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 12px 25px 12px 25px;
    margin-bottom: 13px;
    font-size: 18px;
}

    .contact-form input::placeholder, .contact-form textarea::placeholder, .bulk-sale-form input::placeholder, .bulk-sale-form textarea::placeholder {
        color: #a7a6a6;
        font-size: 18px;
    }

.contact-form textarea, .bulk-sale-form textarea {
    resize: none;
    height: 115px;
}

.contact-form-button, .bulk-sale-form-button {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

    .contact-form-button a, .bulk-sale-form-button a {
        font-size: 26px;
    }

.contant-form-recaptcha, .bulk-sale-form-recaptcha {
    margin: 40px auto 20px auto;
}

.contact-maps {
    max-width: 1200px;
    margin: 0 auto 110px auto;
}

.contact-maps-c {
    display: flex;
    flex-wrap: wrap;
}

.contact-map {
    /* margin-bottom: 20px;
    padding: 20px;
    width: 100%;*/
    /*margin-left: 60px;*/
}

.contact-map-top {
    /*width: 360px;*/
    height: 220px;
    margin-bottom: 24px;
}

    .contact-map-top iframe {
        width: 100%;
        height: 100%;
    }

.contact-map-title {
    color: #26822c;
    font-size: 24px;
    margin-bottom: 17px;
}

.contact-map .store-bottom {
    margin-top: 17px;
    margin-bottom: 45px;
    min-height: 20px;
}

.contact-map .store-address:hover {
    color: #26822c;
}


.blog-c {
    max-width: 1230px;
    /* background-color: red; */
    margin: 35px auto 75px auto;
}

.blogs {
    display: flex;
    flex-wrap: wrap;
    /* background-color: wheat; */
    margin-left: -30px;
}

.blog {
    max-width: 380px;
    margin-left: 30px;
    margin-bottom: 40px;
}

    .blog:hover .blog-text {
        color: #26822c;
    }

.blog-text {
    margin-top: 14px;
    font-size: 24px;
    color: #181825;
    line-height: 30px;
}

/* [1] The container */
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
        width: 100%;
        object-fit: cover;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.1);
    }


.blog-detail-c {
    max-width: 1200px;
    margin: 40px auto 70px auto;
}

.blog-detail-title {
    font-size: 30px;
    color: #181825;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.blog-detail-text {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
    text-align: justify;
}

.defaultContentSpaceBroker .blog-detail-main:last-child .blog-detail-text {
    margin-bottom: 20px;
}

.blog-detail-text-title {
    color: #181825;
}

.blog-detail-text-image {
    text-align: center;
    margin: 40px 0px;
    max-width: 100%;
    max-height: 566px;
}

    .blog-detail-text-image img {
        max-height: 566px;
    }

.blog-detail-other-blog-c {
    padding-top: 30px;
}

.blog-detail-other-blog {
    width: 200px;
    padding-top: 30px;
    margin-right: 30px;
}

    .blog-detail-other-blog:hover .blog-detail-other-blog-text {
        color: #26822c;
    }

.blog-detail-other-blog-title {
    font-size: 18px;
    font-family: "Saira Condensed Bold";
    color: #181825;
}

.blog-detail-other-blog-image {
    width: 200px;
    height: 200px;
}

    .blog-detail-other-blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-detail-other-blog-text {
    color: #181825;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}

.blog-detail-other-blogs {
    display: flex;
}

.bulk-sale-form-mid {
    margin: 0 auto;
}










.accordion {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto 5rem auto;
}

.accordion-item {
    /* background-color: #fff; */
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    /* border: 1px solid #ebebeb;
    overflow: hidden; */
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 2rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: #fafafa;
    font-size: 18px;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0px 0px;
}

    .accordion-item-header::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        top: 1rem;
        right: 2rem;
    }

.accordion-item.active .accordion-item-header::after {
    content: "\2212";
}

.accordion-item-body {
    /* max-height: 0;
    transition: max-height 0.2s ease-out; */
    display: none;
    overflow: hidden;
}

.accordion-item.active .accordion-item-body {
    display: block;
}

.accordion-item-body-content {
    padding: 1rem 2rem;
    line-height: 1.5rem;
    border: 1px solid #ebebeb;
    border-top: none;
    color: #a7a6a6;
    font-size: 18px;
}

.accordion-item-body-content-title {
    color: #181825;
}

.accordion-item-body-content a {
    color: #d32e12;
}








.bulk-c {
    width: fit-content;
    margin: 20px auto 110px auto;
    display: flex;
}

.bulk-item {
    width: 229px;
    height: 290px;
    border: 4px solid #f0f0f0;
    border-radius: 10px;
    margin-right: 80px;
    padding: 55px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.bulk-item-img {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulk-item-text {
    font-size: 30px;
    color: #181825;
}

.bulk-item:hover {
    border: 4px solid #181825;
}

.bulk-sale-form-c {
    max-width: 1200px;
    margin: 20px auto 50px auto;
}

.bulk-sale-form-mid {
    position: relative;
    z-index: 1;
}

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        position: absolute;
        margin-top: -20px;
        margin-left: -20px;
    }


.error-c {
    width: 500px;
    margin: 4% auto 0 auto;
    display: flex;
    flex-direction: column;
}

.error-top {
    position: relative;
    width: 100%;
}

.error-top-text {
    font-size: 186px;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    letter-spacing: 110px;
    margin-left: 30px;
    margin-top: 190px;
    color: #e2e1e1;
}

.error-img {
    position: relative;
    z-index: 2;
    text-align: center;
}

.error-bottom-title {
    color: #181825;
    font-size: 30px;
    margin-bottom: 20px;
}

.error-bottom-text {
    line-height: 30px;
}

.error-bottom {
    margin-top: 77px;
    text-align: center;
    font-size: 24px;
}

.other-blogs .slick-track {
    margin-left: 0px !important;
    /* margin-left: 20px !important; */
}

.main-about-us-blog-list-content a:hover .main-about-us-blog-list-content-text {
    color: #26822c;
}

.accordion-item:before {
    display: block;
    position: relative;
    margin-top: -120px;
    height: 120px;
    content: " ";
    visibility: hidden;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.w-100100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100px !important;
}

.mw-150 {
    max-width: 150px !important;
}

.mw-200 {
    max-width: 200px !important;
}

.m-20px {
    margin: 20px !important;
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.address-title {
    font-size: 18px;
    color: #231f20;
}

.address-title-content {
    color: #a7a6a6;
    line-height: 20px;
}

.b0 {
    border: 0px !important;
}

.b-radius-t-5 {
    border-radius: 5px 5px 0 0 !important;
}

i.fas.fa-chevron-up.slick-next.slick-arrow {
    background: url(../images/product-detail-arrow-left.jpg) no-repeat;
    background-position: center;
    background-color: white;
}

i.fas.fa-chevron-down.slick-prev.slick-arrow {
    background: url(../images/product-detail-arrow-right.jpg) no-repeat;
    background-position: center;
    background-color: white;
}

.page-basket-product-list-content-price-sum span.per-price,
.page-basket-product-list-content-price-per-piece span.per-price {
    font-family: 'Saira Condensed' !important;
}

.bb-0 {
    border-bottom: 0px !important;
}

.bt-0 {
    border-top: 0px !important;
}

.confirmtitleText {
    font-size: 18px;
    color: black;
}

.confirmbodyText {
    font-size: 18px;
    color: black;
}

.alertPopupModelContent {
    background-color: #fff0f0;
}

    .alertPopupModelContent button.btn.btn-secondary {
        background-color: #ae6565;
        color: white;
    }




/*

body {
    font-family: sans-serif;
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

.alert-message {
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 12px;
}
/*
h1 {
    color: #e35154 !important;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

body a, body #test {
    color: #fff;
}
*/
.unstyled {
    margin: 0;
    list-style: none;
}

    .unstyled a, .unstyled #test {
        width: 120px;
        text-decoration: none;
        padding: .5em 1em;
        background-color: #213347;
        border-radius: 4px;
        display: block;
        margin-bottom: .5em;
        font-size: 15px;
        font-weight: 300;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

        .unstyled a:hover, .unstyled #test:hover {
            background-color: #f25c5d;
        }

.cf, .alert {
    *zoom: 1;
}

    .cf:before, .alert:before, .cf:after, .alert:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .cf:after, .alert:after {
        clear: both;
    }

#alerts {
    width: 400px;
    top: 12px;
    right: 50px;
    position: fixed;
    z-index: 9999;
    list-style: none;
}

.alert {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-left: 4px solid;
    right: -50px;
    opacity: 0;
    line-height: 1;
    padding: 0;
    transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
    display: table;
}

    .alert:hover {
        cursor: pointer;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }

.open {
    right: 0;
    opacity: 1;
    line-height: 2;
    padding: 3px 15px;
    transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

.alert-title {
    font-weight: bold;
}

.alert-block {
    width: 80%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    text-align: left;
}

    .alert-block em, .alert-block small {
        font-size: .75em;
        opacity: .75;
        display: block;
    }

.alert i {
    font-size: 2em;
    width: 1.5em;
    max-height: 48px;
    top: 50%;
    margin-top: -12px;
    display: table-cell;
    vertical-align: middle;
}

.alert-success {
    color: #fff;
    border-color: #539753;
    background-color: #8fbf2f;
}

.alert-error {
    color: #fff;
    border-color: #dc4a4d;
    background-color: #f25c5d;
}

.alert-trash {
    color: #fff;
    border-color: #dc4a4d;
    background-color: #f25c5d;
}

.alert-info {
    color: #fff;
    border-color: #076d91;
    background-color: #3397db;
}

.alert-warning {
    color: #fff;
    border-color: #dd6137;
    background-color: #f7931d;
}

.flex-container {
    display: flex;
    align-items: stretch;
    background-color: #fafafa;
}

    .flex-container > div {
        /*       background-color: DodgerBlue;
        color: white;
        margin: 10px;
        text-align: center;
        line-height: 75px;
        font-size: 30px;*/
    }

.flexGrow {
    padding: 10px;
}

.flexGrow1 {
    flex-grow: 1;
}

.flexGrow2 {
    flex-grow: 2;
}

.flexGrow8 {
    flex-grow: 8;
}

.PromotionBox {
    margin-top: 20px;
    border: 1px solid #f4f4f4 !important;
    background-color: #fafafa;
}

.PromotionTitle {
    background-color: #231f20;
    padding: 10px;
    vertical-align: middle;
    color: white;
    font-size: 18px;
}

.default-button-promotion {
    width: 100px;
    margin: 0px;
    height: 30px;
}

    .default-button-promotion a {
        line-height: 26px;
    }


/*mako*/
.cartPromotionLines li {
    height: auto !important;
}
    .cartPromotionLines li .page-basket-product-list-deals-text {
        line-height: 20px; 
        padding: 5px 50px;
    }

.relatedProductsPaddingResizer a {
    position: relative;
}

    .relatedProductsPaddingResizer a:after {
        content: '';
        position: absolute;
        right: -5%;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ebebeb;
    }



.borderNoneForShopResult {
    border: none !important;
}

.personal-information-adress-table-section.active {
    width: 90%;
    border-radius: 5px;
    margin-top: 10px;
}

.personal-information-adress-table-section.resizerForSelectAddress {
    width: 90%;
    border: thin solid #ebebeb;
    border-radius: 5px;
    margin: 10px auto;
}

.turklirasiForSpace {
    margin-left: 3px;
    font-weight: 600;
}

#ContentPlaceHolder1_divBestSellers .main-product-list-header {
    margin-top: 0;
}

.homeProductsSeeAllButton {
    clear: both;
}

.promotionWidthForCart {
    width: 95% !important;
    margin: auto;
}

.main-product-list-content.slick-slide a {
    width: 90%;
    margin: auto;
    display: block;
}


.fontSize16 {
    font-size: 16px !important;
}

.thinFontForCart {
    font-weight: 500 !important;
    margin-top: 3px !important;
}

.personal-information-favorite-product-name {
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2em;
}



.blogSlider a {
    display: block;
    width: 220px;
}

.img-cell.forToggleCart {
    width: 0%;
}

.forAccountOrdersDetail {
    width: 49.5%;
}

.product-details-content-tab-detail::-webkit-scrollbar-thumb {
    background: #626262;
}

.blog-detail-text p {
    text-align: justify;
}


.main-about-us-blog-list-content-text {
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.main-about-us-blog .default-button {
    margin-top: 50px;
}



.spacerForRegister {
    margin-top: 30px !important;
}

.product-details-img .img-cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}



.basket-blank .img-cell {
    flex-direction: column;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: flex;
}


.blog-detail-other-blogs {
    flex-wrap: wrap;
}

.router-block-header.blog {
    width: 20%;
}

.breadcrumbs.blog {
    width: 80%;
}

.cartSpecialClass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productDetailLineFixer {
    display: table;
    width: 100%;
}

.embla__slide__img {
    object-fit: cover !important;
}

.relatedProductsSticker {
    left: 0;
}

.blogSliderWidthResizer {
    max-width: 1200px;
    margin: auto;
    margin-top: 35px;
}

.realtedProductListContainer {
    max-width: 1600px;
    margin: 35px auto 35px auto;
}

.relatedProductsImgCell {
    /*width: 200px;
    height: 200px;
    margin: auto;*/
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.main-product-list-content-img img {
    max-width: 100%;
    /*max-height: 360px;*/
    max-height: 300px;
    transition: .4s ease-in-out;
    margin: auto;
    /* width: 100%;
    height: 100%;
    object-fit: contain;*/
}

.realtedProductListContainer .custom-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    right: -5%;
    transform: translateY(-50%);
}

.realtedProductListContainer .custom-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    left: -5%;
    transform: translateY(-50%);
}


.main-product-list-content-img {
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    overflow: hidden;
    display: table;
    position: relative;
}

.main-product-list-container .custom-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    right: -2%;
    transform: translateY(-50%);
}

.main-product-list-container .custom-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    left: -3%;
    transform: translateY(-50%);
}

.cargoDiscountedPrice {
    font-family: 'Saira Condensed' !important;
    position: relative;
}

    .cargoDiscountedPrice::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 48%;
        left: -4%;
        background-color: #a7a6a6;
    }

.searchResultForProducts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-details-gallery {
    float: left;
    width: 21%;
    margin-right: 3.90%;
    display: table;
    min-height: inherit;
    position: relative;
    height: 600px;
    display: flex !important;
    align-items: center;
}

.product-details-gallery-container {
    float: left;
    width: 60%;
    min-height: 600px;
}



.product-details-gallery .slick-slide {
    margin-bottom: 10px;
}

.product-details-gallery-img a {
    width: 100%;
    height: 150px;
    display: block;
}

    .product-details-gallery-img a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product-details-gallery .custom-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.product-details-gallery .custom-next {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    color: #a7a6a6;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}














.orderResultFontSize {
    font-size: 24px;
}

.displayflex {
    display: flex;
}

.addressIconReLocationer {
    justify-content: end;
    gap: 10px;
}


.passwordResetResult {
    text-align: center;
    color: #d32e12;
    padding-bottom: 20px;
}

.discountedProductTopLine {
    font-size: 20px;
    font-weight: 600;
    color: #aeaeae;
    position: relative;
    font-family: 'Saira Condensed';
}

    .discountedProductTopLine::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: -4%;
        background-color: #a7a6a6;
    }






.cargoDiscountedPrice {
    color: #a7a6a6;
    font-size: 16px;
}


.addressButtonResizer {
    width: 40%;
    margin: 0 auto;
}

.img-cell.slider-img-resizer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-0 {
    margin-bottom: 0;
}

.product-details-miscellaneous-options-dropdown .chosen-single > span,
.page-basket-product-list-content-details-properties .chosen-single > span,
.active-result.result-selected {
    color: #231f20 !important;
}

.discover-products {
    padding-bottom: 20px;
}

.bulletinTextFalse {
    position: absolute;
    padding: 5px;
    width: 100%;
    color: #5bd600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bulletinTextTrue {
    position: absolute;
    padding: 5px;
    width: 100%;
    color: #5bd600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponDiscountColor {
    color: #238129 !important;
}

.installmentTable li .moneyResizerForInstallment {
    font-family: 'Palanquin';
}

.installmentOptionsHeader {
    display: flex;
    gap: 15px;
    font-size: 16px;
    color: #221f20;
    border: 1px solid #e2e2e1;
    padding: 0 0;
    width: min-content;
    margin-top: 10px;
    font-weight: 600;
    height: 50px;
    align-items: center;
}

    .installmentOptionsHeader > div {
        min-width: 90px;
        text-align: center;
    }


        .installmentOptionsHeader > div:first-child {
            min-width: 40px;
        }

/*ilk div*/
.myCheckBoxClass label {
    display: flex;
}
    /*ikinci div*/
    .myCheckBoxClass label .part {
        display: flex;
    }

.installmentTable li .myCheckBoxClass label .part {
    min-width: 70px;
    text-align: center;
    justify-content: center;
    /*margin-right: 22px;*/
}

    .installmentTable li .myCheckBoxClass label .part .part-child {
        min-width: 90px;
        text-align: center;
        margin-right: 15px;
    }

.installmentTable li .myCheckBoxClass label .total-price {
    min-width: 90px;
    text-align: center;
}

.installmentTable li .myCheckBoxClass label .total-last {
    min-width: 90px;
    text-align: center;
}

.installmentRadio {
    min-width: 40px !important;
    margin-right: 15px !important;
    transform: scale(0.5);
}


.main-newsletter-form {
    position: relative;
}

#RequiredFieldValidator1, #RegularExpressionValidator1 {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
}

.error {
    color: #d32e12;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255, 255, 255, .5);
}

::-webkit-scrollbar-thumb {
    background: #231f20;
}


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

/*.slick-slide.slick-active .img-cell > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.defaultContentSpaceBroker {
    margin-bottom: 30px;
}

.product-details-miscellaneous-price .monyResizer.oldPrice {
    font-size: 27px;
    font-weight: 800;
    color: #aeaeae;
}

.monyResizer {
    font-family: "Palanquin";
    font-weight: normal;
}





.addressSelectCheckBox {
    display: flex;
    align-items: center;
}

.margin-0 {
    margin: 0 !important;
}

.border-none {
    border: none;
}

.personal-information-adress-table-section-bottom span {
    color: #231f20;
}


.blackBarForAccount {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
    transform: rotateX(-90deg);
    transition: .4s;
    transform-origin: top;
    background-color: #000;
    opacity: 0.5;
}

.blackBarForCart {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
    transition: .4s;
    transform-origin: top;
    background-color: #000;
    opacity: 0.5;
    display: none;
}



.videoIcon .img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

    .videoIcon .img-cell img:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: red;
    }

.blog-slider {
    margin: 0 auto;
}

.blog-img-cell {
    height: 220px;
    margin-bottom: 0;
    width: 220px;
}

    .blog-img-cell.videoIcon {
        position: relative;
    }

        .blog-img-cell.videoIcon i {
            font-size: 50px;
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            z-index: 1;
        }

.gallerySlider .slick-arrow {
    top: -10% !important;
}

    .gallerySlider .slick-arrow.slick-prev {
        right: -10px !important;
    }

    .gallerySlider .slick-arrow.slick-next {
        left: -10px !important;
    }




.pw-warning {
    color: #d32e12;
}

.orderStatusForDetail {
    font-size: 18px;
    font-weight: 600;
}

#orderDetailBackButton {
    cursor: pointer;
}

.copyCouponCode {
    cursor: pointer;
}

.passChangeBox {
    text-align: center;
    margin-bottom: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.orderTrackingTotalResult {
    display: flex;
    flex-wrap: wrap;
    background-color: orange;
    justify-content: space-between;
}

    .orderTrackingTotalResult div {
        width: 50%;
    }

.discountColor {
    color: #d32e12;
}



.personal-information-order-table-order-status.approved {
    color: #08b000;
}

.personal-information-order-table-order-status.preparing {
    color: #fec500;
}

.personal-information-order-table-order-status.shipped {
    color: #ff6b06;
}

.personal-information-order-table-order-status.delivered {
    color: #238129;
}

.personal-information-order-table-order-status.cancelled {
    color: #d32e12
}

.orderResultNavList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Saira Condensed';
    color: #a7a6a6;
    background-color: #ffffff;
    width: max-content;
    margin: -2% auto 5% auto;
    padding: 1.2% 2%;
    flex-wrap: wrap;
}

    .orderResultNavList li:not(.notTick):before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        color: #231f20;
        font-weight: 900;
        margin-right: 3px;
    }



.boldStep {
    color: #231f20;
    font-family: 'Saira Condensed Bold';
    margin-left: 5px;
}

.orderStatusBox {
    margin: 0 auto 25px auto;
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #d32e12;
    font-size: 24px;
    font-family: 'Saira Condensed Bold';
    border-bottom: thin solid #ebebeb;
    padding-bottom: 25px;
}

    .orderStatusBox .lblThanks {
        font-family: 'Saira Condensed';
    }

    .orderStatusBox .orderFailureImage {
        width: 61px;
        height: 61px;
        max-width: 61px;
        max-height: 61px;
        background-image: url('/images/orderFailureImage.png');
        background-position: center;
        background-size: contain;
    }


    .orderStatusBox .orderSuccessImage {
        width: 61px;
        height: 61px;
        max-width: 61px;
        max-height: 61px;
        background-image: url('/images/orderSuccessImage.png');
        background-position: center;
        background-size: contain;
    }

    .orderStatusBox.failure {
        color: #d32e12;
    }

    .orderStatusBox.success {
        color: #238129;
    }

.statusDescription {
    display: flex;
    justify-content: center;
    color: #231f20;
    font-size: 18px;
    font-family: 'Saira Condensed';
    margin-bottom: 6%;
}

.orderSuccessSummaryTable {
    margin-bottom: 6%;
    display: flex;
    justify-content: center;
    color: #231f20;
    font-family: 'Saira Condensed';
    font-size: 18px;
}

    .orderSuccessSummaryTable table tr {
        margin-bottom: 10px;
    }

        .orderSuccessSummaryTable table tr td {
            padding: 5px 0;
        }

            .orderSuccessSummaryTable table tr td:first-child {
                color: #231f20;
                font-family: 'Saira Condensed Bold';
                padding-right: 25px;
            }

.goHomeButton {
    color: #231f20;
    font-size: 20px;
    padding: 1.1% 4.9%;
    border: 2px solid #231f20;
    margin: 0 auto 15% auto;
    display: table;
}

.installmentTable li .myCheckBoxClass {
    display: flex;
    /*gap: 20px;*/
}

    .installmentTable li .myCheckBoxClass label {
        width: 100%;
        cursor: pointer;
    }

        .installmentTable li .myCheckBoxClass label .part {
            display: flex;
            /*flex-direction: column;*/
            align-items: baseline;
        }

            .installmentTable li .myCheckBoxClass label .part.advance {
                font-weight: 600;
                margin-right: 15px;
                min-width: 90px;
                text-align: center;
            }

        .installmentTable li .myCheckBoxClass label .total-price {
            display: flex;
            gap: 3px;
        }




.product-details-miscellaneous-sold-out input[disabled] {
    background-color: #a6a5a6;
}

input[disabled] {
    background-color: #ebebeb;
}

.promotionBoxButtons {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .promotionBoxButtons input {
        transition: .4s ease-in-out;
    }


        .promotionBoxButtons input:hover {
            background-color: #231f20;
            color: white;
        }


    .promotionBoxButtons .promotionButtons {
        width: 100%;
        height: 50px;
        background-color: transparent;
        border: 1px solid #a7a6a6;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.promotionListBottom {
    display: flex;
    flex-direction: column;
}

    .promotionListBottom .promotionListBox {
        width: 100%;
        max-width: unset;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }

        .promotionListBottom .promotionListBox .promotionListRow {
            width: 100%;
            border: 1px solid #a7a6a6;
            font-size: 18px;
            display: flex;
            flex-direction: column;
        }

            .promotionListBottom .promotionListBox .promotionListRow li {
                display: flex;
                align-items: center;
                justify-content: start;
                min-height: 50px;
                padding: 5px 10px;
                gap: 5px;
            }

                .promotionListBottom .promotionListBox .promotionListRow li:not(:last-child) {
                    border-bottom: 1px solid #ebebeb;
                }

                .promotionListBottom .promotionListBox .promotionListRow li label {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }


/*#ContentPlaceHolder1_rdPromotion li input {
    display: none;
}*/


.padding-0 {
    padding: 0;
}

.padding-10-0 {
    padding: 10px 0;
}

.coupon-clear {
    color: #d32e12;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 20px;
    gap: 5px;
}


.btnOpenCart {
    padding: 20px 0;
    cursor: pointer;
}

#ContentPlaceHolder1_chkFavorite {
    display: none;
}

#ContentPlaceHolder1_divFeatures {
    float: left;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 30px 0;
    line-height: 25px;
    min-height: auto;
    /*color: #626262;*/
    font-weight: 900;
}

    #ContentPlaceHolder1_divFeatures li {
        position: unset;
        padding-left: unset;
        margin-bottom: unset;
    }

        #ContentPlaceHolder1_divFeatures li:after {
            content: '' !important;
        }

        #ContentPlaceHolder1_divFeatures li > span:first-child {
            width: 20%;
            float: left;
            padding: 0;
        }

        #ContentPlaceHolder1_divFeatures li > span:nth-child(2) {
            width: 80%;
            float: left;
            padding: 0;
        }


.homeProductsForHeight {
    position: relative;
    height: 590px;
}

/*
    .homeProductsForHeight .homeProductsSeeAllButton {
        position: absolute;
        z-index: 1;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }*/

.pagingDiv {
    margin: 15px auto 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
}

    .pagingDiv .activeLink {
        color: #a7a6a6;
    }

    .pagingDiv .paging-bold {
        color: #231f20;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .header-menu {
        padding-left: 0px;
    }
}




.mmenu {
    color: rgb(0 0 0);
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
}

/* Mobil Kodlar - Ertuğrul Elibol */
@media only screen and (min-width:1024px) {
    .mmenu {
        display: none;
    }
}

@media only screen and (max-width:1023px) {
    .header-menu {
        display: none;
    }

    .mm-spn li::before {
        color: black !important;
    }

    .mm-spn li::after {
        display: none !important;
    }

    .mm-spn.mm-spn--navbar ul::before {
        border: 0 !important;
    }

    .mm-spn.mm-spn--navbar::before {
        color: white;
        opacity: 1 !important;
        z-index: 5;
    }

    .mm-spn.mm-spn--navbar::after {
        opacity: 1 !important;
        z-index: 1;
        background-color: black !important;
        color: white !important;
    }
}


/*
    YATAY - iPHONE 4
*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 150%;
            transform: translateX(-25%);
            top: -40%;
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 50vh !important;
    }


    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality .main {
        display: flex;
        flex-direction: column;
    }

    .main-quality > .main > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .main-quality > .main > div > div:first-child {
            width: 25%;
        }

        .main-quality > .main > div > div:nth-child(2) {
            width: 75%;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 170px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 0px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: right;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 65%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        /*transform: translate(-46%, -58%) rotate(-45deg);*/
        transform: translate(-52%, -56%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 18px;
    }

    .basket-content-products-container {
        height: calc(100% - 110px);
    }
    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 24px;
        }

    .main-content-right-middle {
        padding: 0 10px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-blog .default-button {
        margin: 20px auto;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-top-content-left {
        height: 200px;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            object-position: left;
        }

    .corporate-top-content-right {
        width: 100%;
        padding: 20px 10px;
        text-align: justify;
    }

    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 15px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 50%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 50%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }


    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        display: none;
    }

    .contact-mid {
        width: 100%;
        padding: 35px 10px;
    }

    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 33%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }




    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 65%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }



    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: column;
        margin: 20px auto;
    }

    .bulk-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: -5px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }




    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 65%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            margin-right: 17px;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    .personal-information-form-holder > div {
        width: 100%;
        float: unset;
    }

    .personal-information-form.mr-2 {
        width: 100% !important;
        float: unset;
        padding: unset;
    }

    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */
    .personal-information-adress-table-c {
        flex-wrap: wrap;
    }

    .personal-information-adress-table {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(50% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        display: block;
    }

    .main-newsletter-form {
        width: 45%;
        margin-top: 20px;
        display: inline-block;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        padding: 0;
        width: 47%;
        margin-top: 20px;
        margin-left: 5px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 230px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 150px;
    }

    .page-basket-product-list-content-img-container, .page-basket-product-list-content-details {
        display: block;
        width: auto;
        padding-left: 10px;
    }

    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 25px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 25%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: column;
    }

    .adress-details-content {
        width: 100%;
        float: unset;
    }

        .adress-details-content.opened {
            max-height: 2000px;
            height: auto;
        }

        .adress-details-content.billing {
            float: unset;
            margin-left: 0px;
            margin-top: 40px;
        }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        width: 100%;
        margin-right: 0;
        float: unset;
        display: block;
    }

        .summary-and-payment-basket-details-tabs.mr-2 {
            margin-right: 0;
        }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }
}

/*
    YATAY - iPHONE 5/SE
*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 150%;
            transform: translateX(-25%);
            top: -40%;
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 75vh !important;
    }




    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 50%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 170px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }

    .main-product-list-container li {
        width: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: right;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 65%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }


    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 18px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 10px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }



    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
        z-index: 1;
    }



    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 15px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 70px;
            height: auto;
        }

        .contact-right img {
            padding-left: 10px !important;
        }

    .contact-mid {
        width: 70%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 33%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }




    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 65%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 33%;
    }

    /*
        TOPLU SATIŞ 
    */

    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: -5px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }


    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 65%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
        float: left;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 10px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            margin-right: 0;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(50% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }


    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        display: block;
    }

    .main-newsletter-form {
        width: 49%;
        margin-top: 20px;
        display: inline-block;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        padding: 0;
        width: 47%;
        margin-top: 20px;
        margin-left: 5px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 230px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 210px;
    }

    .page-basket-product-list-content-inner {
        min-height: 0;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 25px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 20%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }


    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 10px;
        margin-top: 0;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }
}

/*
    YATAY - SAMSUNG S3
*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 75vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 50%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 225px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            /*content: '' !important;
            position: absolute !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
            width: 80% !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background: unset;
            z-index: -1;
            display: inline-block !important;
            margin: 0 auto !important;*/

            right: 0;
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: left;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 65%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 18px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 30px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 20px;
    }

    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }


    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
        z-index: 1
    }



    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 15px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 90px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 20px !important;
        }

    .contact-mid {
        width: 70%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 33%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
        margin-top: 0;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }




    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 75%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 33%;
    }

    .main-product-list-container li::after {
        height: 85%;
    }

    .basket-content-products-container {
        height: calc(100% - 110px);
    }


    /*
        TOPLU SATIŞ 
    */

    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: -5px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 75%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-options-container {
        margin: 40px 0;
        width: 50%;
        float: left;
        margin-right: 20px;
    }

    .product-details-miscellaneous {
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
        margin-top: 38px;
    }

    .product-details-miscellaneous-link {
        margin: 0 0 20px 0;
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
        float: left;
    }

    .product-details-miscellaneous-add-to-basket {
        clear: unset;
        width: 45%;
        margin: 37px 0 0 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 15px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            margin-right: 10px;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        display: block;
    }

    .main-newsletter-form {
        width: 49%;
        margin-top: 20px;
        display: inline-block;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        padding: 0;
        width: 47%;
        margin-top: 20px;
        margin-left: 5px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        flex-direction: column;
    }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 240px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 210px;
    }

    .page-basket-product-list-content-inner {
        min-height: 0;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 25px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 15%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }

    /* .adress-details-content {
        width: 100%;
        float: unset;
    }*/

    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        /*padding-left: 10px;*/
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */
    /* .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir {
        display: flex;
        flex-direction: row;
        width: 100%;
    }*/

    /*  .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div {
            width: 50%;
        }*/

    /*  .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }*/

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
        float: right;
        margin-left: 10px;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}

/*
    YATAY - iPHONE 6/6S
*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 75vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 50%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        width: 50%;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon img {
        width: 65px;
        height: auto;
        object-fit: unset;
        display: block;
        margin: auto;
    }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 225px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: right;
        vertical-align: bottom;
    }

    .realtedProductListContainer .main-product-list-content-detail-icon {
        padding-right: 0%;
    }

    .main-product-list-content-icon {
        width: 65%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 18px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 25px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 21px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }



    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
        z-index: 1;
    }



    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 15px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 100px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 30px !important;
        }

    .contact-mid {
        width: 70%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }


    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 25%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }




    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 25%;
    }

    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }


    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px 0;
        width: 50%;
        float: left;
        margin-right: 20px;
    }


    .product-details-miscellaneous-add-to-basket {
        clear: unset;
        width: 46%;
        margin: 37px 0 0 0;
    }

    .product-details-miscellaneous-link {
        margin: 0 0 20px 0;
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
        float: left;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 15px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            margin-right: 17px;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        display: block;
    }

    .main-newsletter-form {
        width: 49%;
        margin-top: 20px;
        display: inline-block;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        padding: 0;
        width: 47%;
        margin-top: 20px;
        margin-left: 5px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        flex-direction: column;
    }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child {
            padding-left: 80px;
        }

            .contracted-companies-img:last-child img {
                height: auto;
                object-fit: cover;
            }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 280px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px 0 10px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 240px;
    }

    .page-basket-product-list-content-inner {
        min-height: 0;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 25px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 15%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }



    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */



    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}

/*
    YATAY - iPHONE PLUS
*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 75vh !important;
    }


    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 33%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 225px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 25%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: left;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 70%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 20px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 25px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            object-position: -30px;
        }

    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
    }


    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 30px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 110px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 30px !important;
        }

    .contact-mid {
        width: 70%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 25%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }





    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 90%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 23px;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 25%;
    }

    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }


    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 90%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: right;
        width: 45%;
        margin: 0;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    /*    .product-details-content-tabs {
        margin-top: 15px;
    }*/

    /*.product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }*/

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 15px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 20%;
            text-align: center;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        margin-top: 30px;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child {
            padding-left: 30px;
        }

            .contracted-companies-img:last-child img {
                height: auto;
                object-fit: cover;
            }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 300px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }


    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 440px;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 18px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 15%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }



    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */



    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}

/*
    YATAY - iPHONE X
*/
@media only screen and (min-width:811px) and (max-width:819px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 75vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 33%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-img {
        height: 235px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 25%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: left;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 70%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 20px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 25px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 21px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            object-position: -5px;
        }

    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
    }



    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 50px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 30px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 120px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 30px !important;
        }

    .contact-mid {
        width: 60%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */
    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 25%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }





    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 85%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 23px;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 25%;
    }

    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }


    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        margin: 0;
    }

    .product-details-gallery-container {
        margin: auto;
        display: flex;
        flex-direction: row;
        width: 68%;
        min-height: 420px;
    }

    .product-details-gallery {
        margin: 0;
        float: unset;
        height: auto;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: column;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }


    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 85%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
            max-width: unset !important;
        }

    .product-details-miscellaneous-options-container {
        margin: 25px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 30px;
    }

    .product-details-miscellaneous-favorite {
        padding: 0;
        margin-top: 20px;
    }

    .product-details-miscellaneous-favorite {
        text-align: center;
    }

    .product-details-miscellaneous-price, .product-details-miscellaneous-favorite, .product-details-miscellaneous-options, .product-details-miscellaneous-quantity {
        float: unset;
        width: 100%;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 49%;
    }

        .product-details-content-tabs.mr-2, .product-details-content-tabs {
            margin-top: 40px !important;
        }

            .product-details-content-tabs.mr-2 {
                margin: 0;
                margin-right: 14px;
            }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 15px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 20%;
            text-align: center;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        margin-top: 30px;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child {
            padding-left: 100px;
        }

            .contracted-companies-img:last-child img {
                height: auto;
                object-fit: cover;
            }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 250px;
    }

        .content-box-inner table {
            width: 100% !important;
        }


    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }


    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 440px;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 18px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 15%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }


    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */



    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}

/*
    YATAY - TABLET (iPad)
*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .header-container {
        width: 100%;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .personal-information-order-section-info-c {
        width: 52%;
    }

    .header-logo {
        float: unset;
        margin: 0;
        margin-left: 10px;
    }

    .header-menu {
        padding: 0;
        width: 52%;
        display: block;
        max-width: unset;
    }


    .header-right-side {
        float: unset;
        display: flex;
        align-items: center;
        width: auto;
        margin-right: 10px;
    }

    .header-menu-top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 5px;
    }

    .header-menu-container {
        display: block;
    }

    input#txtArama {
        max-width: 100px;
    }
    /*
        SLIDER
    */


    .main {
        width: 100%;
    }

    .embla__button--prev {
        left: 27px !important;
    }

    .embla__button--next {
        left: calc((50% - 600px)/3 + 184px) !important;
    }

    .embla::after {
        left: calc((50% - 600px)/3 + 100px) !important;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: fill;
    }

    .main-quality-fresh {
        padding-left: 10px;
    }

    .main-product-list-container {
        width: auto;
        padding: 0 20px;
    }



    .homeProductsForHeight {
        height: 420px;
    }

    .main-product-list-container li::after {
        height: 95%;
    }


    .main-content-img img {
        width: 96%;
    }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-detail-icon {
        vertical-align: bottom;
    }

    /*
        ANASAYFA - ABOUT US / BLOG
    */
    .main-about-us {
        padding: 0 10px;
    }

    .main-about-us-instagram {
        width: 38%;
    }



    .main-gallery-container {
        width: 98%;
    }

    .main-about-us-container {
        width: 100%;
    }

    /*
    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 20%;
        }

            .products-sub-category li a {
                padding: 10px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }
*/


    .main-newsletter-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-form {
        width: 350px;
    }

    .main-newsletter-button {
        width: 270px;
    }


    .footer {
        background-position-x: center;
    }

    .footer-top {
        margin-left: 13px;
    }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .router-block-container {
        width: 100%;
        padding: 0 10px;
        position: relative;
    }

    .corporate-c {
        width: 90%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 90%;
        margin: auto;
    }

    .corporate-top-content-right {
        padding: 50px 60px;
    }

    .corporate-top-content-left-img {
        /*overflow: hidden;*/
    }

        .corporate-top-content-left-img img {
            width: 199%;
            height: 100%;
            margin-top: 90px;
        }

    .corporate-top-content-left {
        /*overflow: hidden;*/
    }

    .corporate-bottom-content {
        padding: 0 10px;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .stores-c {
        width: 90%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store-left-image {
        width: 400px;
        height: 270px;
    }

    .store-right {
        padding: 40px 40px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    .blogs {
        margin: 0;
    }

        .blogs a {
            width: 33%;
        }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-text-image img {
        width: 60%;
        height: auto;
        object-fit: cover;
    }

    .blog-detail-text {
        font-size: 17px;
        margin-bottom: 30px;
    }

    /* İLETİŞİM */
    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    /* KAHVELER & BAKERY URUNLER */
    .products .main-product-list-container li {
        margin-bottom: 80px;
    }

    /* TOPLU SATIŞ */
    img#ContentPlaceHolder1_imgKahve {
        width: 75px !important;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        width: 40px;
        height: auto;
    }

    /* BLOG DETAY */
    .blog-detail-main {
        padding: 0 10px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 150px;
    }

    /* ÜRÜN DETAY */
    .product-details {
        padding: 0 10px;
        margin: 20px 0 30px 0;
    }

    /*
        HESABIM
    */
    .account {
        padding: 30px 10px;
    }

    .personal-information-favorite-product {
        margin: 0;
        margin-bottom: 10px;
        width: calc(33% - 5px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }


    /*
        SEPET DETAY
    */
    .page-basket-product-list {
        width: calc(100% - 365px);
        padding-left: 10px;
    }

    .page-basket-product-list-content-details-quantity {
        left: 165px;
    }

    .page-basket-product-list-content-price {
        width: 315px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 10px;
    }

    .page-basket-product-list-deals li {
        height: auto;
        padding: 5px 0;
    }

    .page-basket-product-list-deals-text {
        line-height: 20px;
    }

    .page-basket-product-abstract {
        padding-right: 10px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        padding-bottom: 0;
    }

    /*
        ADRES
    */
    .adress-details-content-container {
        padding: 0 10px;
    }

    /*
        ÖDEME
    */
    .summary-and-payment-left {
        padding-left: 10px;
    }

    .summary-and-payment-bills-details {
        padding-left: 0;
        padding-right: 10px;
    }

    .summary-and-payment-card-information-form input {
        padding: 9px 10px;
    }

    .summary-and-payment-card-information-form .chosen-container-single .chosen-single {
        padding-left: 5px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }
}

/*
    YATAY - TABLET (iPad Air)
*/
@media only screen and (min-width: 1025px) and (max-width:1278px) {
    .header-container {
        width: 100%;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .personal-information-order-section-info-c {
        width: 47%;
    }

    .header-logo {
        float: unset;
        margin: 0;
        margin-left: 30px;
    }

    .header-menu {
        padding: 0;
        width: 55%;
        display: block;
        max-width: unset;
    }

    .header-right-side {
        float: unset;
        display: flex;
        align-items: center;
        width: auto;
        margin-right: 30px;
    }

    .header-menu-container {
        display: block;
    }

    input#txtArama {
        max-width: 100px;
    }
    /*
        SLIDER
    */


    .main {
        width: 100%;
    }

    .embla__button--prev {
        left: 27px !important;
    }

    .embla__button--next {
        left: calc((50% - 600px)/3 + 160px) !important;
    }

    .embla::after {
        left: calc((46% - 600px) / 3 + 75px) !important;
        width: 87px !important;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: fill;
    }

    .main-quality-fresh {
        padding-left: 10px;
    }

    .main-product-list-container {
        width: auto;
        padding: 0 20px;
    }


    .main-content-img img {
        width: 96%;
    }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-detail-icon {
        vertical-align: bottom;
    }

    /*
        ANASAYFA - ABOUT US / BLOG
    */
    .main-about-us {
        padding: 0 10px;
    }

    .main-about-us-instagram {
        width: 38%;
    }



    .main-gallery-container {
        width: 95%;
    }

    .main-about-us-container {
        width: 100%;
        padding: 0 23px;
    }


    /*.products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 20%;
        }

            .products-sub-category li a {
                padding: 10px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }
*/


    .main-newsletter-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-form {
        width: 350px;
    }

    .main-newsletter-button {
        width: 270px;
    }


    .footer {
        background-position-x: center;
    }

    .footer-top {
        margin-left: 27px;
    }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .router-block-container {
        width: 100%;
        padding: 0 30px;
        position: relative;
    }

    .corporate-c {
        width: 90%;
    }

    .corporate-top-content-right {
        padding: 80px 20px;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 98%;
        margin: auto;
    }

    .corporate-bottom-content {
        padding: 0 10px;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 500px;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }

    .store-right {
        padding: 90px 10px;
        padding-left: 50px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
    }

        .blogs a {
            width: 33%;
        }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blogs {
        flex-wrap: wrap;
    }


    .blog-detail-text {
        font-size: 18px;
        margin-bottom: 40px;
    }

    /* İLETİŞİM */
    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    /* KAHVELER & BAKERY URUNLER */
    .products .main-product-list-container li {
        margin-bottom: 80px;
    }

    /* TOPLU SATIŞ */
    img#ContentPlaceHolder1_imgKahve {
        width: 75px !important;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        width: 40px;
        height: auto;
    }

    /* BLOG DETAY */
    .blog-detail-main {
        padding: 0 10px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* ÜRÜN DETAY */
    .product-details {
        padding: 0 10px;
    }

    .product-details-gallery {
        margin: 0;
    }
    /*
        HESABIM
    */
    .account {
        padding: 30px 10px;
    }

    .personal-information-favorite-product {
        margin: 0;
        margin-bottom: 10px;
        width: calc(33% - 5px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }


    /*
        SEPET DETAY
    */
    .page-basket-product-list {
        width: calc(100% - 365px);
        padding-left: 10px;
    }

    .page-basket-product-list-content-details-quantity {
        left: 165px;
    }

    .page-basket-product-list-content-price {
        width: 315px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 10px;
    }

    .page-basket-product-list-deals li {
        height: auto;
        padding: 5px 0;
    }

    .page-basket-product-list-deals-text {
        line-height: 20px;
    }

    .page-basket-product-abstract {
        padding-right: 10px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        padding-bottom: 0;
    }

    /*
        ADRES
    */
    .adress-details-content-container {
        padding: 0 10px;
        width: 97%;
        margin: auto;
    }

    /*
        ÖDEME
    */
    .summary-and-payment-left {
        padding-left: 10px;
    }

    .summary-and-payment-bills-details {
        padding-left: 0;
        padding-right: 10px;
    }

    .summary-and-payment-card-information-form input {
        padding: 9px 10px;
    }

    .summary-and-payment-card-information-form .chosen-container-single .chosen-single {
        padding-left: 5px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }
}

/*
    YATAY - TABLET (iPad Pro)
*/
@media only screen and (min-width: 1279px) and (max-width:1366px) {
    .header-container {
        width: 100%;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .personal-information-order-section-info-c {
        width: 44%;
    }

    .header-logo {
        float: unset;
        margin: 0;
        margin-left: 30px;
    }

    .header-menu {
        padding: 0;
        width: 60%;
        display: block;
        max-width: unset;
    }


    .header-right-side {
        float: unset;
        width: auto;
        display: flex;
        align-items: center;
        margin-right: 30px;
    }

    .header-menu-container {
        display: block;
    }

    input#txtArama {
        max-width: 100px;
    }
    /*
        SLIDER
    */

    .main {
        width: 100%;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: fill;
    }

    .main-quality-fresh {
        padding-left: 10px;
    }

    .main-product-list-container {
        width: auto;
        padding: 0 20px;
    }



        .main-product-list-container li::after {
            height: 85%;
        }

    .main-content-img img {
        width: 96%;
    }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-detail-icon {
        vertical-align: bottom;
    }

    /*
        ANASAYFA - ABOUT US / BLOG
    */
    .main-about-us {
        padding: 0 10px;
    }

    .main-about-us-instagram {
        width: 38%;
    }



    .main-gallery-container {
        width: 95%;
    }

    .main-about-us-container {
        width: 100%;
        padding: 0 23px;
    }


    /* .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }*/
    /*
        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 20%;
        }*/

    /*.products-sub-category li a {
                padding: 10px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }*/



    .main-newsletter-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-form {
        width: 350px;
    }

    .main-newsletter-button {
        width: 270px;
    }


    .footer {
        background-position-x: center;
    }

    .footer-top {
        margin-left: 40px;
    }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .router-block-container {
        width: 100%;
        padding: 0 30px;
        position: relative;
    }

    .corporate-c {
        width: 90%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 91%;
        margin: auto;
    }

    .corporate-bottom-content {
        padding: 0 10px;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 500px;
    }

    .corporate-top-content-right {
        padding: 60px 30px;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }

    .store-right {
        padding: 90px 10px;
        padding-left: 50px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
    }

        .blogs a {
            width: 33%;
        }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blogs {
        flex-wrap: wrap;
    }

    .blog-detail-text-image img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .blog-detail-text {
        font-size: 18px;
    }

    /* İLETİŞİM */
    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    /* KAHVELER & BAKERY URUNLER */
    .products .main-product-list-container li {
        margin-bottom: 80px;
    }

    /* TOPLU SATIŞ */
    img#ContentPlaceHolder1_imgKahve {
        width: 75px !important;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        width: 40px;
        height: auto;
    }

    /* BLOG DETAY */
    .blog-detail-main {
        padding: 0 10px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* ÜRÜN DETAY */
    .product-details {
        padding: 0 10px;
    }

    .product-details-gallery {
        margin: 0;
    }
    /*
        HESABIM
    */
    .account {
        padding: 30px 10px;
    }

    .personal-information-favorite-product {
        margin: 0;
        margin-bottom: 10px;
        width: calc(33% - 5px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }


    /*
        SEPET DETAY
    */
    .page-basket-product-list {
        width: calc(100% - 460px);
        padding-left: 10px;
    }

    .page-basket-product-list-content-details-quantity {
        left: 165px;
    }

    .page-basket-product-list-content-price {
        width: 315px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 10px;
    }

    .page-basket-product-list-deals li {
        height: auto;
        padding: 5px 0;
    }

    .page-basket-product-list-deals-text {
        line-height: 20px;
    }

    .page-basket-product-abstract {
        width: 425px;
        padding-right: 10px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        padding-bottom: 0;
    }

    /*
        ADRES
    */
    .adress-details-content-container {
        padding: 0 10px;
        width: 97%;
        margin: auto;
    }

    /*
        ÖDEME
    */
    .summary-and-payment-left {
        padding-left: 10px;
    }

    .summary-and-payment-bills-details {
        padding-left: 0;
        padding-right: 10px;
    }

    .summary-and-payment-card-information-form input {
        padding: 9px 10px;
    }

    .summary-and-payment-card-information-form .chosen-container-single .chosen-single {
        padding-left: 5px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 98%;
        display: block;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }
}





/*
    DİKEY - iPHONE 5/SE
*/
@media only screen and (max-width:359px) {
    .personal-information-order-detail-bottom-grand-text {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom-grand-number {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom {
        justify-content: space-between;
        padding: 0 20px;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        padding: 20px 10px;
        text-align: left;
        font-size: 14px;
        width: 30%;
        text-align: center;
    }

    #personal-information-order-table td {
        width: 30%;
    }

    .personal-information-order-detail-middle2 {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 30px;
    }

    .personal-information-order-detail-middle {
        padding: 10px;
    }

    .personal-information-order-section-info-c {
        width: 80%;
        margin: 0;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }

    .personal-information-order-section-img {
        width: 40%;
        max-height: 100px;
    }

        .personal-information-order-section-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .personal-information-order-detail-middle2-adress-title {
        margin-bottom: 5px;
    }

    .personal-information-order-section-total {
        width: 50%;
        align-items: start;
    }

    .personal-information-order-section-price {
        margin-right: 20px;
        width: 50%;
        align-items: start;
    }

    .content-box-reCaptcha {
        margin: 20px auto;
        transform: scale(0.9);
    }

    .adress-details-form {
        margin-bottom: 0px;
    }

    .personal-information-order-section {
        border-bottom: thin solid #ebebeb;
        padding-bottom: 10px;
        gap: 10px;
    }







    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }
    /*.header-mobile-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: rgb(255 255 255);
        padding-bottom: 5px;
    }

    .mobile-button #sign-in, .mobile-button #sign-up {
        display: flex;
        flex-direction: row;
        color: white;
        background-color: rgb(35 31 32);
        padding:  10px 15px;
    }

    .mobile-button #sign-in, .mobile-button #sign-up:not(:last-child) {
        margin-right: 5px;
    }*/
    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    input#txtArama {
        max-width: 130px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: auto;
    }

    /*
        ROUTER
    */


    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }

    .router-block-header {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .router-middle-block {
        padding: 0;
        position: absolute;
        right: -5px;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        width: auto;
    }

    .breadcrumbs {
        display: block;
        width: 100%
    }

        .breadcrumbs ul {
            float: unset;
        }


    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 30vh !important;
    }




    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality .main {
        display: flex;
        flex-direction: column;
    }

    .main-quality > .main > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .main-quality > .main > div > div:first-child {
            width: 25%;
        }

        .main-quality > .main > div > div:nth-child(2) {
            width: 75%;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-img {
        height: 195px;
    }



    .main-product-list-container li {
        width: 100%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 20px;
    }

        .main-product-list-container li::after {
            content: '' !important;
            position: absolute !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
            width: 80% !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background: unset;
            z-index: -1;
            display: inline-block !important;
            margin: 0 auto !important;
        }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
    }

    .main-content-img {
        position: unset;
        height: 200px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle {
        padding: 10px;
    }

    .main-content-right-middle-header {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        ANASAYFA - GALERİ
    */
    .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px
    }

        .main-gallery-container div {
            width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

    .main-gallery-img-left {
        height: auto;
    }

    /*
        ANASAYFA - ABOUT US / BLOG
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
            margin: 15px 0;
        }

    .main-about-us-blog .default-button {
        margin: 20px auto 0 auto;
    }

    .main-about-us-blog-list li {
        width: 49%;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-top-content-left {
        height: 200px;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            width: 160%;
            height: 100%;
            object-position: left;
        }

    .corporate-top-content-right {
        width: 100%;
        padding: 20px 10px;
        text-align: justify;
    }


    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-bottom-content-left {
        width: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 300px;
    }

    .corporate-bottom-content-right {
        width: 100%;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
        text-align: justify;
    }

    .corporate-bottom-content-right-title {
        margin-top: 25px;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: column !important;
        margin-bottom: 0;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
    }

    .store-right {
        padding: 15px 0 50px 0px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    .corporate-top-content-left-img img {
        width: 100%;
        height: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .corporate-top-content-left {
        height: 250px;
        width: 100%;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: column;
    }

        .blogs a {
            width: 100%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }


    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        display: none;
    }

    .contact-mid {
        width: 100%;
        padding: 35px 10px;
    }

    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    div#recaptchaTopluSatis > div, div#recaptchaTopluSatis iframe {
        width: 302px !important;
    }
    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */
    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 10px;
            width: 50%;
        }

            .products-sub-category li a {
                padding: 6px 0;
                text-align: center;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
    }






    .product-details .main-product-list-container .slick-list {
        height: 320px !important;
    }

    .product-details {
        margin-bottom: 30px;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 30px;
        float: unset;
        width: 100%;
    }

    /*
        TOPLU SATIŞ 
    */
    img#ContentPlaceHolder1_imgKahve {
        width: 40px !important;
    }

    .bulk-c {
        flex-direction: column;
        margin: 20px auto;
    }

    .bulk-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 35px;
            margin-left: 0;
            margin-top: -12px;
        }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: column;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    /* .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }*/

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px 5px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

        .product-details-gallery-img img {
            max-height: 110px;
        }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 85px;
    }

    .main-product-list-content-img img {
        max-height: 200px;
        width: unset;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
            line-height: 1.1;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
                top: 15px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }

    .product-details .gallerySlider .slick-list {
        height: 190px !important;
    }

    .gallerySlider .slick-arrow {
        top: 10% !important;
    }
    /*
        HESABIM
    */
    .defaultContentHeight {
        margin: 0 auto;
        margin-top: -30%;
    }
    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        margin-bottom: 60px;
        border: none;
        height: auto;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 50%;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    .personal-information-form-holder > div {
        width: 100%;
        float: unset;
    }

    .personal-information-form.mr-2 {
        width: 100% !important;
        float: unset;
        padding: unset;
    }

    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */
    .personal-information-adress-table-c {
        flex-wrap: wrap;
    }

    .personal-information-adress-table {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */
    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product-img {
        height: auto;
        width: 100%;
    }


    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        display: flex;
        flex-direction: column;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
    }

    .main-newsletter-form {
        width: 100%;
        margin-top: 20px;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .main-newsletter-button-background {
        padding: 10px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

        .footer-top-detail > div {
            width: 100%;
        }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        width: auto;
        margin: auto;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0px 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 10px 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    div#recaptchabtnLoginMain > div,
    div#recaptchabtnRegisterMain > div {
        width: 200px !important;
        padding-right: 260px;
        transform: translateX(-8%);
    }

    .content-box-inner {
        padding: 0;
    }

        .content-box-inner table {
            width: 100% !important;
        }


    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 150px;
    }

    .page-basket-product-list-content-img-container, .page-basket-product-list-content-details {
        display: block;
        width: auto;
        padding-left: 10px;
    }

    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 15px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 100px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 33%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: column;
    }

    .adress-details-content {
        width: 100%;
        float: unset;
    }

        .adress-details-content.opened {
            max-height: 2000px;
            height: auto;
        }

        .adress-details-content.billing {
            float: unset;
            margin-left: 0px;
            margin-top: 40px;
        }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 100%;
        height: auto;
    }

    #credit-card-back {
        width: 100%;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        width: 100%;
        margin-right: 0;
        float: unset;
        display: block;
    }

        .summary-and-payment-basket-details-tabs.mr-2 {
            margin-right: 0;
        }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 75px;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 9px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 30px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px;
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }



    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }



    .main-quality-icon img {
        object-fit: contain;
    }




    .main-product-list-content-icon-text {
        font-size: 14px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }


    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .main-product-list-header {
        font-size: 30px;
        margin: 30px 0 15px 0;
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }


    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }


    .homeProductsForHeight .homeProductsSeeAllButton {
        position: relative;
        z-index: unset;
        left: unset;
        bottom: unset;
        transform: unset;
        margin-top: 20px;
        top: 20px;
    }

    .homeProductsForHeight {
        height: auto;
    }



    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-gallery-header h2 {
        font-size: 30px;
        margin: 30px 0 20px 0;
    }

    .main-content {
        margin-bottom: 10px;
    }
}

/*
    DİKEY - SAMSUNG S3
*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    input#txtArama {
        max-width: 130px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }

    .router-block-header {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .router-middle-block {
        padding: 0;
        position: absolute;
        right: -5px;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        width: auto;
    }

    .breadcrumbs {
        display: block;
        width: 100%
    }

        .breadcrumbs ul {
            float: unset;
        }


    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 30vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality .main {
        display: flex;
        flex-direction: column;
    }

    .main-quality > .main > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .main-quality > .main > div > div:first-child {
            width: 25%;
        }

        .main-quality > .main > div > div:nth-child(2) {
            width: 75%;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: contain;
            display: block;
        }

    .main-product-list-content-icon-text {
        font-size: 14px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }

    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .main-product-list-header {
        font-size: 30px;
        margin: 20px 0 15px 0;
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }

    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }

    .homeProductsForHeight .homeProductsSeeAllButton {
        position: relative;
        z-index: unset;
        left: unset;
        bottom: unset;
        transform: unset;
        margin-top: 20px;
        top: 20px;
    }

    .homeProductsForHeight {
        height: auto;
    }


    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 170px;
    }



    .main-product-list-container li {
        width: 100%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 20px;
    }

        .main-product-list-container li::after {
            content: '' !important;
            position: absolute !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
            width: 80% !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background: unset;
            z-index: -1;
            display: inline-block !important;
            margin: 0 auto !important;
        }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        margin-bottom: 15px;
    }

    .main-content-img {
        position: unset;
        height: 200px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle {
        padding: 10px;
    }

    .main-content-right-middle-header {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        ANASAYFA - GALERİ
    */
    .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px
    }

        .main-gallery-container div {
            width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

    .main-gallery-img-left {
        height: auto;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }



        .main-about-us-container div {
            width: 100%;
            margin: 20px 0
        }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }


    .main-about-us-blog .default-button {
        margin: 40px auto 0 auto;
    }

    .main-about-us-blog-list li {
        width: 49%;
    }

    .main-gallery-header h2 {
        font-size: 30px;
        margin: 50px 0 20px 0;
    }
    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-top-content-left {
        height: 300px;
        width: 100%;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: left;
        }

    .corporate-top-content-right {
        width: 100%;
        padding: 20px 10px;
        text-align: justify;
    }

    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-bottom-content-left {
        width: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .corporate-bottom-content-right {
        width: 100%;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 25px;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: column !important;
        margin-bottom: 0;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
    }

    .store-right {
        padding: 15px 0 50px 0px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: column;
    }

        .blogs a {
            width: 100%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }


    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        display: none;
    }

    .contact-mid {
        width: 100%;
        padding: 35px 10px;
    }

    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */
    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 10px;
            width: 50%;
        }

            .products-sub-category li a {
                padding: 6px 0;
                text-align: center;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
    }



    .product-details .main-product-list-container .slick-list {
        height: 300px !important;
    }

    .product-details {
        margin-bottom: 30px;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 30px;
        float: unset;
        width: 100%;
    }

    /*
        TOPLU SATIŞ 
    */
    img#ContentPlaceHolder1_imgKahve {
        width: 50px !important;
    }

    .bulk-c {
        flex-direction: column;
        margin: 20px auto;
    }

    .bulk-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 35px;
            margin-left: 5px;
        }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: column;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }

    .product-details .gallerySlider .slick-list {
        height: 190px !important;
    }

    .gallerySlider .slick-arrow {
        top: 3% !important;
    }
    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    /* .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }
*/
    .product-details-gallery li {
        width: auto !important;
        height: auto;
        margin: 10px 5px;
        flex: 33;
    }

    .product-details-gallery-img {
        width: auto;
    }



    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }




    .cloudzoom-gallery {
        width: 85px;
    }

    .main-product-list-content-img img {
        max-height: 190px;
        width: unset;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 0px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
                top: 0px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    /*
        HESABIM
    */
    .personal-information-order-detail-bottom-grand-text {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom-grand-number {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom {
        justify-content: space-between;
        padding: 0 20px;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        padding: 20px 10px;
        text-align: left;
        font-size: 14px;
        width: 30%;
        text-align: center;
    }

    #personal-information-order-table td {
        width: 30%;
    }

    .personal-information-order-detail-middle2 {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 30px;
    }

    .personal-information-order-detail-middle {
        padding: 10px;
    }

    .personal-information-order-section-info-c {
        width: 80%;
        margin: 0;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }

    .personal-information-order-section-img {
        width: 40%;
        max-height: 100px;
    }

        .personal-information-order-section-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .personal-information-order-detail-middle2-adress-title {
        margin-bottom: 5px;
    }

    .personal-information-order-section-total {
        width: 50%;
        align-items: start;
    }

    .personal-information-order-section-price {
        margin-right: 20px;
        width: 50%;
        align-items: start;
    }

    .content-box-reCaptcha {
        margin: 20px auto;
    }

    .adress-details-form {
        margin-bottom: 0px;
    }

    .personal-information-order-section {
        border-bottom: thin solid #ebebeb;
        padding-bottom: 10px;
        gap: 10px;
    }


    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        margin-bottom: 60px;
        border: none;
        height: auto;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 50%;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    .personal-information-form-holder > div {
        width: 100%;
        float: unset;
    }

    .personal-information-form.mr-2 {
        width: 100% !important;
        float: unset;
        padding: unset;
    }

    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */
    .personal-information-adress-table-c {
        flex-wrap: wrap;
    }

    .personal-information-adress-table {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: auto;
        margin-bottom: 10px;
    }

    .personal-information-favorite-product-img {
        height: auto;
        width: 100%;
    }


    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        display: flex;
        flex-direction: column;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
    }

    .main-newsletter-form {
        width: 100%;
        margin-top: 20px;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .main-newsletter-button-background {
        padding: 10px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

        .footer-top-detail > div {
            width: 100%;
        }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        width: auto;
        margin: auto;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0px 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 10px 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0;
        padding-right: 10px;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }


    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }



    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }
    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }


    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 20px;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 150px;
    }

    .page-basket-product-list-content-img-container, .page-basket-product-list-content-details {
        display: block;
        width: auto;
        padding-left: 10px;
    }

    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 15px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 100px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 33%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: column;
    }

    .adress-details-content {
        width: 100%;
        float: unset;
    }

        .adress-details-content.opened {
            max-height: 2000px;
            height: auto;
        }

        .adress-details-content.billing {
            float: unset;
            margin-left: 0px;
            margin-top: 40px;
        }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        width: 100%;
        margin-right: 0;
        float: unset;
        display: block;
    }

        .summary-and-payment-basket-details-tabs.mr-2 {
            margin-right: 0;
        }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 75px;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }
}

/*
    DİKEY - iPHONE 6/6S
*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: auto;
    }



    .personal-information-order-detail-bottom-grand-text {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom-grand-number {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom {
        justify-content: space-between;
        padding: 0 20px;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        padding: 20px 10px;
        text-align: left;
        font-size: 14px;
        width: 30%;
        text-align: center;
    }

    #personal-information-order-table td {
        width: 30%;
    }

    .personal-information-order-detail-middle2 {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 30px;
    }

    .personal-information-order-detail-middle {
        padding: 10px;
    }

    .personal-information-order-section-info-c {
        width: 80%;
        margin: 0;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }

    .personal-information-order-section-img {
        width: 40%;
        max-height: 100px;
    }

        .personal-information-order-section-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .personal-information-order-detail-middle2-adress-title {
        margin-bottom: 5px;
    }

    .personal-information-order-section-total {
        width: 50%;
        align-items: start;
    }

    .personal-information-order-section-price {
        margin-right: 20px;
        width: 50%;
        align-items: start;
    }

    .content-box-reCaptcha {
        margin: 20px auto;
    }

    .adress-details-form {
        margin-bottom: 0px;
    }

    .personal-information-order-section {
        border-bottom: thin solid #ebebeb;
        padding-bottom: 10px;
        gap: 10px;
    }




    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }

    .router-block-header {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .router-middle-block {
        padding: 0;
        position: absolute;
        right: -5px;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        width: auto;
    }

    .breadcrumbs {
        display: block;
        width: 100%
    }

        .breadcrumbs ul {
            float: unset;
        }


    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 30vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality .main {
        display: flex;
        flex-direction: column;
    }

    .main-quality > .main > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .main-quality > .main > div > div:first-child {
            width: 20%;
        }

        .main-quality > .main > div > div:nth-child(2) {
            width: 80%;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-img {
        height: 185px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: auto;
        flex: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 16px;
        text-align: right;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 72%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 10px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 15px;
        display: inline-block;
    }



    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
    }

    .main-content-img {
        position: unset;
        height: 200px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle {
        padding: 10px;
    }

    .main-content-right-middle-header {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        ANASAYFA - GALERİ
    */
    .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px
    }

        .main-gallery-container div {
            width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

    .main-gallery-img-left {
        height: auto;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
            margin: 10px 0 25px 0;
        }

    .main-about-us-blog .default-button {
        margin: 40px auto 0 auto;
    }

    .main-about-us-blog-list li {
        width: 49%;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-top-content-left {
        height: 200px;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            width: 160%;
            height: 100%;
            object-position: left;
        }

    .corporate-top-content-right {
        width: 100%;
        padding: 20px 10px;
        text-align: justify;
    }

    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-bottom-content-left {
        width: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 300px;
    }

    .corporate-bottom-content-right {
        width: 100%;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 25px;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: column !important;
        margin-bottom: 0;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
    }

    .store-right {
        padding: 35px 0px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
    }

        .blogs a {
            width: 50%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }


    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        display: none;
    }

    .contact-mid {
        width: 100%;
        padding: 35px 10px;
    }

    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .corporate-top-content-left-img img {
        width: 100%;
        height: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .corporate-top-content-left {
        height: 300px;
        width: 100%;
    }

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 33%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }



    .product-details .main-product-list-container .slick-list {
        height: 300px !important;
    }

    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        max-height: 180px;
        width: unset;
    }


    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }

    /*
        TOPLU SATIŞ 
    */

    .bulk-c {
        flex-direction: column;
        margin: 20px auto;
    }

    .bulk-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
            margin-top: -17px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 50px !important;
    }


    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: column;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }

    .product-details .gallerySlider .slick-list {
        height: 260px !important;
    }


    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }

    .product-details .gallerySlider .slick-list {
        height: 190px !important;
    }

    .gallerySlider .slick-arrow {
        top: 3% !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }


    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px 5px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }


    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        max-height: 180px;
        width: unset;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    /*
        HESABIM
    */
    .defaultContentHeight {
        margin: 0 auto;
        margin-top: -30%;
    }
    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        margin-bottom: 60px;
        border: none;
        height: auto;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 50%;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    .personal-information-form-holder > div {
        width: 100%;
        float: unset;
    }

    .personal-information-form.mr-2 {
        width: 100% !important;
        float: unset;
        padding: unset;
    }

    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */
    .personal-information-adress-table-c {
        flex-wrap: wrap;
    }

    .personal-information-adress-table {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    /*   .personal-information-favorite-product {
        margin: auto;
        margin-bottom: 10px;
    }*/
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(50% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }


    .personal-information-favorite-product-img {
        height: auto;
        width: 100%;
    }



    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        display: flex;
        flex-direction: column;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
    }

    .main-newsletter-form {
        width: 100%;
        margin-top: 20px;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .main-newsletter-button-background {
        padding: 10px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

        .footer-top-detail > div {
            width: 100%;
        }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        width: auto;
        margin: auto;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0px 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 10px 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 195px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 150px;
    }

    .page-basket-product-list-content-img-container, .page-basket-product-list-content-details {
        display: block;
        width: auto;
        padding-left: 10px;
    }

    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 100px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 33%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: column;
    }

    .adress-details-content {
        width: 100%;
        float: unset;
    }

        .adress-details-content.opened {
            max-height: 2000px;
            height: auto;
        }

        .adress-details-content.billing {
            float: unset;
            margin-left: 0px;
            margin-top: 40px;
        }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        width: 100%;
        margin-right: 0;
        float: unset;
        display: block;
    }

        .summary-and-payment-basket-details-tabs.mr-2 {
            margin-right: 0;
        }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 75px;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 12px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }


    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }



    .main-quality-icon img {
        object-fit: contain;
    }




    .main-product-list-content-icon-text {
        font-size: 14px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }


    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .main-product-list-header {
        font-size: 30px;
    }

    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }



    .main-quality-icon img {
        object-fit: contain;
    }




    .main-product-list-content-icon-text {
        font-size: 13px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }


    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .main-product-list-header {
        font-size: 30px;
        margin: 30px 0 10px 0
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }


    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }




    .homeProductsForHeight {
        height: auto;
    }



    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-gallery-header h2 {
        font-size: 30px;
    }

    .main-product-list-container li {
        width: 50%;
    }

    .main-content {
        margin-bottom: 10px;
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }


    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }

    .homeProductsForHeight {
        height: auto;
    }



    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-gallery-header h2 {
        font-size: 30px;
        margin: 50px 0 20px 0;
    }

    .main-product-list-container li {
        width: 50%;
        flex: unset;
    }
}

/*
    DİKEY - iPHONE PLUS
*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }


    .personal-information-order-detail-bottom-grand-text {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom-grand-number {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom {
        justify-content: space-between;
        padding: 0 20px;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        padding: 20px 10px;
        text-align: left;
        font-size: 16px;
        width: 30%;
        text-align: center;
    }

    #personal-information-order-table td {
        width: 30%;
    }

    .personal-information-order-detail-middle2 {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 30px;
    }

    .personal-information-order-detail-middle {
        padding: 10px;
    }

    .personal-information-order-section-info-c {
        width: 80%;
        margin: 0;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }

    .personal-information-order-section-img {
        width: 40%;
        max-height: 100px;
    }

        .personal-information-order-section-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .personal-information-order-detail-middle2-adress-title {
        margin-bottom: 5px;
    }

    .personal-information-order-section-total {
        width: 50%;
        align-items: start;
    }

    .personal-information-order-section-price {
        margin-right: 20px;
        width: 50%;
        align-items: start;
    }

    .content-box-reCaptcha {
        margin: 20px auto;
    }

    .adress-details-form {
        margin-bottom: 0px;
    }

    .personal-information-order-section {
        border-bottom: thin solid #ebebeb;
        padding-bottom: 10px;
        gap: 40px;
    }




    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }

    .router-block-header {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .router-middle-block {
        padding: 0;
        position: absolute;
        right: -5px;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        width: auto;
    }

    .breadcrumbs {
        display: block;
        width: 100%
    }

        .breadcrumbs ul {
            float: unset;
        }


    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 30vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality .main {
        display: flex;
        flex-direction: column;
    }

    .main-quality > .main > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .main-quality > .main > div > div:first-child {
            width: 20%;
        }

        .main-quality > .main > div > div:nth-child(2) {
            width: 80%;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
        }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */

    .main-product-list-content-img {
        height: 200px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: auto;
        flex: 50%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 18px;
        text-align: right;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 75%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 16px;
        display: inline-block;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
    }

    .main-content-img {
        position: unset;
        height: 200px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle {
        padding: 10px;
    }

    .main-content-right-middle-header {
        width: 100%;
        margin-bottom: 20px;
    }



    /*
        ANASAYFA - GALERİ
    */
    .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px
    }

        .main-gallery-container div {
            width: 100%;
            margin: 0;
            margin-bottom: 5px;
        }

    .main-gallery-img-left {
        height: auto;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
            margin: 20px 0;
        }

    .main-about-us-blog .default-button {
        margin: 40px auto 0 auto;
    }

    .main-about-us-blog-list li {
        width: 49%;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-top-content-left {
        height: 200px;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            object-position: left;
        }

    .corporate-top-content-right {
        width: 100%;
        padding: 20px 10px;
        text-align: justify;
    }

    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .corporate-bottom-content-left {
        width: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 300px;
    }

    .corporate-bottom-content-right {
        width: 100%;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 30px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 25px;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: column !important;
        margin-bottom: 0;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
    }

    .store-right {
        padding: 35px 0px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 50%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .corporate-top-content-left-img img {
        width: 100%;
        height: 100%;
    }

    .corporate-bottom-content-left-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .corporate-top-content-left {
        height: 300px;
        width: 100%;
    }
    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: column;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }


    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        display: none;
    }

    .contact-mid {
        width: 100%;
        padding: 35px 10px;
    }

    .contact-maps .row {
        margin: 0;
    }

    .contact-map {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 33%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }



    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        max-height: 200px;
        width: unset;
    }

    #urunlerList .main-product-list-content-img {
        height: 240px;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 22px;
        width: unset;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 50%;
    }

    /*
        TOPLU SATIŞ 
    */

    .bulk-c {
        flex-direction: column;
        margin: 20px auto;
    }

    .bulk-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 14px;
            margin-top: -14px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 50px !important;
    }

    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        width: 100%;
        margin: auto;
        float: unset;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: unset;
    }

    .product-details-gallery {
        /*display: none;*/
        margin: 0;
        float: unset;
        width: 100%;
        height: auto;
        display: block;
        order: 2;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }

    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        max-height: 190px;
        width: unset;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 85%;
        }

    .product-details-miscellaneous-options-container {
        margin: 40px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        float: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 100%;
    }

    .product-details-content-tabs {
        margin-top: 15px;
    }

        .product-details-content-tabs.mr-2 {
            margin-top: 30px !important;
        }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    /*
        HESABIM
    */


    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }



        .gallerySlider .slick-arrow {
            top: -5% !important;
        }

    /*

        KİŞİSEL
    */

    .defaultContentHeight {
        margin: 0 auto;
        margin-top: -30%;
    }

    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 30px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            margin-right: 17px;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    .personal-information-form-holder > div {
        width: 100%;
        float: unset;
    }

    .personal-information-form.mr-2 {
        width: 100% !important;
        float: unset;
        padding: unset;
    }

    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */
    .personal-information-adress-table-c {
        flex-wrap: wrap;
    }

    .personal-information-adress-table {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(50% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        display: block;
    }

    .main-newsletter-form {
        width: 50%;
        margin-top: 20px;
        display: inline-block;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        padding: 0;
        width: 47%;
        margin-top: 20px;
        margin-left: 5px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        margin-bottom: 20px !important;
        float: unset;
        display: block;
    }

    .footer-top-detail-content-contact > div {
        margin: auto;
        width: auto;
    }

    .footer-top-detail-content-adress {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:not(:last-child) {
                    width: 40%;
                }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }


    .footer-top-miscellaneous-media {
        margin: auto;
        width: auto;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
        }

        .footer-top-miscellaneous-media ul {
            display: flex;
            gap: 20px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        margin-top: 15px;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        display: block;
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .product-details-miscellaneous-quantity-input {
        width: 80%;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-quantity,
    .page-basket-product-list-content-details-properties,
    .page-basket-product-list-content-inner-bottom {
        position: unset !important;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        bottom: -55px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 210px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 150px;
    }

    .page-basket-product-list-content-img-container, .page-basket-product-list-content-details {
        display: block;
        width: auto;
        padding-left: 10px;
    }

    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 25px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 100px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 33%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: column;
    }

    .adress-details-content {
        width: 100%;
        float: unset;
    }

        .adress-details-content.opened {
            max-height: 2000px;
            height: auto;
        }

        .adress-details-content.billing {
            float: unset;
            margin-left: 0px;
            margin-top: 40px;
        }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 100%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        width: 100%;
        margin-right: 0;
        float: unset;
        display: block;
    }

        .summary-and-payment-basket-details-tabs.mr-2 {
            margin-right: 0;
        }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 30px;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100px !important
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }

    /*
        ALERT
    */
    #alerts {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .alert {
        right: 0;
    }

    .alert-block {
        width: 100%;
    }

    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }



    .main-quality-icon img {
        object-fit: contain;
    }




    .main-product-list-content-icon-text {
        font-size: 14px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }


    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .main-product-list-header {
        font-size: 30px;
        margin: 30px 0 10px 0;
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }


    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }


    .homeProductsForHeight .homeProductsSeeAllButton {
        position: relative;
        z-index: unset;
        left: unset;
        bottom: unset;
        transform: unset;
        margin-top: 50px;
        top: 15px;
    }

    .homeProductsForHeight {
        height: auto;
    }



    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-gallery-header h2 {
        font-size: 30px;
        margin: 50px 0 20px 0;
    }

    .main-product-list-container li {
        width: 50%;
    }

    .main-content {
        margin-bottom: 10px;
    }
}

/*
    DİKEY - TABLET
*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 50vh !important;
    }


    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 33%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }






    #cartSliderBaseContainer {
        width: 100%;
    }

    .basket-content-header {
        padding: 10px 30px 10px 20px;
    }

    .basket-content-basket-link a {
        font-size: 22px;
    }

    .basket-content-basket-link {
        bottom: 10px;
        height: 40px;
    }

    .basket-content-sum {
        padding: 15px 15px;
        bottom: 55px;
        height: 40px;
    }

    .basket-content-products-container {
        height: calc(100% - 160px);
    }

    .basket-content-sum li {
        font-size: 22px;
    }



    .main-quality-icon img {
        object-fit: contain;
    }




    .main-product-list-content-icon-text {
        font-size: 14px;
    }

    .main-product-list-content-icon img {
        max-height: 54px;
    }

    .main-product-list-content-icon {
        margin-bottom: 5px;
    }


    .main-product-list-content-detail-text-discount::after {
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-56%, -50%);
    }

    .homeProductsForHeight {
        height: 360px;
    }

    .main-product-list-header {
        font-size: 30px;
    }

    .main-content-right-middle-header h1 {
        font-size: 30px;
        text-align: center;
    }


    .main-content-right-middle-text {
        font-size: 18px;
        line-height: 28px;
    }


    .main-product-list {
        margin-bottom: 100px;
    }



    .main-about-us-blog-list-content-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-us-blog-header {
        font-size: 30px;
    }

    .main-gallery-header h2 {
        font-size: 30px;
    }

    .main-product-list-container li {
        width: 50%;
    }

    .main-content {
        margin-bottom: 10px;
    }





    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-img {
        height: 225px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 25%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: left;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 70%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 13px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 20px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 20px;
        }

    .main-content-right-middle {
        padding: 0 25px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 97%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            object-position: -5px;
        }

    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
    }

    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 50px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 30px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 70%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-text {
        font-size: 21px;
    }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        width: 100%;
        height: 235px;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }


    .gallerySlider {
        margin: 0;
    }

        .gallerySlider .slick-arrow.slick-prev {
            right: -7px !important;
        }

        .gallerySlider .slick-arrow.slick-next {
            left: -7px !important;
        }

        .gallerySlider li::after {
            border: none !important;
        }

    .product-details .gallerySlider .slick-list {
        height: 260px !important;
    }

    .gallerySlider .slick-arrow {
        top: 10% !important;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 120px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 30px !important;
        }

    .contact-mid {
        width: 70%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    .personal-information-order-detail-bottom-grand-text {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom-grand-number {
        font-size: 20px;
    }

    .personal-information-order-detail-bottom {
        justify-content: flex-end;
        padding: 0 20px;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        padding: 20px 10px;
        text-align: left;
        font-size: 20px;
        width: 30%;
        text-align: center;
    }

    #personal-information-order-table td {
        width: 30%;
    }

    .personal-information-order-detail-middle2 {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .personal-information-order-detail-middle {
        padding: 10px;
    }

    .personal-information-order-section-info-c {
        width: 80%;
        margin: 0;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
    }

    .personal-information-order-section-img {
        width: 40%;
        max-height: 230px;
    }

        .personal-information-order-section-img img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .personal-information-order-detail-middle2-adress-title {
        margin-bottom: 5px;
    }

    .personal-information-order-section-total {
        width: 50%;
        align-items: start;
    }

    .personal-information-order-section-price {
        margin-right: 20px;
        width: 50%;
        align-items: start;
    }

    .content-box-reCaptcha {
        margin: 20px auto;
    }

    .adress-details-form {
        margin-bottom: 0px;
    }

    .personal-information-order-section {
        border-bottom: thin solid #ebebeb;
        padding-bottom: 10px;
        gap: 40px;
    }





    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */

    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 25%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }


    .product-details .main-product-list-container .slick-list {
        height: 375px !important;
    }

    .product-details {
        margin-bottom: 30px;
    }


    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 23px;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 25%;
    }

    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 60px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }


    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-details-gallery-container {
        margin: auto;
        display: flex;
        flex-direction: row;
        width: 68%;
        min-height: 380px;
    }

    .product-details-gallery {
        margin: 0;
        float: unset;
        height: auto;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: column;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }


    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 85%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
            max-width: unset !important;
        }

    .product-details-miscellaneous-options-container {
        margin: 30px auto;
    }

    .product-details-miscellaneous-link {
        margin: 20px 0;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 20px;
    }

    .product-details-miscellaneous {
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 30px;
    }

    .product-details-miscellaneous-favorite {
        padding: 0;
        margin-top: 20px;
    }

    .product-details-miscellaneous-favorite {
        text-align: center;
    }

    .product-details-miscellaneous-price, .product-details-miscellaneous-favorite, .product-details-miscellaneous-options, .product-details-miscellaneous-quantity {
        float: unset;
        width: 100%;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 49%;
    }

        .product-details-content-tabs.mr-2, .product-details-content-tabs {
            margin-top: 40px !important;
        }

            .product-details-content-tabs.mr-2 {
                margin: 0;
                margin-right: 13px;
            }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    .product-details-miscellaneous-price {
        margin: 20px 0;
    }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }

    .product-details .gallerySlider .slick-list {
        height: 225px !important;
    }
    /*
        HESABIM
    */


    .defaultContentHeight {
        margin: 0 auto;
        margin-top: -18%;
    }

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 20%;
            text-align: center;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        margin-top: 30px;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies {
        padding: 0px 10px;
    }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child {
            padding-left: 0;
        }

            .contracted-companies-img:last-child img {
                height: auto;
                object-fit: cover;
            }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
    }

        .content-box-inner table {
            width: 100% !important;
        }

    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }


    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 50px;
    }

    .page-basket-product-list-content-details {
        width: 360px;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 18px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 20%;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }

    ils-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */


    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: row;
    }



    .drpYilForOrder, .drpAyForOrder, .cvcForOrder {
        width: 27% !important;
        margin-right: 4px !important;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 50%;
        float: left;
    }

    .summary-and-payment-card-information {
        width: 50%;
        float: right;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 40%;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 0
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}

/*
    DİKEY - iPad Air
*/
@media only screen and (min-width:820px) and (max-width:999px) {
    .page {
        width: 100%;
        max-width: 100%;
    }

    .page-content {
        margin-top: 110px;
    }
    /*
        HEADER
    */
    .header {
        height: unset;
        padding-top: 15px;
        z-index: 99;
        height: 110px;
    }

    .header-logo {
        margin-right: 0;
        width: 120px;
    }

        .header-logo img {
            width: 125px;
            height: auto;
            object-fit: cover
        }

    .header-container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    .header-right-side {
        padding: 10px 0;
    }

        .header-right-side .header-right-side-account-transactions:hover > .sub-menu {
            left: 50%;
            transform: translateX(-25%);
        }

    .header-right-side-search {
        position: absolute;
        padding-right: 10px;
        right: 0;
        top: 70px;
    }

    .header-right-side-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 70px;
    }

    .header-right-side-basket {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-side-account-transactions {
        margin: 0;
    }

        .header-right-side-account-transactions > a {
            display: flex;
            flex-direction: row;
            background-color: rgb(35 31 32);
            padding: 10px;
        }

        .header-right-side-account-transactions.header-login-open-model:first-child {
            margin-right: 2px;
        }

        .header-right-side-account-transactions a i, .header-right-side-account-transactions a p, .header-right-side-account-transactions a:hover i {
            color: white;
        }

        .header-right-side-account-transactions.account-transactions-right-side {
            margin: 0;
        }

    .main {
        width: 100%;
    }

    .search_result {
        margin: auto;
    }

    .main-product-list-button.default-button {
        margin: 20px auto;
    }

    /*
        ROUTER
    */
    .router-block {
        min-height: unset;
        padding: 20px 10px;
    }

    .router-block-container {
        width: 100%;
        position: relative;
    }
    /*
        SLIDER / BANNER
    */
    .slider-content {
        height: 35vh !important;
    }



    .embla::after {
        display: none;
    }

    .embla__slide__inner a {
        width: 100%;
    }

    .embla__slide__inner img {
        width: 100%;
        object-fit: cover;
    }

    /*
        ANASAYFA - KALİTE ÜÇLÜ
    */
    .main-quality {
        padding: 0;
        padding-top: 30px;
    }

        .main-quality .main {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .main-quality > .main > div {
            width: 33%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 30px;
            padding: 0;
            margin-right: 0;
        }

    .main-quality-icon {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-quality-content {
        text-align: left;
        padding-left: 10px;
    }

    .main-quality-icon {
        width: 100%;
    }

        .main-quality-icon img {
            width: 65px;
            height: auto;
            object-fit: unset;
            display: block;
            margin: auto;
        }

    .basket-content-products-container {
        height: calc(100% - 110px);
    }

    /*
        ANASAYFA - ÜRÜN LİSTESİ
    */
    .main-product-list-content-img {
        height: 235px;
    }

    .sold-out-text {
        padding: 8px;
        font-size: 18px;
    }

    .sold-out:before {
        opacity: 0.8;
    }



    .main-product-list-container li {
        width: 25%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .main-product-list-container li::after {
            right: 0;
            height: 75%;
            top: 50%;
            transform: translateY(-50%);
        }

    .main-product-list-content-detail-icon {
        font-size: 20px;
        text-align: right;
        vertical-align: bottom;
    }

    .main-product-list-content-icon {
        width: 70%;
        margin-bottom: -10px;
    }

    .main-product-list-content-icon-text {
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-product-list-content-icon-holder {
        left: 0;
    }

    .main-product-list-content-detail-text, .main-product-list-content-detail-text-discount {
        font-size: 20px;
    }

    /*
        ANASAYFA - İÇERİK
    */
    .main-content {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .main-content-img {
        position: unset;
        height: 300px;
    }

        .main-content-img img {
            object-fit: cover;
        }

    .main-content-right {
        float: unset;
        width: 100%;
        height: auto;
        display: unset;
    }

    .main-content-right-middle-header {
        width: auto;
        margin-bottom: 0;
    }

        .main-content-right-middle-header h1 {
            font-size: 36px;
            line-height: 38px;
            margin-bottom: 10px;
        }

    .main-content-right-middle {
        padding: 0 25px;
    }

    .main-content-right-middle-text {
        font-size: 20px;
        line-height: 26px;
    }

    /*
        ANASAYFA - GALERİ
    */

    .main-gallery-container {
        width: 100%;
        height: 200px;
        display: block;
    }

    .main-gallery-img-left {
        height: auto;
        margin: 0 !important;
    }

    .main-gallery-img-right {
        height: auto;
        margin-bottom: 12px;
    }

    /*
        ANASAYFA - ABOUT US
    */
    .main-about-us-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 10px;
    }

        .main-about-us-container div {
            width: 100%;
        }

    .main-about-us-instagram {
        padding-right: 5px;
    }

    .main-about-us-blog {
        padding-left: 5px;
    }

        .main-about-us-blog .default-button {
            margin: 20px auto;
        }

    .main-about-us-blog-list-content-img {
        margin-bottom: 5px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 21px;
    }

    /*
        KURUMSAL
    */
    .corporate-c {
        width: 100%;
    }

    .corporate-top {
        padding: 60px 10px;
    }

    .corporate-top-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-top-content-left {
        width: 50%;
        height: auto;
    }

    .corporate-top-content-left-img {
        height: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            object-position: -5px;
        }

    .corporate-top-content-right {
        width: 50%;
        padding: 20px 10px;
        text-align: justify;
    }



    .corporate-bottom-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .corporate-bottom-content-left {
        width: 50% !important;
    }

    .corporate-bottom-content-left-img img {
        height: auto;
        width: 100%;
    }

    .corporate-bottom-content-right {
        width: 50% !important;
    }

    .corporate-bottom-content-right-text-c {
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        text-align: justify;
    }

    .corporate-bottom-content-right-button {
        margin-top: 50px !important;
    }

    .corporate-bottom-content-right-title {
        margin-top: 0;
    }

    .default-button.corporate-bottom-content-right-button {
        margin: auto;
    }

    /*
        MAĞAZALAR
    */
    .stores-c {
        width: 100%;
        padding: 0 10px;
        margin: 40px auto 30px auto;
    }

    .store {
        flex-direction: row !important;
        margin-bottom: 20px;
        height: 200px;
    }

    .store-left {
        width: 100%;
    }

    .store-left-image {
        width: 100%;
        height: 100%;
    }

        .store-left-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .store-right {
        padding: 35px 0px;
        padding-left: 30px;
    }

    .store-bottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .store-phone {
        margin-bottom: 10px;
    }

    /*
        BLOG
    */
    .blogs {
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blogs a {
            width: 33%;
            padding: 0 10px;
            margin-bottom: 30px;
        }

    .blog {
        margin: 0;
        max-width: unset;
    }

    .blog-c {
        margin: 35px auto 30px auto;
    }

    .blog-detail-other-blog-text {
        line-height: 28px;
    }

    .blog-image, .blog-image img {
        width: 100% !important;
        height: 150px !important;
    }

    /* 
        BLOG DETAY 
    */
    .blog-detail-c {
        width: 100%;
    }

    .blog-detail-main {
        padding: 0 10px;
        width: 100%;
    }

    .blog-detail-text-image {
        margin: 20px auto;
    }

        .blog-detail-text-image img {
            width: 70%;
            height: auto;
            object-fit: cover;
        }

    .blog-detail-text {
        font-size: 21px;
    }

    .blog-detail-other-blog-title {
        font-size: 24px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .blog-detail-other-blogs a {
            margin-top: 20px;
            width: 33%;
            padding: 5px;
        }

    .blog-detail-other-blog {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .blog-detail-other-blog-image {
        height: auto;
        width: 100%;
    }

    .blog-detail-other-blog-text {
        font-size: 24px;
    }

    .blog-detail-other-blog-c {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 
        İLETİŞİM
    */
    .contact-c {
        padding: 0 10px;
    }

    .contact-left, .contact-right {
        width: 10%;
    }

        .contact-left img, .contact-right img {
            width: 120px;
            height: auto;
        }

        .contact-left img {
            padding-right: 20px !important;
        }

        .contact-right img {
            padding-left: 30px !important;
        }

    .contact-mid {
        width: 60%;
        padding: 35px 10px;
        margin: auto;
    }

    .contact-maps .row {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-map {
        padding: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-maps {
        margin: 0 auto;
    }

    .contact-form, .bulk-sale-form {
        width: 100%;
    }

    /*
        SİPARİŞ TAKİP
    */
    .order-tracking {
        padding: 30px 10px;
    }

    .order-tracking-c {
        width: 100%;
    }

    /*
        KAHVELER & BAKERY URUNLER & AKSESUAR
    */
    .products-sub-category {
        margin: unset;
        padding: 10px;
        width: 100%;
        display: block;
    }

        .products-sub-category ul {
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .products-sub-category li {
            margin: 0;
            float: unset;
            display: block;
            margin-bottom: 10px;
            padding-right: 5px;
            width: 25%;
        }

            .products-sub-category li a {
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: inline-block;
            }

    .main-product-list-container {
        width: 100%;
    }

    .main-product-list-content {
        padding: 20px 0;
        height: 100%;
    }




    .product-details {
        margin-bottom: 30px;
    }

    #urunlerList .main-product-list-content-img img {
        height: auto;
        width: 85%;
    }

    .product-details-miscellaneous-quantity-input a, .product-details-miscellaneous-quantity-input i {
        float: unset;
        margin: 0 23px;
    }

    .product-details-miscellaneous-quantity-input input {
        float: unset;
    }

    .products .main-product-list-container li {
        margin-bottom: 0;
        float: left;
        width: 25%;
    }

    /*
        TOPLU SATIŞ 
    */
    .bulk-c {
        flex-direction: row;
        margin: 20px auto;
    }

        .bulk-c > a:first-child {
            margin-right: 50px;
        }

    .bulk-item {
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bulk-item-img img {
        width: auto;
        height: 65%;
    }

    .bulk-sale-form-c {
        padding: 0 10px;
        max-width: 100%;
    }

    .bulk-sale-form-mid {
        width: 100%;
        padding: 35px 10px;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            height: auto;
            width: 40px;
            margin-left: 10px;
        }

    img#ContentPlaceHolder1_imgKahve {
        width: 60px !important;
    }


    /* 
        ÜRÜN DETAY 
    */
    .product-details {
        padding: 0 10px;
    }

    .product-details-header {
        margin: 0;
    }

    .product-details-gallery-container {
        margin: auto;
        display: flex;
        flex-direction: row;
        width: 68%;
        min-height: 420px;
    }

    .product-details-gallery {
        margin: 0;
        float: unset;
        height: auto;
    }

        .product-details-gallery ul {
            width: auto;
            display: flex;
            flex-direction: column;
        }

        .product-details-gallery li {
            width: auto !important;
            height: auto;
            margin: 10px;
            flex: 33;
        }

    .product-details-gallery-img {
        width: auto;
    }


    .slick-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: auto !important;
    }

    .slick-track {
        height: auto;
    }



    .cloudzoom-gallery {
        width: 107px;
    }

    .main-product-list-content-img img {
        height: auto;
        width: 85%;
    }

    .product-details .main-product-list-content-img img {
        height: auto;
        width: 100%;
    }

    .product-details-img {
        width: 100%;
        order: 1;
    }

        .product-details-img img {
            width: 100%;
            max-width: unset !important;
        }

    .product-details-miscellaneous-options-container {
        margin: 25px auto;
    }

    .product-details-miscellaneous-add-to-basket {
        margin: 0;
        margin-bottom: 15px;
    }

    .product-details-miscellaneous {
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 30px;
    }

    .product-details-miscellaneous-favorite {
        padding: 0;
        margin-top: 20px;
    }

    .product-details-miscellaneous-favorite {
        text-align: center;
    }

    .product-details-miscellaneous-price, .product-details-miscellaneous-favorite, .product-details-miscellaneous-options, .product-details-miscellaneous-quantity {
        float: unset;
        width: 100%;
    }

    .product-details-miscellaneous-offer-list {
        padding: 0;
    }

    .product-details-content-tabs {
        margin: 0;
        width: 49%;
    }

        .product-details-content-tabs.mr-2, .product-details-content-tabs {
            margin-top: 40px !important;
        }

            .product-details-content-tabs.mr-2 {
                margin: 0;
                margin-right: 15px;
            }

    .product-details-content-tab-detail-inner {
        padding: 10px;
    }

        .product-details-content-tab-detail-inner li {
            padding-left: 40px;
            margin-bottom: 10px;
        }

            .product-details-content-tab-detail-inner li:after {
                font-size: 20px;
            }

    div#ContentPlaceHolder1_PnlIlgili .slick-slide {
        width: 180px !important;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-img img {
        width: 65% !important;
        display: unset;
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail {
        padding: 0 10px
    }

    div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text-discount, div#ContentPlaceHolder1_PnlIlgili .main-product-list-content-detail-text {
        font-size: 18px;
    }


    /*
        HESABIM
    */

    /*
        KİŞİSEL
    */
    .account {
        display: block;
    }

        .account .main {
            display: flex;
            flex-direction: column;
        }

    .account-left {
        display: block;
        float: unset;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .account-left-menu {
        padding: 20px;
        width: 100%;
        display: block;
    }

    .account-right {
        width: 100%;
        float: unset;
        padding: 0 10px;
    }

    .account-right-menu {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 15px;
    }

        .account-right-menu .arrow {
            display: none;
        }

        .account-right-menu ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .account-right-menu li {
            display: block;
            width: 20%;
            text-align: center;
        }

            .account-right-menu li a {
                padding: 0;
                line-height: 50px;
            }


    input#ContentPlaceHolder1_txtAd {
        margin-bottom: 15px;
    }

    .personal-information-button.default-button {
        margin: auto;
    }

    .personal-information-button {
        float: unset;
    }

    /*
        ADRES
    */



    /*
        KUPONLAR
    */
    .personal-information-active-coupons-main, .personal-information-past-coupons-main {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section {
        padding: 10px;
    }

    .personal-information-active-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-active-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-active-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-active-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }


    .personal-information-past-coupons-main-section {
        padding: 10px;
    }

    .personal-information-past-coupons-main-section-title-left {
        padding-right: 10px;
        display: block;
    }

    .personal-information-past-coupons-main-section-title-right {
        margin: 0;
    }

    .personal-information-past-coupons-main-section-text {
        margin: 20px 0;
        text-align: justify;
    }

    .personal-information-past-coupons-main-section-info {
        margin: 0;
        text-align: justify;
    }

    /*
        SİPARİŞLER
    */

    .personal-information-order-button.default-button {
        margin: auto;
        margin-top: 30px;
    }

    /*
        FAVORİLER
    */
    .personal-information-favorite-product {
        margin: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33% - 15px);
        flex-direction: row;
        margin-right: 5px;
    }

    .personal-information-favorite-product-img {
        width: 100%;
        height: 110px;
    }

        .personal-information-favorite-product-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .personal-information-favorite-product-bottom-right {
        margin-top: 25px;
    }

    /*
        E-BÜLTEN
    */
    .main-newsletter-container {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-newsletter-text {
        text-align: center;
        width: 30%;
        display: inline-block;
    }

    .main-newsletter-form {
        display: inline-block;
        width: 33%;
    }

        .main-newsletter-form input {
            padding: 10px;
        }

    .main-newsletter-button {
        display: inline-block;
        width: 33%;
        padding-left: 10px;
    }

    .main-newsletter-button-background {
        padding: 15px;
    }

    /*
        FOOTER
    */
    .footer {
        /*background-position-x: -900px;*/
        display: block;
        background: unset;
    }

    .footer-top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-top-detail {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-top-logo {
        margin-right: 0;
    }

    .footer-top-detail-content {
        padding: 10px;
    }

    .footer-top-detail > div {
        width: 100%;
    }

    .footer-top-detail-content-contact {
        margin-top: 30px;
    }

    .footer-top-list {
        display: block;
        width: 100%;
    }

        .footer-top-list > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .footer-top-list > ul > li {
                margin-bottom: 20px;
                padding: 0px;
                float: unset;
                width: 50%;
                text-align: center;
            }

                .footer-top-list > ul > li:last-child {
                    padding-right: 10px;
                }

    .footer-top-list-content ul li {
        width: auto;
        padding: 0;
    }

    .footer-top-miscellaneous {
        display: flex;
        margin-bottom: 20px;
    }

    .footer-top-miscellaneous-media {
        margin: auto;
        width: 35%;
    }

        .footer-top-miscellaneous-media li {
            float: left;
        }

        .footer-top-miscellaneous-media a {
            margin: 0;
            margin-right: 0;
            margin-left: 10px;
        }

    .footer-top-miscellaneous-information-links {
        margin: auto;
        width: 100%;
    }

        .footer-top-miscellaneous-information-links a {
            margin: 0;
            margin-left: 10px;
        }

    .contracted-companies-img {
        padding: 0;
        margin: auto;
        margin-bottom: 10px;
    }

        .contracted-companies-img:last-child {
            padding-left: 60px;
        }

            .contracted-companies-img:last-child img {
                height: auto;
                object-fit: cover;
            }

    .footer-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
        MODAL / POUP
    */
    .content-box-alt-outer {
        margin: 10px;
        margin-top: 40px;
    }

    .content-box-alt-inner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .content-box-close {
        width: 20px;
        height: 18px;
    }

        .content-box-close:after {
            font-size: 14px;
        }

    .panel-padding {
        padding: 10px;
    }

    .default-button {
        margin: 0;
    }

    .content-box-form {
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-form-holder .content-box-form {
        display: block;
    }

    .sign-in-button {
        margin-bottom: 10px;
    }

    .password-reset-box {
        padding: 25px 10px;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 80px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
        max-height: 280px;
    }

        .content-box-inner table {
            width: 100% !important;
        }


    /*
        SEPET
    */
    .basket {
        width: 90%;
    }

    .basket-content-products-list li {
        padding: 0 10px;
    }

    .basket-content-products-list-content-details {
        padding: 0 5px;
    }

    .basket-content-products-deals li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-content-sum {
        padding: 20px 20px;
    }


    /*
        SEPET DETAY
    */
    .main.page-basket-in {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-basket-product-list {
        float: unset;
        margin-bottom: 25px;
        width: auto;
    }

    .page-basket-product-list-deals ul {
        padding: 0;
        width: auto;
        display: block;
    }

    .page-basket-product-list-content-details-header {
        display: block;
    }

    .page-basket-product-abstract {
        width: 100%;
        float: unset;
    }

    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-list-content {
        border-bottom: 1px solid rgba(211,211,211,0.6)
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-header {
        margin-top: 10px;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 10px;
    }


    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        right: 10px;
    }

    .page-basket-product-list-content-inner-bottom {
        display: flex;
        flex-direction: row;
    }

    .page-basket-product-list-content-price {
        width: 260px;
    }

    .page-basket-product-list-content-price-per-piece, .page-basket-product-list-content-price-sum {
        min-width: unset;
    }

    .page-basket-product-list-content-price-per-piece {
        width: 60px;
    }

    .page-basket-product-list-content-price-sum {
        width: auto;
        margin-left: 20px;
    }

    .page-basket-product-list-content-details {
        width: 440px;
    }


    .page-basket-product-list-deals {
        width: 100%;
        padding: 0 10px;
    }

        .page-basket-product-list-deals li {
            height: auto;
        }

            .page-basket-product-list-deals li:after {
                left: 5px;
            }

    .page-basket-product-list-deals-text {
        padding: 10px 10px 10px 30px;
        line-height: 20px;
    }

    .page-basket-product-list-content .product-details-miscellaneous-quantity-input a {
        margin: 0 18px;
    }

    .page-basket-product-abstract-code i {
        width: 75px;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 100%;
    }

    .page-basket-product-list-content-details-quantity
    .page-basket-product-abstract-transition {
        padding: 0 10px;
    }

    .page-basket-product-abstract-content-inner {
        padding: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
    }

    div#ContentPlaceHolder1_pnlPromosyonListesi {
        width: 100%;
        padding: 0 10px;
    }

    .personal-information-adress-table-section {
        padding: 10px;
    }

    /*
        SİPARİŞ - ADRES
    */
    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
    }

        .adress-details-form.form-padding, .adress-details-form-holder .adress-details-form {
            width: 100%
        }

    div#ContentPlaceHolder1_drpSehir_chosen, div#ContentPlaceHolder1_drpSehir2_chosen, div#ContentPlaceHolder1_drpIlce_chosen, div#ContentPlaceHolder1_drpIlce2_chosen {
        padding: 0;
        width: 100%;
    }

    .order-tab-list {
        margin: 20px 0;
        margin-bottom: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .order-tab-list li {
            line-height: 30px;
            margin: 5px;
            flex: 15%;
            color: #909090;
            background-color: #EFEFEF;
            border-radius: 5px;
        }

    div#ContentPlaceHolder1_pnlUye {
        display: flex;
        flex-direction: row;
    }

    .adress-details-content.opened {
        max-height: 2000px;
        height: auto;
    }

    .adress-details-content.billing {
        float: unset;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
    }

    .adress-details-tabs-inner {
        padding: 0;
    }

    .adress-details-tab-header {
        margin: 20px 0;
    }

        .adress-details-tab-header label {
            padding: 0;
            display: block;
            margin: auto;
            text-align: center;
            float: unset;
        }

    .pull-right {
        float: unset !important;
    }

    .adress-details-tab-header a {
        width: 50%;
        margin: 0;
    }

    div#ContentPlaceHolder1_divteslimatAdres, div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 120px;
    }

    .adress-details-form.control-group.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adress-details-form.control-group.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .adress-details-form.control-group > div:nth-child(1),
    .adress-details-form.control-group > div:nth-child(3) {
        padding: 0;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0 3px;
    }

    div#ContentPlaceHolder1_btnDevamAdres {
        margin: auto;
        float: unset;
        margin-top: 20px;
    }

    div#ContentPlaceHolder1_btnDevamMusteriAdres {
        float: unset;
        margin: auto;
        margin-top: 20px;
    }

    /*
        SİPARİŞ - MİSAFİR
    */


    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 10px;
    }

    /*
        SİPARİŞ - KARGO
    */
    .accordion-content {
        padding: 0 10px;
    }

    .choose-cargo-button {
        margin: auto;
    }

    /*
        SİPARİŞ - ÖDEME
    */
    .summary-and-payment {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .summary-and-payment-left {
        width: 100%;
    }

    .summary-and-payment-bills-details {
        width: 49%;
        padding: 0;
    }

    div#ContentPlaceHolder1_pnlKart {
        display: flex;
        flex-direction: column;
    }

    #credit-card {
        width: 330px;
    }

    #credit-card-back {
        width: 330px;
    }

    .accordion-content.open-content {
        display: block;
    }

    .summary-and-payment-card-information-form-holder {
        width: 100%;
        display: block;
    }

    .summary-and-payment-card {
        width: 100%;
        float: unset;
    }

    .summary-and-payment-card-information {
        width: 100%;
        float: unset;
        padding: 10px 0;
    }

    .summary-and-payment-basket-details {
        padding-right: 0px;
        display: block;
    }

    .summary-and-payment-basket-details-tabs {
        margin-right: 0;
    }

    .summary-and-payment-bills-details-inner {
        display: block;
        padding: 0;
    }

    .summary-and-payment-basket-content-tab-detail-inner {
        padding: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list li {
        padding: 0
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
        width: 120px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        padding: 10px 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 15px;
        padding-top: 15px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .card-back-cvc {
        width: 100%;
    }

    .credit-card-number {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .summary-and-payment-card-information-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .summary-and-payment-card-information-form input {
            padding: 8px 5px;
        }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 24px
    }

    .chosen-container-single .chosen-single span {
        margin-right: 32px !important;
    }

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

    .membership-information-padding {
        padding: 10px;
    }


    /*
        ERROR - 404
    */
    .error-c {
        width: 100%;
        margin: auto;
    }

    .error-top {
        padding: 0 10px;
        position: relative;
    }

    .error-top-text {
        margin-left: 0;
        letter-spacing: 0;
        width: 95%;
    }

    .error-top img {
        width: 100%;
        margin-top: 50px
    }

    .error-bottom {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 10px;
    }
}






/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .realtedProductListContainer .custom-prev {
        width: 40px;
        height: 40px;
        left: -3%;
    }

    .realtedProductListContainer .custom-next {
        width: 40px;
        height: 40px;
        right: -3%;
    }


    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 50px;
        justify-content: center;
        margin-right: 0;
    }

    .error-c {
        margin-top: 7%;
    }

    .footer {
        background-size: 95%;
    }

    .realtedProductListContainer {
        max-width: 1550px;
    }
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {


    .defaultContentSpaceBroker .blog-detail-main:last-child .blog-detail-text {
        margin-bottom: -10px;
    }

    .blogSliderWidthResizer {
        margin-top: 5px;
    }

    .realtedProductListContainer .custom-prev {
        width: 40px;
        height: 40px;
        left: -3%;
    }

    .realtedProductListContainer .custom-next {
        width: 40px;
        height: 40px;
        right: -3%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 50px;
        justify-content: center;
        margin-right: 0;
    }

    .error-c {
        margin-top: 3%;
    }

    .footer {
        background-size: 95%;
    }

    .realtedProductListContainer {
        max-width: 1500px;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {


    .product-details-header h1 {
        font-size: 26px;
    }

    .content-box-close {
        line-height: 16px !important;
    }

    .defaultContentSpaceBroker .blog-detail-main:last-child .blog-detail-text {
        margin-bottom: -10px;
    }

    .realtedProductListContainer .custom-prev {
        width: 40px;
        height: 40px;
        left: -4%;
    }

    .realtedProductListContainer .custom-next {
        width: 40px;
        height: 40px;
        right: -4%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 50px;
        justify-content: center;
        margin-right: 0;
    }

    .error-c {
        margin-top: 0%;
        transform: scale(0.9);
    }

    .footer {
        background-size: 120%;
    }

    .realtedProductListContainer {
        max-width: 1400px;
    }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .basket-content-sum {
        height: 70px;
        padding: 10px 30px;
        bottom: 80px;
    }

    .basket-content-basket-link {
        height: 50px;
        bottom: 20px;
    }

    .basket-content-products-container {
        height: calc(100% - 222px);
    }



    .product-details-gallery .custom-prev {
        top: 1%;
    }

    .product-details-gallery .custom-next {
        bottom: 1%;
    }

    .product-details-header h1 {
        font-size: 26px;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .contact-left img, .contact-right img {
        width: 120px;
    }

    .blog-text {
        font-size: 20px;
        line-height: 20px;
    }

    .realtedProductListContainer .custom-prev {
        width: 30px;
        height: 30px;
        left: -4%;
    }

    .realtedProductListContainer .custom-next {
        width: 30px;
        height: 30px;
        right: -4%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 50px;
        justify-content: center;
        margin-right: 0;
    }

    .footer {
        background-size: 120%;
    }

    .realtedProductListContainer {
        max-width: 1300px;
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .basket-content-sum {
        height: 70px;
        padding: 10px 30px;
        bottom: 80px;
    }

    .basket-content-basket-link {
        height: 50px;
        bottom: 20px;
    }

    .basket-content-products-container {
        height: calc(100% - 222px);
    }

    .main-about-us-blog-list-content-text {
        font-size: 20px;
    }

    .main-product-list {
        margin-bottom: 20px;
    }

    .product-details-gallery .custom-prev {
        top: 2%;
    }

    .product-details-gallery .custom-next {
        bottom: 2%;
    }

    .product-details-header h1 {
        font-size: 26px;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .blogSlider a {
        width: 190px;
    }

    .summary-and-payment {
        width: 97%;
        margin: auto;
    }

    .page-basket.forCartResizer {
        width: 97%;
        margin: 15px auto 0 auto;
    }

    .forAccountOrdersDetail {
        width: 44%;
    }

    .contact-left img, .contact-right img {
        width: 120px;
    }

    .blog-text {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-img-cell {
        height: 190px;
        width: 190px;
    }

    .blogSliderWidthResizer {
        max-width: 1200px;
    }


    .realtedProductListContainer .custom-prev {
        width: 30px;
        height: 30px;
        left: -5%;
    }

    .realtedProductListContainer .custom-next {
        width: 30px;
        height: 30px;
        right: -5%;
    }

    .product-details {
        width: 90%;
        margin: 5px auto 60px auto;
    }

    .main.orderTracking {
        width: 80%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 43px;
        justify-content: center;
        margin-right: 0;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        width: 70px;
    }

    .header-menu {
        width: 55%;
    }


    .main-product-list-container li {
        width: 21.5%;
    }

    .error-c {
        margin-top: 0%;
        transform: scale(0.9);
    }

    .realtedProductListContainer {
        max-width: 1200px;
    }
}
/* width 1366-2 */
@media only screen and (min-width: 1279px) and (max-width:1366px) {
    .error-c {
        margin-top: -4%;
        transform: scale(0.7);
    }
}
/*width 1278*/
@media only screen and (min-width: 1025px) and (max-width:1278px) {
    .main-product-list-container li::after {
        height: 87%;
    }

    .basket-content-sum {
        height: 70px;
        padding: 10px 30px;
        bottom: 80px;
    }

    .basket-content-basket-link {
        height: 50px;
        bottom: 20px;
    }

    .basket-content-products-container {
        height: calc(100% - 222px);
    }

    .main-about-us-blog-list-content-text {
        font-size: 20px;
    }

    .product-details-gallery .custom-prev {
        top: 2%;
    }

    .product-details-gallery .custom-next {
        bottom: 2%;
    }

    .product-details-header h1 {
        font-size: 26px;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .blogSlider a {
        width: 200px;
    }

    .summary-and-payment {
        width: 97%;
        margin: auto;
    }

    .page-basket.forCartResizer {
        width: 97%;
        margin: 15px auto 0 auto;
    }

    .forAccountOrdersDetail {
        width: 47%;
    }

    .contact-left img, .contact-right img {
        width: 120px;
    }

    .blog-text {
        font-size: 20px;
        line-height: 20px;
    }



    .main-newsletter-text {
        text-align: unset;
        width: unset;
        display: inline-block;
    }

    .main-newsletter-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .realtedProductListContainer .custom-prev {
        width: 30px;
        height: 30px;
        left: -4%;
    }

    .realtedProductListContainer .custom-next {
        width: 30px;
        height: 30px;
        right: -4%;
    }

    .realtedProductListContainer {
        max-width: 1150px;
    }

    .product-details {
        width: 97%;
        margin: 5px auto 60px auto;
    }

    .main.orderTracking {
        width: 80%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 43px;
        justify-content: center;
        margin-right: 0;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        width: 70px;
    }

    .header-menu {
        width: 50%;
    }

    input#txtArama {
        max-width: 75px;
    }

    .header-menu {
        padding: 0;
        width: 55%;
        display: block;
        max-width: unset;
    }

    .main-product-list-container li {
        width: 21.5%;
    }

    .error-c {
        margin-top: 0%;
        transform: scale(0.9);
    }



    .header-menu-bottom li {
        margin-right: 10px;
    }

    .main-about-us-blog {
        width: 58%;
    }

    .blog-img-cell {
        height: 200px;
        margin-bottom: 0;
        width: 200px;
    }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) {

    .error-c {
        margin-top: -5%;
        transform: scale(0.7);
    }


    .main-about-us-blog {
        width: 58%;
    }
}
/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .relatedProductsPaddingResizer a:after {
        right: -6%;
    }

    .main-content {
        margin-bottom: 35px;
    }

    .summary-and-payment-bills-details-inner {
        padding: 15px;
    }

    .main-product-list-content-img {
        height: 260px;
    }

        .main-product-list-content-img img {
            max-height: 250px;
        }

    .basket-content-sum {
        height: 70px;
        padding: 10px 30px;
        bottom: 80px;
    }

    .basket-content-basket-link {
        height: 50px;
        bottom: 20px;
    }

    .basket-content-products-container {
        height: calc(100% - 222px);
    }

    .main-about-us-blog-list-content-text {
        font-size: 20px;
    }

    .router-block-header {
        width: 30%;
    }

    .product-details-gallery .custom-prev {
        top: 1%;
    }

    .product-details-gallery .custom-next {
        bottom: 1%;
    }

    .blogSlider a {
        width: 200px;
    }


    .blog-img-cell {
        height: 200px;
        margin-bottom: 0;
        width: 200px;
    }

    .page-basket-product-abstract {
        width: 315px;
    }

    .forAccountOrdersDetail {
        width: 54%;
    }

    .forAccountOrders {
        width: 770px;
    }

    .product-details-header {
        width: 35%;
        margin-left: 0%;
    }

        .product-details-header h1 {
            font-size: 26px;
        }

    .contact-left img, .contact-right img {
        width: 120px;
    }

    .blog-text {
        font-size: 20px;
        line-height: 20px;
    }

    .corporate-bottom-content-left {
        width: 50%;
    }



    .main-newsletter-text {
        text-align: unset;
        width: unset;
        display: inline-block;
        font-size: 18px;
    }

    .main-newsletter-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }



    .page-basket-product-list-content .product-details-miscellaneous-quantity-input input {
        width: 50px;
    }

    .product-details-miscellaneous {
        float: left;
        width: 35%;
        margin-left: 5%;
    }

    .realtedProductListContainer .custom-prev {
        width: 30px;
        height: 30px;
        left: -4%;
    }

    .realtedProductListContainer .custom-next {
        width: 30px;
        height: 30px;
        right: -4%;
    }

    .defaultContentSpaceBroker {
        max-width: 950px;
    }

    .accordion {
        max-width: 990px;
    }

    .main.orderTracking {
        width: 90%;
    }

    .blog-detail-other-blog {
        margin-right: 0;
    }

    .blog-detail-other-blogs {
        column-gap: 24px;
        justify-content: start;
        margin-right: 0;
    }

    .blog-detail-other-blog,
    .blog-detail-other-blog-image {
        width: 180px;
        height: 180px;
    }


    .bulk-sale-form-mid {
        width: 67%;
    }

        .bulk-sale-form-mid .bulk-sale-form-left-icon {
            width: 60px;
        }

    .main-product-list-content-detail-text {
        font-size: 18px;
    }

    .discountedProductTopLine {
        font-size: 16px;
    }

    input#txtArama {
        max-width: 100px;
    }

    .header-right-side-container {
        padding: 0 2px;
    }

    .header-logo {
        width: 140px;
    }

        .header-logo img {
            object-fit: contain;
        }

    .main-about-us-blog {
        width: 58%;
    }

    .header-menu-bottom li {
        margin-right: 10px;
    }

    .error-c {
        margin-top: -2%;
        transform: scale(0.8);
    }

    .blogSliderWidthResizer {
        max-width: 980px;
        margin-top: 20px;
    }

    .main-product-list-container .custom-prev {
        left: -2.5%;
    }

    .realtedProductListContainer {
        max-width: 900px;
    }
}





/* 999px => mobil */
@media only screen and (max-width: 999px) {

    .searchResultForProducts {
        height: 150px;
    }

    .orderStatusBox {
        margin-top: 9%;
    }

    .summary-and-payment-card-information-form input {
        padding: 9px 5px;
    }

    .cvcForOrder {
        margin-right: 0 !important;
    }


    .content-box-outer {
        margin: 40px 20px 20px 20px;
    }

    .main-product-list-content.slick-slide a {
        width: 100% !important;
    }

    .productListResizer {
        margin-top: 0;
    }

    .main-product-list-container li:nth-child(4n)::after {
        content: none !important;
    }

    .defaultPageBlogGrid .main-about-us-instagram-gallery-img {
        margin: 0;
    }

    .promotionWidthForCart {
        width: 100% !important;
    }

    .contracted-companies-img:last-child {
        padding-left: 0;
    }



    .embla__button--prev {
        left: 4% !important;
    }

    .embla__button--next {
        left: 22% !important;
    }

    .embla__button {
        width: 20px !important;
        height: 20px !important;
        bottom: 10% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

        .embla__button:after {
            width: 40px !important;
            height: 40px !important;
            left: -10px !important;
            top: -10px !important;
        }


        .embla__button:hover {
            animation: unset !important;
        }

    .embla__button__svg {
        width: 80% !important;
        height: 80% !important;
    }

    .embla:after {
        content: "" !important;
        width: 20px !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 22% !important;
        left: 13% !important;
        border-radius: 2px !important;
    }










    .page-basket-product-list-content-details-header {
        font-size: 18px;
    }

    .basket-content-products-deals li {
        padding: 10px 10px 10px 50px;
    }

    .basket-content-products-list-content-details {
        padding-left: 15px;
    }

    .page-basket-product-list-content-img > .img-cell {
        display: unset;
    }



    .product-details-gallery {
        display: unset !important;
    }

    .blog-detail-title {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .page-basket-product-list-content-img {
        display: block;
    }

    .page-basket-product-abstract-code input:hover + i,
    .page-basket-product-abstract-code a:hover + i {
        background-color: unset;
        color: #231f20;
    }

    .promotionListBottom .promotionListBox .promotionListRow li label {
        line-height: 1.3;
    }

    .personal-information-adress-table-section {
        padding: 10px 10px;
        width: 100%;
        margin: 0px auto;
    }

    .content-box-checkbox input {
        margin-right: 5px;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 10px;
    }

    .basket-blank .img-cell {
        flex-direction: column;
        height: auto;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

    .default-button.order-tracking-button {
        width: 70%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .default-button.order-tracking-button input,
        .default-button.order-tracking-button a {
            line-height: 40px;
            font-size: 18px;
        }


    .content-box-reCaptcha.forOrderTracking {
        margin-bottom: 15px;
    }


    .breadcrumbs ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .blog-detail-c {
        padding: 20px 0;
    }

    .bulk-item {
        margin: 0;
    }

    .password-reset-box-password-button a,
    #btnDuzenle,
    #btnEkle,
    #btnYeniAdresEkle,
    .btnDevamAdresButton,
    #btnDevamKargo,
    #btnGonderPre,
    #btnGonderPreTakip,
    #uyeolmadanbtn,
    #btnPassChangeSend {
        width: 100%;
    }

    .content-box-reCaptcha.forContact {
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        position: absolute;
    }

    .footer-top-detail-content-contact:hover .footer-top-detail-content-contact-icon {
        animation: unset;
    }

    .footer-top-list {
        display: none;
    }

    .main-product-list.productListForMobil {
        margin-bottom: 30px;
    }

    .main-product-list {
        margin-bottom: 30px;
    }

    .pagingDiv {
        margin: 15px auto 40px auto;
    }




    .coupon-clear {
        padding-right: 10px;
    }

    .blog-detail-text {
        padding-bottom: 20px;
        line-height: 1.3;
    }

    .blog-detail-c {
        margin: 0;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer {
        width: 250px;
        height: 150px;
        margin: auto;
    }

    .main-product-list-container .custom-prev,
    .main-product-list-container .custom-next {
        width: 20px;
        height: 20px;
    }

    .basket {
        width: 100%;
    }



    .account-right-menu ul {
        justify-content: center;
    }

    .account-right-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .adress-details-content-inner {
        padding: 10px;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .adress-details-form-holder {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0px;
    }

    .adress-details-form.control-group > div:nth-child(2) {
        padding: 0;
    }

    .default-button {
        margin: 0 auto;
    }

    .addressButtonResizer {
        height: auto;
    }

        .addressButtonResizer > a {
            font-size: 18px;
            line-height: 30px;
        }

    #personal-information-order-table th, #personal-information-order-table td {
        padding: 20px 5px;
        width: max-content;
    }

    /*orderdetail*/
    .personal-information-order-detail-top-left {
        font-size: 18px;
        margin-left: 0px;
    }

    .personal-information-order-detail-top {
        width: 340px;
    }

    .personal-information-order-section {
        width: 320px;
    }

    .personal-information-order-detail-middle2 {
        width: 340px;
    }

    .personal-information-order-section-info-c {
        width: 60%;
        gap: 5px;
    }

    .personal-information-order-section-info-title {
        margin-bottom: 7px;
    }

    .personal-information-order-section-price-title {
        margin-bottom: 7px;
    }

    .personal-information-order-section-img {
        width: 30%;
        height: 100px;
        max-height: 100px;
    }

        .personal-information-order-section-img img {
            width: 100%;
            height: 100%;
        }

    .personal-information-order-section {
        margin-bottom: 10px;
        gap: 30px;
    }

    .personal-information-order-detail-bottom {
        padding: 0 10px;
    }

    .personal-information-order-detail-bottom-grand-number {
        min-width: 90px;
    }

    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-number {
        font-size: 18px;
    }

    .orderResultFontSize {
        font-size: 22px;
    }

    .personal-information-order-detail-middle .personal-information-order-section:nth-last-child(1) {
        border-bottom: none;
        margin-bottom: 0;
    }

    .personal-information-order-detail-bottom-grand-kdv {
        font-size: 14px;
        line-height: 17px;
    }

    .personal-information-order-detail-middle2-adress-text {
        font-size: 16px;
        line-height: 20px;
    }

    .sign-in-password-reset {
        margin-top: 10px;
    }

    .personal-information-active-coupons-main-section-title-left-img,
    .personal-information-past-coupons-main-section-title-left-img {
        margin-right: 5px;
    }

    .personal-information-active-coupons-main-section-title-left,
    .personal-information-past-coupons-main-section-title-left {
        display: flex;
    }

    .personal-information-empty-favorite-text {
        margin-bottom: 40px;
    }

    .personal-information-favorite-products {
        margin: auto;
    }

    .accordion-item-header {
        width: 95%;
        margin: auto;
    }

    .accordion-item-body-content {
        width: 95%;
        margin: auto;
        padding: 20px;
    }

    .orderResultNavList {
        width: 100%;
        justify-content: space-evenly;
        margin: 10px auto 50px auto;
    }


    .product-details-gallery ul {
        width: auto;
        display: block;
    }

    .content-box-reCaptcha.forBulkSale {
        margin-bottom: 20px;
    }

    .blog-text {
        font-size: 18px;
        line-height: 1;
    }

    #personal-information-order-table {
        margin-bottom: 10px !important;
    }
}

/* Horizontal(yatay) */
@media only screen and (min-width: 480px) and (max-width: 844px) {
    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 40%;
    }

    .homeProductsForHeight .homeProductsSeeAllButton {
        top: 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        float: right;
        margin-left: 20px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-details {
        text-align: left;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        margin-right: 10px;
    }

    .cvcForOrder,
    .drpYilForOrder,
    .drpAyForOrder {
        width: 32.6% !important;
        margin-right: 0;
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 0;
    }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100% !important;
    }



    .main-product-list-header {
        margin: 30px 0 20px 0;
    }

    .main-gallery-header h2 {
        margin: 30px 0 30px 0;
    }

    .main-about-us-instagram-header,
    .main-about-us-blog-header {
        margin: 20px 0;
    }

    .main-gallery-container {
        margin-top: 60px;
    }

    .main-gallery-header {
        margin: 0;
    }

        .main-about-us-blog-header,
        .main-about-us-instagram-header,
        .main-gallery-header h2 {
            font-size: 30px;
        }

    .main-product-list-content {
        padding: 10px 0;
    }










    .personal-information-order-section-info-title {
        font-size: 18px;
    }

    .embla__button--next {
        left: 17% !important;
    }

    .page-basket-product-list-content-details {
        width: 82%;
    }

    .product-details {
        margin-bottom: 20px !important;
    }

    .product-details-miscellaneous-price {
        font-size: 30px;
    }

    .address-title {
        font-size: 17px;
    }

    .adress-details-content-container div#ContentPlaceHolder1_pnlMisafir > div:first-child {
        padding-right: 0;
    }

    .adress-details-content.billing {
        padding-left: 0;
    }

    .accordion-content {
        width: 100% !important;
    }



    .sign-in-password-reset {
        margin-top: 20px;
    }

    .page-basket {
        width: 96%;
        margin: 25px auto 0 auto;
    }


    .personal-information-order-detail-bottom-grand-kdv.forOrderTracking {
        margin-left: 0;
    }

    .main.orderTracking {
        width: 96%;
    }

    .order-tracking-c {
        width: 60%;
    }

    .cargoTrackingNoForOrders {
        margin-left: 0 !important;
    }

    #personal-information-order-table th,
    #personal-information-order-table td {
        text-align: center;
    }

    .personal-information-favorite-product-bottom {
        align-items: end;
    }


    .personal-information-adress-table-section {
        width: 100%;
        margin: 0px auto;
    }

    .content-box-checkbox.forAccountAddEditAddress {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .content-box-reCaptcha.forPasswordReset {
        margin: 0 auto;
    }

    .passwordResetWidthResizer {
        width: 60%;
    }

    img#ContentPlaceHolder1_imgKahve {
        width: 50px !important;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 17px;
        margin-top: -17px;
    }


    .blog-slider {
        margin-top: -30px !important;
    }

    .blog-detail-text {
        margin-bottom: 30px;
    }

    .blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .main-about-us {
        padding-bottom: 0;
    }

    .main-about-us-blog .default-button {
        margin: 40px auto 0 auto;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .blog-detail-other-blog-c {
        padding-top: 0;
    }

    .blogSliderWidthResizer {
        margin-top: 0 !important;
    }

    .corporate-c {
        width: 97%;
    }

    #surround {
        margin: auto;
    }


    .content-box-reCaptcha.forOrderTracking {
        margin-top: -7px;
    }

    .bulk-c {
        row-gap: 20px;
    }

    .bulk-item {
        justify-content: center;
    }






    .default-button.modalButton {
        width: 70%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .default-button.modalButton input,
        .default-button.modalButton a {
            line-height: 40px;
            font-size: 18px;
        }

    .footer-top-detail > div:first-child {
        width: 45%;
    }

    .footer-top-detail > div:nth-child(2) {
        width: 55%;
        padding-top: 30px;
    }

    .footer-top-miscellaneous {
        flex-direction: column;
    }

    .footer-top-miscellaneous-media {
        width: auto;
    }

        .footer-top-miscellaneous-media a {
            margin-left: 0;
        }

        .footer-top-miscellaneous-media ul {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

    .footer-top-miscellaneous-information-links {
        width: auto;
        margin-bottom: 20px;
    }

    .footer-top-detail-content-contact-icon {
        height: 45px;
        margin-top: 7px !important;
        margin-left: 4px !important;
    }






    .main-product-list-content-img {
        min-height: 155px;
    }

    #personal-information-order-table,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2,
    personal-information-order-detail-bottom {
        width: 96%;
        margin: auto;
    }

    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        padding: 10px 0;
    }

    .personal-information-order-section-img img {
        object-fit: contain;
    }

    .personal-information-order-section-info-c {
        width: 40%;
    }

    .personal-information-order-section-img {
        width: 40%;
    }

    .personal-information-order-section {
        gap: 10px;
    }

    .personal-information-order-section-info-c {
        margin-left: 10px;
    }

    .personal-information-order-section-info-c {
        gap: 25px;
    }




    .blog-img-cell img {
        object-fit: cover !important;
    }

    .main-product-list-content-img img {
        object-fit: contain;
        max-height: 190px;
        width: unset;
    }



    .homeProductsForHeight {
        height: auto;
    }

    .main-quality-icon img {
        object-fit: contain;
    }

    .slider-content {
        height: calc(100vh - 110px) !important;
    }

    .store-right {
        padding-top: 0;
    }

    .main-product-list-content-detail-text {
        display: inline-flex;
        flex-direction: column;
    }

    #urunlerList .main-product-list-content-img img {
        object-fit: contain;
        max-height: 140px;
        width: unset;
    }

    .blog-detail-other-blog-image {
        height: 200px;
    }

    .orderResultNavList {
        width: 100%;
        margin: 2% auto 3% auto;
    }

    .error-top {
        overflow: hidden;
    }

    .form-alert {
        margin-bottom: 20px;
    }

    /*Açılır Menü*/
    .basket-content-basket-link {
        bottom: 5px;
        height: 30px;
    }

        .basket-content-basket-link a {
            font-size: 18px;
        }

    .basket-content-sum {
        bottom: 40px;
        height: 40px;
        padding: 5px 20px;
    }

        .basket-content-sum li {
            font-size: 20px;
        }

    .basket-content-header {
        padding: 10px 20px;
        font-size: 18px;
    }

    .basket-content-products-container {
        height: calc(100% - 120px);
    }

    .product-details-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-form-holder.forRegisterPassword {
        margin-top: -10px;
    }

    .membership-information-padding {
        padding-bottom: 30px;
    }
}

/* Vertical(dikey) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .relatedProductsPaddingResizer a:after {
        content: none;
    }


    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 0 !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-header {
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-inner.priceResizerForOrderResult {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }




    .cvcForOrder,
    .drpYilForOrder,
    .drpAyForOrder {
        width: 32.8% !important;
        margin-right: 0;
    }

    input#ContentPlaceHolder1_txtCv2 {
        margin-left: 0;
    }

    div#ContentPlaceHolder1_drpYil_chosen {
        width: 100% !important;
    }






    .account-right-menu li a {
        line-height: 35px;
    }

    .relatedProductsPaddingResizer {
        padding: 0 !important;
    }


    .defaultPageBottomSpacer {
        margin: 30px 0;
    }

    .personal-information-adress-table-section {
        width: 100%;
        margin: 0px auto;
    }

    .membership-information-padding {
        padding-bottom: 20px;
    }

    .contact-form-holder.forRegisterPassword {
        margin-top: -10px;
    }

    .page-basket {
        width: 93%;
        margin: 15px auto 0 auto;
    }

    .main.orderTracking {
        width: 93%;
    }


    .personal-information-order-section-price-c {
        width: 100%;
    }

    .router-block-container.forProductList {
        flex-direction: column;
    }

    .blog-slider {
        margin-top: -30px !important;
    }

    .store-right {
        padding: 15px 0 50px 0px;
    }

    .blog-detail-other-blog-c {
        padding-top: 0;
    }
    /*breadcrumbs*/
    .router-block-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
    }

    .breadcrumbs {
        width: max-content;
        display: flex;
        align-items: center;
    }

    .router-block-header {
        width: max-content;
    }
    /*breadcrumbs*/


    .corporate-c {
        width: 94%;
    }

    .membership-information-tabs li:first-child {
        width: 20%;
    }

    .product-details {
        margin: 20px 0;
    }


    #cartSliderBaseContainer {
        width: 90%;
    }







    .blog-detail-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
    }



    .breadcrumbs.blog {
        width: 100%;
        margin-top: 7px;
    }


    .store-left-image {
        height: auto;
    }

    .bulk-c {
        row-gap: 20px;
    }

    .bulk-item-img {
        margin-bottom: 20px;
    }

    .contracted-companies-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*product-detail slick kodları*/
    .realtedProductListContainer .custom-next,
    .realtedProductListContainer .custom-prev {
        width: 20px;
        height: 20px;
    }

    .slick-track {
        height: unset;
    }

    .product-details-gallery .custom-prev {
        width: 20px;
        height: 20px;
        left: -8%;
        top: 33%;
        transform: unset;
    }

    .product-details-gallery .custom-next {
        width: 20px;
        height: 20px;
        left: 101%;
        top: 33%;
        transform: unset;
    }

    .product-details-gallery-container {
        float: unset;
        width: 300px;
        min-height: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }

    .realtedProductListContainer {
        max-width: 300px;
        margin: auto;
        margin-bottom: 35px;
    }

    .relatedProductsImgCell {
        width: 200px;
        height: 200px;
        margin: auto;
        display: flex;
    }

        .relatedProductsImgCell img {
            width: 100%;
            height: 100%;
            object-fit: contain !important;
        }

    .realtedProductListContainer a {
        display: flex;
        flex-direction: column;
        height: 310px;
    }

    .realtedProductListContainer .custom-prev {
        left: -12%;
    }

    .realtedProductListContainer .custom-next {
        right: -11%;
    }

    .realtedProductListContainer .main-product-list-content-detail-icon {
        padding-right: 0;
    }

    #surround {
        width: 300px;
        height: 350px;
        margin: auto;
    }

        #surround img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    /*product-detail slick kodları*/
    .error-top {
        overflow: hidden;
    }

    .form-alert {
        margin-bottom: 20px;
    }

    .content-box-inner {
        padding: 0 10px 0 0;
    }

    .blogSliderWidthResizer {
        max-width: 300px;
        margin: auto;
    }

    .main-product-list-container .custom-prev {
        left: -2%;
    }

    .main-product-list-container .custom-next {
        right: -2%;
    }

    .content-box-checkbox.forAccountAddEditAddress {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .personal-information-adress-table-c {
        margin-bottom: 0px;
    }

    .personal-information-favorite-product-bottom {
        align-items: end;
    }
}


/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .defaultPageBlogTitle {
        margin-bottom: -10px !important;
    }

    .personal-information-order-section-info-title {
        font-size: 16px;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 53%;
    }

    .gallerySlider .main-product-list-content-img, .gallerySlider .slider-img-resizer {
        width: 270px;
        height: 170px;
    }


    .relatedProductsSticker .main-product-list-content-icon-text {
        transform: translate(-65%, -50%) rotate(-40deg);
    }

    .content-box-reCaptcha.forOrderRegister {
        margin-left: -12px;
    }

    .product-details-header h1 {
        font-size: 22px;
    }

    .personal-information-order-section-price {
        margin-right: 10px;
        width: 110px;
    }

    .personal-information-order-section-total {
        width: 100px;
    }

    .personal-information-order-section-info-c {
        width: 70%;
    }

    .personal-information-order-section {
        gap: 10px;
    }






    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }

    #personal-information-order-table th:nth-child(4),
    #personal-information-order-table td:nth-child(4) {
        width: 0px;
    }

    #personal-information-order-table th:nth-child(3),
    #personal-information-order-table td:nth-child(3) {
        width: 0px;
    }

    .orderDetailTableforAccount {
        margin-bottom: 10px !important;
    }

    .personal-information-order-detail-top {
        width: 285px;
        margin: auto;
    }

    .personal-information-order-detail-middle2 {
        gap: 10px;
    }





    .personal-information-favorite-product {
        margin-left: 0px;
    }

    .tablinks {
        font-size: 18px;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .main-about-us {
        padding-bottom: 0px;
    }

    .membership-information-tabs li:first-child {
        width: 15%;
    }

    .content-box-reCaptcha.forBulkSale {
        margin-left: -27px;
    }

    .content-box-reCaptcha.forContact {
        margin-left: 2px;
    }

    .bulk-item {
        width: 200px;
        height: 260px;
    }

    .footer-top-detail-content-contact-icon {
        height: 45px;
        margin-top: 7px !important;
        margin-left: 4px !important;
    }


    .installmentOptionsHeader {
        gap: 0px;
        width: 100%;
    }

    .installmentRadio {
        margin-right: 0 !important;
    }

    .installmentOptionsHeader > div:first-child {
        min-width: 30px;
    }

    .installmentOptionsHeader > div {
        min-width: 90px;
    }

    .installmentRadio {
        min-width: 30px !important;
        margin-right: 0 !important;
    }

    .installmentTable li .myCheckBoxClass label .part.advance {
        margin-right: 0;
    }

    .installmentTable li .myCheckBoxClass label .part .part-child {
        margin-right: 0;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }








    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .accordion-content {
        margin-top: 100px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }




    .content-box-reCaptcha.order {
        margin-left: -13px;
    }




















    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 96%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 10px;
    }

    .page-basket-product-list-content-img {
        width: 100px;
        padding-right: 0px;
        height: 100px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 14px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -50px;
        right: 10px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }



    .product-details-miscellaneous-quantity {
        width: 130px;
    }

    .product-details-gallery .custom-next {
        left: 95.4%;
    }

    .product-details-miscellaneous-price {
        font-size: 30px;
    }

    .product-details-gallery .custom-prev {
        left: -5px;
    }

    .realtedProductListContainer .custom-next {
        right: -2%;
    }

    .realtedProductListContainer .custom-prev {
        left: -2%;
    }

    .error-top img {
        width: 50%;
        margin-top: 40px;
    }

    .error-top-text {
        font-size: 140px;
        letter-spacing: 30px;
        margin: 90px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 24px;
    }

    .error-bottom-text {
        font-size: 18px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 30px;
    }


    .personal-information-order-detail-top {
        width: 300px;
    }

    .personal-information-order-section {
        width: 100%;
    }

    .personal-information-order-detail-middle2 {
        width: 300px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }
}
/* Samsung S3 dikey */
@media only screen and (min-width:360px) and (max-width:369px) {
    .defaultPageBlogTitle {
        margin-bottom: -20px !important;
    }

    .personal-information-order-section-info-title {
        font-size: 18px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 6% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 19% !important;
        left: 12% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 20% !important;
    }


    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 53%;
    }

    .gallerySlider .main-product-list-content-img, .gallerySlider .slider-img-resizer {
        width: 270px;
        height: 170px;
    }

    .main-product-list-container .custom-next {
        right: -9%;
    }

    .main-product-list-container .custom-prev {
        left: -9%;
    }

    .relatedProductsSticker .main-product-list-content-icon-text {
        transform: translate(-65%, -50%) rotate(-40deg);
    }

    .product-details-header h1 {
        font-size: 22px;
    }

    .card-block {
        width: 96%;
        margin: auto;
    }

    .orderDetailTableforAccount {
        margin-bottom: 10px !important;
    }

    .personal-information-order-detail-top {
        width: 340px;
        margin: auto;
    }

    .personal-information-order-detail-middle2 {
        gap: 10px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }





    .blog-detail-text {
        margin-bottom: 30px;
    }

    .main-about-us {
        padding-bottom: 0px;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .content-box-reCaptcha.forBulkSale {
        margin-left: -7px;
    }

    .bulk-item {
        width: 220px;
        height: 280px;
    }

    .contact-map {
        flex: 100%;
    }

    .footer-top-detail-content-contact-icon {
        height: 50px;
        margin-top: 6px !important;
        margin-left: 12px !important;
    }

    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 13px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 9px !important;
    }


    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }



    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }











    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }



    .accordion-content {
        margin-top: 100px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }


    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 96%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 10px;
    }

    .page-basket-product-list-content-img {
        width: 100px;
        padding-right: 0px;
        height: 100px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 14px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -50px;
        right: 10px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }






    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-gallery-container {
        flex-direction: column-reverse;
    }

    .product-details-miscellaneous-quantity {
        width: 130px;
    }

    .product-details-gallery .custom-next {
        left: 102%;
    }

    .product-details-gallery .custom-prev {
        left: -8%;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .realtedProductListContainer .custom-next {
        right: -6%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }



    .error-top img {
        width: 50%;
        margin-top: 40px;
    }

    .error-top-text {
        font-size: 140px;
        letter-spacing: 30px;
        margin: 100px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 24px;
    }

    .error-bottom-text {
        font-size: 18px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 30px;
    }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:389px) {
    .homeProductsSeeAllButton {
        top: 10px;
    }

    .defaultPageBlogTitle {
        margin-bottom: 0px !important;
    }

    .relatedProductsPaddingResizer {
        margin-bottom: 10px;
    }

    .personal-information-order-section-info-title {
        font-size: 18px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 6% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 19% !important;
        left: 12% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 20.3% !important;
    }




    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 53%;
    }

    .gallerySlider .main-product-list-content-img, .gallerySlider .slider-img-resizer {
        width: 270px;
        height: 170px;
    }

    .main-product-list-container .custom-next {
        right: -10%;
    }

    .main-product-list-container .custom-prev {
        left: -10%;
    }

    .relatedProductsImgCell {
        width: 230px;
        height: 230px;
    }

    .product-details-header h1 {
        font-size: 22px;
    }

    .card-block {
        width: 92%;
        margin: auto;
    }

    .orderDetailTableforAccount {
        margin-bottom: 10px !important;
    }

    .personal-information-order-detail-top {
        width: 355px;
        margin: auto;
    }

    .personal-information-order-detail-middle2 {
        gap: 10px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }





    .personal-information-favorite-product-img img {
        max-height: 210px;
        max-width: 100%;
        object-fit: contain;
        height: 120px;
    }

    .personal-information-favorite-product-bottom-right i {
        font-size: 16px;
    }

    .blog-detail-text {
        margin-bottom: 30px;
    }

    .blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }



    .main-product-list-content-detail .main-product-list-content-detail-text,
    .main-product-list-content-detail .main-product-list-content-detail-text-discount {
        display: inline-flex;
        flex-direction: column;
    }

    .password-reset-box-text {
        line-height: 16px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 110px;
    }

    .blog-detail-other-blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }



    .bulk-item {
        width: 220px;
        height: 280px;
    }

    .contact-map {
        flex: 100%;
    }

    .footer-top-detail-content-contact-icon {
        height: 50px;
        margin-top: 6px !important;
        margin-left: 20px !important;
    }

    .main-about-us {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 18px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 14px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }









    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }





    .accordion-content {
        margin-top: 100px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }








    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 95%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 10px;
    }

    .page-basket-product-list-content-img {
        width: 100px;
        padding-right: 0px;
        height: 100px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 14px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -45px;
        right: 10px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }






    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        width: 140px;
    }

    .product-details-gallery .custom-next {
        left: 104%;
    }

    .product-details-gallery .custom-prev {
        left: -11%;
    }

    .realtedProductListContainer .custom-next {
        right: -10%;
    }

    .realtedProductListContainer .custom-prev {
        left: -10%;
    }

    .main-product-list-content-detail .main-product-list-content-detail-text,
    .main-product-list-content-detail .main-product-list-content-detail-text-discount {
        font-size: 18px;
        display: inline-block;
    }

    .main-product-list-content-detail .main-product-list-content-detail-icon {
        font-size: 20px;
    }

    .error-top img {
        width: 50%;
        margin-top: 40px;
    }

    .error-top-text {
        font-size: 140px;
        letter-spacing: 30px;
        margin: 100px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 24px;
    }

    .error-bottom-text {
        font-size: 18px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 30px;
    }



    .personal-information-order-section {
        width: 330px;
    }

    .personal-information-order-detail-middle2 {
        width: 350px;
    }
}
/* iPhone 12 dikey */
@media only screen and (min-width:390px) and (max-width:399px) {
    .homeProductsSeeAllButton {
        top: 15px;
    }

    .defaultPageBlogTitle {
        margin-bottom: 0px !important;
    }

    .relatedProductsPaddingResizer {
        margin-bottom: 10px;
    }

    .personal-information-favorite-product-img img {
        max-height: 210px;
        object-fit: contain;
        height: 120px;
    }

    .main-product-list-content-img {
        height: 195px;
        min-height: 195px;
        max-height: 195px;
    }




    .personal-information-order-section-info-title {
        font-size: 18px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 7% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 17% !important;
        left: 11.4% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 20.3% !important;
    }



    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 57%;
    }

    .gallerySlider .main-product-list-content-img, .gallerySlider .slider-img-resizer {
        width: 266px;
        height: 170px;
    }

    .main-product-list-container .custom-next {
        right: -13%;
    }

    .main-product-list-container .custom-prev {
        left: -13%;
    }


    .relatedProductsImgCell {
        width: 230px;
        height: 230px;
    }


    .product-details-header h1 {
        font-size: 22px;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .card-block {
        width: 88%;
        margin: auto;
    }

    .orderDetailTableforAccount {
        margin-bottom: 10px !important;
    }

    .personal-information-order-detail-top {
        width: 370px;
        margin: auto;
    }

    .personal-information-order-detail-middle2 {
        gap: 10px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }




    .blog-detail-text {
        margin-bottom: 30px;
    }

    .blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .password-reset-box-text {
        line-height: 18px;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .main-about-us {
        padding-bottom: 0;
    }

    .main-product-list-content-icon {
        height: 45px;
    }

    .main-product-list-content-detail .main-product-list-content-detail-text,
    .main-product-list-content-detail .main-product-list-content-detail-text-discount {
        font-size: 18px;
        display: inline-block;
    }

    .main-product-list-content-detail .main-product-list-content-detail-icon {
        font-size: 20px;
    }


    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 110px;
    }

    .blog-detail-other-blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .bulk-item {
        width: 230px;
        height: 290px;
    }

    .contact-map {
        flex: 100%;
    }

    .footer-top-detail-content-contact-icon {
        height: 50px;
        margin-top: 6px !important;
        margin-left: 25px !important;
    }



    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 22px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 19px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }









    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .accordion-content {
        margin-top: 100px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }





    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 96%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 10px;
    }

    .page-basket-product-list-content-img {
        width: 100px;
        padding-right: 0px;
        height: 100px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 14px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -44px;
        right: 10px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }



    .product-details-gallery-container {
        width: 350px;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        width: 150px;
    }

    .product-details-gallery .custom-next {
        left: 94%;
    }

    .product-details-gallery .custom-prev {
        left: 0%;
    }

    .realtedProductListContainer .custom-next {
        right: -12%;
    }

    .realtedProductListContainer .custom-prev {
        left: -12%;
    }

    .product-details-gallery .custom-next {
        left: 99%;
        top: 39%;
    }

    .product-details-gallery .custom-prev {
        left: -5%;
        top: 39%;
    }






    .error-top img {
        width: 50%;
        margin-top: 40px;
    }

    .error-top-text {
        font-size: 140px;
        letter-spacing: 30px;
        margin: 100px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 24px;
    }

    .error-bottom-text {
        font-size: 18px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 30px;
    }
}
/* iphone Plus dikey */
@media only screen and (min-width:400px) and (max-width:479px) {

    .defaultPageBlogTitle {
        margin-bottom: -20px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content {
        display: flex;
        flex-direction: column;
        padding: 0;
        border: none;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container, .summary-and-payment-basket-content-tab-detail-list-content-details, .summary-and-payment-basket-content-tab-detail-list-content-price {
        width: 100%;
        display: block;
        text-align: center;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        margin: auto;
        padding: 0;
    }

        .summary-and-payment-basket-content-tab-detail-list-content-img img {
            max-width: 100%;
            max-height: 115px;
        }












    .relatedProductsPaddingResizer {
        margin-bottom: 10px;
    }

    .personal-information-order-section-info-title {
        font-size: 18px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 7% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 17% !important;
        left: 11.4% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 20.3% !important;
    }


    .gallerySlider .main-product-list-content-img, .gallerySlider .slider-img-resizer {
        width: 270px;
        height: 170px;
    }

    .main-product-list-container .custom-next {
        right: -17%;
    }

    .main-product-list-container .custom-prev {
        left: -17%;
    }

    .relatedProductsImgCell {
        width: 230px;
        height: 230px;
    }

    .product-details-header h1 {
        font-size: 22px;
    }

    .card-block {
        width: 83%;
        margin: auto;
    }

    .orderDetailTableforAccount {
        margin-bottom: 10px !important;
    }

    .personal-information-order-detail-top {
        width: 390px;
        margin: auto;
    }

    .personal-information-order-detail-middle2 {
        gap: 10px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }


    .personal-information-favorite-product-bottom-right i {
        font-size: 18px;
    }




    .blog-detail-text {
        margin-bottom: 30px;
    }

    .blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .main-product-list-content-detail .main-product-list-content-detail-text,
    .main-product-list-content-detail .main-product-list-content-detail-text-discount {
        display: inline-block;
    }

    .main-about-us {
        padding-bottom: 0;
    }

    .main-product-list-content-detail .main-product-list-content-detail-text,
    .main-product-list-content-detail .main-product-list-content-detail-text-discount {
        font-size: 18px;
    }

    .main-product-list-content-detail .main-product-list-content-detail-icon {
        font-size: 20px;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 110px;
    }

    .blog-detail-other-blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }



    .bulk-item {
        width: 230px;
        height: 290px;
    }

    .contact-map {
        flex: 100%;
    }

    .footer-top-detail-content-contact-icon {
        height: 55px;
        margin-top: 3px !important;
        margin-left: 25px !important;
    }

    .footer-top-detail {
        flex-direction: column;
    }

    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 31px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 27px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }








    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }


    .accordion-content {
        margin-top: 100px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }




    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 96%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 10px;
    }

    .page-basket-product-list-content-img {
        width: 100px;
        padding-right: 0px;
        height: 100px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 14px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -45px;
        right: 10px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }



    .product-details-gallery-container {
        width: 350px;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        width: 150px;
    }

    .product-details-gallery .custom-next {
        left: 94%;
    }

    .product-details-gallery .custom-prev {
        left: 0%;
    }

    .realtedProductListContainer .custom-next {
        right: -8%;
    }

    .realtedProductListContainer .custom-prev {
        left: -8%;
    }

    .product-details-gallery .custom-next {
        left: 101%;
        top: 39%;
    }

    .product-details-miscellaneous-price {
        font-size: 32px;
    }

    .product-details-gallery .custom-prev {
        left: -7%;
        top: 39%;
    }

    .realtedProductListContainer .custom-next {
        right: -14%;
    }

    .realtedProductListContainer .custom-prev {
        left: -14%;
    }


    .error-top img {
        width: 50%;
        margin-top: 40px;
    }

    .error-top-text {
        font-size: 140px;
        letter-spacing: 30px;
        margin: 120px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 24px;
    }

    .error-bottom-text {
        font-size: 18px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 30px;
    }



    .personal-information-order-section {
        width: 370px;
    }

    .personal-information-order-detail-middle2 {
        width: 390px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }
}


/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px) {
    .main-product-list-content-img img {
        max-height: 140px;
    }

    .relatedProductsPaddingResizer a:after {
        right: -3%;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: auto;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        margin-left: 10px;
    }

    .personal-information-order-section-info-c {
        gap: 10px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 8.8% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 19% !important;
        left: 9.7% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 20.3% !important;
    }




    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 190px;
        height: 140px;
    }

    .main-product-list-container .custom-next {
        right: -3%;
    }

    .main-product-list-container .custom-prev {
        left: -3%;
    }

    .relatedProductsImgCell {
        width: 240px;
        height: 180px;
    }

    #cartSliderBaseContainer {
        width: 68.5%;
    }

    .product-details-header h1 {
        font-size: 22px;
    }



    .card-block {
        width: 72%;
        margin: auto;
    }

    .content-box-reCaptcha.forOrderTracking {
        margin-left: -12px;
        transform: scale(0.9);
    }

    .personal-information-order-section {
        width: 240px;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 95px;
        text-align: end;
    }










    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    .main-content-right-middle-text {
        font-size: 16px;
    }

    .corporate-c {
        width: 95%;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 21px;
    }





    .basket-blank-img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

        .basket-blank-img i {
            font-size: 30px;
        }

    .basket-blank-text {
        font-size: 20px;
        line-height: 24px;
    }



    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 110px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }


    .corporate-top-content-left {
        height: 200px;
        margin: auto;
        width: 100%;
    }

    .corporate-top-content-left-img {
        margin: auto;
        height: 100%;
        width: 100%;
    }

        .corporate-top-content-left-img img {
            object-fit: cover;
            height: 100%;
            object-position: left;
            width: 100%;
        }

    .bulk-item {
        width: 220px;
        height: 250px;
    }


    .bulk-item-img {
        margin-bottom: 20px;
    }

    .bulk-sale-form-mid {
        width: 100%;
    }

    .footer-top-detail-content-contact-icon {
        height: 50px;
        margin-top: 4px !important;
        margin-left: -40px !important;
    }

    .footer-top-detail {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-newsletter-button {
        float: right;
    }

    .contracted-companies-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-product-list {
        margin-bottom: 30px;
    }

    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 52px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 49px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 20% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }








    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }


    .accordion-content {
        margin-top: 60px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }



    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: 100px;
        top: 40px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -24px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -60px;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 60px;
    }









    .personal-information-order-detail-middle2-adress {
        margin-right: 10px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 460px;
    }

    .personal-information-order-section-img {
        width: 30%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 140px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }



    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: 12%;
    }

    .contact-map {
        width: 100%;
    }

    .main-gallery-img-right {
        margin-bottom: 13px;
    }

    .product-details-gallery-container {
        width: 400px !important;
    }

    #surround {
        width: 200px;
        height: 210px;
    }


    .product-details-gallery-container {
        float: unset;
        width: 300px;
        min-height: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: -6%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 106%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 32%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 420px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .main-product-list-content-img {
        height: 100px;
    }



    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 45px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }

    .blogSliderWidthResizer {
        max-width: 440px;
        margin-top: 10px;
    }



    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 56%;
    }


    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 60px;
        letter-spacing: 30px;
        margin: 50px 0 0 20px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px) {
    .main-product-list-content-img img {
        max-height: 170px;
    }

    .relatedProductsPaddingResizer a:after {
        right: -3%;
    }

    .account-right-menu li {
        font-size: 16px;
    }


    #urunlerList li:nth-child(3n)::after {
        content: none !important;
    }


    .main-product-list-container li:nth-child(4n)::after {
        content: "" !important;
    }

    .product-details-miscellaneous-options-container {
        margin: 40px 0;
        width: 50%;
        float: left;
        margin-right: 20px;
    }


    .embla__viewport:after {
        content: "" !important;
        width: 6.5% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 19% !important;
        left: 9.2% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 17% !important;
    }


    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 220px;
        height: 145px;
    }

    .main-product-list-container .custom-next {
        right: -5%;
    }

    .main-product-list-container .custom-prev {
        left: -5%;
    }


    #cartSliderBaseContainer {
        width: 60%;
    }

    .product-details-header h1 {
        font-size: 22px;
    }

    .card-block {
        width: 60%;
        margin: auto;
    }

    .personal-information-order-section {
        width: 270px;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }





    .personal-information-adress-table {
        height: max-content;
    }

    .account-right-menu ul {
        column-gap: 10px;
    }




    .corporate-c {
        width: 96%;
    }


    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 21px;
    }

    .realtedProductListContainer .main-product-list-content-detail-icon {
        padding-right: 0;
    }




    .basket-blank-img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

        .basket-blank-img i {
            font-size: 30px;
        }

    .basket-blank-text {
        font-size: 20px;
        line-height: 24px;
    }


    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 160px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }




    .corporate-top-content-left-img img {
        height: 365px;
        width: 200%;
        object-position: -82px;
        object-fit: cover;
        transform: translateY(91px);
        z-index: 0;
        position: relative;
    }

    .bulk-item {
        width: 200px;
        height: 220px;
    }

    .bulk-sale-form-mid {
        width: 70%;
    }

    .bulk-item-text {
        margin-bottom: 10px;
    }

    .footer-top-detail-content-contact-icon {
        height: 44px;
        margin-top: 6px !important;
        margin-left: -10px !important;
    }

    .main-newsletter-button {
        float: right;
    }

    .contracted-companies-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .main-product-list {
        margin-bottom: 20px;
    }


    .installmentOptionsHeader > div {
        min-width: 90px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 30px;
        }

    .installmentOptionsHeader {
        gap: 82px;
        width: 100%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 78px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 20% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }











    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }













    .adress-details-content.billing {
        margin: auto;
        margin-top: 20px;
    }

    .accordion-content {
        margin-top: 60px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 16px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }










    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: 20px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -45px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -40px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 60px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 100px;
    }

    .personal-information-order-detail-middle2-adress {
        margin-right: 10px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 540px;
    }

    .personal-information-order-section-img {
        width: 30%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }







    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -18%;
    }

    .main-gallery-img-right {
        margin-bottom: 15px;
    }

    .product-details-gallery-container {
        /*width: 400px !important;*/
        width: 500px !important;
    }

    #surround {
        width: 200px;
        height: 210px;
    }


    .product-details-gallery-container {
        float: unset;
        width: 300px;
        min-height: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: -3%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 103%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 45%;
    }

    .product-details-miscellaneous-quantity {
        width: 45%;
    }

    .product-options {
        width: 100px;
    }

    .product-details-miscellaneous-add-to-basket {
        clear: unset;
        width: 46%;
        margin: 37px 0 0 0;
    }

    .product-details-miscellaneous-link {
        margin: 0 0 20px 0;
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 500px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .main-product-list-content-img {
        height: 175px;
        min-height: 175px;
    }



    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 47px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }






    .blogSliderWidthResizer {
        max-width: 500px;
        margin-top: 10px;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer {
        width: 210px;
        height: 130px;
    }


    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 59%;
    }




    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 80px;
        letter-spacing: 32px;
        margin: 55px 0 0 25px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px) {

    .relatedProductsPaddingResizer a:after {
        right: -1%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance {
        min-width: 80px;
    }

    .account-right-menu li {
        font-size: 16px;
    }

    #urunlerList li:nth-child(3n)::after {
        content: none !important;
    }

    .main-product-list-container li:nth-child(4n)::after {
        content: "" !important;
    }

    .main-product-list-content-img {
        min-height: 195px;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 5.8% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 17.4% !important;
        left: 8.8% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 16% !important;
    }



    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 180px;
        height: 150px;
    }

    .main-product-list-container .custom-next {
        right: -4%;
    }

    .main-product-list-container .custom-prev {
        left: -4%;
    }

    #cartSliderBaseContainer {
        width: 50%;
    }

    .product-details-header h1 {
        font-size: 24px;
    }

    .card-block {
        width: 52%;
        margin: auto;
    }


    .personal-information-order-section-info-title {
        width: 160px !important;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }


    .personal-information-adress-table {
        height: max-content;
    }

    .account-right-menu ul {
        margin-bottom: 0 !important;
        column-gap: 15px;
    }

    .blog-text {
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .bulk-sale-form-mid {
        width: 70%;
    }

    .accordion-content {
        margin: 40px auto 55px auto !important;
        width: 100% !important;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 20px;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 20px;
    }


    .realtedProductListContainer .main-product-list-content-detail-icon {
        padding-right: 0;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: space-between;
    }

        .blog-detail-other-blogs a {
            width: 48%;
        }

    .blog-detail-other-blog-image {
        height: 180px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .corporate-top-content-left-img img {
        height: 368px;
        width: 200%;
        object-position: -49px;
        object-fit: cover;
        transform: translateY(65px);
        z-index: 0;
        position: relative;
    }

    .bulk-item {
        width: 200px;
        height: 240px;
    }

    .main-newsletter-button {
        float: right;
    }

    .homeProductsForHeight .homeProductsSeeAllButton {
        bottom: 0;
    }


    .installmentOptionsHeader > div {
        min-width: 87px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 40px;
        }

    .installmentOptionsHeader {
        gap: 0;
        width: 49%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 0 !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }











    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }


    .adress-details-content.billing {
        float: right;
    }

    .accordion-content {
        margin-top: 20px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }

    .main-product-list {
        margin-bottom: 20px;
    }

    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: 20px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -45px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -40px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 60px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 100px;
    }

    .personal-information-order-detail-middle2-adress {
        margin-right: 0;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 620px;
    }

    .personal-information-order-section-img {
        width: 30%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }







    .account-right-menu ul {
        margin-bottom: 40px;
    }

    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -46%;
    }

    .main-gallery-img-right {
        margin-bottom: 17px;
    }

    .main-product-list-container li::after {
        right: 0;
        height: 75%;
        top: 50%;
        transform: translateY(-50%);
    }

    .product-details-gallery-container {
        width: 500px !important;
    }

    #surround {
        width: 200px;
        height: 210px;
    }


    .product-details-gallery-container {
        float: unset;
        width: 300px;
        min-height: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: -11%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 111%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 48%;
    }

    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 560px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .main-product-list-content-img {
        height: 100px;
    }



    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 50px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }









    .blogSliderWidthResizer {
        max-width: 580px;
        margin-top: 10px;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer {
        width: 170px;
        height: 120px;
    }


    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 62%;
    }






    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 80px;
        letter-spacing: 32px;
        margin: 65px 0 0 28px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px) {
    .relatedProductsPaddingResizer a:after {
        right: -4%;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 35%;
    }

    .adress-details-form-holder.mobileInputResizer {
        flex-direction: row;
    }



    .account-right-menu li {
        font-size: 16px;
    }

    .main-product-list-content-img {
        height: 195px;
        min-height: 195px;
        max-height: 195px;
    }


    #page-sign-in .membership-information-padding, #page-sign-up .membership-information-padding, #continue .membership-information-padding {
        width: 70%;
        margin: auto;
    }



    .embla__viewport:after {
        content: "" !important;
        width: 5.1% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 16.6% !important;
        left: 8.5% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 15% !important;
    }




    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 170px;
        height: 155px;
    }

    .main-product-list-container .custom-next {
        right: -6%;
    }

    .main-product-list-container .custom-prev {
        left: -6%;
    }

    #cartSliderBaseContainer {
        width: 50%;
    }

    .product-details-header h1 {
        font-size: 24px;
    }

    .card-block {
        width: 49%;
        margin: auto;
    }


    .personal-information-order-section-info-title {
        width: 160px !important;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }




    .personal-information-adress-table {
        height: max-content;
    }

    .account-right-menu ul {
        margin-bottom: 0 !important;
        column-gap: 10px;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 30px;
        margin-top: -17px;
    }

    .bulk-sale-form-mid {
        width: 70%;
    }

    .spacerForRegister {
        margin-top: 10px !important;
    }

    .accordion-content {
        margin: 40px auto 55px auto !important;
    }

    .product-details-miscellaneous-options-dropdown {
        width: 48%;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 20px;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 20px;
    }



    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: start;
    }

        .blog-detail-other-blogs a {
            width: 33%;
        }

    .blog-detail-other-blog-image {
        height: 180px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .corporate-top-content-left-img img {
        height: 359px;
        width: 200%;
        object-position: -26px;
        object-fit: cover;
        transform: translateY(74px);
        z-index: 0;
        position: relative;
    }


    .bulk-item {
        width: 210px;
        height: 230px;
    }

    .main-newsletter-button {
        float: right;
    }


    .main-product-list {
        margin-bottom: 30px;
    }

    .installmentOptionsHeader > div {
        min-width: 92px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 40px;
        }

    .installmentOptionsHeader {
        gap: 0;
        width: 49%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 1px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }










    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }




    .adress-details-content.billing {
        float: right;
    }


    .accordion-content {
        margin-top: 20px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 14px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }





    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: 20px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -45px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -40px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 60px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 100px;
    }

    .personal-information-order-detail-middle2-adress {
        margin-right: 10px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 640px;
    }

    .personal-information-order-section-img {
        width: 30%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }





    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -55%;
    }

    .main-gallery-img-right {
        margin-bottom: 19px;
    }

    .product-details-gallery-container {
        width: 500px !important;
    }

    #surround {
        width: 200px;
        height: 210px;
    }


    .product-details-gallery-container {
        float: unset;
        width: 300px;
        min-height: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: -13%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 113%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 15px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 47%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 560px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }




    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 45px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }











    .blogSliderWidthResizer {
        max-width: 580px;
        margin-top: 10px;
    }




    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 54%;
    }






    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 80px;
        letter-spacing: 32px;
        margin: 70px 0 0 28px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/* iphone Plus yatay */
@media only screen and (min-width:700px) and (max-width:759px) {
    .main-product-list-content.slick-slide a {
        width: 90% !important;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 0px !important;
    }

    .relatedProductsPaddingResizer a:after {
        right: -1%;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 35%;
    }

    .adress-details-form-holder.mobileInputResizer {
        flex-direction: row;
    }

    .main-product-list-content-img {
        height: 195px;
        min-height: 195px;
        max-height: 195px;
    }



    #page-sign-in .membership-information-padding, #page-sign-up .membership-information-padding, #continue .membership-information-padding {
        width: 70%;
        margin: auto;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 5.9% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 16.1% !important;
        left: 8% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 15% !important;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 170px;
        height: 165px;
    }

    .main-product-list-container .custom-next {
        right: -5%;
    }

    .main-product-list-container .custom-prev {
        left: -5%;
    }

    #cartSliderBaseContainer {
        width: 50%;
    }

    .product-details-header h1 {
        font-size: 24px;
    }

    .product-details-content-tabs.mr-2 {
        margin-right: 25px;
    }

    .card-block {
        width: 44%;
        margin: auto;
    }

    .personal-information-order-section-info-title {
        width: 160px !important;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }



    .personal-information-adress-table {
        height: max-content;
    }

    .account-right-menu ul {
        margin-bottom: 0 !important;
        column-gap: 0;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 40px;
        margin-top: -17px;
    }

    .bulk-sale-form-mid {
        width: 70%;
    }

    .accordion-content {
        margin: 40px auto 55px auto !important;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 30px;
    }

    .productDetailLineFixer {
        float: left;
        margin: 30px auto 0 auto;
    }


    .product-details-gallery-container {
        float: left;
        width: 360px !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-miscellaneous-options-container {
        margin: 20px 0;
        float: right;
    }

    .product-details-content-tabs,
    .product-details-content-tabs.mr-2 {
        margin-top: 0px;
    }


    .product-details-content-tabs {
        width: 48%;
    }



    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 20px;
    }




    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: start;
    }

        .blog-detail-other-blogs a {
            width: 33%;
        }

    .blog-detail-other-blog-image {
        height: 180px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }


    .corporate-top-content-left-img img {
        height: 385px;
        width: 200%;
    }


    .bulk-item {
        width: 220px;
        height: 250px;
    }

    .main-newsletter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .main-product-list {
        margin-bottom: 30px;
    }

    .installmentOptionsHeader > div {
        min-width: 103px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 40px;
        }

    .installmentOptionsHeader {
        gap: 0;
        width: 49%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 13px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }


    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }



    .adress-details-content.billing {
        float: right;
    }

    .accordion-content {
        margin-top: 20px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 16px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }





    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 25px 0 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: -70px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -25px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 20px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -30px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 0;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 115px;
    }


    .personal-information-order-detail-middle2-adress {
        margin-right: 44px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 710px;
    }

    .personal-information-order-section-img {
        width: 50%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }

    .personal-information-order-section {
        gap: 20px;
    }



    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -79%;
    }

    .main-gallery-img-right {
        margin-bottom: 19px;
    }


    #surround {
        width: 270px;
        height: 260px;
    }




    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: 1%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 102%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 40%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 650px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }



    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 45px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }





    .blogSliderWidthResizer {
        max-width: 660px;
        margin-top: 10px;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer {
        width: 200px;
        height: 150px;
    }


    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 58%;
    }



    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 100px;
        letter-spacing: 32px;
        margin: 70px 0 0 30px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .page-basket-product-abstract-transition {
        width: 60%;
        float: right;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 60%;
        float: right;
        clear: both;
        display: inline-block;
        margin-top: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
        display: table;
        float: right;
        width: 60%;
    }

    .PromotionBox {
        margin-top: 20px;
        border: 1px solid #f4f4f4 !important;
        background-color: #fafafa;
        width: 60% !important;
        float: right;
    }

    .page-basket-product-list {
        margin-bottom: 5px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/* tablet dikey */
@media only screen and (min-width:760px)and (max-width:810px) {
    .searchResultForProducts {
        height: 180px;
    }

    .adress-details-form-holder.mobileInputResizer {
        flex-direction: row;
    }

    .personal-information-adress-table-section-top-adress {
        line-height: 1.2;
    }


    .embla__viewport:after {
        content: "" !important;
        width: 5.9% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 15.4% !important;
        left: 8% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 15% !important;
    }




    #page-sign-in .membership-information-padding,
    #page-sign-up .membership-information-padding,
    #continue .membership-information-padding {
        width: 80%;
        margin: auto;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 210px;
        height: 180px;
    }

    .main-product-list-container .custom-next {
        right: -4%;
    }

    .main-product-list-container .custom-prev {
        left: -4%;
    }


    .relatedProductsImgCell {
        height: 190px;
    }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .page-basket-product-list-content-inner {
        min-height: 95px;
    }

    .page-basket-product-list-content-details {
        width: 360px;
        line-height: 1.1;
    }

    #cartSliderBaseContainer {
        width: 58%;
    }

    .card-block {
        margin-top: 10px;
    }

    .payment-option-head2 {
        width: 49%;
        line-height: 1.4;
        text-align: start;
    }

    .payment-options-bottom {
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-right: 17px;
        margin-top: -98px;
    }

    .page-basket {
        width: 97%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price-title {
        width: 100%;
        text-align: end;
    }

    .personal-information-order-section-info-c {
        gap: 15px;
    }

    .personal-information-order-section-info-c {
        width: 50%;
    }

    .personal-information-order-section-info-c {
        flex-direction: row;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section {
        width: 100%;
    }

    .personal-information-order-detail-middle2 {
        flex-direction: row;
    }





    .personal-information-order-detail-bottom-grand-number {
        min-width: 200px;
    }

    .personal-information-adress-table {
        height: max-content;
    }

    .account-right-menu {
        margin-bottom: 10px;
    }

    .content-box-reCaptcha.forPasswordReset {
        margin: 10px auto 0 auto;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 30px;
        margin-top: -17px;
    }

    .footer-top-detail-content-adress {
        line-height: 25px;
    }

    .main-quality-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bulk-sale-form-mid {
        width: 70%;
    }

    .bulk-item {
        gap: 20px;
    }

    .page-basket-product-abstract-transition {
        width: 60%;
        float: right;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 60%;
        float: right;
        clear: both;
        display: inline-block;
        margin-top: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
        display: table;
        float: right;
        width: 60%;
    }

    .PromotionBox {
        margin-top: 20px;
        border: 1px solid #f4f4f4 !important;
        background-color: #fafafa;
        width: 60% !important;
        float: right;
    }

    .page-basket-product-list {
        margin-bottom: 5px;
    }





    .order-tab-list li {
        line-height: 30px;
        margin: 5px;
        color: #909090;
        background-color: #EFEFEF;
        border-radius: 5px;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 10px;
        margin-left: 20px;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 18px;
    }



    .content-box-reCaptcha.forOrderTracking {
        margin-top: 0;
    }

    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: start;
    }

        .blog-detail-other-blogs a {
            width: 33%;
        }

    .blog-detail-other-blog-image {
        height: 150px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }




    .corporate-top-content-left-img img {
        height: 385px;
        width: 200%;
    }

    .bulk-item {
        width: 210px;
        height: 270px;
    }

    .main-newsletter-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }

    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }


    .adress-details-content.billing {
        float: right;
    }

    .adress-details-content.opened {
        max-height: 740px;
    }

    .accordion-content {
        margin: 0 auto 50px auto !important;
    }

        .accordion-content.open-content {
            margin-top: 0 !important;
        }

    .order-tab-list li {
        flex: 10%;
    }

    .accordion-content {
        margin-top: 60px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 16px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 30px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }

    .page-basket-product-list {
        margin-top: 0px;
    }

    .personal-information-order-detail-middle2-adress {
        margin-right: 44px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 740px;
    }

    .personal-information-order-section-img {
        width: 20%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 200px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }

    .personal-information-order-section {
        gap: 20px;
    }


    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: 5%;
    }

    .main-gallery-img-right {
        margin-bottom: 22px;
    }

    .slider-content {
        height: calc(45vh - 110px) !important;
    }

    .product-details-gallery-container {
        flex-direction: column-reverse !important;
    }

    .product-details-miscellaneous {
        width: 48%;
    }


    .product-details-miscellaneous-options-container {
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 0px;
    }

    .product-details-miscellaneous-seperator {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .product-details-miscellaneous-price {
        margin: 0px 0;
    }

    .product-details-gallery-container {
        width: 400px !important;
    }

    #surround {
        width: 340px;
        height: 350px;
    }



    .product-details-miscellaneous-favorite label {
        display: flex;
        justify-content: end;
    }

    .product-details-miscellaneous-price > br {
        display: none;
    }

    .product-details-gallery-container {
        float: left;
        width: 360px !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: 0%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 102%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 42%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 650px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }



    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .main-product-list-content-icon img {
        max-height: 51px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }






    .blogSliderWidthResizer {
        max-width: 700px;
        margin-top: 10px;
        margin: auto;
    }



    .product-details .gallerySlider .slick-list {
        height: unset !important;
    }

    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 52%;
    }




    .error-top img {
        width: 30%;
        margin-top: 90px;
    }

    .error-top-text {
        font-size: 170px;
        letter-spacing: 70px;
        margin: 180px 0 0 55px;
    }

    .error-bottom-title {
        font-size: 28px;
    }

    .error-bottom-text {
        font-size: 24px;
        line-height: 30px;
    }

    .error-bottom {
        margin-top: 50px;
    }

    .main-product-list {
        margin-bottom: 35px;
    }


    .product-details-miscellaneous {
        margin-top: 0px;
    }

    .product-details-miscellaneous-options {
        width: 34%;
    }

    .product-details-miscellaneous-options-container {
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-price {
        width: 61%;
        font-size: 27px;
    }

    .product-details-miscellaneous-favorite label {
        justify-content: end;
    }

    .main-product-list-content-img {
        height: 195px;
        min-height: 195px;
        max-height: 195px;
    }



    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }

    .homeProductsForHeight .homeProductsSeeAllButton {
        top: 15px;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {

    .relatedProductsPaddingResizer a:after {
        right: -3%;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 35%;
    }

    .adress-details-form-holder.mobileInputResizer {
        flex-direction: row;
    }

    .homeProductsForHeight .homeProductsSeeAllButton {
        top: 20px;
    }



    #page-sign-in .membership-information-padding, #page-sign-up .membership-information-padding, #continue .membership-information-padding {
        width: 70%;
        margin: auto;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 5.6% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 16.3% !important;
        left: 7.5% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 14% !important;
    }




    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 170px;
        height: 160px;
    }

    .main-product-list-container .custom-next {
        right: -3%;
    }

    .main-product-list-container .custom-prev {
        left: -3%;
    }

    .relatedProductsImgCell {
        height: 150px;
    }

    #cartSliderBaseContainer {
        width: 50%;
    }

    .product-details-header h1 {
        font-size: 24px;
    }

    .card-block {
        width: 41%;
        margin: auto;
    }


    .personal-information-order-section-info-title {
        width: 160px !important;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }


    .personal-information-adress-table {
        height: max-content;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 30px;
        margin-top: -17px;
    }

    .bulk-sale-form-mid {
        width: 60%;
    }

    .accordion-content {
        margin: 40px auto 55px auto !important;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 20px;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 20px;
    }



    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: start;
    }

        .blog-detail-other-blogs a {
            width: 33%;
        }

    .blog-detail-other-blog-image {
        height: 150px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }

    .bulk-item {
        width: 210px;
        height: 240px;
    }


    .main-newsletter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .installmentOptionsHeader > div {
        min-width: 115px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 40px;
        }

    .installmentOptionsHeader {
        gap: 0;
        width: 49%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 25px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }










    div#ContentPlaceHolder1_divteslimatAdres,
    div#ContentPlaceHolder1_divFaturaAdres {
        padding-top: 10px;
    }

    .adress-details-form.control-group.row {
        gap: 3px;
    }

    .adress-details-content.billing {
        margin-top: 0px !important;
    }

        .adress-details-content.billing.opened {
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

    .adress-details-content-container div#ContentPlaceHolder1_pnlUye {
        justify-content: space-between;
    }






    .adress-details-content.billing {
        float: right;
    }

    .accordion-content {
        margin-top: 20px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 16px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }


    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: -40px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -25px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -40px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 115px;
    }






    .personal-information-order-detail-middle2-adress {
        margin-right: 80px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 780px;
    }

    .personal-information-order-section-img {
        width: 50%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }

    .personal-information-order-section {
        gap: 20px;
    }



    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -104%;
    }

    .main-gallery-img-right {
        margin-bottom: 21px;
    }

    .product-details-gallery-container {
        flex-direction: column-reverse !important;
    }

    .product-details-miscellaneous {
        width: 45%;
    }


    .product-details-miscellaneous-options-container {
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 0px;
    }

    .product-details-miscellaneous-seperator {
        display: flex;
    }



    .product-details-gallery-container {
        width: 400px !important;
    }

    .product-details-miscellaneous-options-container {
        margin: 20px 0;
    }

    #surround {
        width: 220px;
        height: 265px;
    }

    .product-details-header {
        width: 100%;
        margin-left: 10%;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-details-miscellaneous-price {
        font-size: 24px;
        font-weight: bold;
        color: #231f20;
        width: 50%;
        float: left;
        margin: 0px 0;
    }

    .product-details-miscellaneous-favorite label {
        display: flex;
        justify-content: end;
    }

    .product-details-miscellaneous-price > br {
        display: none;
    }

    .product-details-gallery-container {
        float: left;
        width: 360px !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: 1%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 102%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 38%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 700px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .main-product-list-content-img {
        height: 190px;
        min-height: 190px;
        max-height: 190px;
    }


    .relatedProductsImgCell {
        height: 190px;
    }

    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 48px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }


    .blogSliderWidthResizer {
        max-width: 750px;
        margin-top: 10px;
    }


    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 55%;
    }


    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 100px;
        letter-spacing: 32px;
        margin: 90px 0 0 30px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .main-product-list {
        margin-bottom: 30px;
    }

    .page-basket-product-abstract-transition {
        width: 60%;
        float: right;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 60%;
        float: right;
        clear: both;
        display: inline-block;
        margin-top: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
        display: table;
        float: right;
        width: 60%;
    }

    .PromotionBox {
        margin-top: 20px;
        border: 1px solid #f4f4f4 !important;
        background-color: #fafafa;
        width: 60% !important;
        float: right;
    }

    .page-basket-product-list {
        margin-bottom: 5px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
/*iPhone 12 Yatay*/
@media only screen and (min-width:844px) and (max-width:999px) {
    .relatedProductsPaddingResizer a:after {
        right: -5%;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag-container {
        width: 30%;
    }

    .adress-details-form-holder.mobileInputResizer {
        flex-direction: row;
    }

    #page-sign-in .membership-information-padding, #page-sign-up .membership-information-padding, #continue .membership-information-padding {
        width: 70%;
        margin: auto;
    }

    .embla__viewport:after {
        content: "" !important;
        width: 4.6% !important;
        height: 2px !important;
        background-color: #c5c5c5 !important;
        position: absolute !important;
        bottom: 16.3% !important;
        left: 7.5% !important;
        border-radius: 2px !important;
    }

    .embla__button--next {
        left: 13% !important;
    }

    .gallerySlider .main-product-list-content-img,
    .gallerySlider .slider-img-resizer,
    .blogSlider a {
        width: 170px;
        height: 160px;
    }

    .main-product-list-container .custom-next {
        right: -5%;
    }

    .main-product-list-container .custom-prev {
        left: -5%;
    }

    .relatedProductsImgCell {
        height: 210px;
    }

    .contracted-companies {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #cartSliderBaseContainer {
        width: 50%;
    }

    .card-block {
        width: 36%;
        margin: auto;
    }

    .personal-information-order-section-info-title {
        width: 160px !important;
    }

    #personal-information-order-table {
        width: 100%;
    }

    .personal-information-order-section-price,
    .personal-information-order-section-price-number {
        width: 85px;
        text-align: end;
    }

    .personal-information-order-section-price {
        margin-right: 25px !important;
    }

    .personal-information-adress-table {
        height: max-content;
    }

    .bulk-sale-form-mid .bulk-sale-form-left-icon {
        margin-left: 30px;
        margin-top: -17px;
    }

    .main-about-us-blog-list-content-text {
        font-size: 18px;
    }

    .bulk-sale-form-mid {
        width: 60%;
    }

    .accordion-content {
        margin: 40px auto 55px auto !important;
    }

    .realtedProductListContainer .main-product-list-content.slick-slide {
        margin-right: 20px;
    }

    .main-product-list-content-detail-text {
        display: block;
    }

    .main-product-list-content-detail {
        min-height: 70px;
    }

    .main-product-list-content-detail-icon {
        vertical-align: bottom;
        padding-bottom: 19px;
    }

    .realtedProductListContainer .main-product-list-content-detail-icon {
        padding-right: 0;
    }


    .blog-detail-other-blogs {
        flex-direction: row;
        justify-content: start;
    }

        .blog-detail-other-blogs a {
            width: 33%;
        }

    .blog-detail-other-blog-image {
        height: 160px;
    }

    .blog-detail-other-blog-text {
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
    }


    .bulk-item {
        width: 210px;
        height: 240px;
    }

    .main-newsletter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .installmentOptionsHeader > div {
        min-width: 117px;
    }

        .installmentOptionsHeader > div:first-child,
        .installmentRadio {
            min-width: 50px;
        }

    .installmentOptionsHeader {
        gap: 0;
        width: 49%;
    }

    .installmentTable li .myCheckBoxClass label .part.advance,
    .installmentTable li .myCheckBoxClass label .part .part-child,
    .installmentRadio {
        margin-right: 30px !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 65px;
    }

    .summary-and-payment-bills-details-checkbox {
        padding: 0 0 30px 0;
    }

    .summary-and-payment-bills-details-inner {
        padding: 10px 10px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price {
        padding-right: 5px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img {
        width: 90px;
        height: 90px;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-img-container {
        width: 15% !important;
    }

    .summary-and-payment-basket-content-tab-detail-list-content-price-tag {
        font-size: 16px;
    }






    .adress-details-content.billing {
        float: right;
    }


    .accordion-content {
        margin-top: 20px !important;
    }

    .orderResultNavList {
        padding: 0 7px;
    }

    .order-tab-list li {
        margin: 0px;
    }

        .order-tab-list li > span {
            font-size: 14px;
        }

    .membership-information-tabs li > a {
        font-size: 16px;
        line-height: 1.2;
    }

    .content-box-reCaptcha {
        margin: 10px auto 0 auto;
    }

    .membership-information-padding .content-box-checkbox {
        margin-top: 10px;
    }


    .page-basket-product-list-content-details-properties {
        margin-top: 0;
    }

    .page-basket-product-list-content-details-properties, .page-basket-product-list-content-details-quantity {
        margin-bottom: 0;
    }

    .cartSpecialClass {
        column-gap: 10px;
        width: 70%;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-details-header {
        margin: 10px 0;
    }

    .page-basket-product-list-content-img-container {
        width: 100px;
        padding-left: 20px;
    }

    .page-basket-product-list-content-img {
        width: 120px;
        height: 120px;
        padding-right: 0px;
    }

        .page-basket-product-list-content-img img {
            max-width: unset;
            max-height: unset;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .page-basket-product-list-content {
        position: relative;
    }

    .page-basket-product-list-content-price {
        display: block;
        width: auto;
        position: absolute;
        right: unset;
        top: -40px;
        left: 156px;
    }

    .page-basket-product-list-content-price-per-piece,
    .page-basket-product-list-content-price-sum {
        font-size: 18px;
    }

    .page-basket-product-list-content-delete-icon a {
        font-size: 18px;
        top: -20px;
        right: 50px;
        display: inline-table;
    }

    .page-basket-product-list {
        margin-top: 10px;
    }

        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-per-piece::after,
        .page-basket-product-list > div > table > tbody > tr:nth-child(2) .page-basket-product-list-content-price-sum::after {
            top: -40px;
            left: 4px;
            right: unset;
        }

    .page-basket-product-list-content-details {
        padding-left: 20px;
        display: block;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .page-basket-product-list-content-price-sum {
        margin-left: 115px;
    }


    .personal-information-order-detail-middle2-adress {
        margin-right: 100px;
    }

    .personal-information-order-detail-top,
    .personal-information-order-detail-middle,
    .personal-information-order-detail-middle2 {
        width: 810px;
    }

    .personal-information-order-section-img {
        width: 50%;
    }

    .personal-information-order-section-price {
        margin-right: 15px;
    }

    .personal-information-order-section-info-title {
        width: 130px;
    }

    .personal-information-order-detail-top {
        margin-bottom: 10px;
    }

    .personal-information-order-section {
        gap: 20px;
    }


    .personal-information-order-detail-bottom-grand-text,
    .personal-information-order-detail-bottom-grand-kdv {
        margin-left: -115%;
    }

    .main-gallery-img-right {
        margin-bottom: 23px;
    }



    .product-details-miscellaneous {
        width: 100%;
    }

    .main-product-list {
        margin-bottom: 30px;
    }

    .product-details-miscellaneous-options-container {
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-quantity {
        margin-top: 0px;
    }

    .product-details-miscellaneous-seperator {
        display: flex;
    }

    .product-details-miscellaneous-price {
        margin: 0px 0;
    }

    .product-details-gallery-container {
        width: 400px !important;
    }

    .product-details-miscellaneous-options-container {
        margin: 20px 0;
    }

    #surround {
        width: 250px;
        height: 260px;
    }

    .product-details-header {
        width: 100%;
        margin-left: 10%;
        text-align: center;
        margin-bottom: 10px;
    }


    .product-details-miscellaneous-favorite label {
        display: flex;
        justify-content: end;
    }

    .product-details-miscellaneous-price > br {
        display: none;
    }


    .product-details-gallery-container {
        float: left;
        width: 400px !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .product-details-miscellaneous {
        width: 47%;
    }

    .product-details-gallery {
        float: unset;
        width: 100%;
        height: 100px;
        margin: 0;
    }

        .product-details-gallery .custom-prev {
            left: 1%;
            top: 42%;
        }

        .product-details-gallery .custom-next {
            left: 102%;
            top: 42%;
        }

    .product-details-gallery-img a {
        width: 100px;
        height: 100px;
        display: block;
    }


    .router-block-header {
        width: 40%;
    }

    .product-details {
        margin: 10px 0;
    }

    .product-details-miscellaneous-quantity-input {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .product-details-miscellaneous-options {
        width: 50%;
    }

    .product-details-miscellaneous-quantity {
        width: 36%;
    }


    .realtedProductListContainer {
        max-width: 300px;
        margin-top: 10px;
    }

        .realtedProductListContainer .custom-prev,
        .realtedProductListContainer .custom-next,
        .product-details-gallery .custom-prev,
        .product-details-gallery .custom-next {
            width: 20px;
            height: 20px;
        }

    .realtedProductListContainer {
        max-width: 740px;
    }

    .product-details .main-product-list-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .main-product-list-content-img {
        height: 190px;
        min-height: 190px;
        max-height: 190px;
    }




    .main-product-list-content-icon-holder {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .main-product-list-content-icon img {
        max-height: 45px;
    }

    .main-product-list-content-icon {
        width: auto;
    }

    .realtedProductListContainer .custom-next {
        right: -5%;
    }

    .realtedProductListContainer .custom-prev {
        left: -6%;
    }







    .blogSliderWidthResizer {
        max-width: 750px;
        margin-top: 10px;
    }



    .blog-slider {
        margin-bottom: 0;
    }

    .main-product-list-container .custom-next,
    .main-product-list-container .custom-prev {
        top: 57%;
    }



    .error-top img {
        width: 20%;
        margin-top: 10px;
    }

    .error-top-text {
        font-size: 100px;
        letter-spacing: 32px;
        margin: 90px 0 0 30px;
    }

    .error-bottom-title {
        font-size: 22px;
    }

    .error-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }

    .error-bottom {
        margin-top: 10px;
    }

    .main-product-list {
        margin-bottom: 30px;
    }

    .page-basket-product-abstract-transition {
        width: 60%;
        float: right;
    }

    div#ContentPlaceHolder1_divTutarBlock {
        width: 60%;
        float: right;
        clear: both;
        display: inline-block;
        margin-top: 10px;
    }

    .page-basket-product-abstract-code {
        margin-top: 20px;
        padding: 0 10px;
        display: table;
        float: right;
        width: 60%;
    }

    .PromotionBox {
        margin-top: 20px;
        border: 1px solid #f4f4f4 !important;
        background-color: #fafafa;
        width: 60% !important;
        float: right;
    }

    .page-basket-product-list {
        margin-bottom: 5px;
    }

    .defaultContentSliderArrowResizer .custom-next, .defaultContentSliderArrowResizer .custom-prev {
        top: 49%;
    }
}
