﻿@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

img {
    border: 0;
}

.img-cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

p {
    margin: 5px 0;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.footer-top.top {
    width: 1360px;
    font-family: 'Inter-Regular';
    margin-bottom: 2%;
    display: table;
    line-height: 1.5;
    text-align: justify;
    margin-top: 4%;
}

.topRightSide {
    float: right;
    width: 40%;
}

.topLeftTitle, .topRightTitle {
    margin-bottom: 4%;
    font-size: 23px;
    color: #4f8d36;
    font-family: 'Inter-SemiBold';
}

.topLeftSide {
    float: left;
    width: 55%;
    margin-right: 5%;
}

.container-main {
    width: 1360px;
    margin: 0 auto
}

    .container-main.big {
        width: 1580px;
    }

.bannerA {
    width: 100%;
    height: 100%;
    display: table;
}

.ekimgDiv {
    height: 420px;
    margin-top: 3%;
}

#ContentPlaceHolder1_drpSoruBasliklari {
    border: none;
    font-family: 'Inter-SemiBold';
    color: #518c37;
    font-size: 24px;
    /*margin-left: 60px;*/
}

.help-text table {
    width: 1050px !important;
}

.contImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contText {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
}
/*index*/
.top-container {
    width: 100%;
    display: table;
    position: relative;
    background: #fff;
    z-index: 999;
    transform: translateZ(0);
    transition: all 0.5s;
    top: 0;
}

.logo {
    background: #f3fdef;
    width: 240px;
    height: 110px;
    float: left;
    padding: 13px 18px;
    text-align: center;
}

/*.logo img {
        width: 100%;
        height: 100%;
    }*/

.top-menu {
    width: 67% !important;
    float: left;
    margin: 42px 0 !important
}

    .top-menu li {
        float: left;
        margin-right: 30px;
        z-index: 1
    }

        .top-menu li:last-child {
            margin-right: 0
        }

        .top-menu li a {
            font-size: 18px;
            color: #1a1a18;
        }

    .top-menu a:hover {
        color: #518c37
    }

.top-right {
    float: right;
    width: 33%;
    font-size: 14px;
    display: inline-block;
    margin: 28px 0
}

.order-follow {
    float: left;
    color: #518c37;
    padding: 16px
}

.login {
    width: 130px;
    border: 4px solid #f6fdf3;
    border-radius: 30px;
    float: left;
    text-align: center;
    padding: 13px;
    cursor: pointer
}

    .login a {
        color: #518c37;
        padding: 5px
    }

    .login .fa-user {
        margin-right: 8px;
        font-size: 16px
    }

.shopping-cart {
    background: #518c37;
    width: 130px;
    padding: 7px 14px;
    float: right;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    position: relative
}

    .shopping-cart a {
        padding: 13px 0
    }

        .shopping-cart a span {
            color: #fff;
            margin-top: 7px;
            display: inline-block
        }

    .shopping-cart .shop-img {
        background: url(../images/sepetim.svg) no-repeat right;
        width: 36px;
        height: 36px;
        display: block;
        float: right;
        margin-top: 0
    }

.menu-overlay.enabled {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 998;
}

.menu-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 62, 62, 0.5);
    z-index: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
}

.flex-container {
    width: 100%;
    display: inline-block;
    position: relative
}

.shopping-cart .shop-img span {
    color: #518c37;
    position: relative;
    bottom: 5px;
    left: 17px;
}

.flex-left {
    width: 240px;
    float: left;
    height: 100%;
    background: #3dc367
}

.scroll-down {
    display: block;
    position: absolute;
    padding-top: 145px;
    text-align: center;
    width: 12.62%;
    float: left;
    z-index: 0;
    top: 9.4%;
    cursor: pointer
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

    .arrow-down:after {
        content: '';
        display: block;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-top: 3px solid #518c37;
        border-right: 3px solid #518c37;
        behavior: url(-ms-transform.htc);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

#scroll-title {
    display: block;
    letter-spacing: 0.1em;
    color: #518c37;
    font-family: 'Inter-Regular';
    font-size: 14px;
}

.scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    left: 49.7%;
    margin-left: 2px;
    width: 3px;
    height: 145px;
    background: #518c37;
    content: ' ';
    bottom: 19%;
    content: '';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.buy {
    z-index: 2;
    width: 103px;
    height: 103px;
    border-radius: 50px;
    background: #ff6905;
    position: fixed;
    right: 4%;
    bottom: 18%
}

    .buy:hover i {
        transition: all .2s;
        transform: translate(4px);
    }

    .buy a {
        font-size: 14px;
        color: #000;
        width: 123px;
        padding: 10px 7px;
        background: #fff;
        border: 2px solid #ff6905;
        border-radius: 5px;
        position: relative;
        display: inline-block;
        text-align: center;
        right: 10px;
        top: 32px;
    }

        .buy a i {
            font-size: 14px;
            color: #ff6905;
            margin-left: 1px
        }

.whatsapp {
    z-index: 2;
    position: fixed;
    right: 3.2%;
    bottom: 3%;
    width: 127px;
    height: 116px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}

    .whatsapp img {
        width: 100px;
        height: 87px;
        margin-top: 14px;
        border-radius: 33px;
    }

.banner-top {
    width: 100%;
    display: inline-block;
    margin-top: 25px
}

    .banner-top img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover
    }

.banner-bottom {
    width: 100%;
    display: inline-block;
}

    .banner-bottom img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover
    }

.index-content {
    width: 100%;
    display: inline-block;
    margin: 70px 0;
}

.index-box {
    width: 29%;
    float: left;
    margin: 0 45px 0 20px
}

    .index-box:last-child {
        margin-right: 0px
    }

    .index-box i {
        float: left;
        box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
        width: 90px;
        height: 90px;
        background: #fff;
        border-radius: 50px;
        padding: 16px;
        color: #518c37
    }

    .index-box .fa-solid:before {
        font-size: 50px;
    }

.index-right {
    margin-top: 18px;
    float: right;
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #000;
    width: 67%
}

    .index-right span {
        font-family: 'Inter-SemiBold';
        font-size: 16px;
        display: block
    }

.fa-bell:before {
    margin-left: 8px
}

.fa-face-smile:before, .fa-smile:before {
    margin-left: 5px
}

.bottom-text {
    background: #f3fdef;
    width: 100%;
    color: #518c37;
    padding: 10px 0;
    position: relative;
    bottom: 80px;
}

.banner-content {
    width: 75%;
    margin: 0 auto
}

.bottom-text span {
    font-size: 30px;
    line-height: 2
}

.banner-text {
    width: 96%;
    float: right;
    font-size: 16px !important;
    font-family: 'Inter-SemiBold';
    line-height: 1.5 !important;
    margin-top: 5px
}

.customizable-alert-container {
    width: 100%;
    display: inline-block;
    margin: 55px 0 100px;
}

.alert-content {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}

.customizable-alert-img {
    background: url(../images/tel1.png)no-repeat left;
    background-size: 100%;
    width: 317px;
    height: 640px;
    position: absolute;
    top: -10%;
    z-index: 1;
}

.customizable-alert-content {
    background-image: -moz-linear-gradient( -90deg, rgb(100,171,70) 0%, rgb(82,145,57) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(100,171,70) 0%, rgb(82,145,57) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(100,171,70) 0%, rgb(82,145,57) 100%);
    width: 81%;
    border-radius: 0 10px 10px 0;
    float: right;
    color: #fff;
    padding-left: 125px;
    position: relative;
    z-index: 0;
}

    .customizable-alert-content::after {
        content: '';
        position: absolute;
        top: 5%;
        right: 0%;
        height: 100%;
        background: url(../images/multipletel.png) top right no-repeat;
        width: 100%;
    }

.customizable-alert {
    width: 51.2%;
    float: left;
    padding-bottom: 40px
}

.customizable-alert-title {
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    margin: 50px 0 25px
}

.customizable-alert-text {
    font-family: 'Inter-Regular';
    font-size: 16px;
    margin-bottom: 80px
}

    .customizable-alert-text div {
        margin-bottom: 20px
    }

    .customizable-alert-text span {
        font-family: 'Inter-SemiBold';
    }

.customizable-alert-note {
    margin-top: 39%;
    float: right;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 15px;
    width: 32%;
    text-align: center;
    margin-right: 7%;
}

.customizable-alert img {
    width: 346px;
    height: 84px;
    margin-bottom: 15px
}

.bell .material-icons {
    font-size: 56px;
}

.bell {
    position: absolute;
    display: inline-block;
    margin: 10px 25px 0 0;
    padding: 0;
    float: right;
    right: 0;
    z-index: 0;
    top: 0;
}

    .bell .anchor {
        transform-origin: center top;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .bell .layer-1 {
        color: #fff;
        z-index: 9;
        animation: animation-layer-1 5000ms infinite;
        opacity: 0;
    }

    .bell .layer-2 {
        color: #fff;
        z-index: 8;
        position: absolute;
        top: 0;
        left: 0;
        animation: animation-layer-2 5000ms infinite;
    }

    .bell .layer-3 {
        color: #fff;
        z-index: 7;
        position: absolute;
        top: 0;
        left: 0;
        animation: animation-layer-3 5000ms infinite;
    }

@keyframes animation-layer-1 {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    8.0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    12.0% {
        transform: rotate(42deg);
        opacity: .5;
    }

    16.0% {
        transform: rotate(-35deg);
        opacity: .4;
    }

    20.0% {
        transform: rotate(0deg);
        opacity: .1;
    }

    23.0% {
        transform: rotate(28deg);
        opacity: .3;
    }

    26.0% {
        transform: rotate(-20deg);
        opacity: .2;
    }

    29.0% {
        transform: rotate(0deg);
        opacity: .1;
    }

    31.0% {
        transform: rotate(16deg);
        opacity: 0;
    }

    33.0% {
        transform: rotate(-12deg);
        opacity: 0;
    }

    35.0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    37.0% {
        transform: rotate(-6deg);
        opacity: 0;
    }

    39.0% {
        transform: rotate(0deg);
        opacity: 0;
    }
}

@keyframes animation-layer-2 {
    0% {
        transform: rotate(0deg);
    }

    8.0% {
        transform: rotate(0deg);
    }

    12.0% {
        transform: rotate(42deg);
    }

    16.0% {
        transform: rotate(-35deg);
    }

    20.0% {
        transform: rotate(0deg);
    }

    23.0% {
        transform: rotate(28deg);
    }

    26.0% {
        transform: rotate(-20deg);
    }

    29.0% {
        transform: rotate(0deg);
    }

    31.0% {
        transform: rotate(16deg);
    }

    33.0% {
        transform: rotate(-12deg);
    }

    35.0% {
        transform: rotate(0deg);
    }

    37.0% {
        transform: rotate(-6deg);
    }

    39.0% {
        transform: rotate(0deg);
    }

    40.0% {
        transform: rotate(6deg);
    }

    44.0% {
        transform: rotate(-3deg);
    }

    49.0% {
        transform: rotate(2deg);
    }

    55.0% {
        transform: rotate(0deg);
    }

    62.0% {
        transform: rotate(1deg);
    }

    70.0% {
        transform: rotate(0deg);
    }
}

@keyframes animation-layer-3 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    8.0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    12.0% {
        transform: rotate(52deg);
        opacity: .5;
    }

    16.0% {
        transform: rotate(-48deg);
        opacity: .4;
    }

    20.0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    23.0% {
        transform: rotate(42deg);
        opacity: .3;
    }

    26.0% {
        transform: rotate(-30deg);
        opacity: .2;
    }

    29.0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    31.0% {
        transform: rotate(26deg);
        opacity: .15;
    }

    33.0% {
        transform: rotate(-18deg);
        opacity: .1;
    }

    35.0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    37.0% {
        transform: rotate(-12deg);
        opacity: .8;
    }

    40.0% {
        transform: rotate(6deg);
        opacity: 1;
    }

    44.0% {
        transform: rotate(-3deg);
        opacity: .8;
    }

    49.0% {
        transform: rotate(2deg);
        opacity: 1;
    }

    55.0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    62.0% {
        transform: rotate(1deg);
        opacity: 1;
    }

    70.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.easy-setup-container {
    width: 100%;
    display: inline-block
}

.easy-setup {
    width: 100%;
    margin: 60px auto 0
}

.easy-setup-left {
    float: left;
    width: 47%
}

.easy-setup-title {
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    float: left;
    color: #4f8d36;
    margin-bottom: 55px
}

    .easy-setup-title h1 {
        display: inline-block;
        font-size: 30px;
        margin: 0
    }

.easy-setup-box {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    padding: 30px 0 30px 40px
}

.easy-setup-first {
    width: 90px;
    height: 90px;
    background: #4f8d36;
    border-radius: 50px;
    float: left;
    font-family: Inter-Regular;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 25px
}

.easy-setup-box-text {
    padding-left: 30px;
    width: 65%;
    float: left;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #000
}

    .easy-setup-box-text span {
        font-family: 'Inter-SemiBold';
        font-size: 20px;
        display: block;
        margin-bottom: 20px
    }

.easy-setup-box:nth-child(3) .easy-setup-first {
    background: #7fbd66
}

.easy-setup-box:nth-child(4) .easy-setup-first {
    background: #4f8d36
}

.easy-setup-right {
    width: 37.3%;
    float: right
}

.easy-setup-image {
    background: url(../images/linx-startup-kit.png)no-repeat center;
    background-size: cover;
    display: block;
    width: 507px;
    height: 525px;
}

.setup-right-bottom {
    width: 100%;
    display: inline-block;
    margin-top: 65px
}

.download-app {
    background: url(../images/uygulamaindir.svg)no-repeat left;
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #000;
    padding-left: 30px;
    float: left;
    margin: 15px 35px 0 3px
}

.setup-right-bottom a img {
    width: 140px;
    height: 48px;
    margin-left: 10px
}

.easy-setup-bottom {
    width: 100%;
    display: inline-block;
    margin: 105px auto 0
}

.easy-setup-use {
    background: #fff;
    box-shadow: 0px -2px 9px 0px rgb(128 191 100 / 26%);
    width: 11.77%;
    height: 255px;
    border-radius: 80px 80px 0 0;
    float: left;
    padding: 35px 25px;
    margin-right: 39px
}

.setup-use-image {
    background: url(../images/sensor.svg)no-repeat center;
    width: 110px;
    height: 110px
}

.setup-use-text {
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    width: 126%;
    display: table;
    text-align: center;
    line-height: 1.5;
    margin-left: -12px;
}

    .setup-use-text span {
        font-family: 'Inter-SemiBold';
        display: block
    }

.easy-setup-use:nth-child(2) .setup-use-image {
    background: url(../images/parmakizi.svg)no-repeat center
}

.easy-setup-use:nth-child(3) .setup-use-image {
    background: url(../images/telefon.svg)no-repeat center
}

.easy-setup-use:nth-child(4) .setup-use-image {
    background: url(../images/5dk.svg)no-repeat center
}

.easy-setup-use:nth-child(5) .setup-use-image {
    background: url(../images/alarm.svg)no-repeat center
}

.easy-setup-use:nth-child(6) .setup-use-image {
    background: url(../images/veri.svg)no-repeat center
}

.easy-setup-use:nth-child(7) .setup-use-image {
    background: url(../images/okutmayok.svg)no-repeat center
}

.easy-setup-use:last-child {
    margin-right: 0
}

.product-container {
    background: url(../images/background-urun.png)no-repeat center;
    width: 100%;
    height: 800px
}

.products {
    width: 100%;
    display: block;
    margin: 0 auto
}

.title {
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

.product-listing {
    width: 100%;
    display: inline-block;
    margin-top: 65px
}

.product-list {
    width: 20.6%;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin-right: 78px
}

    .product-list:last-child {
        margin-right: 0
    }

    .product-list .picture {
        width: 100%;
        height: 330px;
        display: table;
        padding: 50px 30px 50px;
    }

        .product-list .picture img {
            max-width: 100%;
            max-height: 226px
        }

    .product-list .detail {
        width: 100%;
        padding: 12px 0 25px;
        text-align: center;
    }

.detail-name {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    width: 86%;
    margin: 0 auto 40px;
    height: 45px
}

    .detail-name.last {
        width: 71%
    }

.buy-button {
    background: #518c37;
    width: 237px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 13px;
    cursor: pointer
}

    .buy-button .price {
        float: left;
        font-family: 'Inter-SemiBold';
        font-size: 18px;
        position: relative;
        margin-left: 5px;
    }

    .buy-button span {
        font-family: 'Inter-Regular';
        font-size: 12px;
        float: right;
        padding-right: 5px
    }

        .buy-button span i {
            font-size: 16px;
            margin-left: 8px;
            position: relative;
            top: 2px;
        }

.discounts {
    width: 71px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ff3030;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    padding: 3px 0px;
}

.old-price {
    display: inline-block;
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #fff;
    text-decoration: line-through;
    position: absolute;
    bottom: 23px;
    left: 0px;
}

.price.old {
    top: 10px;
    left: 4px;
}

.see-all {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter-SemiBold';
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 70px;
}

    .see-all:hover i {
        transition: all .2s;
        transform: translate(4px);
    }

    .see-all i {
        font-size: 16px;
        margin-left: 15px
    }

.footer-container {
    background: #f3fdef;
    width: 100%;
    display: inline-block
}

.footer {
    width: 100%;
    display: block;
    margin: 0 auto
}

.footer-top {
    /*width: 46.7%;*/
    margin: 100px auto 90px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.footer-top-first {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width:40%;
}
.footer-top-first .footer-title{
    text-align:left;
}
.footer-top-second {
    width: 45%;
}
.footer-title {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    color: #4f8d36;
    text-align: center;
    margin-bottom: 30px
}

.footer-top input {
    width: 100%;
    color: #000;
    font-family: 'Inter-Regular';
    font-size: 14px;
    border: none;
    padding: 34px 185px 34px 50px;
    border-radius: 50px;
    background: #fff
}

    .footer-top input::placeholder {
        font-size: 14px;
        color: #000;
    }

.entry-btn {
    width: 150px;
    color: #518c37;
    background-color: #f5fdf1;
    position: absolute;
    right: 25px;
    padding: 16px 30px;
    top: 70px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    text-align: center
}

    .entry-btn span {
        opacity: 0.5
    }

.footer-content {
    width: 100%;
    display: inline-block
}

.footer-box {
    width: 13%;
    display: inline-block;
    margin-right: 35px;
    float: left;
}

.footer-title.box {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-bottom: 0px
}

.footer-menu {
    padding: 0;
    margin: 5px 0;
}

    .footer-menu li {
        padding: 2px 0;
    }

        .footer-menu li a {
            color: #000;
            font-family: 'Inter-Regular';
            font-size: 14px;
        }

    .footer-menu a:hover {
        color: #518c37
    }

.footer-box:nth-child(2) {
    width: 10%;
    margin-right: 50px;
}

.footer-box:nth-child(3) {
    width: 8%;
    margin-right: 140px;
}

.footer-box:nth-child(4) {
    width: 9%;
    margin-right: 18%;
}

.footer-title.social {
    font-size: 16px;
    margin-bottom: 25px
}

.social-media {
    width: 100%;
    display: inline-block
}

    .social-media img {
        width: 28px;
        height: 28px;
    }

    .social-media a {
        margin: 0 5px;
    }

        .social-media a:last-child {
            margin-right: 0;
        }

.footer-box:nth-child(5) {
    width: 25.4%;
    margin-right: 0;
}

.footer-contact {
    width: 100%;
}

    .footer-contact .phone-img {
        background: url(../images/biziara.svg)no-repeat left;
        width: 116px;
        height: 100px;
        display: block;
        float: left;
    }

    .footer-contact .phone {
        font-family: 'Inter-Regular';
        font-size: 16px;
        float: right;
        margin-top: 20px;
    }

        .footer-contact .phone span {
            font-family: 'Inter-SemiBold';
            font-size: 20px
        }

    .footer-contact a {
        color: #518c37
    }

    .footer-contact .web-address {
        font-size: 18px;
        font-family: 'Inter-Regular';
        float: right
    }
.footer-contact-title {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    color: #4f8d36;
    text-align: center;
    margin-bottom: 15px;
}
.footer-bottom {
    width: 100%;
    display: inline-block;
    margin-top: 50px
}

.footer-logo {
    float: left;
    width: 273px;
    height: 56px;
    margin-right: 70px
}

/*.footer-logo img {
        width: 273px;
        height: 56px;
        object-fit: cover;
    }*/

.footer-bottom .contract {
    width: 245px;
    border-radius: 30px;
    background: #fff;
    color: #518c37;
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    padding: 14px;
    padding: 14px;
    display: inline-block;
    margin: 7px 25px 0 0;
    text-align: center;
}

    .footer-bottom .contract:hover {
        background: #518c37;
        color: #fff;
        transition: 1s
    }

.footer-right {
    width: 23%;
    float: right;
    margin-top: 5px
}

    .footer-right img {
        width: 140px;
        height: 48px;
        margin: 0 10px;
    }

        .footer-right img:last-child {
            margin-right: 0
        }

.copyrigth-container {
    width: 100%;
    display: inline-block;
    color: #34681e;
    font-size: 14px;
    font-family: 'Inter-Regular';
    margin: 45px 0 30px
}

.copyright-left {
    float: left
}

.copyright-right {
    float: right
}

    .copyright-right a {
        font-size: 14px;
        color: #34681e;
        margin-left: 5px
    }

.bulletin-error {
    position: absolute;
    bottom: 58px;
    left: 20px;
    color: #FF0000
}

.bulletin-result {
    position: relative;
    bottom: -15px;
    left: 20px;
    color: #FF0000
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style: none;
    width: 17%;
    float: left;
    display: inline-block;
}

    ul.tabs li {
        background: #fff;
        color: #518d37;
        display: inline-block;
        cursor: pointer;
        width: 200px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        font-family: 'Inter-Regular';
    }

        ul.tabs li a {
            padding: 15px 7px;
            display: block;
            color: #518d37;
        }

        ul.tabs li.current {
            background: #518d37;
            color: #fff;
        }

            ul.tabs li.current a {
                color: #fff;
            }

        ul.tabs li:hover {
            background: #518d37;
            color: #fff;
        }

.tab-content {
    display: none;
    padding: 0;
    width: 73%;
    float: left;
    margin-left: 77px;
}

    .tab-content.current {
        display: inherit;
    }

.tab-title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    color: #518d37;
    margin-bottom: 20px
}

.tab-text {
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #000;
    text-align: justify;
    height: 40px;
    overflow: hidden;
}

.go-detail {
    font-family: 'Inter-Regular';
    font-size: 14px !important;
    color: #518c37;
    margin-top: 17px;
    display: inline-block
}

    .go-detail i {
        margin-right: 10px
    }

    .go-detail:hover i {
        margin-right: 10px;
        transition: all .2s;
        transform: translate(4px);
    }

.tab-image {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-top: 20px
}

    .tab-image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.product-listing.tab {
    margin: 0 0 10px;
}

.product-list.tab {
    width: 20.4%;
    margin-right: 53px;
    background: transparent
}

    .product-list.tab:hover {
        background: #fff;
        box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    }

        .product-list.tab:hover .detail.tab .detail-name {
            color: #518c37
        }

.product-list .picture.tab {
    height: 200px;
    padding: 30px 35px 25px
}

    .product-list .picture.tab img {
        height: 148px
    }

.detail.tab .detail-name {
    margin-bottom: 25px;
    color: #000
}

.product-list .detail.tab {
    padding-bottom: 17px
}

.see-all.tab {
    margin-top: 0;
    width: 150px;
    background: #518c37;
    color: #fff !important;
    border-radius: 30px;
    font-size: 16px !important;
    padding: 15px 0;
    display: table;
    margin: 0 auto;
}

    .see-all.tab i {
        margin-left: 10px
    }

.support-container {
    width: 100%;
    display: inline-block
}

.support {
    width: 30%;
    display: inline-block;
    margin-right: 54px
}

a:last-child .support {
    margin-right: 0
}

.support-image {
    background: url(../images/egitimvideolari.svg)no-repeat left;
    width: 113px;
    height: 113px;
    float: left
}

.support-right {
    float: right;
    font-size: 14px;
    font-family: 'Inter-Regular';
    width: 66%;
    line-height: 1.5;
    margin-top: 15px;
}

    .support-right span {
        margin-bottom: 10px;
        font-family: 'Inter-SemiBold';
        color: #518c37;
        display: block
    }

.support-container a:hover .support-image {
    background: url(../images/egitimvideolari-yesil.svg)no-repeat left;
    animation: fadeIn 2s;
}

.support-container a:nth-child(2) .support-image {
    background: url(../images/kilavuzlar.svg)no-repeat left
}

.support-container a:hover:nth-child(2) .support-image {
    background: url(../images/kilavuzlar-yesil.svg)no-repeat left
}

.support-container a:nth-child(3) .support-image {
    background: url(../images/iletisim.svg)no-repeat left
}

.support-container a:hover:nth-child(3) .support-image {
    background: url(../images/iletisim-yesil.svg)no-repeat left
}
/*girişyap*/
.navigation {
    background: url(../images/gorsel-navi.png)no-repeat center;
    width: 100%;
    height: 85px
}

.navi {
    width: 100%;
    display: block;
    margin: 0 auto
}

.navigation h1 {
    float: left;
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    margin: 28px 0;
}

.navigate-menu {
    float: right;
    padding: 10px 13px;
    margin: 45px 0 0px;
    background: #fff;
    border-radius: 5px 5px 0 0
}

    .navigate-menu li {
        float: left;
        margin-right: 5px
    }

        .navigate-menu li:after {
            content: '/';
            margin-left: 5px;
            font-size: 12px
        }

        .navigate-menu li:last-child:after {
            display: none
        }

        .navigate-menu li a {
            color: #000;
            font-family: 'Inter-Regular';
            font-size: 12px;
        }

            .navigate-menu li a.active, .navigate-menu li a:hover {
                color: #518c37;
            }

.login-container {
    width: 100%;
    display: inline-block
}

.login-content {
    width: 100%;
    display: table;
    margin: 55px auto 70px;
}

.tabs-left {
    background: url(../images/gorsel-giris.png)no-repeat left;
    width: 334px;
    height: 410px;
    border-radius: 5px;
    position: relative;
    float: left
}

.tab_list {
    width: 180px;
    position: absolute;
    left: 74%;
    top: 19%;
}

    .tab_list li {
        background: #fff;
        text-align: center;
        cursor: pointer;
        box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
        border-radius: 5px;
        margin-bottom: 12px
    }

        .tab_list li a {
            border-radius: 5px;
            font-family: 'Inter-SemiBold';
            font-size: 16px;
            color: #518c37;
            width: 100%;
            padding: 15px 40px;
            display: inline-block;
        }

            .tab_list li a .log-img {
                width: 14px;
                height: 19px;
                background: url(../images/giris.svg) no-repeat left;
                float: left
            }

            .tab_list li a .sign-img {
                width: 17px;
                height: 19px;
                background: url(../images/kayitol.svg) no-repeat left;
                float: left
            }

            .tab_list li a.current {
                background: #518c37;
                color: #fff
            }

                .tab_list li a.current .log-img {
                    background: url(../images/giris-beyaz.svg)no-repeat left
                }

                .tab_list li a.current .sign-img {
                    background: url(../images/kayitol-beyaz.svg)no-repeat left
                }

.tab-right {
    padding: 40px 0 50px;
    width: 61.4%;
    float: right;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 5px
}

.list-block {
    width: 64%;
    margin: 0 auto 20px;
    position: relative;
    display: table
}

.input-title {
    font-size: 16px;
    font-family: 'Inter-SemiBold';
    color: #000;
    margin-bottom: 15px
}

.list-block input {
    width: 97%;
    border: 2px solid #e7f5e1;
    padding: 18px 20px 18px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

    .list-block input.bigpass {
        padding-right: 110px;
    }

    .list-block input::placeholder {
        font-size: 12px;
        color: #b5b5b5
    }

.forgot-password {
    font-family: 'Inter-Regular';
    font-size: 13px;
    color: #518c37;
    position: absolute;
    right: 25px;
    top: 58px;
}

.recaptcha {
    width: 258px;
    height: 65px;
    margin: 10px auto 30px
}

.login-btn, .list-block input.login-btn {
    width: 100%;
    color: #518c37;
    background: #e7f5e1;
    border: none;
    padding: 18px;
    border-radius: 5px;
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.list-block.chk input {
    display: none
}

    .list-block.chk input[type="checkbox"] + label span {
        position: relative;
        top: 0px;
        display: inline-block;
        width: 25px;
        height: 21px;
        vertical-align: middle;
        background-color: transparent;
        border: 2px solid #518c37;
        border-radius: 2px;
        cursor: pointer;
        float: left;
        transition: all .3s;
    }

    .list-block.chk input[type="checkbox"]:checked + label span:before {
        content: '';
        background: url(../images/check.svg) no-repeat center;
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 3px;
        top: 1px;
    }

.list-block label {
    cursor: pointer;
}

.list-block.agreement a {
    color: #518c37;
}

.list-block.chk input[type="checkbox"] + label {
    padding-left: 11px;
    font-size: 14px;
    font-family: 'Inter-Regular';
}

.list-block .pass {
    width: 49%;
    float: left;
    margin-right: 9px
}

    .list-block .pass:last-child {
        margin-right: 0
    }

.tabs .active {
    display: block
}
/*şifremi unuttum*/
.modal.forgot {
    width: 33.4% !important;
    left: 49%;
}

.modal-title.forgot {
    text-align: left;
    margin: 0;
    color: #518c37;
    font-size: 16px;
    font-family: 'Inter-SemiBold'
}

.new-mail {
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px
}

    .new-mail span {
        display: block
    }

.list-block.input-effect {
    width: 100%
}

.error-result {
    color: #ff3030;
    font-size: 12px;
    font-family: 'Inter-Regular'
}

.list-block.input-effect.error input {
    border-color: #ff3030
}

.login-btn.error {
    background: #e7f5e1;
    color: #518c37;
    text-align: center
}
/*şifre gönderildi*/
.modal.send {
    width: 30% !important;
    top: 39% !important;
    left: 51%
}

.modal-icon.send {
    background: url(../images/sifre-gonderildi.svg)no-repeat center;
    width: 80px;
    height: 80px;
    margin: -15px auto 0;
}

.modal-title.send {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    color: #000
}
/*şifre yenileme*/
.password-container {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.tab-right.password {
    margin: 0 auto;
    float: none
}
/*agreement-scroll*/
.modal-body.agreement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.3);
    background-color: #efefef;
    border-radius: 30px
}

.modal-body.agreement::-webkit-scrollbar {
    width: 6px;
    background-color: #b2b2b2;
    border-radius: 30px
}

.modal-body.agreement::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 30px;
}
/*sözleşmeler*/
.modal.detail {
    width: 46.2% !important;
    top: 21% !important;
    left: 48%
}

.modal-body.agreement {
    overflow-y: scroll;
    width: 95% !important;
    height: 460px
}

.close i {
    font-size: 18px
}

.w3-bar {
    width: 89%;
    margin: 0 auto
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs label {
        order: 1;
        display: block;
        padding: 15px;
        margin-right: 15px;
        cursor: pointer;
        background: #e7f5e1;
        font-family: 'Inter-SemiBold' !important;
        transition: background ease 0.2s;
        color: #518c37 !important;
        font-size: 16px !important;
        border-radius: 5px;
        width: 180px;
        text-align: center;
        position: relative
    }

    .tabs .tab {
        order: 99;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 35px 0 0;
        background: #fff;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            background: #518c37;
            color: #fff !important;
        }

            .tabs input[type="radio"]:checked + label::before {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #518c37 transparent transparent transparent;
                top: 100%;
                right: 45%;
            }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

.popup-img {
    max-width: 100%;
    max-height: 500px;
}

.popup-iframe {
    width: 560px;
    height: 315px;
}

.not-message {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    position: absolute
}

    .not-message.error {
        color: #e3000f;
    }

    .not-message i {
        font-size: 18px;
        color: #e3000f
    }

    .not-message.success {
        color: #00ad3c;
    }

    .not-message i {
        font-size: 18px;
        color: #e3000f
    }
/* alert*/
.alert {
    padding: 12px 35px 12px 14px;
    margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    animation: fadeIn .3s;
    font-size: 14px;
    width: 90%;
    margin: 0 auto 20px auto;
}

    .alert, .alert h4 {
        color: #c09853
    }

        .alert h4 {
            margin: 0
        }

        .alert .close {
            position: relative;
            top: -15px;
            right: -31px;
            line-height: 20px;
            background-color: transparent;
            color: #FFF
        }

.alert-success {
    color: #fff;
    background-color: #4ca045;
    border-color: transparent
}

    .alert-success h4 {
        color: #468847
    }

.alert-danger, .alert-error {
    color: #fff;
    background-color: #d02d2d;
    border-color: transparent
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48
    }

.alert-info {
    color: #3a87ad;
    background-color: #39b2ef;
    border-color: #bce8f1
}

    .alert-info h4 {
        color: #3a87ad
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.hide {
    display: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
    margin-top: 5px;
    font-size: 12px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
}

.footer-payment-container {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 40px;
}
    .footer-payment-container img {
        max-height: 26px;
        max-width: 300px;
        width: 100%;
    }

@media (max-width: 45em) {
    .tabs .tab, .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}
/*****color****/
#tabone-content {
    color: #282828;
    font-family: 'Inter-Regular';
    font-size: 14px
}

#tabtwo-content {
    color: #282828;
    font-family: 'Inter-Regular';
    font-size: 14px
}

/*login olduktan sonra*/
.login.after {
    border: none;
    background: #f5fdf1;
    padding: 17px 0;
}

    .login.after .fa-user {
        margin-right: 5px
    }

    .login.after .fa-chevron-down {
        font-size: 13px;
        margin-left: 6px
    }

    .login.after:hover {
        border-radius: 30px 30px 0 0;
        padding-bottom: 17px;
    }

.dropdown_menu {
    position: absolute;
    top: 100%;
    right: 0;
    perspective: 1000px;
    display: none;
    z-index: -1;
    top: 34px;
    min-width: 195px;
}

    .dropdown_menu li {
        display: none;
        opacity: 0;
    }

@media (hover: hover) {
    .login-header li.dropdown:hover .dropdown_menu--animated {
        display: block;
    }
}

.login-header li.dropdown {
    position: relative;
    font-size: 14px;
    color: #1a1a18;
    cursor: pointer;
    display: block;
    z-index: 100;
    border-radius: 20px;
}

    .login-header li.dropdown:hover .dropdown_menu--animated {
        display: block;
    }

        .login-header li.dropdown:hover .dropdown_menu--animated li {
            display: block;
            border-top: 1px solid #fff;
            text-align: left;
            padding-left: 35px;
        }

.dropdown_menu--animated {
    display: none;
    padding: 0px 18px 0 18px;
    background: #f5fdf1;
    border-radius: 30px 0 20px 20px;
}

    .dropdown_menu--animated li:hover {
        padding: 0;
        border-left: 6px solid #518c37;
        color: #518c37;
        font-family: 'Inter-SemiBold';
        padding-left: 28px !important
    }

        .dropdown_menu--animated li:hover a {
            color: #518c37;
            font-family: 'Inter-SemiBold';
        }

    .dropdown_menu--animated .exit {
        padding: 15px 0 20px 30px;
        text-align: left;
        border-top: 1px solid #fff
    }

        .dropdown_menu--animated .exit i {
            margin-right: 10px
        }

    .dropdown_menu--animated .profile {
        margin-bottom: 5px
    }

        .dropdown_menu--animated .profile a {
            padding: 11px 0
        }

    .dropdown_menu--animated .exit a {
        font-family: 'Inter-Regular';
        color: #518c37;
        font-size: 14px
    }

    .dropdown_menu--animated:before {
        content: '';
        width: 130px;
        height: 30px;
        background: #f5fdf1;
        position: relative;
        left: 65px;
        bottom: 12px;
        display: block;
        border-top-left-radius: 30px;
        z-index: 1
    }

.dropdown_menu-6 {
    animation: growDown 500ms ease-in-out forwards;
    transform-origin: top center;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
    width: 100%;
    color: #1a1a18;
    font-size: 16px; /*margin-bottom:5px*/
}

    .dropdown_menu--animated li a {
        font-size: 24px;
        color: #1a1a18;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        padding: 10px 0;
        display: block;
        font-family: 'Inter-Regular'
    }

        .dropdown_menu--animated li a i {
            margin-right: 4px;
            color: #ffad00;
            font-size: 13px;
            margin-top: 2px
        }

.drop-myprofile {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e3000f;
    font-size: 24px !important;
    color: #fff !important;
    margin-right: 16px !important;
    display: inline-block;
    text-align: center;
    line-height: 2;
}

.profile a span {
    font-size: 18px;
    color: #1a1a18;
}

.dropdown_menu--animated li a > span {
    display: inline-block;
    margin: 0 0px 0 0px;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

.login-header li.dropdown:hover .fa-chevron-down {
    transform: rotate(180deg)
}
/*sipariş-takip*/
.orderFollow-container {
    width: 100%;
    display: inline-block
}

.orderFollow {
    width: 100%;
    display: block;
    margin: 55px auto 70px
}

.orderFollow-left {
    width: 36%;
    display: inline-block;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    float: left;
    border-radius: 5px
}

    .orderFollow-left img {
        width: 147px;
        height: 163px;
        margin: 120px auto 30px;
        display: block
    }

.orderFollow-left-text {
    font-family: 'Inter-Regular';
    font-size: 14px;
    text-align: center;
    width: 69%;
    margin: 0 auto 120px;
}

.orderFollow-right {
    width: 61.4%;
    float: right;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    padding: 40px 0 30px;
    border-radius: 5px;
}

.orderFollow-bottom {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    display: inline-block;
    margin-top: 30px
}

.order-content {
    width: 63%;
    margin: 30px auto 0
}

.order-top-left {
    width: 50%;
    float: left;
    padding: 23px 35px
}

.order-top {
    width: 100%;
    background: #f3fdef;
    display: inline-block;
    border-radius: 5px
}

.orders-number {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #518c37;
}

    .orders-number span {
        color: #282828
    }

.date {
    font-size: 12px;
    font-family: 'Inter-Regular';
    margin-top: 10px
}

.order-top-right {
    width: 35%;
    float: right;
    padding: 16px 35px 18px 0;
    font-size: 14px;
    font-family: 'Inter-SemiBold'
}

    .order-top-right .tracking-number {
        float: right
    }

.return-request {
    cursor: pointer;
    color: #518c37;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    display: inline-block;
    width: 150px;
    float: left
}

.detail-button.delivered {
    background: #518c37;
}

.repeat-order {
    color: #518c37;
    display: inline-block;
    float: right;
    padding-right: 40px;
    margin-top: 7px;
    font-family: 'Inter-Regular';
    font-size: 12px;
    cursor: pointer
}

    .repeat-order i {
        margin-right: 6px;
    }

.orders-detail-content {
    width: 100%;
    display: inline-block;
    margin-top: 20px
}

.order-detail-image {
    background-color: #fff;
    margin-right: 40px;
    border-radius: 20px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    display: table;
    width: 26%;
    float: left;
    padding: 25px;
    height: 188px
}

    .order-detail-image img {
        max-width: 100%;
        max-height: 130px;
    }

.order-detail-name {
    float: left;
    font-size: 18px;
    color: #282828;
    margin-top: 45px;
    width: 33%;
}

    .order-detail-name span {
        font-family: 'Inter-Regular';
        font-size: 14px;
        display: block;
        margin-top: 15px
    }

.order-detail-total {
    margin-top: 45px;
    float: right;
    display: inline-block;
    width: 33%;
    position: relative
}

.total-price {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    width: 45%;
}

    .total-price span {
        font-family: 'Inter-Regular';
        margin-top: 40px;
        display: block
    }

.order-detail-total .old-price {
    color: #282828
}

.orders-detail-bottom {
    width: 100%;
    display: inline-block;
    margin: 50px 0 20px;
    border-top: 1px solid #e7f5e1
}

.detail-bottom-left {
    float: left;
    width: 55%;
    margin-top: 25px
}

.detail-address {
    width: 100%;
    margin-top: 25px
}

.address-title {
    font-size: 16px;
    color: #518c37;
    font-family: 'Inter-Regular';
    margin-bottom: 15px
}

.address-content {
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #282828
}

    .address-content .address-title {
        font-family: 'Inter-SemiBold';
        color: #282828
    }

.detail-bottom-right {
    width: 40%;
    float: right;
    margin-top: 55px;
}

.summary {
    width: 100%;
    display: inline-block;
    font-size: 14px
}

.basket-amount {
    font-family: 'Inter-Regular';
    color: #282828;
    margin-bottom: 10px;
    width: 84%;
    margin: 0 auto 10px;
}

    .basket-amount span {
        font-family: 'Inter-SemiBold';
        float: right
    }

    .basket-amount.discount {
        color: #ff3030
    }

    .basket-amount.coupon {
        color: #7e98ff
    }

    .basket-amount.total {
        width: 97%;
        background: #e7f5e1;
        padding: 21px;
        border-radius: 5px
    }

        .basket-amount.total span {
            font-size: 24px;
            color: #518c37;
            line-height: 14px
        }
/*ürün-listeleme*/
.products-container {
    width: 100%;
    display: inline-block
}

.product-content {
    box-shadow: 0px 2px 9px 0px rgba(51, 99, 30, 0.15);
    width: 100%;
    border-radius: 20px;
    display: table;
    margin: 50px auto 0;
    position: relative
}

    .product-content:last-child {
        margin-bottom: 50px;
    }

.product-left {
    float: left;
    width: 25%;
    display: table;
    padding: 35px;
    height: 308px
}

    .product-left img {
        max-width: 100%;
        max-height: 220px;
    }

.product-right {
    float: right;
    width: 69%;
    padding: 30px 65px 30px 0;
}

.product-title {
    font-size: 24px;
    color: #000;
    font-family: 'Inter-SemiBold';
    margin-bottom: 15px
}

.product-text {
    font-size: 14px;
    color: #000;
    font-family: 'Inter-Regular';
    line-height: 1.5;
    height: 64px;
    overflow: hidden
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    margin-top: 80px;
    float: left
}

a.learn-more {
    width: 155px;
    height: auto;
}

    a.learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        margin: 0;
        width: 50px;
        height: 50px;
        background: #e7f5e1;
        border-radius: 1.625rem;
    }

        a.learn-more .circle .icon {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
        }

            a.learn-more .circle .icon.arrow {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                left: 0.625rem;
                width: 1.125rem;
                height: 0.125rem;
                background: none;
            }

                a.learn-more .circle .icon.arrow::before {
                    position: absolute;
                    content: "";
                    top: -0.25rem;
                    right: 0.0625rem;
                    width: 0.625rem;
                    height: 0.625rem;
                    border-top: 0.125rem solid #518c37;
                    border-right: 0.125rem solid #518c37;
                    transform: rotate(45deg);
                }

    a.learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 10px;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: #518c37;
        line-height: 1.6;
        text-align: center;
        font-size: 14px;
        font-family: 'Inter-Regular';
    }

a:hover .circle {
    width: 100%;
}

    a:hover .circle .icon.arrow {
        background: #518c37;
        transform: translate(1rem, 0);
    }

a:hover .button-text {
    color: #518c37;
}

.buy-button.product {
    float: right;
    margin-top: 80px;
}

.product-right .discounts {
    top: 60%;
    right: 6%;
}

.buy-button:hover .fa-arrow-right-long {
    transition: all .2s;
    transform: translate(4px);
}
/*ürün-detay*/
.navi-title {
    float: left;
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    margin: 28px 0;
}

.product-detail-container {
    width: 100%;
    display: inline-block
}

.product-detail {
    width: 100%;
    display: table;
    margin: 50px auto 30px;
}

.poduct-detail-left {
    float: left;
    width: 55%;
}

#slider1 {
    height: 330px;
    position: relative;
    width: 23%;
    float: left;
    margin-top: 105px
}

    #slider1 .thumbelina li {
        width: 136px;
        height: 146px;
        box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
        border-radius: 20px
    }

        #slider1 .thumbelina li img {
            max-height: 112px;
            max-width: 101px;
        }

.thumbelina-but.horiz.left {
    width: 30px;
    margin: auto;
    top: -8%;
    left: 41%;
}

#slider1 .fa-chevron-left {
    transform: rotate(90deg);
    color: #b2b2b2;
    font-size: 20px;
}

.thumbelina-but.horiz.right {
    width: 30px;
    margin: auto;
    top: 101%;
    left: 41%;
}

#slider1 .fa-chevron-right {
    transform: rotate(90deg);
    color: #b2b2b2;
    font-size: 20px;
}

.detail-image {
    width: 74%;
    height: 520px;
    float: left;
    display: table;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    margin-left: 19px
}

#surround {
    min-width: 256px;
    width: 485px;
    height: 520px;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px
}

img.cloudzoom {
    max-width: 100%;
    max-height: 100%;
}

.poduct-detail-right {
    width: 40%;
    float: right;
}

.product-title h1 {
    font-size: 30px;
    margin: 35px 0 0;
}

.product-price {
    font-size: 30px;
    color: #518c37;
}

.product-old-price {
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
    float: left;
    margin: 8px 10px 0 0
}

.poduct-detail-right .product-title {
    margin-bottom: 9px
}

.product-detail-text {
    font-family: 'Inter-Regular';
    font-size: 14px;
    width: 94%;
    margin-top: 20px;
    text-align: justify;
}

.poduct-detail-right .setup-right-bottom {
    margin-top: 20px
}

    .poduct-detail-right .setup-right-bottom a img {
        margin: 0 10px 0 0;
        height: 40px;
        width: 118px
    }

.count-select {
    width: 120px;
    display: inline-block;
    height: 50px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    padding: 0 6px;
    float: left
}

    .count-select input {
        border: none;
        width: 35px;
        height: 50px;
        text-align: center;
        float: left;
        font-size: 20px;
        color: #1a1a18;
        background-color: white;
        font-family: 'Inter-Regular'
    }

    .count-select .minus, .count-select .add {
        cursor: pointer;
        color: #b2b2b2;
        border: none;
        width: 26px;
        height: 30px;
        font-size: 18px;
        float: left;
        background-color: transparent;
        padding: 0;
        margin: 15px 0 0 10px
    }
/*.count-select .minus,.count-select .add {color:#b2b2b2;font-size:15px;padding:0}*/
.product-right-bottom {
    margin-top: 80px;
    display: inline-block
}

    .product-right-bottom .login-btn {
        width: 208px;
        float: right;
        background: #518c37;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        float: left;
        margin-left: 15px;
        padding: 13px;
    }

.offer {
    width: 71%;
    margin-top: 60px;
    display: inline-block;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-bottom: 2px solid #518c37;
    padding: 10px 23px;
    border-radius: 10px 10px 0 0
}

.offer-discount {
    background: url(../images/kampanya-ikon.png)no-repeat left;
    /*background-size: 13%;*/
    padding-left: 35px;
    color: #518c37;
    font-size: 15px;
    display: inline-block
}

.product-tabs {
    width: 100%;
    display: table;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    margin: 0 auto 50px
}

    .product-tabs .ui-tabs.ui-tabs-vertical {
        width: 100%;
        display: inline-block
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-widget-header {
            border: none;
        }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0px 0 0 40px;
            background: transparent;
            margin-top: 25px
        }

            .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
                float: left;
                margin: 0;
                background-color: #f3fdef;
                position: relative;
                z-index: 2;
                font-size: 16px;
                width: 155px;
                text-align: center;
                border-radius: 5px;
                margin-right: 35px;
            }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
                    content: '';
                    background: url(../images/nasil-calisir.svg) no-repeat left;
                    width: 50px;
                    height: 50px;
                    display: block;
                    position: absolute;
                    border: 5px solid #fff;
                    border-radius: 50px;
                    right: 82%;
                }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:nth-child(2):before {
                    background: url(../images/ozellikler.svg) no-repeat left
                }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:nth-child(3):before {
                    background: url(../images/mobilapp.svg) no-repeat left
                }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
                    display: block;
                    width: 100% !important;
                    padding: 15px 20px 15px 35px;
                    font-family: 'Inter-Regular';
                    color: #518c37;
                }

                    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
                        cursor: pointer;
                    }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active::before {
                    background: url(../images/nasil-calisir-yesil.svg) no-repeat left
                }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:nth-child(2)::before {
                    background: url(../images/ozellikler-yesil.svg) no-repeat left
                }

                .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:nth-child(3)::before {
                    background: url(../images/mobilapp-yesil.svg) no-repeat left
                }

.product_tab .ui-state-active {
    background: #fff;
    border-right-color: white
}

.product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
    background: #518c37;
    border-radius: 5px
}

.product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
}

.product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 0;
    line-height: 22px;
    font-size: 16px;
    color: #717171;
    min-height: 250px
}

.product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:focus {
    outline: none !important;
}

.product-tabs .tabs-content {
    width: 96%;
    display: block;
    margin: 0 auto;
}

    .product-tabs .tabs-content div {
        font-size: 16px;
        color: #000;
        font-family: 'Inter-Regular';
        line-height: 1.5;
        width: 88%;
    }

    .product-tabs .tabs-content p {
        font-size: 16px;
        color: #000;
        font-family: 'Inter-Regular';
        line-height: 1.5;
        width: 88%;
    }

.product-tabs .tabs-title {
    width: 100%;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    padding: 14px 0;
    margin-bottom: 50px;
    background: -moz-linear-gradient( -90deg, rgb(71,80,161) 0%, rgb(94,31,137) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(71,80,161) 0%, rgb(94,31,137) 100%);
    background: -ms-linear-gradient( -90deg, rgb(71,80,161) 0%, rgb(94,31,137) 100%);
    position: relative
}

    .product-tabs .tabs-title::after {
        content: '';
        position: absolute;
        right: 25px;
        top: 12px;
        background: url(../images/linx.png)no-repeat center;
        width: 66px;
        height: 42px;
    }

.tabs-alt-title {
    font-size: 24px;
    color: #518c37;
    margin-bottom: 18px;
}

.tabs-text {
    font-size: 16px;
    color: #000;
    font-family: 'Inter-Regular';
    line-height: 1.5;
    width: 88%;
}

    .tabs-text span {
        color: #518c37;
        font-family: 'Inter-SemiBold';
        margin-bottom: 8px;
        display: block
    }

.tabs-image {
    width: 418px;
    height: 130px;
    margin: 10px 0 30px;
    display: block
}

    .tabs-image img {
        width: 100%;
        height: 100%;
    }

    .tabs-image.small {
        width: 203px;
    }

    .tabs-image.small1 {
        width: 330px
    }

    .tabs-image.app {
        width: 122px;
        height: 216px
    }

    .tabs-image .setup-right-bottom {
        margin: 0
    }

.app-qr {
    width: 150px;
    height: 133px;
    float: left
}

.tabs-image.qr {
    display: inline-block;
    height: auto;
    margin: 10px 0px 30px;
}

    .tabs-image.qr .setup-right-bottom a img {
        margin: 0 12px 0 0
    }

.app-qr.linx {
    box-shadow: 0px -2px 9px 0px rgb(128 191 100 / 26%);
    width: 150px !important;
    height: 150px !important;
    margin-left: 15px;
    border-radius: 10px;
}

    .app-qr.linx img {
        width: 50% !important;
        height: 50% !important;
        margin: 25%;
    }
/*sepete eklenince*/
.basket-hover {
    margin: 0 auto;
    position: relative;
}

.basket-hover-block {
    width: 430px;
    background: #fff;
    padding: 5px 0px 0px 0px;
    position: absolute;
    margin: 73px 0px 0;
    z-index: 99999;
    display: none;
    right: 0;
    box-shadow: 0px -3px 3px 0 rgb(128 191 100 / 26%);
    border-radius: 20px;
}

    .basket-hover-block::before {
        content: '';
        position: absolute;
        bottom: 50.4em;
        left: 88%;
        font-size: 10px;
        box-sizing: border-box;
        border: 1em solid #fff;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -3px 3px 3px 0 rgb(128 191 100 / 26%);
    }

.basket-content {
    padding: 18px 25px 25px;
    width: 100%
}

.shop-back {
    font-size: 14px;
    color: #518c37;
    width: 100%;
    display: inline-block;
    cursor: pointer
}

    .shop-back i {
        margin-right: 7px
    }

.orders-detail-content.basket {
    width: 88%;
    display: table;
    margin: 20px auto 10px
}

.order-detail-image.baskets {
    width: 41%;
    padding: 14px;
    margin-right: 25px;
    height: 146px
}

    .order-detail-image.baskets img {
        max-width: 100%;
        max-height: 116px;
    }

.order-detail-name.baskets {
    margin-top: 20px;
    position: relative;
    width: 51%;
}

    .order-detail-name.baskets .product-price {
        font-size: 18px;
        margin-top: 5px
    }

    .order-detail-name.baskets.old .product-price {
        margin-top: 26px
    }

.order-detail-name.basket span {
    margin-top: 30px
}

.order-detail-name.baskets .old-price {
    color: #518c37;
    bottom: 53px
}

.offer-cargo {
    width: 100%;
    display: inline-block;
    /*background-color: #a792e0;*/
    background-color: #00a99d;
    font-size: 12px;
    color: #fff;
    background-image: url(../images/tickbeyaz.svg);
    background-repeat: no-repeat;
    background-position: 6%;
    padding: 12px 5px 12px 43px;
    background-size: 4%;
}
    .offer-cargo.statement {
        background-image: url(../images/aciklama.svg);
        background-color: #6c84fa;
    }
.basket-left .offer-cargo.statement{
    margin-top:5px;
}

.baskets-total {
    background: #f5fdf1;
    padding: 30px 27px;
    border-radius: 0 0 20px 20px
}

    .baskets-total .login-btn {
        width: 199px;
        background: #518c37;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        margin-left: 15px;
        padding: 13px;
        display: inline-block;
    }

    .baskets-total .total-price {
        margin-right: 15px;
        font-size: 14px;
        font-family: 'Inter-Regular';
        width: 39%;
    }

    .baskets-total .product-price {
        font-size: 24px;
        font-family: 'Inter-SemiBold'
    }

.basket-scroll {
    overflow-y: scroll;
    max-height: 350px
}

    .basket-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.3);
        background-color: #fff;
        border-radius: 5px
    }

    .basket-scroll::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
        border-radius: 5px
    }

    .basket-scroll::-webkit-scrollbar-thumb {
        background-color: #e7f5e1;
        border-radius: 5px
    }
/*sepetim-boş sepet*/
.basket-container {
    width: 100%;
    display: inline-block
}

.empty-basket {
    width: 52%;
    display: block;
    margin: 40px auto
}

.empty-image {
    width: 300px;
    height: 300px;
    margin: 0 auto
}

.empty-basket img {
    width: 100%;
    height: 100%
}

.empty-text {
    font-family: 'Inter-Regular';
    color: #282828;
    font-size: 14px;
    text-align: center;
    margin-bottom: 9px;
}

    .empty-text span {
        font-family: 'Inter-SemiBold';
        font-size: 24px;
        color: #518c37;
        display: block;
        margin-bottom: 7px
    }

.login-btn.empty {
    width: 180px;
    font-size: 16px;
    color: #fff;
    background: #518c37;
    text-align: center;
    display: block;
    margin: 45px auto 85px;
    padding: 15px;
}

.basket {
    width: 100%;
    display: table;
    margin: 50px auto 145px
}

.basket-left {
    width: 64%;
    float: left
}

.orders-basket {
    width: 100%;
    display: inline-block
}

.basket-left .orders-detail-content {
    margin: 30px 30px 10px;
}

.basket-left .order-detail-image {
    width: 175px;
    height: 188px;
    margin-right: 0
}

.basket-image {
    width: 23%;
    display: inline-block;
    float: left;
    margin-right: 50px;
}

.basket-out {
    font-size: 12px;
    font-family: 'Inter-Regular';
    margin: 13px 27px 0;
    display: inline-block;
}

    .basket-out i {
        color: #518c37;
        font-size: 14px;
        margin-right: 7px
    }

.basket-left .offer-cargo {
    width: 96%;
    background-position: 2.5%;
    padding: 12px 5px 12px 43px;
    background-size: 2.5%;
    margin: 5px 0 0 30px;
}
.basket-left .offer-cargo:first-child {
    margin-top: 40px;
}

.basket .basket-right {
    width: 27.5%;
    float: right;
    margin-top: 0
}

.order-summary {
    width: 100%;
    box-shadow: 0px 5px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 0 0 20px 20px;
    padding: 0 34px 30px;
}

.basket .order-summary {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    padding: 25px 34px 30px;
}

.order-summary .basket-amount {
    width: 99%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4
}

.order-title {
    font-size: 20px;
    color: #518c37;
    background: #fff;
    float: right;
    width: 27.5%;
    border-radius: 20px 20px 0 0;
    text-align: left;
    padding: 30px 30px 48px;
}

.basket .order-title {
    float: none;
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
}

.order-summary .basket-amount span {
    float: none;
    display: block
}

    .order-summary .basket-amount span.block, .order-summary .basket-amount.total span.block {
        display: inline-block;
        float: none
    }

.order-summary .basket-amount.total {
    background: transparent;
    padding: 0;
    line-height: 17px;
    margin-bottom: 15px;
}

    .order-summary .basket-amount.total span {
        float: right;
        font-size: 24px;
        color: #518c37
    }

.go-cart {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #518c37;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 18px;
    cursor: pointer
}

.coupon-code {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    background: #f5fdf1;
    padding: 30px 25px;
    border-radius: 20px
}

.coupon-title {
    background: url(../images/kuponekle.svg)no-repeat;
    background-position: 0px center;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #518c37;
    float: left;
    margin-bottom: 15px
}

.coupon-input input {
    width: 100%;
    padding: 22px 15px;
    border-radius: 3px;
    color: #282828;
    font-family: 'Inter-Regular';
    font-size: 16px;
    background: #fff;
    border: none
}

    .coupon-input input::placeholder {
        color: #b2b2b2;
        font-size: 12px
    }

.coupon-input {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

    .coupon-input .entry-btn {
        width: 78px;
        border-radius: 5px;
        padding: 7px 17px;
        top: 17px;
        right: 14px;
        font-size: 14px
    }

    .coupon-input.error {
        display: none
    }

.coupon-error {
    color: #ff3030;
    font-family: 'Inter-Regular';
    font-size: 12px;
    margin-top: 15px;
}
/*sipariş üyelik bilgileri*/
.payment-tabs-content {
    width: 100%;
    background-color: #f3fdef;
    padding: 18px 0;
    position: relative;
    z-index: 0
}

.payment-tab-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 67%;
    display: inline-block;
}

    .payment-tab-list li {
        float: left;
        width: 15%;
        margin-right: 105px
    }

.tab-list-header {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.payment-tab-list li:first-child .tab-list-header {
    float: left;
}

.payment-tab-list .tab-list-header .tab-list-circle i {
    color: #518c37;
    opacity: 0.5;
    margin-right: 10px;
    font-size: 22px;
}

.payment-tab-list li.active .tab-list-circle i {
    opacity: 1;
}

.payment-tab-list li.active .tab-list-header-text {
    opacity: 1;
}

.tab-list-circle {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 10px;
    background: #fff;
    width: 45px;
    height: 45px;
    padding: 13px;
    margin: 0 auto;
    position: relative
}

.tab-list-header-text {
    opacity: 0.5;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 20px;
    color: #518c37;
    display: table;
    cursor: pointer;
    margin-top: 10px
}

.tab-list-circle.address {
    padding: 14px
}

.tab-list-circle.cargo {
    padding: 13px 9px;
}

.tab-list-circle.payment {
    padding: 13px 10px;
}

.tab-list-circle:before {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 86px;
    top: 20px;
    padding-left: 100px;
}

.payment-tab-list li:last-child .tab-list-circle::before {
    display: none;
}

.payment-tab-list li:last-child {
    margin-right: 0
}
/*.tab-list-circle.person:before { left: 27px; top: 9px; padding-left: 164px;}*/
.payment-tab-list li.active .tab-list-circle.person:before {
    left: 85px;
    top: 20px;
    padding-left: 100px;
    border: 2px solid #fff;
}

.payment-tab-list li .tab-list-circle.person.active:before {
    border: 2px solid #518c37;
}

.payment-tab-list li .tab-list-circle.address.active:before {
    border: 2px solid #518c37;
}

.payment-tab-list li .tab-list-circle.cargo.active:before {
    border: 2px solid #518c37;
}

.basket-left.payment .tabs-payment {
    position: relative;
    width: 100%
}

.basket-left.payment .tab_list {
    width: 52%;
    left: 0;
    top: 0;
}

    .basket-left.payment .tab_list li {
        float: left;
        margin: 0 17px 0 0;
        width: 180px
    }

.basket-left.payment .tab-right {
    float: left;
    margin-top: 85px;
    box-shadow: none;
    padding: 0;
}

    .basket-left.payment .tab-right .list-block {
        width: 100%
    }

.basket-left.payment .login-content {
    margin: 0
}

.basket-left.payment .without-member {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    color: #518c37;
    font-family: 'Inter-SemiBold';
    text-align: center;
    display: inline-block
}

.basket-right {
    float: right;
    width: 27.5%;
    margin-top: -66px;
    position: relative;
}

    .basket-right.payment .go-cart {
        background: #f3fdef;
        color: #518c37
    }

.modal table {
    width: 100% !important;
}

.products-in-basket {
    width: 126%;
    border-top: 1px solid #e7f5e1;
    border-bottom: 1px solid #e7f5e1;
    margin-top: 20px;
    cursor: pointer;
    display: table;
    margin-left: -33px
}

.in-basket-click {
    width: 85%;
    margin: 0 auto
}

.in-basket-title {
    padding: 11px 0;
    font-size: 14px;
    font-family: 'Inter-Regular';
    width: 81%;
    margin: 0 auto;
    color: #518c37;
}

    .in-basket-title i {
        float: right;
        font-size: 15px;
        line-height: 1.5;
    }

.in-basket-click .orders-detail-content.basket {
    width: 95%
}

.in-basket-click .order-detail-image.baskets {
    width: 69px;
    height: 74px;
    border-radius: 10px
}

    .in-basket-click .order-detail-image.baskets img {
        max-height: 57px
    }

.in-basket-click .order-detail-name.baskets {
    margin-top: 0;
    font-size: 12px
}

    .in-basket-click .order-detail-name.baskets .product-price {
        font-size: 12px;
        margin-top: 20px
    }

    .in-basket-click .order-detail-name.baskets .order-detail-name span {
        font-size: 12px
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        font-size: 10px;
        bottom: 50px
    }

.in-basket-click .basket-scroll {
    max-height: 340px;
    margin-bottom: 10px
}

.basket-right.payment .basket-amount {
    margin: 20px 0
}
/*adres bilgileri*/
.basket-left.address {
    width: 69%;
}

    .basket-left.address .address-content {
        margin-bottom: 20px;
        width: 100%;
        border: 2px solid #f3fdef;
        border-radius: 5px;
        display: inline-block
    }

.address-top {
    width: 100%;
    border-bottom: 2px solid #f3fdef;
    display: inline-block;
    padding: 18px 25px
}

.title-address {
    font-size: 16px;
    float: left;
    color: #282828;
    font-family: 'Inter-SemiBold'
}

.product-brands.address {
    float: right
}

.product-brands input[type="checkbox"] {
    display: none;
}

.myCheckBoxClass input[type="checkbox"] + label,
.product-brands .myCheckBoxClass input[type="radio"] + label {
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #282828;
    cursor: pointer;
    line-height: 23px
}

    .product-brands input[type="checkbox"] + label span,
    .product-brands .myCheckBoxClass input[type="radio"] + label span {
        position: relative;
        top: 0px;
        display: inline-block;
        width: 25px;
        height: 21px;
        vertical-align: middle;
        background-color: transparent;
        border: 2px solid #518c37;
        border-radius: 2px;
        cursor: pointer;
        float: left;
        transition: all .3s;
        margin-right: 10px
    }

.product-brands li input[type="checkbox"]:checked + label span:before,
.product-brands li input[type="radio"]:checked + label span:before {
    content: '';
    background: url(../images/check.svg) no-repeat center;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 1px;
}

.address-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

    .address-list li {
        width: 240px;
        border-radius: 10px;
        float: left;
        text-align: center;
        cursor: pointer;
        padding: 52px;
        margin: 25px 0 25px 25px;
    }

    .address-list .added {
        position: relative;
        padding: 0;
    }

        .address-list .added .added-address {
            position: relative;
            border-radius: 5px;
            font-family: 'Inter-Regular';
            cursor: pointer;
            padding: 19px 22px 41px 22px;
            border: 2px solid #e7f5e1;
        }

        .address-list.added li {
            position: relative;
            padding: 0;
        }

            .address-list.added li .added-address {
                position: relative;
                border-radius: 5px;
                font-family: 'Inter-Regular';
                cursor: pointer;
                padding: 19px 22px 41px 22px;
                border: 2px solid #e7f5e1;
            }

.added-address-title {
    font-size: 14px;
    text-align: left;
    font-family: 'Inter-SemiBold'
}

.added-address-text {
    color: #282828;
    font-size: 14px;
    text-align: left;
    margin-top: 13px;
    cursor: pointer;
    min-height: 68px;
}

.address-list li.added input[type="checkbox"]:checked + label span,
.address-list li.added input[type="radio"]:checked + label span {
    background: url(../images/check.svg) no-repeat;
    background-position: 0 center;
    background-size: 100%;
    width: 18px;
    height: 13px;
    bottom: 120px;
    right: 13px;
    position: absolute;
}

.address-list.added li input[type="checkbox"]:checked + label span,
.address-list.added li input[type="radio"]:checked + label span {
    background: url(../images/check.svg) no-repeat;
    background-position: 0 center;
    background-size: 100%;
    width: 18px;
    height: 13px;
    top: 10px;
    right: 13px;
    position: absolute;
}

input[type="radio"] {
    display: none;
}

.new-Address {
    width: 200px;
    border: 2px solid #f3fdef;
    border-radius: 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 41px 0 64px;
    margin: 25px;
}

.new-address {
    background: url(../images/adres-ekle.svg) no-repeat;
    background-position: 85px center;
    font-size: 30px;
    font-family: 'Inter-Regular';
    cursor: pointer;
    display: block;
    min-height: 38px;
}

    .new-address span {
        font-size: 14px;
        position: relative;
        top: 30px;
    }

.added .edit {
    display: block;
    float: left;
    position: relative;
    top: 15px;
    font-size: 12px;
    font-family: 'Inter-Regular';
    color: #518c37
}

.address-list li.added input[type="checkbox"]:checked + label .added-address,
.address-list li.added input[type="radio"]:checked + label .added-address {
    border: 2px solid #518c37;
    background: #f3fdef
}

.address-list.added li input[type="checkbox"]:checked + label .added-address,
.address-list.added li input[type="radio"]:checked + label .added-address {
    border: 2px solid #518c37;
    background: #f3fdef
}

.modal.address {
    width: 42.87% !important;
    top: 3% !important;
    left: 44%;
    max-height: 875px
}

.modal-body.address {
    width: 95%;
    margin: 23px auto;
}

.modal-scroll {
    overflow-y: scroll;
    height: 705px;
}
    /*address-scroll*/
    .modal-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.3);
        background-color: #efefef;
        border-radius: 30px
    }

    .modal-scroll::-webkit-scrollbar {
        width: 6px;
        background-color: #b2b2b2;
        border-radius: 30px
    }

    .modal-scroll::-webkit-scrollbar-thumb {
        background-color: #d7d7d7;
        border-radius: 30px;
    }

.modal-title.address {
    margin: 0;
    padding: 14px 0;
    font-size: 18px;
    color: #518c37;
    text-align: center
}

.modal.address .modal-body .list-block {
    width: 88%;
}

.modal.address .modal-body .new-address-left {
    width: 42.3%;
    float: left;
    margin-left: 46px
}

    .modal.address .modal-body .new-address-left .list-block {
        width: 100%
    }

.modal.address .modal-body .new-address-right {
    width: 42.3%;
    margin-right: 46px;
    float: right;
}

    .modal.address .modal-body .new-address-right .list-block {
        width: 100%
    }

.modal.address .modal-body .chosen-container {
    width: 325px !important;
}

.modal.address .modal-body .chosen-container-single .chosen-single {
    border: 2px solid #e7f5e1;
    height: 60px;
    padding: 16px 23px;
}

    .modal.address .modal-body .chosen-container-single .chosen-single span {
        color: #b5b5b5;
        font-size: 12px;
        font-family: 'Inter-Regular';
    }

    .modal.address .modal-body .chosen-container-single .chosen-single div {
        top: 16px;
        right: 27px;
    }

        .modal.address .modal-body .chosen-container-single .chosen-single div b i {
            color: #b5b5b5;
            left: 8px;
            bottom: 0
        }

.modal.address .modal-body .chosen-container-active.chosen-with-drop .chosen-single div b {
    left: 15px;
}

    .modal.address .modal-body .chosen-container-active.chosen-with-drop .chosen-single div b i {
        top: 34px;
        left: 11px
    }

.modal.address .modal-body .chosen-container.chosen-with-drop .chosen-drop {
    border: 2px solid #e7f5e1;
    margin-top: 0;
}

.modal.address .modal-body .chosen-container .chosen-results {
    color: #b2b2b2;
    font-size: 14px;
    margin: 0;
}

    .modal.address .modal-body .chosen-container .chosen-results li {
        padding: 8px 30px;
    }

.modal.address .modal-body .list-block .product-brands.address {
    float: left;
    margin-top: 18px
}

.modal.address .modal-body .list-block textarea {
    width: 100%;
    border: 2px solid #e7f5e1;
    resize: none;
    height: 85px;
    padding: 20px 23px 20px;
    border-radius: 5px;
    color: #282828;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

    .modal.address .modal-body .list-block textarea::placeholder {
        font-size: 12px;
        color: #b5b5b5
    }

.modal-header.address {
    height: 50px;
    background: #f3fdef
}

.modal.address .modal-body .list-block .login-btn {
    float: right;
    width: 180px;
    padding: 13px
}
/*kargo*/
.basket-left.cargo {
    width: 61%
}

.cargo-container {
    width: 100%;
}

.cargo-list li {
    border-radius: 5px;
    border: 2px solid #f3fdef;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block
}

    .cargo-list li input[type="checkbox"] + label span,
    .cargo-list li input[type="radio"] + label span {
        display: block;
        width: 25px;
        height: 21px;
        background-color: transparent;
        border: 2px solid #518c37;
        border-radius: 2px;
        cursor: pointer;
        float: left;
        margin: 0 15px 0 0;
        transition: all .3s;
    }

    .cargo-list li input[type="radio"]:checked + label span:after,
    .cargo-list li input[type="checkbox"]:checked + label span:after {
        content: '';
        position: absolute;
        background: url(../images/check.svg)no-repeat center;
        width: 18px;
        height: 13px;
        margin: 3px;
    }

.choose-cargo {
    width: 100%;
    padding: 25px 30px 24px 23px;
    display: inline-block;
    line-height: 28px;
}

    .choose-cargo.cargo {
        padding: 33px 30px 33px 23px;
        line-height: 22px
    }

    .choose-cargo img {
        float: right;
        max-width: 88px;
        max-height: 40px;
    }

.cargo-1 {
    float: left;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    margin-right: 40px;
    max-width: 42%;
    display: inline-block;
}

.cargo-price {
    float: right;
    color: #518c37;
    margin-left: 10px
}

    .cargo-price .old {
        font-size: 14px;
        color: #6b6b6c;
        text-decoration: line-through;
        display: inline-block
    }

.cargo-right {
    float: left;
    font-family: 'Inter-Regular';
    color: #b5b5b5;
    font-size: 14px
}

    .cargo-right i {
        margin-right: 7px
    }

.cargo-container .cargo-list li label {
    cursor: pointer;
}
/*ödeme bilgileri*/
.products-address-details {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    width: 100%;
    border-radius: 5px
}

.basket-in-title {
    background: #f3fdef;
    padding: 15px 36px;
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    color: #518c37;
    border-radius: 5px 5px 0 0
}

.basket-in {
    padding: 35px 35px 0;
}

.address-box {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.address-text {
    font-family: 'Inter-Regular';
    color: #282828;
    font-size: 14px
}

    .address-text .address-title {
        font-family: 'Inter-Semibold';
        color: #282828;
        font-size: 14px;
        margin-bottom: 10px
    }

.basket-amount.agreement {
    border-top: 2px solid #e7f5e1;
    border-bottom: 2px solid #e7f5e1;
    width: 126%;
    display: table;
    margin-left: -33px !important;
}

    .basket-amount.agreement .list-block.chk a {
        color: #518c37;
        font-family: 'Inter-Regular';
        display: block
    }

    .basket-amount.agreement [type="checkbox"]:not(:checked) + label,
    .basket-amount.agreement [type="checkbox"]:checked + label {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #282828;
        margin-bottom: 0;
        padding-left: 17px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 90%;
        margin: 18px auto;
    }

        .basket-amount.agreement .list-block.chk input[type="checkbox"] + label span {
            margin-right: 10px;
            top: 8px
        }
/*ön bilgilendirme sözleşmesi*/
.modal.detail.form {
    left: 43%
}

.modal-title.agreement {
    margin: 0;
    padding: 14px 0;
    font-size: 18px;
    color: #518c37;
    text-align: center;
}

.modal-header.agreement {
    height: 50px;
    background: #f3fdef;
}

.modal-body.agreement.form {
    margin-top: 20px
}

.agreement-container {
    width: 94%;
    margin: 0 auto;
    display: block;
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #282828;
    text-align: justify
}

.basket-left.pay {
    width: 61.7%;
    margin: 0
}

div.payment-tab {
    width: 100%;
    margin: 0 auto;
}

.payment-tab ul {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #f6f6f6;
    display: table;
    width: 100%
}

    .payment-tab ul li {
        list-style: none;
        float: left;
        margin-right: 30px;
        width: 48.5%;
        text-align: center;
        position: relative
    }

        .payment-tab ul li:last-child {
            margin-right: 0
        }

        .payment-tab ul li a.current::after {
            content: '';
            position: absolute;
            height: 40px;
            bottom: -40px;
            background: #ffff;
            width: 100%;
            left: 0;
            border-right: 2px solid #f6f6f6;
            border-left: 2px solid #f6f6f6;
        }

        .payment-tab ul li:last-child a.current::after {
            bottom: -30px;
        }

        .payment-tab ul li a {
            padding: 23px 74px;
            display: inline-block;
            margin-bottom: 30px;
            border-radius: 10px;
            border: 2px solid #f6f6f6;
            width: 100%;
        }

            .payment-tab ul li a span {
                color: #b2b2b2;
                font-size: 20px;
                font-family: 'Inter-SemiBold';
                outline: 0;
                text-decoration: none;
                position: relative;
                bottom: 7px;
            }

            .payment-tab ul li a img {
                opacity: 0.50;
                max-width: 51px;
                max-height: 34px;
                margin-right: 34px
            }

            .payment-tab ul li a.current span {
                font-family: 'Inter-SemiBold';
                color: #1a1a18;
            }

            .payment-tab ul li a.current {
                border: 2px solid #f6f6f6;
                border-bottom: none;
                border-radius: 10px 10px 0 0;
                margin-bottom: 0
            }

                .payment-tab ul li a.current img {
                    opacity: 1
                }

div.tabscontent > div {
    padding: 0;
    border: 2px solid #f6f6f6;
    border-top: none;
    border-radius: 0 0 10px 10px;
    display: inline-block
}

.payment-container {
    width: 100%;
    display: inline-block;
}

.payment-options-content-left {
    width: 56%;
    float: left
}

    .payment-options-content-left .payment-card-properties {
        margin-bottom: 35px
    }

.card-property-head {
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #282828;
    margin-bottom: 20px
}

.form-text.pay {
    width: 21.8%;
    margin-right: 10px;
}

    .form-text.pay:last-child {
        margin-right: 0;
    }

.form-text {
    width: 98%;
    line-height: 46px;
    border: 2px solid #f3fdef;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #282828;
    padding: 5px 23px;
    outline: 0;
    border-radius: 5px;
}

.payment-card-properties.bottom-left {
    width: 48.2%;
    float: left;
    margin-bottom: 10px
}

    .payment-card-properties.bottom-left .form-text.pay {
        width: 46.2%;
        float: left;
        margin-right: 15px
    }

        .payment-card-properties.bottom-left .form-text.pay:last-child {
            margin-right: 0
        }

.payment-card-properties.bottom-right {
    float: right;
    width: 49%;
    margin-bottom: 10px;
    position: relative
}

    .payment-card-properties.bottom-right .form-text.pay {
        width: 97%;
        position: relative
    }

.payment-card-properties input::placeholder {
    color: #b5b5b5;
    font-family: 'Inter-Regular';
    font-size: 12px
}

.payment-card-properties.bottom-right i {
    position: relative;
    cursor: pointer;
    left: 83.5%;
    bottom: 42px;
    font-size: 13px;
    color: #518c37
}

.paymet-options-content-right {
    width: 44%;
    float: left;
}

.card-block {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-ic {
    perspective: 600px;
    perspective-origin: 50% 50%;
    position: relative
}

    .card-ic .future {
        opacity: 0;
        transform: rotateY(-180deg);
    }

    .card-ic .past {
        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: url(../images/kart-zemin.png) no-repeat;
    background-size: cover;
    width: 266px;
    height: 160px;
    position: absolute;
    top: 36px;
    left: 55px;
}

    #credit-card img {
        width: 35px;
        height: 25px;
        margin: 23px 25px 0 0;
        float: right
    }

.credit-card-number {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    line-height: 20px;
    color: #518c37;
    width: 83%;
    display: table;
    margin: 60px auto 23px;
    letter-spacing: 1px;
}
/*.credit-card-number.top{margin-top:60px}*/
.credit-card-user-name {
    font-family: 'Inter-Regular';
    font-size: 16px;
    opacity: 0.5;
    color: #518c37;
    margin: 0 auto;
    width: 82%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.credit-card-lastDate {
    font-family: 'Inter-Regular';
    font-size: 10px;
    float: right;
    color: #518c37;
    margin-right: 23px;
    letter-spacing: 3px;
}

#credit-card-back {
    background: url('../images/CVV.png') no-repeat;
    float: left;
    font-weight: bold;
    width: 266px;
    height: 160px;
    position: absolute;
    border-radius: 15px;
    top: 36px;
    left: 55px
}

.card-back-cvc {
    width: 100%;
    height: 26px;
    background-color: #518c37;
    margin-top: 25px;
    opacity: 0.5;
}

.credit-card-CVVTxt {
    opacity: 0.5;
    font-size: 16px;
    color: #518c37;
    font-family: 'Inter-Regular';
    top: 60px;
    position: absolute;
    font-weight: normal;
    padding: 0;
    width: 100%;
    line-height: 26px;
}

    .credit-card-CVVTxt .CVVbox {
        width: 206px;
        height: 26px;
        background: #fff;
        margin: 0 auto;
        text-align: right;
        padding-right: 10px;
        line-height: 33px
    }

#CVCInfo {
    left: 45.3%;
    position: absolute;
    bottom: 67.5%;
    width: 160px;
    display: none;
    border-radius: 10px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
}

.InfoBubble {
    background: #fff;
    color: #282828;
    font-size: 14px;
    height: auto;
    padding: 8px 10px 20px 20px;
    position: relative;
    width: 160px;
    z-index: 100;
    font-weight: normal;
    border-radius: 10px;
    font-family: 'Inter-Regular';
}

    .InfoBubble span {
        color: #518c37;
        display: block;
        margin-top: 10px;
        font-family: 'Inter-SemiBold'
    }

    .InfoBubble:before {
        content: '';
        position: absolute;
        bottom: -1.9em;
        left: 43%;
        font-size: 10px;
        box-sizing: border-box;
        border: 1em solid #fff;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(315deg);
        box-shadow: -3px 3px 3px 0 rgb(128 191 100 / 26%)
    }

.tab-list-circle.person.icon {
    background: url(../images/tickbeyaz.svg)no-repeat;
    background-size: 58%;
    background-position: 56% center;
    background-color: #518c37
}

.tab-list-circle.address.icon {
    background: url(../images/tickbeyaz.svg)no-repeat;
    background-size: 58%;
    background-position: 56% center;
    background-color: #518c37
}

.tab-list-circle.cargo.icon {
    background: url(../images/tickbeyaz.svg)no-repeat;
    background-size: 58%;
    background-position: 56% center;
    background-color: #518c37
}

.payment-tab-list li .tab-list-circle.person.icon:before {
    border-color: #518c37
}

.payment-tab-list li .tab-list-circle.address.icon:before {
    border: 2px solid #518c37;
}

.payment-tab-list li .tab-list-circle.cargo.icon:before {
    border: 2px solid #518c37;
}

.basket-right.payment .go-cart.pay {
    color: #fff;
    background: #518c37;
}

.payment-options-bottom {
    display: table;
    width: 70%;
    position: relative;
    margin: 0 0 40px;
    clear: both;
    display:none;
}

.payment-options-title {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    color: #1a1a18;
    padding-bottom: 17px;
    border-bottom: 1px solid #f6f6f6
}

    .payment-options-title .small-title {
        width: 100%;
        font-size: 14px;
        padding: 5px 0;
        font-family: 'Inter-Regular';
        display: table
    }

.payment-options-bottom .payment-table-select {
    border: none
}

    .payment-options-bottom .payment-table-select li {
        display: block;
        cursor: pointer;
        font-size: 13px;
        line-height: 20px;
        border: 0;
        width: 100%;
        float: left;
        padding: 0 0 19px;
        border-bottom: 1px solid #f6f6f6;
        margin-right: 0
    }

        .payment-options-bottom .payment-table-select li .part {
            float: right;
            font-family: Inter-SemiBold;
            font-size: 18px;
            color: #1a1a18;
            padding-top: 10px
        }

            .payment-options-bottom .payment-table-select li .part .total-price {
                float: none;
                width: 100%;
                font-size: 14px;
                font-family: 'Inter-Regular';
            }

                .payment-options-bottom .payment-table-select li .part .total-price .total-last {
                    display: inline-block
                }

            .payment-options-bottom .payment-table-select li .part.advance {
                float: left;
                font-family: 'Inter-Regular';
                font-size: 15px;
                padding-top: 17px
            }

            .payment-options-bottom .payment-table-select li .part.first {
                padding-top: 17px
            }

                .payment-options-bottom .payment-table-select li .part.first .total-last {
                    display: inline-block
                }

.payment-card-properties .card-month .chosen-container {
    width: 60px !important;
}

.payment-options-bottom .payment-table-select li input[type="checkbox"] + label, .payment-options-bottom .payment-table-select li input[type="radio"] + label {
    display: block;
    width: 100%;
    cursor: pointer
}

    .payment-options-bottom .payment-table-select li input[type="checkbox"] + label span, .payment-options-bottom .payment-table-select li input[type="radio"] + label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: transparent;
        border: 2px solid #dbdbdb;
        border-radius: 50%;
        cursor: pointer;
        float: left;
        margin: 17px 15px 0 0;
        transition: all .3s
    }

.payment-options-bottom .payment-table-select li input[type="radio"]:checked + label span:after, .payment-options-bottom .payment-table-select li input[type="checkbox"]:checked + label span:after {
    content: '';
    position: absolute;
    display: block;
    background: #518c37;
    margin: 4px 0 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.payment-options-bottom .payment-table-select li input[type="checkbox"]:checked + label span, .payment-options-bottom .payment-table-select li input[type="radio"]:checked + label span {
    border-color: #518c37
}

.payment-card-properties .card-month .chosen-container {
    width: 60px !important;
}

.payment-card-properties .chosen-container-active.chosen-with-drop .chosen-single, .payment-card-properties .chosen-container-single .chosen-single {
    border: 2px solid #f3fdef;
    font-family: 'Inter-Regular';
    font-size: 20px;
    color: #282828;
    padding: 10px 14px;
    height: 58px
}

.payment-card-properties .chosen-container {
    width: 100px !important
}

.payment-card-properties .card-month .chosen-container {
    width: 80px !important;
    margin-right: 13px;
}

.payment-card-properties .chosen-container-single .chosen-single div b i {
    bottom: -8px;
    font-size: 15px
}

.payment-card-properties .chosen-container-active.chosen-with-drop .chosen-single div b i {
    top: 18px;
    font-size: 15px
}

.payment-card-properties .chosen-container-active.chosen-with-drop .chosen-single div b {
    left: 30px
}

.payment-card-properties .chosen-container-single .chosen-single span {
    margin-top: 5px;
    font-size: 15px
}
/*sipariş başarılı*/
.successful-container {
    position: relative;
    width: 61%;
    margin: 90px auto 160px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 5px;
    display: table
}

.successful-left {
    float: left;
    width: 240px;
    height: 240px;
    margin: 0 0 20px 50px;
}

    .successful-left img {
        width: 100%;
        height: 100%;
    }

.successful-title {
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    color: #518c37;
    text-align: left;
    margin: 0px 0 10px;
}

.successful-text {
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #282828;
    text-align: left;
}

.successful-right {
    float: left;
    width: 50%;
    margin: 70px 0px 0 30px;
}

.successful-order {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    width: 72.5%;
    position: absolute;
    bottom: -11%;
    left: 15%;
    padding: 17px 40px;
    border-radius: 5px;
    background: #fff;
}

.order-number {
    float: right;
    margin-right: 45px;
    color: #518c37;
    font-size: 16px
}

    .order-number span {
        color: #282828
    }

    .order-number:last-child {
        margin-right: 0
    }

    .order-number.total {
        float: left
    }
/*sipariş başarısız*/
.successful-left.error {
    width: 147px;
    height: 147px;
    margin: 77px 50px 77px 77px
}

.successful-right.error {
    float: left;
    margin: 80px 0 55px;
}

    .successful-right.error .successful-title {
        color: #ff3030
    }

.go-home {
    color: #518c37;
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    display: inline-block
}

    .go-home i {
        margin-right: 7px
    }
/*hesabım*/
.myAccount-container {
    width: 100%;
    display: inline-block
}

.myAccount {
    width: 100%;
    display: table;
    margin: 60px auto;
}

.myAccount-left {
    width: 26.67%;
    float: left;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 5px;
}

.myAccount-right {
    width: 65%;
    float: left;
    background: #fff;
    border-radius: 10px; /* padding: 50px 45px; */
    margin-left: 95px;
}

.profile {
    display: block;
    width: 100%;
    margin: 35px 0 60px
}

.myprofile {
    background: url(../images/merhaba.svg)no-repeat center;
    background-size: 100%;
    width: 97px;
    height: 69px;
    margin: 0 auto
}

.profile span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    font-family: Inter-SemiBold;
    font-size: 20px;
    color: #518c37
}

.my-account {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px
}

    .my-account li {
        padding: 0;
        cursor: pointer;
        margin-bottom: 15px
    }

        .my-account li a {
            font-size: 16px;
            color: #282828;
            font-family: 'Inter-Regular';
            padding: 5px 0 5px 45px;
            display: inline-block
        }

            .my-account li a.current {
                border-left: 6px solid #518c37;
                padding-left: 40px;
                font-family: 'Inter-SemiBold';
                color: #518c37
            }

.myAccount-left .exit {
    background: url(../images/layer31.png)no-repeat;
    width: 100%;
    height: 275px;
    background-position: 45% 47%;
    position: relative
}

    .myAccount-left .exit a {
        position: absolute;
        display: inline-block;
        width: 130px;
        border-radius: 30px;
        padding: 15px;
        text-align: center;
        bottom: 13%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        color: #518c37;
        font-family: 'Inter-Regular';
        border: 2px solid #aecaa2;
    }

        .myAccount-left .exit a i {
            margin-right: 7px
        }

.list-block.posta input {
    color: #518c37;
    opacity: 0.5
}

    .list-block.posta input:disabled {
        background: #f3fdef
    }

.personal-top {
    width: 61.2%;
    float: left
}

    .personal-top .list-block {
        width: 100%
    }

.personal-alt-text {
    background: url(../images/sifreguncelle.svg)no-repeat;
    padding-left: 30px;
    font-size: 14px;
    color: #518c37;
    font-family: 'Inter-Regular';
    margin: 0 0 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

[type="date"] {
    background: url(../images/date.svg)100% 50% no-repeat;
    background-size: 17%;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

.personal-left.datebirth input {
    padding: 17px 10px 17px 20px;
    border-radius: 5px;
    width: 100%;
}

.personal-right.gender .chosen-container {
    width: 230px !important
}

.personal-right.gender .chosen-container-single .chosen-single {
    border: 2px solid #e7f5e1;
    border-radius: 5px;
    height: 60px;
    padding: 18px 20px 18px 20px;
}

.personal-right.gender .chosen-container-active.chosen-with-drop .chosen-single div b i {
    top: 35px;
    left: 7px;
}

.personal-right.gender .chosen-container-single .chosen-single div {
    top: 21px;
    right: 28px;
}

.personal-right.gender .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #e7f5e1;
    border-radius: 5px;
}

.personal-right.gender .chosen-container.chosen-with-drop .chosen-drop {
    border: 2px solid #e7f5e1;
}

.personal-right.gender .chosen-container-single .chosen-search input[type="text"] {
    border: 2px solid #e7f5e1;
}

.personal-right.gender {
    display: inline-block
}

.personal-left {
    float: left;
    width: 48%
}

.personal-right {
    float: right;
    width: 48%
}

.personal-top .login-btn {
    width: 180px;
    float: right;
    padding: 13px;
    font-size: 16px
}
/*adres bilgileri*/
.new-address.account {
    float: right;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #518c37;
    background-position: 0 center;
    padding-left: 31px;
    margin-top: 10px;
    padding-top: 7px;
}

.myAccount-address {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.myAccount-alt-title {
    background: #e7f5e1;
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #518c37;
    border-radius: 5px
}

.myAccount-address .address-list .added {
    margin: 28px 20px 28px 0;
}

.added .account-clear {
    display: block;
    float: left;
    position: relative;
    top: 15px;
    font-size: 12px;
    font-family: 'Inter-Regular';
    color: #518c37;
}

    .added .account-clear:before {
        content: '|';
        margin: 0 5px;
    }

.myAccount-address.no-registered .new-Address {
    margin-left: 0
}

.no-registered-address {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #282828;
}

    .no-registered-address span {
        font-family: 'Inter-Regular';
        display: block;
    }
/*sipariş bilgileri*/
.order-detail {
    width: 100%;
    display: inline-block;
}

.order-stages {
    border: 2px solid #e7f5e1;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 0 45px 0 20px;
}

.detail-button {
    width: 150px;
    float: right;
    background: #f4b20c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
}

.order-stages .detail-button {
    float: left;
    margin-right: 25px
}

.order-stages .repeat-order {
    float: left;
    padding: 0 0 0 45px;
}

.detail-button.approved {
    background: #16d67f
}

.detail-button.shipped {
    background: #90cbfb
}

.detail-button.cancelled {
    background: #ff3030
}

.detail-button.returned {
    background: #7e98ff
}

.detail-button.preparing {
    background: #f4770c
}

.order-stages .orders-number {
    float: left;
    width: 31%;
    line-height: 39px;
    padding: 23px 0 24px;
    margin-left: 15px
}

.orders-date {
    width: 31%;
    float: left;
    font-size: 12px;
    font-family: 'Inter-Regular';
    text-align: right;
    line-height: 39px;
    padding: 23px 0 24px;
}

.detail-go {
    float: right;
    font-family: 'Inter-Regular';
    font-size: 12px;
    color: #518c37;
    line-height: 35px;
    padding: 23px 0 24px;
}

    .detail-go i {
        margin-left: 5px;
        font-size: 11px
    }

.orders-detail {
    float: left;
    width: 26%;
    padding: 23px 0 24px
}

    .orders-detail.addition {
        padding: 13px 0;
    }

.tracking-number {
    color: #90cbfb;
    font-size: 12px;
    font-family: 'Inter-Regular';
    display: inline-block;
    margin: 6px 0 0 14px;
}
/*sipariş yoksa*/
.no-order {
    width: 100%;
    display: inline-block;
}

    .no-order img {
        width: 200px;
        height: 200px
    }

    .no-order.text {
        font-family: 'Inter-SemiBold';
        font-size: 14px;
        color: #282828
    }

        .no-order.text span {
            font-family: 'Inter-Regular';
            display: block
        }

    .no-order .login-btn.empty {
        float: left
    }
/*sipariş detay*/
.order-detail .orderFollow-bottom {
    margin: 0;
}

.order-detail .order-content {
    width: 92%
}

.order-detail .order-detail-image img {
    height: 145px
}

.order-detail .orders-detail-bottom {
    width: 109%;
    display: table;
    margin: 30px 0 50px -35px;
    border-top: 1px solid #e7f5e1;
    padding: 0px 34px;
}

.order-detail .detail-bottom-left {
    width: 52%
}

.turn-back {
    ;
    margin-bottom: 25px;
    font-family: 'Inter-Regular';
    font-size: 12px;
    color: #282828;
    float: left;
}

    .turn-back i {
        color: #518c37;
        margin-right: 7px;
        font-size: 13px
    }
/*iade talebi*/
.modal.return {
    width: 35.5% !important;
    top: 12% !important;
    left: 48%;
}

.modal-title.return {
    margin: 0;
    padding: 14px 0;
    font-size: 18px;
    color: #518c37;
    text-align: center;
}

.modal.return .modal-body {
    width: 73.3%;
    margin-top: 25px
}

    .modal.return .modal-body .chosen-container {
        width: 495px !important
    }

    .modal.return .modal-body .list-block {
        width: 100%
    }

.modal-return {
    width: 100%;
    display: inline-block;
}

.modal.return .list-block.chk {
    width: 48%;
    margin: 0 19px 25px 0;
    float: left;
}

.return-chk {
    padding-left: 40px;
}

.return-image {
    border-radius: 10px;
    display: table;
    width: 69px;
    height: 74px;
    float: left;
    margin-right: 13px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
}

    .return-image img {
        max-width: 82%;
        max-height: 60px;
    }

.modal-return .list-block.chk input[type="checkbox"] + label span {
    top: 45px
}

.modal.return .list-block.chk:nth-child(2n) {
    margin-right: 0
}

.return-right {
    font-size: 12px;
    font-family: 'Inter-SemiBold';
    float: left;
    margin-top: 20px;
}

.detail-total .price-total {
    color: #518c37;
    position: relative
}

.detail-total {
    margin-top: 5px
}

.price-total .old-price {
    color: #518c37;
    font-size: 10px;
    bottom: 16px
}

.price-total.old {
    margin-top: 20px;
}

.modal.return .modal-body .list-block .login-btn {
    float: none;
    display: block;
    margin: 0 auto;
}
/*talep alındı*/
.modal.send-return {
    width: 25% !important;
    top: 43% !important;
    left: 51%
}

.send-return-image {
    background: url(../images/iadetalebi.svg)no-repeat center;
    background-size: 60%;
    width: 135px;
    background-color: #e7f5e1;
    text-align: center;
    padding: 30px 0;
    float: left;
    border-radius: 8px 0 0 8px;
    height: 150px;
}

.modal-header.send {
    border-radius: 10px;
}

.modal.send-return .modal-title.send {
    line-height: 1.5;
    font-size: 16px;
    color: #282828;
    float: left;
    margin: 30px 0 30px 20px;
    width: 60%;
    text-align: left;
    font-family: 'Inter-Regular';
}

    .modal.send-return .modal-title.send span {
        font-family: 'Inter-SemiBold';
        display: block
    }
/*talep gönderildikten sonra*/
.orders-content {
    width: 100%;
    display: inline-block
}

.orders-detail-content.order-select {
    border: 2px solid #ff3030;
    border-radius: 20px;
    position: relative
}

.return-process {
    width: 145px;
    background: #ff3030;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 14px;
    padding: 9px;
    border-radius: 20px 0 16px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.return-select {
    width: 100%;
    display: inline-block;
}

    .return-select .order-detail-image {
        box-shadow: none
    }
/*iade edildikten sonra*/
.orders-content.return-item .orders-detail-content.return-item {
    background: #e7f5e1;
    display: table;
    width: 109%;
    margin-left: -35px;
    padding: 0 35px 35px;
}

.return-item-top {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    color: #518c37;
    font-family: 'Inter-Regular'
}

.return-item-title {
    float: left;
    font-size: 14px
}

.return-date {
    float: right;
    font-size: 12px;
    margin-right: 30px;
}

    .return-date span {
        font-family: 'Inter-SemiBold'
    }
/*.orders-detail-bottom.return-item{margin-top:0;border:none}*/
.orders-content.return-item .orders-detail-bottom {
    margin-top: 0;
    border: none
}
/*kupon kodu*/
.coupon-tabs {
    width: 100%;
    display: inline-block;
    padding: 0 0 37px 0;
}

    .coupon-tabs input[name=tab-control] {
        display: none;
    }

    .coupon-tabs ul li label {
        color: #282828;
        font-family: 'Inter-Regular';
        font-size: 18px;
        padding: 0;
        cursor: pointer
    }

    .coupon-tabs ul {
        width: 100%;
        padding: 35px 0 8px;
        display: inline-block;
        margin: 0 0 25px;
        border-bottom: 3px solid #e7f5e1;
    }

        .coupon-tabs ul li {
            float: left;
            padding: 0;
            margin-right: 40px
        }

    .coupon-tabs .coupon-content section {
        display: none;
        -webkit-animation-name: content;
        animation-name: content;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

        .coupon-tabs .coupon-content section .coupon {
            color: #428BFF;
            display: none;
        }

            .coupon-tabs .coupon-content section .coupon::after {
                content: "";
                position: relative;
                display: block;
                width: 30px;
                height: 3px;
                background: #428BFF;
                margin-top: 5px;
                left: 1px;
            }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        color: #518c37;
        font-family: 'Inter-SemiBold';
        padding: 0px 8px 8px;
        border-bottom: 3px solid #518c37;
    }

.register-error {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #e3000f;
    float: left
}

    .register-error i {
        margin-right: 10px
    }

.loader img {
    position: absolute;
    top: 45%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.loader {
    display: none;
    position: absolute;
    z-index: 999;
    top: 33px;
    left: 68px;
    background: rgb(255,255, 255);
    bottom: 0;
    right: 0;
    width: 93%;
    border-radius: 8px;
    height: 400px;
}

/*.mm-page{ -webkit-box-sizing: border-box;    box-sizing: border-box;    position: relative;    z-index:1}*/
/*
@media (max-width: 600px) {
    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {  background: rgba(0, 0, 0, 0.08);}
}*/
.coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}

.coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ .coupon-content > section:nth-child(1) {
    display: block;
}

.coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    color: #518c37;
    font-family: 'Inter-SemiBold';
    padding: 0px 8px 8px;
    border-bottom: 3px solid #518c37;
}
/*@media (max-width: 600px) {
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {background: rgba(0, 0, 0, 0.08);}
}*/
.coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ .coupon-content > section:nth-child(2) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .coupon-tabs ul li label {
        white-space: initial;
    }

    .not-message {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .coupon-tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    /*.coupon-tabs ul li label span {
            display: none;
        }*/

    .coupon-tabs .slider {
        display: none;
    }

    .coupon-tabs .content {
        margin-top: 20px;
    }

        .coupon-tabs .content section h2 {
            display: block;
        }
}

.coupons-content {
    margin-bottom: 25px;
    width: 100%;
    border: 2px solid #e7f5e1;
    border-radius: 10px;
    padding: 26px 30px;
    display: inline-block
}

.coupons-price {
    font-size: 18px;
    width: 65%;
    float: left
}

    .coupons-price span {
        font-size: 14px;
        color: #282828;
        font-family: 'Inter-Regular';
        display: block;
        margin-top: 5px
    }

.coupon-right {
    width: 26%;
    float: right
}

.coupons-code {
    background-color: #518c37;
    border-radius: 5px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding: 14px 15px 14px 70px;
    background-image: url(../images/kupon-beyaz.svg);
    background-repeat: no-repeat;
    background-size: 21%;
    background-position: 20px 44%;
}

.coupons-date {
    margin: 7px 0 0 0;
    background-position: 0 center;
    padding-left: 0;
    font-family: 'Inter-SemiBold';
    font-size: 12px;
    color: #518c37;
}

    .coupons-date span {
        font-family: 'Inter-Regular'
    }
/*geçmiş kupon kodları*/
.coupons-content.past-code {
    padding: 36px 50px
}

.coupons-code.past-code {
    background-color: #e7f5e1;
    opacity: 0.50;
    color: #518c37;
    background-image: url(../images/kupon.svg);
}

.coupons-date.past-code {
    color: #ff3030;
    font-family: 'Inter-Regular';
    padding-left: 13px;
}
/*kupon yoksa*/
.no-coupon {
    display: inline-block;
    width: 100%;
    padding-bottom: 21.7%;
}

    .no-coupon img {
        width: 93px;
        height: 68px;
    }

.no-coupon-text {
    font-size: 14px;
    margin-top: 15px
}
/*cgm-nedir*/
.cgm-container {
    width: 100%;
    display: inline-block
}

.cgm-content {
    width: 100%;
    display: table;
    margin: 50px auto 80px;
}

    .cgm-content.first-cgm {
        margin: 50px auto 20px;
    }

.cgm-left {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    float: left;
    width: 46.4%;
    display: inline-block;
    height: 510px;
    margin-left: -80px;
    padding: 8px;
}

    .cgm-left img {
        width: 100%;
        height: 493px;
        object-fit: cover;
        border-radius: 20px
    }

.cgm-right {
    float: right;
    width: 53.5%
}

    .cgm-right .cgm-title {
        margin-top: 20px
    }

.cgm-text span {
    font-size: 24px;
    display: block;
    font-family: 'Inter-SemiBold'; /*margin-bottom:30px*/
}

.cgm-text {
    font-family: 'Inter-Regular';
    font-size: 18px;
    margin-top: 30px;
    text-align: justify;
    line-height: 1.5
}

.cgm-right .cgm-text div { /*margin-bottom:30px*/
}

.glucose-container {
    width: 100%;
    height: 610px;
    background: url(../images/glikoz-background.png)no-repeat center
}

.glucose-left {
    float: left;
    width: 44.2%;
    height: 405px;
    margin-top: 135px
}

    .glucose-left img {
        width: 100%;
        height: 405px;
    }

.glucose-right {
    padding: 35px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    background: #fff;
    float: right;
    width: 53.5%;
    margin-top: 75px
}

.cgm-title {
    color: #518c37;
    font-family: 'Inter-SemiBold';
    font-size: 30px
}

.glucose-right .cgm-text span {
    font-family: 'Inter-SemiBold';
    display: block;
    margin-top: 35px
}

.glucose-right .go-cart {
    width: 180px;
    float: left;
    font-size: 16px;
    margin-top: 25px;
    padding: 15px;
}

.amenities-contaiener {
    width: 100%;
    display: table;
    margin: 30px auto 65px;
    position: relative
}

    .amenities-contaiener::after {
        content: '';
        background-color: #f3fdef;
        width: 100%;
        height: 260px;
        position: absolute;
        top: 51%;
        z-index: 0;
        display: block
    }

.amenities-bottom.first-content {
    padding: 5px 15px;
    background-color: #f3fdef;
    margin: 0;
}

.amenities-content {
    display: inline-block;
    background: url(../images/kolayliklar.png)no-repeat center;
    width: 100%;
    height: 435px;
    position: relative;
    z-index: 1
}

    .amenities-content .cgm-title {
        font-family: 'Inter-Regular';
        margin: 81px 0 0 100px;
    }

    .amenities-content ul {
        padding-left: 100px;
        margin-top: 40px;
        display: inline-block
    }

        .amenities-content ul li {
            width: 56%;
            float: left;
            background: url(../images/tick-yesil.svg)no-repeat left;
            font-family: 'Inter-Regular';
            font-size: 18px;
            padding-left: 35px;
            background-size: 3%;
            margin-bottom: 20px;
        }

.amenities-text {
    padding-left: 100px;
    margin-top: 40px;
    display: inline-block
}

    .amenities-text li {
        width: 56%;
        float: left;
        background: url(../images/tick-yesil.svg)no-repeat left;
        font-family: 'Inter-Regular';
        font-size: 18px;
        padding-left: 35px;
        background-size: 3%;
        margin-bottom: 20px;
    }

.amenities-bottom {
    width: 78%;
    display: inline-block;
    color: #518c37;
    margin: 20px 0 0 98px;
}

    .amenities-bottom span {
        font-size: 30px;
        line-height: 2;
        display: inline-block;
        float: left;
    }

.amenities-text2 {
    width: 96%;
    float: right;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 5px;
    padding-left: 20px;
    display: block;
}

.setup-container {
    width: 100%;
    display: table;
    margin: 0 auto
}

.setup-left {
    float: left;
    width: 55.9%;
    height: 550px;
    position: relative
}

    .setup-left img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.setup-right {
    float: right;
    width: 40%;
    margin-top: 30px;
    display: inline-block
}

.setup-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.setup-img {
    display: block;
    width: 125px;
    height: 95px;
    float: left;
}

    .setup-img img {
        max-width: 125px;
        max-height: 95px;
    }

.setup-content span {
    font-size: 17px;
    margin: 12px 0 0 10px;
    width: 54%;
    display: inline-block;
}

.setup-bottom {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 10px;
    width: 88.6%;
    display: inline-block;
    margin-top: 50px;
    padding: 19px 20px;
}

    .setup-bottom .download-app {
        float: left;
        color: #518c37;
        font-size: 14px;
        margin: 0 20px 0 0;
        padding-left: 25px;
    }

.cgm-video {
    width: 100%;
    display: table;
    margin: 100px auto 0
}

.downland-container {
    width: 100%;
    display: table;
    margin-top: 100px
}

.downland-left {
    float: left;
    display: inline-block;
    height: 530px;
    width: 79.2%;
    margin-left: -30%
}

    .downland-left img {
        object-fit: cover;
        height: 100%;
        width: 100%
    }

.downland-right {
    float: right;
    width: 40%
}

    .downland-right .setup-right-bottom {
        width: 100%
    }

        .downland-right .setup-right-bottom .app-qr {
            width: 155px;
            height: 160px
        }

    .downland-right .app-qr img {
        width: 165px;
        height: 155px;
        object-fit: cover
    }

.downland-bottom {
    padding: 20px 20px 20px 25px;
    width: 100%;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 10px;
    position: relative;
    margin-top: 40px
}

    .downland-bottom:before {
        content: '';
        position: absolute;
        display: block;
        width: 10px;
        background-color: rgb(81, 140, 55);
        border-radius: 6px 0 0 6px;
        height: 110px;
        top: -2px;
        left: -1px;
    }

.downland-text {
    font-family: 'Inter-Regular';
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4
}

    .downland-text:last-child {
        margin-bottom: 0
    }

    .downland-text i {
        margin-right: 10px;
        color: #518c37
    }

    .downland-text a {
        display: block;
        color: #518c37;
        text-decoration: underline;
        padding-left: 25px
    }
/*cgm vs bgm*/
.difference-container {
    width: 100%;
    display: inline-block
}

.difference-content {
    width: 100%;
    display: block;
    margin: 50px auto 0
}

    .difference-content .product-title h1 {
        color: #518c37;
        text-align: center;
        margin: 0 0 30px
    }

.difference-image {
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px
}

.difference {
    float: left;
    width: 33.3%;
    height: 215px;
    position: relative
}

    .difference img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px 0 0 20px
    }

    .difference.text {
        background: #f3fdef;
        font-family: 'Inter-Regular';
        font-size: 16px;
        padding: 27px;
        text-align: center;
        line-height: 1.5
    }

    .difference.img img {
        border-radius: 0 20px 20px 0
    }

.difference-content .cgm-title {
    margin-top: 80px
}

    .difference-content .cgm-title.diff {
        text-align: center;
        margin: 0
    }

.diff-text {
    font-family: 'Inter-Regular';
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 15px;
    /*line-break:anywhere;*/
}

.difference-bottom {
    background: #f3fdef;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding: 22px;
    margin-bottom: 70px
}

    .difference-bottom i {
        color: #518c37;
        font-size: 12px;
        margin-right: 7px
    }

.diffrence-setup {
    display: inline-block;
    background: url(../images/difference.jpg)no-repeat center;
    width: 100%;
    height: 870px;
}

    .diffrence-setup .easy-setup-bottom {
        margin-top: 200px
    }

        .diffrence-setup .easy-setup-bottom .easy-setup-use {
            width: 29.2%;
            border-radius: 20px;
            height: 200px;
            margin: 0 70px 50px 0
        }

            .diffrence-setup .easy-setup-bottom .easy-setup-use:nth-child(3n) {
                margin-right: 0
            }

    .diffrence-setup .setup-use-image {
        float: left
    }

    .diffrence-setup .setup-use-text {
        float: right;
        width: 59%;
        text-align: left;
        margin-left: 0px;
        margin-top: 35px;
    }

.difference-container .downland-container {
    margin-top: 0
}
/*CGM faydaları*/
.difference-container.use .product-title h1 {
    text-align: left
}

.cgm-use {
    width: 100%;
    display: inline-block;
    margin: 70px 0 100px
}

.cgm-use-left {
    float: left;
    width: 39%;
    height: 480px;
    margin-left: 80px
}

    .cgm-use-left img {
        width: 100%;
        height: 100%
    }

.cgm-use-right {
    float: right;
    width: 36%;
    margin: 20px 110px 0 0
}

.cgm-use-box {
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 40px
}

.cgm-use-content {
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 0%;
    padding-left: 80px;
    display: block;
    font-size: 45px;
}

    .cgm-use-content span {
        font-size: 16px;
        width: 83%;
        display: inline-block;
    }

.use-image-container {
    width: 100%;
    display: table;
    margin: 0 auto 65px
}

    .use-image-container img {
        height: 528px;
        width: 100%;
        object-fit: cover
    }

.use-image-bottom {
    display: inline-block;
    width: 100%;
    background: #f3fdef;
    padding: 60px 87px 50px
}

    .use-image-bottom .cgm-title {
        margin: 0
    }

        .use-image-bottom .cgm-title.diff {
            margin: 0;
            text-align: center
        }

.difference-container.use .cgm-title.diff1 {
    margin: 0 0 30px;
    text-align: left;
    width: 81%
}

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 50px;
        display: inline-block;
    }

.use-image-bottom img {
    width: 1028px;
    height: 269px;
    margin-top: 65px
}

.use-alt-container {
    width: 100%;
    display: table;
    margin: 0 auto 115px
}

.use-alt-container-left {
    float: left;
    width: 58%
}

    .use-alt-container-left .diff-text {
        margin-top: 20px
    }

    .use-alt-container-left .product-title.diff {
        color: #518c37;
        font-size: 30px;
        text-align: left;
        width: 78%;
        display: inline-block
    }

.diff-text span {
    display: block;
    font-family: 'Inter-SemiBold';
    margin-top: 40px;
    width: 69%;
    text-align: initial;
    line-height: 1.7;
}

.use-alt-container-right {
    float: right;
    width: 34%;
    height: 415px
}

    .use-alt-container-right img {
        width: 100%;
        height: 100%;
    }
/*sıkça sorulan sorular*/
.question-container {
    width: 100%;
    display: inline-block
}

.question-content {
    width: 100%;
    display: table;
    margin: 50px auto 110px
}

.question-title {
    width: 100%;
    border-radius: 5px;
    background: #f3fdef;
    padding: 20px
}

.question-title-active {
    cursor: pointer;
    width: 25.5%;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 15px 25px 15px 35px;
    text-align: left;
    position: relative;
}

.nav-list_item a {
    color: #518c37;
    font-size: 24px;
    font-family: 'Inter-SemiBold'
}

    .nav-list_item a i {
        font-size: 15px;
        float: right;
        line-height: 2
    }

.nav-list_item > .nav-list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 65px;
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
}

.question-title-active li.nav-list_item:hover .nav-list {
    display: block;
}

.question-title-active li.nav-list_item:hover .fa-chevron-down {
    transform: rotate(180deg)
}

/*.nav-list::before { content: ''; position: absolute; width: 100%;  background: transparent;height: 25px;bottom: 97%; z-index: 3;display: block;}*/
.navList {
    position: absolute;
    width: 100%;
    background: transparent;
    height: 35px;
    bottom: 96%;
    z-index: 3;
    display: block;
}

.nav-list ul {
    padding: 5px 30px 20px
}

    .nav-list ul li {
        padding: 10px 0px 5px;
    }

        .nav-list ul li a {
            font-size: 18px;
            font-family: 'Inter-Regular';
            color: #282828
        }

            .nav-list ul li a:hover {
                color: #518c37
            }

.qustion-block {
    border-radius: 5px;
    box-shadow: 0px 2px 9px 0px rgb(128 191 100 / 26%);
    font-size: 18px;
    width: 100%;
    display: table;
    margin-top: 40px;
}

.qustion-block-head {
    padding: 17px 35px;
    cursor: pointer;
    border-radius: 10px;
    color: #282828;
}

    .qustion-block-head::before {
        content: '\2b';
        font-size: 20px;
        margin-right: 30px
    }

.qustion-block-text {
    width: 100%;
    padding: 30px 50px 35px 70px;
    font-size: 18px;
    font-family: 'Inter-Regular';
    line-height: 1.5;
    display: none;
    border: 2px solid #518c37;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.qustion-block.active {
    box-shadow: none
}

    .qustion-block.active .qustion-block-head {
        background-color: #518c37;
        border-color: #ffad00;
        transition: all .3s;
        border-radius: 10px 10px 0 0;
        color: #fff;
    }

        .qustion-block.active .qustion-block-head::before {
            content: '\f068';
            font-family: 'FontAwesome';
            font-size: 15px
        }

    .qustion-block.active .qustion-block-text {
        display: block;
        animation: fadeIn .3s;
        /*padding-top: 23px;*/
    }

.qustion-block-text img {
    width: 100%;
    height: 130px;
    margin-top: 40px
}
/*eğitim videoları*/
.education-container {
    width: 100%;
    display: inline-block;
}

.education-content {
    width: 100%;
    display: block;
    margin: 50px auto
}

.education-video {
    width: 30%;
    float: left;
    height: 200px;
    display: table;
    margin: 0 60px 60px 0;
    position: relative
}

    .education-video img {
        width: 360px;
        height: 200px;
    }

.education-bottom {
    font-size: 16px;
    background: #f3fdef;
    width: 100%;
    border-radius: 0 0 5px 5px;
    position: relative;
    bottom: 4px;
    height: 75px;
    display: table
}

.education-video:nth-child(3n) {
    margin-right: 0
}

.education-video .fa-youtube {
    margin: 0;
    position: absolute;
    right: 41%;
    font-size: 32px;
    bottom: 46%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.67;
    line-height: 2.3;
    text-align: center;
    color: #d92424;
}
/*kılavuzlar*/
.manuals-container {
    width: 100%;
    display: inline-block
}

.manuals-content {
    width: 100%;
    display: table;
    margin: 50px auto 160px
}

.manuals {
    width: 47.92%;
    float: left;
    border-radius: 5px;
    border: 2px solid #f3fdef;
    margin: 0 49px 30px 0
}

    .manuals:nth-child(2n) {
        margin-right: 0
    }

.manuals-text {
    color: #518c37;
    font-size: 18px;
    background: url(../images/kilavuzlar.svg) no-repeat 3%;
    background-size: 8%;
    padding: 18px 30px;
    display: inline-block;
    width: 100%
}

    .manuals-text span {
        padding-left: 40px
    }
/*iletişim*/
.contact-container {
    display: inline-block;
    width: 100%;
    background: #e7f5e1
}

.contact-content {
    display: table;
    width: 86.4%;
    margin: 50px auto
}

.contact-left {
    width: 39%;
    float: left;
}

.contact-title {
    font-size: 30px;
    color: #518c37;
    margin-top: 30px
}

.contact-address {
    font-size: 18px;
    margin-top: 50px;
    width: 90%;
    float: left;
    line-height: 1.4
}

.contact {
    font-size: 18px;
    color: #518c37;
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

    .contact a {
        display: block;
        font-size: 14px;
        color: #282828;
        font-family: 'Inter-Regular'
    }

        .contact a span {
            font-size: 18px
        }

.mail {
    width: 290px;
    background: #fff;
    border-radius: 5px;
    margin-top: 40px
}

    .mail a {
        width: 100%;
        display: inline-block;
        padding: 20px 35px 20px 30px;
        font-size: 18px;
        color: #518c37
    }

        .mail a i {
            margin-right: 10px
        }

.contact-right-img {
    float: right;
    width: 54%;
    height: 444px;
    background: url(../images/amblem-copy.png) no-repeat center;
    background-size: cover;
    margin-right: 70px;
}

.contact-container.form {
    background: transparent
}

.contact-form {
    float: left;
    width: 45.333%;
}

    .contact-form .list-block {
        width: 100%;
        margin-bottom: 22px
    }

.list-block textarea {
    width: 100%;
    border: 2px solid #e7f5e1;
    resize: none;
    height: 85px;
    padding: 20px 23px 20px;
    border-radius: 5px;
    color: #282828;
    font-size: 16px;
    font-family: 'Inter-Regular';
}

    .list-block textarea::placeholder {
        font-size: 12px;
        color: #b5b5b5
    }

.contact-form .list-block textarea {
    padding: 28px 23px 28px;
    height: auto
}

.contact-map {
    float: right;
    width: 50%;
    margin-top: 35px;
    height: 752px
}

    .contact-map iframe {
        height: 752px;
        width: 100%;
    }
/*yardim*/
.help-container {
    width: 100%;
    display: inline-block;
}

.tabs-help {
    width: 100%;
    display: inline-block;
    margin: 50px 0 70px;
}

.help-left {
    width: 25%;
    float: left;
    background: #f3fdef;
    border-radius: 5px;
}

.help {
    width: 100%;
    margin: 50px 0;
    padding: 0
}

    .help li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

        .help li a.current {
            border-left: 6px solid #518c37;
            padding-left: 33px;
            font-family: 'Inter-SemiBold';
            color: #518c37
        }

        .help li a {
            font-size: 16px;
            color: #282828;
            font-family: 'Inter-Regular';
            padding: 15px 0 15px 40px;
            display: inline-block;
            width: 100%
        }

        .help li:nth-child(6) {
            border: none
        }

    .help div {
        margin-top: 70px
    }

        .help div > li {
            border: none;
            text-align: center;
            margin-bottom: 15px
        }

            .help div > li a {
                width: 245px;
                background: #fff;
                padding-left: 0;
                color: #518c37;
                border-radius: 30px
            }

                .help div > li a.current {
                    border: none;
                    padding-left: 40px;
                    padding-left: 0;
                    background: #518c37;
                    color: #fff
                }
.help-text ul {
    list-style-type: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.help-right {
    width: 71.167%;
    float: right;
}

.help-text {
    font-family: 'Inter-Regular';
    font-size: 18px;
    color: #282828;
    text-align: justify;
    line-height: 1.6;
}

.help-title {
    color: #518c37;
    font-family: 'Inter-SemiBold'
}

.help-text span {
    font-family: 'Inter-SemiBold';
    margin-bottom: 30px;
    display: inline-block
}
/*404-500*/
.error-container {
    width: 100%;
    display: inline-block
}

.error-content {
    width: 82.5%;
    margin: 50px auto 100px;
    display: table
}

.error-left {
    float: left;
    width: 40%;
    height: 330px
}

    .error-left img {
        width: 100%;
        height: 100%
    }

.error-right {
    float: right;
    width: 50.5%;
    margin: 75px 23px 0 0
}

.error-title {
    font-size: 60px;
    color: #518c37;
    margin-bottom: 30px
}

.error-text {
    font-family: 'Inter-Regular';
    font-size: 18px;
    line-height: 1.5;
    width: 93%;
}

    .error-text span {
        font-family: 'Inter-SemiBold';
        display: block
    }

.cgm-video iframe {
    width: 1200px;
    height: 530px;
}

.fa {
    font-family: 'FontAwesome' !important;
}

#header {
    display: none !important;
}

.showSSS {
    display: block !important;
}

.kat_filter {
    display: none;
    /* border: 2px solid #ff6900; */
    border-radius: 50px;
    /* background: #fff; */
    padding: 5px 0;
    position: relative;
    /* color: #e4b84b; */
    /* text-align: center; */
    width: 100%;
    margin: 25px 0;
}

.rotate {
    transform: rotate(180deg);
    color: #FF6900 !important;
}

.rotateA {
    transform: rotate(180deg) !important;
}

.profile i {
    display: none;
}

/*kampanya/promosyon*/
.promotion {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    background: #f5fdf1;
}

.promotion-title {
    background: url(../images/promotion-bg.png) no-repeat;
    background-position: 25px center;
    font-size: 16px;
    font-family: 'Inter-Regular';
    color: #518c37;
    border-bottom: 1px solid #d9eccf;
    padding: 22px 25px 22px 54px;
}

.promotion-click {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 22px 20px;
    flex-direction: column;
}

    .promotion-click .form-list.chk input[type="radio"] + label span {
        top: 0;
    }
.promotion-buttons {
    display: flex;
    gap: 20px;
}
.promotion .form-list {
    width: 91%;
    margin: 24px auto
}

.promotion input[type="radio"]:checked + label span:after {
    content: '';
    position: absolute;
    display: block;
    background: #518c37;
    margin: 4px 0 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.promotion input[type="radio"]:checked + label span {
    border-color: #518c37;
}

.promotion input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    transition: all .3s;
}

.promotion-click ul {
    margin: 0;
    padding: 0
}

    .promotion-click ul li {
        width: 91%;
        margin: 16px auto
    }

        .promotion-click ul li input[type="radio"] + label span {
            top: 0;
        }

        .promotion-click ul li input[type="radio"] + label {
            font-size: 14px;
            font-family: 'Inter-Regular';
            cursor: pointer;
            color: #518c37;
        }

        .promotion-click ul li input {
            display: none
        }

.promotion-click .form-list.chk input[type="radio"] + label {
    font-size: 14px;
    font-family: 'Inter-SemiBold';
}

.promotion .entry-btn {
    width: 62px;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 17px;
    position: unset;
    opacity: 1;
    border: 1px solid #518c37;
    text-align: center;
    background: #fff;
    font-size: 14px;
}

    .promotion .entry-btn.clear-btn {
        background-color: #518c37;
        min-width: 76px;
        width: auto;
        color: #fff;
        border: 1px solid #fff;
    }
.coupon-clear {
   /* float: right;
    position: absolute;
    right: -15px;*/
    color: #e3000f
}
/*kupon kodu varsa*/
.mycoupon-code {
    float: right;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #518c37;
    border-bottom: 1px solid #b2b2b2
}
.modal.couponCode {
    width: 44.1% !important;
    top: 21% !important;
    left: 49%;
}

.modal-header.couponCode {
    height: 60px
}

.modal-body.couponCode {
    width: 77.8%;
    overflow-y: auto;
}

.modal-couponCode {
    font-size: 16px;
    margin-bottom: 50px;
    display: table
}

.modol-discount {
    font-family: 'Inter-SemiBold';
    color: #1a1a18;
    margin-bottom: 20px
}

.discounts-text {
    font-family: 'Inter-SemiBold';
    color: #717171;
    margin-bottom: 20px
}

.modal-couponCode .copy-code {
    float: left;
}

    .modal-couponCode .copy-code i {
        color: #b2b2b2;
        font-size: 22px
    }

        .modal-couponCode .copy-code i:hover {
            color: #e3000f
        }

.modal-coupon {
    min-width: 115px;
    border: 2px dashed #f6f6f6;
    font-size: 20px;
    font-family: 'Inter-SemiBold';
    color: #e3000f;
    text-align: center;
    padding: 8px 10px;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}
/*kupon kodu yoksa*/
.modal.couponWarning {
    width: 35.5% !important;
    left: 49%;
    top: 46% !important
}

.modal-header.couponWarning {
    height: 100px;
    border-radius: 10px
}

.couponwarning {
    width: 75px;
    background: #f5ca00;
    text-align: center;
    padding: 30px 0;
    float: left;
    border-radius: 8px 0 0 8px
}

    .couponwarning i {
        line-height: 2;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        font-size: 20px;
        color: #f5ca00
    }

.couponwarning-text {
    font-size: 16px;
    color: #1a1a18;
    float: left;
    line-height: 100px;
    margin-left: 15px;
}
/*kupon kodu hatalı girilirse*/
.coupon-input.error {
    display: none
}

    .coupon-input.error input {
        border-color: #e3000f
    }

.coupon-error {
    color: #e57373;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    margin-top: 5px
}
/*kupon veya indirim varsa*/
.basket-amount.discount {
    color: #e3000f;
}

.basket-amount.coupon {
    color: #42b86e;
}

/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .modal.couponCode .coupon-right {
        width: 31%;
    }
    .modal-scroll {
        height: 600px;
    }

    .flexslider .slides li {
        background-position: 24% top;
    }

    .top-menu {
        margin-left: 50px !important;
        width: 45% !important
    }

    .flex-contianer .flex-control-nav {
        width: 14.4%
    }

    .buy {
        bottom: 22%;
    }

    .whatsapp {
        bottom: 6%;
    }

    .modal.address {
        width: 48.7% !important;
        left: 43%;
    }

    .modal.return {
        width: 40.5% !important;
        left: 46%;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 145.5% !important;
        left: -21% !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 73.1% !important;
    }

    .easy-setup-use {
        margin-right: 37px
    }

    .cbp-hrmenu {
        width: 97% !important;
    }
}

@media only screen and (min-width:1601px) and (max-width: 1680px) and (max-height: 700px) {
    .buy {
        bottom: 27%;
    }

    .flex-contianer .flex-control-nav {
        width: 14.45%
    }

    .modal.return {
        top: 2% !important
    }

    .scroll-down {
        left: 11px;
        top: 9%;
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        max-height: 660px
    }

    .modal-scroll {
        height: 525px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1772px !important
    }
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .modal.couponCode .coupon-right {
        width: 32%;
    }
    .modal-scroll {
        height: 595px;
    }

    .flexslider .slides li {
        background-position: 21% top;
    }

    .top-menu {
        margin-left: 50px !important;
        width: 59% !important
    }

    .top-right {
        width: 36%;
    }

    .buy {
        bottom: 22%;
    }

    .whatsapp {
        bottom: 6%;
    }

    .flex-contianer .flex-control-nav {
        width: 15.1%
    }

    .cbp-hrmenu {
        width: 94% !important;
    }

    .scroll-down {
        left: 16px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1705px !important;
        top: 109px !important
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 70.1% !important;
    }

    .cbp-hrmenu > ul > li.cbp-hropen > a:before {
        top: 53px !important
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        width: 50.87% !important;
        left: 42%;
    }

    .modal.return {
        width: 42.5% !important;
        left: 46%;
        top: 2% !important
    }

    .easy-setup-use {
        margin-right: 37px
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .modal.couponCode {
        top: 13% !important;
        left: 52%;
    }
    .modal.couponCode .coupon-right {
        width: 37%;
    }

    .modal.couponCode .coupons-price {
        width: 62%;
    }
    .logo {
        width: 240px;
    }

    .register-error {
        bottom: 21px;
        left: 45px;
    }

    .top-menu {
        margin-left: 50px !important;
        width: 55% !important;
    }

    .top-right {
        width: 36%;
    }

    .buy {
        bottom: 21%;
        width: 85px;
        height: 85px
    }

        .buy a {
            width: 110px;
            top: 24px;
            right: 12px
        }

    .whatsapp {
        bottom: 6%;
        width: 100px;
        height: 95px;
    }

        .whatsapp img {
            width: 80px;
            height: 70px;
        }

    .flex-contianer .flex-control-nav {
        width: 15.7%
    }

    .cbp-hrmenu {
        width: 91% !important;
    }

    .scroll-down {
        left: 20px;
        top: 9.5%;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 75.1% !important;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1614px !important;
    }

    .navigate-menu {
        margin-top: 46px
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        width: 53.5% !important;
        left: 42%;
        max-height: 660px
    }

    .modal.return {
        width: 44.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 520px;
    }

    .modal.send-return {
        width: 33% !important;
    }

    .easy-setup-use {
        margin-right: 35px
    }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .modal.couponCode{
        left:54%;
    }
    .modal.couponCode .coupon-right {
        width: 37%;
    }
    .modal.couponCode .coupons-price {
        width: 62%;
    }
    .diffrence-setup {
        height: 520px;
    }

        .diffrence-setup .easy-setup-bottom {
            margin-top: 55px;
        }

            .diffrence-setup .easy-setup-bottom .easy-setup-use {
                margin: 0 17px 46px 30px;
                height: 185px;
            }

    .support {
        width: 32%;
        margin-right: 23px;
    }

    .flexslider, .flexslider .slides {
        height: 660px !important;
    }

    .container-main.big {
        width: 100%;
    }

    .customizable-alert-note {
        margin-top: 43%;
        margin-right: 10%;
    }

    #lblBuy {
        font-size: 12px;
    }

    .logo {
        width: 215px;
    }

    .footer-top.top {
        font-size: 15px;
    }

    .top-menu li {
        margin-right: 20px;
    }

    .top-menu {
        margin-left: 50px !important;
        width: 57% !important;
    }

    .top-right {
        width: 36%;
    }

    .buy {
        bottom: 24%;
        width: 85px;
        height: 85px
    }

        .buy a {
            width: 110px;
            top: 24px;
            right: 12px
        }

    .whatsapp {
        bottom: 6%;
        width: 100px;
        height: 95px;
    }

        .whatsapp img {
            width: 80px;
            height: 70px;
        }

    .flex-contianer .flex-control-nav {
        width: 15%;
    }

    .cbp-hrmenu {
        width: 89% !important;
    }

    .scroll-down {
        left: 26px;
        top: 10%;
        padding-top: 0px;
    }

        .scroll-down::before {
            left: 49.83%;
            height: 75px;
            bottom: 69%;
        }

    .cbp-hrmenu .cbp-hrsub {
        width: 1449px !important;
        left: -21% !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 82.1% !important;
    }

    .navigate-menu {
        margin-top: 46px
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        width: 56.5% !important;
        left: 42%;
        max-height: 660px
    }

    .modal.return {
        width: 47.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 520px;
    }

    .modal.send-return {
        width: 33% !important;
    }

    .easy-setup-use {
        margin-right: 35px
    }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .modal.couponCode {
        width: 55.1% !important;
        top: 12% !important;
    }
    .coupon-right {
        width: 32%;
    }
    .diffrence-setup {
        height: 491px;
    }

        .diffrence-setup .easy-setup-bottom {
            margin-top: 55px;
        }

            .diffrence-setup .easy-setup-bottom .easy-setup-use {
                margin: 0 17px 46px 30px;
                height: 170px;
            }

    .glucose-right {
        margin-top: 60px;
    }

    .glucose-container {
        background-size: 130%;
    }

    .cgm-left {
        margin-left: -40px;
    }

    .support {
        width: 32%;
        margin-right: 19px;
    }

    .flexslider, .flexslider .slides {
        height: 620px !important;
    }

    .container-main.big {
        width: 100%;
    }

    .customizable-alert-note {
        margin-top: 48%;
        margin-right: 10%;
    }

    .customizable-alert-content::after {
        background-size: 49%;
    }

    .customizable-alert-text {
        margin-bottom: 40px;
    }

    .footer-top.top {
        width: 97%;
    }

    .logo {
        width: 230px;
    }

    .container-main {
        width: 100%
    }

    .top-menu {
        margin-left: 50px !important;
        width: 44% !important;
    }

    .top-right {
        width: 38%;
    }

    .buy {
        bottom: 20%;
        width: 85px;
        height: 85px
    }

        .buy a {
            width: 110px;
            top: 24px;
            right: 12px
        }

    .whatsapp {
        bottom: 6%;
        width: 100px;
        height: 95px;
    }

        .whatsapp img {
            width: 80px;
            height: 70px;
        }

    .alert-content {
        width: 90%
    }

    .easy-setup {
        width: 90%;
    }

    .easy-setup-left {
        width: 52%;
    }

    .easy-setup-right {
        width: 43.3%
    }

    .download-app {
        margin-right: 25px
    }

    .easy-setup-use {
        width: 150px;
        margin-right: 25px;
        padding: 25px 20px;
    }

    .products {
        width: 90%;
    }

    .product-list {
        margin-right: 55px;
    }

    .footer {
        width: 90%
    }

    .footer-box:nth-child(3) {
        margin-right: 120px;
    }

    .footer-box:nth-child(4) {
        width: 10%;
        margin-right: 10%;
    }

    .footer-box:nth-child(5) {
        width: 27.4%;
    }

    .footer-right {
        width: 27%;
    }
    /*.modal.address {width: 48.7% !important; left: 43%; }*/
    .cbp-hrmenu {
        width: 86% !important;
    }

    .scroll-down {
        left: 30px;
        top: 7.3%;
    }

    .flex-contianer .flex-control-nav {
        width: 16.7%
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1373px !important;
        left: -23% !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 84.1% !important;
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        width: 59.5% !important;
        left: 42%;
        max-height: 565px
    }

    .modal.return {
        width: 49.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 420px;
    }

    .modal.send-return {
        width: 33% !important;
    }

    .modal.return .modal-body {
        margin-top: 10px;
    }

        .modal.return .modal-body .list-block {
            margin-bottom: 7px
        }
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) and (max-height: 630px) {
    /*anasayfa*/
    .top-menu {
        margin-left: 50px !important;
        width: 44% !important;
    }

    .top-right {
        width: 38%;
    }

    .buy {
        bottom: 27%;
    }

    .easy-setup {
        width: 89%;
    }

    .flex-contianer .flex-control-nav li {
        top: 25px
    }

    .cbp-hrmenu {
        width: 85% !important;
    }

    .modal.send-return {
        width: 33% !important;
    }

    .flex-contianer .flex-control-nav {
        width: 17.57%
    }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .modal.couponCode {
        width: 62.1% !important;
        top: 11% !important;
    }
    .coupon-right{
        width:28%;
    }
    .basket-left.payment .tab_list {
        width: 59%;
    }

    .address-list li {
        width: 237px;
    }

    .contact-right-img {
        background-size: 90%;
    }

    .diffrence-setup {
        height: 491px;
    }

        .diffrence-setup .easy-setup-bottom {
            margin-top: 55px;
        }

            .diffrence-setup .easy-setup-bottom .easy-setup-use {
                margin: 0 17px 46px 30px;
                height: 170px;
            }

    .glucose-right .cgm-text span {
        font-size: 23px !important;
    }

    .setup-bottom .download-app:first-child {
        margin-bottom: 10px !important;
    }

    .glucose-container {
        background-size: 140%;
        background-position: -225px 16px;
    }

    .cgm-title {
        font-size: 26px;
    }

    .cgm-left {
        width: 51.4%;
    }

    .amenities-bottom.first-content {
        margin: 20px 0 0 98px;
    }

    .support {
        width: 32%;
        margin-right: 22px;
    }

    .flexslider, .flexslider .slides {
        height: 550px !important;
    }

    .logo {
        width: 205px;
    }

    .container-main.big {
        width: 100%;
    }

    .customizable-alert-note {
        margin-top: 48%;
        margin-right: 10%;
    }

    .customizable-alert-content::after {
        background-size: 49%;
    }

    .footer-top.top {
        width: 97%;
    }

    .container-main {
        width: 100%
    }

    .main {
        width: 100%
    }

    .navi {
        width: 93%
    }

    .top-menu {
        margin-left: 50px !important;
        width: 46% !important;
    }

    .flex-contianer .flex-control-nav {
        width: 16%
    }

    .top-right {
        width: 44%;
    }

    .alert-content {
        width: 90%
    }

    .easy-setup {
        width: 90%;
    }

    .customizable-alert-img {
        top: -4%;
    }

    .easy-setup-right {
        width: 44.3%;
    }

    .download-app {
        margin-right: 25px
    }

    .easy-setup-use {
        width: 150px;
        margin-right: 15px;
        padding: 25px 20px;
    }

    .buy {
        bottom: 20%;
        width: 85px;
        height: 85px
    }

        .buy a {
            width: 110px;
            top: 24px;
            right: 12px
        }

    .whatsapp {
        bottom: 6%;
        width: 100px;
        height: 95px;
    }

        .whatsapp img {
            width: 80px;
            height: 70px;
        }

    .products {
        width: 90%;
    }

    .product-list {
        margin-right: 49px;
        width: 21.6%
    }

    .footer {
        width: 90%
    }
    .footer-box:nth-child(2) {
        width: 12%;
    }
    .footer-box:nth-child(3) {
        margin-right: 85px;
    }

    .footer-box:nth-child(4) {
        width: 11%;
        margin-right: 10%;
    }

    .footer-box:nth-child(5) {
        width: 30.4%;
    }

    .footer-right {
        width: 27%;
    }

    .footer-logo {
        margin-right: 30px;
    }

    .footer-bottom .contract {
        margin-right: 20px
    }

    .cbp-hrmenu {
        width: 75% !important;
    }

    .scroll-down {
        left: 18px;
        top: 6.2%;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1284px !important;
        left: -22% !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 90.1% !important;
    }

    .modal.detail {
        top: 6% !important;
    }

    .modal.address {
        width: 56.5% !important;
        left: 42%;
        max-height: 660px
    }

    .modal.return {
        width: 52.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 520px;
    }

    .modal.send-return {
        width: 39% !important;
    }

    .cgm-content {
        width: 80%;
    }

    .glucose-left {
        width: 39.2%;
        margin-top: 120px;
    }

    .glucose-right {
        width: 55.5%;
        margin-top: 50px;
    }

    .amenities-contaiener {
        width: 94%
    }

    .setup-container {
        width: 90%
    }

    .cgm-video {
        width: 90%;
    }

    .downland-right {
        width: 45%;
    }

    .downland-bottom {
        width: 80%;
    }

    .difference-content {
        width: 90%;
    }
    /*.easy-setup-bottom {width: 90%; }*/
    .use-image-container {
        width: 93%;
    }

    .use-alt-container {
        width: 93%;
    }

    .question-content {
        width: 93%;
    }

    .product-content {
        width: 93%
    }

    .product-detail {
        width: 93%;
    }

    .product-tabs {
        width: 93%;
    }

    .education-content {
        width: 93%;
    }

    .education-video {
        margin-right: 55px
    }

    .manuals-content {
        width: 93%;
    }

    .basket {
        width: 93%;
    }

    .basket-out {
        margin: 13px 25px 0;
    }

    .payment-tab-list {
        margin-left: 35px;
        width: 62%
    }

    .order-title {
        margin-right: 45px;
    }

    .basket .order-title {
        margin-right: 0
    }

    #accordion-container .accordion-content {
        margin: 45px auto 55px;
        width: 93%
    }

    .basket-right {
        width: 29.5%;
    }

    .login-content {
        width: 93%;
    }

    .myAccount {
        width: 93%
    }

    .orderFollow {
        width: 93%;
    }

    .easy-setup-box-text {
        width: 77%
    }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px)and (max-height:648px) {
    .setup-bottom .download-app:first-child {
        margin-bottom: 10px !important;
    }

    .flex-control-nav li {
        top: 55px !important
    }

    .modal.address {
        width: 63.5% !important;
        max-height: 600px;
    }

    .modal.return {
        width: 52.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 460px;
    }

    .modal.return .modal-body {
        margin-top: 10px;
    }

        .modal.return .modal-body .list-block {
            margin-bottom: 9px
        }

    .basket-left.payment .tab_list {
        width: 56%;
    }

    .buy {
        bottom: 22%;
    }
}
/*1024*/
@media only screen and (min-width: 1000px) and (max-width:1024px) {
    .offer{
        width:82%;
    }
    .modal.couponCode {
        width: 66% !important;
        top: 13% !important;
        left: 56%;
    }
    .coupon-right {
        width: 35%;
    }
    .buy-button {
        width: 208px;
        padding: 13px 8px;
    }
        .buy-button .price{
            font-size:14px;
        }
        .footer-payment-container {
            margin-top: 95px;
        }
    #credit-card {
        left: 40px;
    }

    .payment-card-properties.bottom-right i {
        left: 79%;
    }

    .basket-left.payment {
        width: 66%;
    }

    .basket-left {
        width: 72%;
    }

    .order-stages {
        padding-right: 20px;
    }

    .tracking-number {
        margin-left: 5px;
    }

    .order-top-right .tracking-number {
        margin-left: 10px;
    }

    .tab-right {
        width: 50%;
    }

        .tab-right .recaptcha {
            margin-left: 0;
        }

    .help div > li a {
        width: 220px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
    }

    .tabs-text {
        width: 100% !important;
    }

    #surround {
        height: 460px;
    }

    #slider1 {
        margin-top: 65px;
    }

    .cgm-use-left {
        height: auto;
        margin-top: 55px;
    }

    .app-qr.linx {
        width: 125px !important;
        height: 125px !important;
        margin-top: 20px;
    }

    .use-alt-container-left {
        float: left;
        width: 55%;
    }

    .use-alt-container-right {
        width: 39%;
    }

    .glucose-container {
        background-size: 134%;
        background-position: top center;
        height: 440px;
    }

    .cgm-title {
        font-size: 23px;
    }

    .glucose-right .cgm-text span {
        margin-top: 0px;
        font-size: 20px !important;
    }

    .amenities-bottom.first-content {
        margin: 20px 0 0 98px;
    }

    .flexslider, .flexslider .slides {
        height: 444px !important;
    }

    .top-menu li a {
        font-size: 17px;
    }

    .customizable-alert-text {
        margin-bottom: 50px;
    }

    .customizable-alert-title {
        font-size: 21px;
    }

    .customizable-alert img {
        width: 300px;
        height: 70px;
    }

    .easy-setup-title {
        font-size: 24px;
    }

    .easy-setup-box {
        width: 95%;
        padding: 20px 0 20px 40px;
    }

    .setup-right-bottom {
        margin-top: 15px;
    }

    .easy-setup-box-text {
        font-size: 15px;
    }

    .container-main.big {
        width: 100%;
    }

    .customizable-alert-note {
        margin-top: 53%;
        margin-right: 10%;
        width: 35%;
    }

    .customizable-alert-content::after {
        background-size: 49%;
    }

    .footer-top.top {
        width: 96%;
    }

    .container-main {
        width: 100%
    }

    .main {
        width: 100%
    }

    .navi {
        width: 93%
    }

    .tabs-help {
        display: block;
    }

    .top-menu {
        margin-left: 20px !important;
        width: 48% !important;
    }

        .top-menu li {
            margin-right: 15px
        }

    .logo {
        width: 164px;
    }

        .logo img {
            width: auto;
            height: auto;
        }

    .flex-contianer .flex-control-nav {
        width: 15.99%;
    }

        .flex-contianer .flex-control-nav li {
            top: 80px
        }

    .top-right {
        width: 48%;
        margin-right: 12px;
    }

    .alert-content {
        width: 90%
    }

    .easy-setup {
        width: 90%;
    }

    .customizable-alert-img {
        top: -7%;
        background-size: 90%;
    }

    .easy-setup-right {
        width: 51.3%;
    }

    .download-app {
        margin-right: 0px;
    }

    .easy-setup-use {
        width: 117px;
        margin-right: 17px;
        padding: 25px 20px;
    }

    .buy {
        bottom: 27%;
        right: 7%;
        width: 83px;
        height: 83px;
    }

    .whatsapp {
        bottom: 8%;
        width: 115px;
        height: 115px;
        right: 6%;
    }

    .products {
        width: 90%;
    }

    .product-list {
        margin-right: 12px;
        width: 24%;
    }

    .footer {
        width: 90%
    }

    .footer-box:nth-child(3) {
        margin-right: 10px;
        width: 12%;
    }

    .footer-box:nth-child(4) {
        width: 14%;
        margin-right: 2%;
    }

    .footer-box:nth-child(5) {
        width: 36.4%;
    }

    .footer-right {
        width: 57%;
        margin-top: 15px;
    }

    .footer-logo {
        margin-right: 30px;
    }

    .footer-bottom .contract {
        margin-right: 20px
    }

    .cbp-hrmenu {
        width: 83% !important;
    }

    .scroll-down {
        left: 15px;
        top: 4.8%;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 1039px !important;
        left: -20% !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        width: 89.1% !important;
    }

    .modal.detail {
        width: 70% !important;
        top: 6% !important;
        left: 50%;
    }

    .modal.address {
        width: 70% !important;
        left: 42%;
        max-height: 660px
    }

    .modal.return {
        width: 52.5% !important;
        left: 46%;
        top: 2% !important
    }

    .modal-scroll {
        height: 520px;
    }

    .modal.send-return {
        width: 47% !important;
    }

    .cgm-content {
        width: 90%;
    }

    .glucose-left {
        width: 39.2%;
        margin-top: 120px;
    }

    .glucose-right {
        width: 55.5%;
        margin-top: 20px;
        padding: 22px;
    }

    .amenities-contaiener {
        width: 94%
    }

    .setup-container {
        width: 90%
    }

    .downland-right {
        width: 47%;
        margin-top: 8%;
    }

    .downland-bottom {
        width: 93%;
    }

    .difference-content {
        width: 90%;
    }

    .easy-setup-bottom {
        width: 100%;
        margin-top:35px;
    }

    .use-image-container {
        width: 93%;
    }

    .use-alt-container {
        width: 93%;
    }

    .question-content {
        width: 93%;
    }

    .product-content {
        width: 93%
    }

    .product-detail {
        width: 93%;
    }

    .product-tabs {
        width: 93%;
    }

    .education-content {
        width: 93%;
    }

    .education-video {
        margin-right: 17px !important;
        width: 31%;
    }

    .manuals-content {
        width: 93%;
    }

    .basket {
        width: 93%;
    }

    .basket-out {
        margin: 13px 9px 0;
    }

    .payment-tab-list {
        margin-left: 35px;
        width: 62%
    }

    .order-title {
        margin-right: 45px;
    }

    .basket .order-title {
        margin-right: 0
    }

    #accordion-container .accordion-content {
        margin: 45px auto 55px;
        width: 93%
    }

    .basket-right {
        width: 29.5%;
    }

        .basket-right.payment {
            margin-right: 10px;
        }

    .login-content {
        width: 93%;
    }

    .myAccount {
        width: 93%
    }

    .orderFollow {
        width: 93%;
    }

    .index-box {
        margin: 0 23px;
    }

    .banner-content {
        width: 85%;
    }

    .easy-setup-image {
        width: 100%;
        background-size: 83%;
    }

    .setup-use-image {
        width: 80px;
        height: 90px;
    }

    .customizable-alert-container {
        margin: 0;
    }

    .detail-name.last {
        width: 79%;
    }

    .footer-box:nth-child(2) {
        width: 15%;
        margin-right: 15px;
    }

    .product-list.tab {
        width: 24%;
        margin-right: 3px;
    }

    .support {
        width: 30%;
        margin-right: 34px;
    }

    .product-list .picture img {
        max-height: 130px;
    }

    .list-block input.new-eposta {
        padding-right: 20px;
    }

    .modal.forgot {
        width: 45% !important;
        left: 57%;
    }

    .modal.send {
        width: 50% !important;
    }

    .list-block .pass {
        width: 48%;
    }

    .order-top-right {
        width: 60%;
    }

    .orderFollow.tracking .order-top-right {
        width: 57%;
    }

    .order-top-left {
        width: 40%;
    }

    .total-price {
        margin-right: 6px;
        width: 47%;
    }

    .order-detail-total {
        width: 44%;
        margin-top: 35px;
    }

    .detail-image {
        width: 62%;
        height: 460px;
    }

    #slider1 {
        width: 31%;
    }

    .buy a {
        top: 20px;
        right: 20px;
    }

    .support-image {
        width: 83px;
    }

    .coupon-input input {
        padding-right: 100px
    }

    .payment-tab-list li {
        margin-right: 0;
        width: 25%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 60px;
            padding-left: 80px;
        }

    .tab-list-circle:before {
        left: 60px;
        padding-left: 80px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

    .modal.address .modal-body .new-address-right {
        margin-right: 2.5%;
        width: 45%;
    }

    .modal.address .modal-body .new-address-left {
        margin-left: 2.5%;
        width: 45%;
    }

    .basket-left.payment .tab-right {
        width: 100%;
    }

    .basket-left.payment .login-content {
        width: 70%;
        margin: 0 auto;
    }

    .modal.address .modal-body .chosen-container {
        width: 244.61px !important;
    }

    .address-list li {
        width: 186px;
    }

    .basket-left.address {
        width: 67%;
    }

        .basket-left.address .address-list li {
            width: 180px;
            margin-left: 25px;
        }

    .added-address-text {
        min-height: 85px;
    }

    .new-Address {
        width: 250px;
    }

    .new-address {
        background-position: 105px center;
    }

    #newEdit .list-block input {
        padding-right: 30px;
    }

    .modal.address .modal-body .list-block {
        width: 95%;
    }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 100px;
    }

    .basket-left.cargo {
        width: 65%;
    }

    .cargo-1 {
        width: 38%;
    }

    .form-text.pay {
        width: 22%;
        padding: 5px 10px;
        margin-right: 5px;
    }

    .payment-card-properties.bottom-right {
        width: 32%;
    }

    .payment-card-properties.bottom-left {
        width: 62%;
    }

    .successful-right {
        margin-left: 0;
    }

    .successful-order {
        padding: 16px;
    }

    .myAccount-right {
        margin-left: 65px;
    }

    .personal-right.gender .chosen-container {
        width: 180px !important;
    }

    .myAccount-address .address-list .added {
        margin-bottom: 0;
    }

    .order-stages .orders-number {
        width: 32%;
    }

    .orders-date {
        width: 23%;
    }

    .orders-detail {
        width: 28%;
    }

    .order-detail .order-detail-image img {
        height: 100px;
    }

    .order-detail-image {
        height: 150px;
        margin-right: 20px;
    }

    .basket-amount.total {
        padding: 17px 8px;
    }

        .basket-amount.total span {
            font-size: 16px;
            line-height: 16px;
        }
    .order-summary .basket-amount.total span {
        font-size: 19px;
    }
    .order-detail-name {
        margin-top: 35px;
        width: 24%;
    }

    #returnRequest .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal.address.return .modal-body .list-block {
        margin-bottom: 2%;
    }

    .modal.address.return {
        max-height: 700px !important;
    }

    .footer-top {
        margin: 35px auto;
    }

    .cgm-video iframe {
        width: 95%;
        height: 400px;
        margin: 0 auto;
        display: block;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
    }

    .setup-right-bottom a img {
        margin-left: 15px;
    }

    .downland-bottom:before {
        height: 110px;
    }

    .setup-bottom {
        margin-top: 14px;
    }

        .setup-bottom .download-app {
            line-height: 2;
            background-size: 15px;
        }

    .cgm-left {
        margin-left: -3%;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 32%;
        height: 150px;
        margin: 0 7px 21px;
    }

    .diffrence-setup .easy-setup-bottom {
        width: 95%;
        margin: 50px auto;
        display: table;
    }

    .diffrence-setup {
        background-size: cover;
        height: auto;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .difference.text {
        line-height: 1.2;
        padding-top: 10px;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: 100% !important;
    }

    .use-image-container img {
        height: auto;
    }

    .education-video img {
        width: 300px;
    }

    .education-video .fa-youtube {
        line-height: 2.2;
    }

    .manuals {
        margin-right: 39px;
    }

    .contact-right-img {
        margin-right: 0;
        background-size: 100%;
    }

    .help-right {
        width: 70%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 999px) {
    .footer-payment-container{
        margin-top:15px;
    }
}

/*Mobiller*/

/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .modal.couponCode {
        width: 94% !important;
        top: 19% !important;
        left: 4%;
        max-height: 500px;
    }

        .modal.couponCode .coupons-code {
            padding-left: 38px;
        }
        .modal.couponCode .coupons-price {
            width: 45%;
        }
    .modal-body.couponCode{
        max-height:420px;
    }
    .payment-options-bottom {
        width: 100%;
    }
    .empty-image {
        width: auto;
        height: auto;
    }

    .list-block input {
        width: 100%;
    }

    .contact-form .recaptcha {
        transform: scale(0.86);
        margin-left: -17px;
    }

    .recaptcha {
        transform: scale(0.8);
        margin-left: -26px;
    }

    .personal-top .login-btn {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 18px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }

    .cgm-use-box {
        padding: 10px 17px;
    }

    .cgm-use-content {
        padding-left: 45px;
    }
    /*Anasayfa*/
    .setup-content span {
        width: 52%;
        margin: 0 0 0 10px;
    }

    .index-box i {
        width: 80px;
        height: 80px;
    }

    .index-box .fa-solid:before {
        font-size: 42px;
    }

    .footer-contact .phone {
        font-size: 15px;
    }

        .footer-contact .phone span {
            font-size: 18px;
        }

    .customizable-alert-content::after {
        background-size: 100%;
        top: 55%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 64%;
        padding-bottom: 75px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.7 !important;
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 138px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 150px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 95%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 727px;
        right: 40%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 100%;
        height: 320px;
    }

    .setup-right-bottom a img {
        width: 46%;
        margin-left: 2%;
    }

    .download-app {
        margin: 15px 0 10px 12px;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 45%;
        padding: 20px 13px;
        min-height: 223px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 95%;
        margin: 0 auto 5%;
        float: none;
    }

        .product-list:last-child {
            margin: 0 auto 5%;
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 90%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .footer-contact-title {
        margin: 15px 0;
    }

    .entry-btn {
        width: 80px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 77px 26px 15px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 40%;
            display: block;
            margin: 0 auto;
            float: none;
        }

        .footer-box:nth-child(5) {
            width: 95%;
            display: block;
            margin: 0 auto;
            float: none;
        }

    .footer-contact .phone-img {
        width: 80px;
        background-position: 0 12px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
    }

    .copyright-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 65%;
        margin: 15px auto;
        display: table;
        text-align: center;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 58px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 15%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 15%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px 6px;
    }

    .login {
        width: 100px;
        padding: 7px 0;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 95px;
        padding: 3px 6px;
        margin: 0;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 10px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 74%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 37%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 34% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: 95%;
        border: none;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 215px;
    }

        .cgm-left img {
            height: 200px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
        margin-bottom: 30px;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 30px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 0 auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 11.5% 0 0 2.5%;
        font-size: 16px;
    }

    .amenities-content ul {
        padding-left: 15px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 6%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 19px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
    }

    .amenities-contaiener {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .amenities-contaiener::after {
            top: 67%;
            height: 195px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 20px 4px 0;
        font-size: 13px;
    }

    .setup-bottom {
        padding: 5px 20px;
        margin-top: 10px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 150px;
    }

        .downland-right .setup-right-bottom .app-qr img {
            width: 157px;
        }

    .downland-right {
        width: 100%;
    }

    .downland-text a {
        padding-left: 0;
    }

    .downland-bottom:before {
        height: 125px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 225px;
    }

        .difference.text {
            padding: 12px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 46%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 250px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 90%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 95%;
        height: auto;
    }

    .use-alt-container-right {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 50%;
        margin: 15px auto;
        float: none;
        height: auto;
        padding: 0;
    }

    .product-content {
        margin: 45px auto 0;
        width: 95%;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 0 5px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: none;
        margin: 25px 0 15px;
    }

    .buy-button.product {
        float: none;
        margin: 25px auto;
    }

    .product-right .discounts {
        top: 15px;
        right: 15px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 75px;
        height: 75px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 36%;
    }

    .thumbelina-but.horiz.right {
        left: 36%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 185px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
        padding: 10px 4px;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 100%;
        margin: 5% 0 0 0;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 85%;
            width: 40px;
            top: 6px;
            right: 9px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .basket-image {
        width: 100%;
    }

    .total-price {
        margin: 17px 5px 0;
        width: 29%;
        font-size: 14px;
    }

    .orderFollow.tracking .total-price {
        width: 45%;
    }

    .basket .total-price {
        width: 55%;
    }

    .total-price span {
        margin-top: 0;
    }
    .basket .total-price span {
        margin-top: 18px;
    }
    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 10%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 9%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 17%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 50px;
            padding-left: 10px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 10px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 42%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 5px;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 95%;
        float: none;
        margin: 15px auto !important;
    }

    .title-address {
        float: none;
    }

    .product-brands.address {
        margin-top: 4.5%;
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 334px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 210px;
    }

    #credit-card, #credit-card-back {
        top: 15px;
        left: 15px;
    }

    #CVCInfo {
        left: 31%;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 100%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .orderFollow.tracking .order-content {
        padding: 0 5px;
    }

    .order-top-left {
        width: 100%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 100%;
        /* float: none; */
        padding: 0 10px 10px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        /*float: right;*/
        padding-top: 10px;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .order-detail-total .old-price {
        left: 126px;
        bottom: 0;
        top: 42px;
    }

    .basket .order-detail-total .old-price {
        left: 3px;
        top: 34px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 95%;
        margin: 0 auto 50px;
        float: none;
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 100%;
        margin: 5px 0;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
    }

    .manuals-text {
        padding-left: 49px;
        background-size: 20%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 264px;
        }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 60px;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 90px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 100px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 30px;
    }

    .tracking-number {
        margin-left: 0;
        font-size: 11px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%;
        float: none;
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 0;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 25px 5px;
    }

    .coupon-right {
        width: 50%;
    }

    .coupons-price {
        width: 50%;
    }

    .coupons-code {
        background-position: 9% center;
        background-size: 19%;
        padding: 14px 7px 14px 45px;
        font-size: 15px;
    }

    .no-coupon {
        width: 80%;
        margin: 0 auto;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        width: 134px;
        margin: 0;
    }

    .footer-bottom .contract {
        width: 100%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup {
        height: 830px;
    }

        .diffrence-setup .setup-use-text {
            text-align: center;
            width: 100%;
        }

    .setup-use-image {
        width: 100%;
    }

    .cgm-use-content span {
        width: 100%;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
        margin-right: 0;
    }

    .poduct-detail-right .setup-right-bottom a:first-child img {
        margin-right: 48px;
    }

    .app-qr.linx {
        margin: 10px auto 0 auto;
        float: none;
        display: table;
        width: 112px !important;
        height: 112px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 82%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .coupon-tabs ul li label {
        padding: 10px 0;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 0 auto 50px;
    }

    .setup-right-bottom {
        margin-top: 20px;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .cgm-title {
        font-size: 21px;
    }

    .cgm-text span {
        margin-bottom: 15px;
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 20px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 108px;
        height: 50px;
        margin-right: 15px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
    }

    .basket .order-detail-total {
        float: right;
        width: 48%;
    }

    .order-detail-name {
        margin-top: 17px;
        font-size: 15px;
        width: 49%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding: 33px 14px 15px 17px;
    }

    .choose-cargo img {
        /*margin-top: 5%;*/
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span { /* float:right; */
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 43%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 15px;
        width: 53%;
    }

    #order .order-detail-total .old-price {
        top: 230px;
        left: 110px;
    }

    .basket-amount {
        width: 100%;
    }

        .basket-amount.total span {
            font-size: 21px;
        }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }
}
/* Samsung S3 dikey */
@media only screen and (min-width:360px) and (max-width:369px) {
    .modal.couponCode {
        width: 94% !important;
        top: 21% !important;
        left: 3%;
        max-height: 540px;
    }
    .payment-options-bottom {
        width: 100%;
    }
    .empty-image {
        width: auto;
        height: auto;
    }

    .address-list {
        margin: 0 auto;
        float: none;
        width: 80%;
        display: table;
    }

    .login-btn, .list-block input.login-btn {
        width: 90%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .recaptcha {
        width: 305px;
        transform: scale(0.9);
    }

    .personal-top .login-btn {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }

    .amenities-content ul {
        padding-left: 20px;
        margin: 17px auto;
    }

        .amenities-content ul li {
            width: 100%;
        }
    /*Anasayfa*/
    .footer-contact .phone {
        font-size: 15px;
    }

        .footer-contact .phone span {
            font-size: 18px;
        }

    .customizable-alert-content::after {
        background-size: 100%;
        top: 55%;
        height: 45%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 64%;
        padding-bottom: 75px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 156px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 150px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 95%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 765px;
        right: 40%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 100%;
        height: 370px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
    }

    .downland-right .app-qr img {
        width: auto;
        height: auto;
    }

    .setup-right-bottom a:first-child img {
        margin-right: 41px !important;
    }

    .downland-text a {
        display: inline-block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 45%;
        padding: 20px 13px;
        min-height: 213px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 95%;
        margin: 0 auto 5%;
        float: none;
    }

        .product-list:last-child {
            margin: 0 auto 5%;
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 90%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .footer-contact-title {
        margin: 15px 0;
    }

    .entry-btn {
        width: 80px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 35%;
            display: block;
            margin: 0 auto;
            float: none;
        }

        .footer-box:nth-child(5) {
            width: 85%;
            display: block;
            margin: 0 auto;
            float: none;
        }

    .footer-contact .phone-img {
        width: 80px;
        background-position: 0 12px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
    }

    .copyright-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 65%;
        margin: 15px auto;
        display: table;
        text-align: center;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 59px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 15%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 15%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 100px;
        padding: 7px 0;
        margin-left: 6%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 100px;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 10px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 60%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 37%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 20px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 34% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 33%;
        margin-left: 2%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 235px;
    }

        .cgm-left img {
            height: 220px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    .cgm-content {
        margin: 35px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 0 auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 7.5% 0 0 2.5%;
        font-size: 24px;
        width: 70%;
    }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 6%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
    }

    .amenities-contaiener {
        margin-top: 0;
    }

        .amenities-contaiener::after {
            top: 70%;
            height: 180px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 20px 4px 0;
    }

    .setup-bottom {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 48%;
        height: auto;
        margin-left: 2%;
        margin-bottom: 15px;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 110px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        /*height: auto;*/
    }

        .difference.text {
            padding: 12px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .contText {
        line-height: 1.6 !important;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 46%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 250px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 90%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom {
        width: 100%;
    }

        .use-image-bottom img {
            width: 100% !important;
            height: auto !important;
            margin-top: 15px;
        }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 95%;
        height: auto;
    }

    .use-alt-container-right {
        width: 75%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 50%;
        margin: 15px auto;
        float: none;
        height: auto;
        padding: 0;
    }

    .product-content {
        margin: 45px auto 0;
        width: 95%;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 0 5px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: none;
        margin: 25px 0 15px;
    }

    .buy-button.product {
        float: none;
        margin: 25px auto;
    }

    .product-right .discounts {
        top: 15px;
        right: 15px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 216px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
        margin-left: 64px;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
        padding: 10px 5px;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 100%;
        margin: 5% 0 0 0;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 85%;
            width: 40px;
            top: 10px;
            right: 10px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 100%;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .total-price {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 5px 0 5px;
        width: 40%;
    }

    .orderFollow.tracking .total-price {
        width: 45%;
    }

    .total-price span {
        margin-top: 0;
    }

    .basket .total-price span {
        margin-top: 25px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 8%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 8%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 17%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 50px;
            padding-left: 25px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 25px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 5px;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 95%;
        float: none;
        margin: 6.7% auto;
    }

    .title-address {
        float: none;
    }

    .product-brands.address {
        margin-top: 4.5%;
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 334px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 230px;
    }

    #credit-card {
        left: 30px;
    }

    .credit-card-number {
        width: 85%;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: right;
        width: 33%;
    }

    .payment-card-properties.bottom-left {
        width: 61%;
    }

    #CVCInfo {
        left: -54.7%;
        bottom: 79.5%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .orderFollow.tracking .order-content {
        padding: 0 5px;
    }

    .order-top-left {
        width: 100%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 100%;
        /*float: none;*/
        padding: 0 10px 10px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .basket .order-detail-total .old-price {
        left: 9px;
        top: 27px;
    }

    .order-detail-total .old-price {
        left: 30px;
        bottom: 0;
        top: 40px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 95%;
        margin: 0 auto 50px;
        float: none;
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 100%;
        margin: 5px 0;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
    }

    .manuals-text {
        padding-left: 50px;
        background-size: 20%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 300px;
        }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 90px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 100px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 30px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 25px 5px;
    }

    .coupon-right {
        width: 50%;
    }

    .coupons-price {
        width: 50%;
    }

    .coupons-code {
        background-position: 5% center;
        /* background-size: 29%; */
        padding: 14px 9px 14px 50px;
        font-size: 16px;
    }

    .no-coupon {
        width: 80%;
        margin: 0 auto;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 60px;
        height: 60px;
        padding: 13px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        width: 140px;
        margin: 0;
        height: auto;
    }

    .footer-right a:first-child img {
        margin-right: 23px;
    }

    .footer-bottom .contract {
        width: 100%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup {
        height: 830px;
    }

        .diffrence-setup .setup-use-text {
            text-align: center;
            width: 100%;
        }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .setup-use-image {
        width: 100%;
    }

    .cgm-use-box {
        padding: 17px;
    }

    .cgm-use-content {
        padding-left: 62px;
    }

        .cgm-use-content span {
            width: 100%;
        }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        width: 43%;
        height: auto;
        margin-right: 0;
    }

    .app-qr.linx {
        margin: 10px auto 0 auto !important;
        float: none;
        display: table;
        width: 112px !important;
        height: 112px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 84%;
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 84%;
    }

    .coupon-tabs ul li label {
        padding: 10px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 0 auto 50px;
    }

    .setup-right-bottom {
        margin-top: 20px;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
        margin-bottom: 15px;
        margin-top: 0px;
        font-size: 20px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 110px;
        height: 50px;
    }

        .count-select input {
            width: 25px;
            height: 40px;
            margin-top: 5px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 60%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        width: 65%;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket .order-detail-name {
        width: 40%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 0 5px 0 5px;
        width: 45%;
    }

    #order .order-detail-total {
        width: 67%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 20px;
        width: 31%;
    }

    #order .order-detail-total .old-price {
        top: 230px;
        left: 110px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:389px) {
    .modal.couponCode {
        width: 94% !important;
        top: 19% !important;
        left: 4%;
    }
    .modal.couponCode .coupons-code {
        padding-left: 43px;
    }
    .payment-options-bottom {
        width: 100%;
    }
    .empty-image {
        width: auto;
        height: auto;
    }

    .list-block input {
        width: 100%;
    }

    .personal-top .login-btn {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 19px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }

    /*Anasayfa*/
    .footer-contact .phone {
        font-size: 15px;
    }

        .footer-contact .phone span {
            font-size: 18px;
        }

    .customizable-alert-content::after {
        background-size: 100%;
        top: 53%;
        height: 47%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 64%;
        padding-bottom: 75px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 162px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 130px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 95%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 763px;
        right: 43%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 100%;
        height: 390px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
        float: none;
    }

    .easy-setup-bottom {
        margin-top: 40px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 45%;
        padding: 20px 16px;
        min-height: 223px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 95%;
        margin: 0 auto 5%;
        float: none;
    }

        .product-list:last-child {
            margin: 0 auto 5%;
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 90%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .footer-top-first, .footer-top-second{
        width:100%;
        text-align:center;
    }
        .footer-top-first .footer-title {
            text-align: center;
        }
    .footer-contact-title{
        margin:15px 0;
    }
    .entry-btn {
        width: 80px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 33%;
            display: block;
            margin: 0 auto;
            float: none;
        }

        .footer-box:nth-child(5) {
            width: 85%;
            display: block;
            margin: 0 auto;
            float: none;
        }

    .footer-contact .phone-img {
        width: 80px;
        background-position: 0 12px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 65%;
        margin: 15px auto;
        display: table;
        text-align: center;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 58px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 15%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 15%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 33%;
        padding: 7px 0;
        margin-left: 6%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 28%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 10px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 60%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 37%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 34% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 33%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 245px;
    }

        .cgm-left img {
            height: 230px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 25px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 6.5% 0 0 2.5%;
        font-size: 24px;
        width: 70%;
    }

    .amenities-content ul {
        padding-left: 15px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 6%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
        margin-top: 35px;
    }

    .amenities-contaiener {
        margin-top: 0;
    }

        .amenities-contaiener::after {
            top: 75%;
            height: 155px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 20px 4px 0;
    }

    .setup-bottom {
        padding: 5px 20px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        height: auto;
        margin-left: 5%;
        margin-bottom: 25px;
    }

    .setup-right-bottom a img {
        margin-left: 25px;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 125px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 205px;
    }

        .difference.text {
            padding: 12px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup {
        height: 830px;
    }

        .diffrence-setup .easy-setup-bottom .easy-setup-use {
            width: 46%;
            height: auto;
            margin: 0 0px 13px 2.5%;
            min-height: 250px;
        }

        .diffrence-setup .easy-setup-bottom {
            margin-top: 25px;
        }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 80%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 100%;
        height: auto;
    }

    .use-alt-container-right {
        width: 70%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 50%;
        margin: 15px auto;
        float: none;
        height: auto;
        padding: 0;
    }

    .product-content {
        margin: 45px auto 0;
        width: 95%;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 0 5px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: none;
        margin: 25px 0 15px;
    }

    .buy-button.product {
        float: none;
        margin: 25px auto;
        width: 55%;
    }

    .product-right .discounts {
        top: 15px;
        right: 15px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 230px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 90%;
        margin: 5% auto 0;
        float: none;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 5px;
            right: 17px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket .basket-left .order-detail-image {
        width: 70%;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .basket-image {
        width: 100%;
    }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 40px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 8%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 7%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 17%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 50px;
            padding-left: 25px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 25px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 5px;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 95%;
        float: none;
        margin: 6.7% auto;
    }

    .title-address {
        float: none;
    }

    .product-brands.address {
        margin-top: 4.5%;
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 334px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 220px;
    }
    #credit-card, #credit-card-back {
        top: 15px;
        left: 40px;
    }

    #CVCInfo {
        left: -26.7%;
        bottom: 72.5%;
    }
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }
    .payment-options-bottom {
        width: 100%;
    }
    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: right;
        width: 35%;
    }

    .payment-card-properties.bottom-left {
        width: 59%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .orderFollow.tracking .order-content {
        padding: 0 5px;
    }

    .order-top-left {
        width: 100%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 53%;
        /* float: none; */
        padding: 0 10px 10px 0;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .order-detail-total .old-price {
        left: 30px;
        bottom: 0;
        top: 40px;
    }

    .basket .order-detail-total .old-price {
        left: 9px;
        top: 56px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 95%;
        margin: 0 auto 50px;
        float: none;
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 100%;
        margin: 5px 0;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
    }

    .manuals-text {
        padding-left: 50px;
        background-size: 20%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 264px;
        }

    .recaptcha {
        transform: scale(0.9);
        margin-left: -8px;
    }

    .contact-form .recaptcha {
        margin-left: 3px;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 90px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 100px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 30px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 25px 5px;
    }

    .coupon-right {
        width: 50%;
    }

    .coupons-price {
        width: 50%;
    }

    .coupons-code {
        background-position: 10% center;
        background-size: 17%;
        padding: 14px 8px 14px 51px;
    }

    .no-coupon {
        width: 100%;
        margin: 0 auto;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 60px;
        height: 60px;
        padding: 11px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 100%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 70% !important;
        margin-bottom: 8%;
    }

    .cgm-use-content {
        padding-left: 55px;
    }

        .cgm-use-content span {
            width: 100%;
        }

    .cgm-use-box {
        padding: 15px 20px;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
    }

    .app-qr.linx {
        width: 135px !important;
        height: 135px !important;
        margin: 20px auto 0 !important;
        float: none;
        display: table;
    }

    .downland-text a {
        padding-left: 0;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 85%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .coupon-tabs ul li label {
        padding: 10px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 0 auto 50px;
    }

    .setup-right-bottom {
        margin: 0 auto;
        float: none;
        display: table;
        width: 77%;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
        /*margin-bottom: 15px;*/
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        line-height: 1.2;
        font-size: 25px !important;
        margin-bottom: 15px;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 107px;
        height: 50px;
        margin-right: 66px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 65%;
        margin: 0;
    }

    .basket .order-detail-total {
        width: 60%;
        margin-top: 5px;
    }

    .orderFollow.tracking .order-detail-total {
        width: 62%;
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 15px;
    }

    #order .order-detail-total .old-price {
        top: 230px;
        left: 110px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
    }
}
/* iPhone 12 dikey */
@media only screen and (min-width:390px) and (max-width:399px) {
    .empty-image {
        width: auto;
        height: auto;
    }

    .contact-map, .contact-map iframe {
        height: 264px;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: -2px;
    }

    .contact-form .recaptcha {
        margin-left: 12px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }

    .personal-top .login-btn {
        float: none;
        display: table;
        margin: 0 auto;
    }
    /*Anasayfa*/
    button.close {
        width: 20px !important;
        height: 20px !important;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

        .container-main.big {
            width: 100%;
        }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 37px 0 10px;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 162px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 130px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

        .customizable-alert-content::after {
            top: 52%;
            background-size: 100%;
        }

    .customizable-alert-note {
        margin-top: 70%;
        width: 85%;
        padding-bottom: 80px;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 95%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 90%;
        right: 40%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 100%;
        height: 420px;
    }

    .setup-right-bottom a img {
        height: auto;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
        float: none;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 45%;
        padding: 20px 22px;
        min-height: 223px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 95%;
        margin: 0 auto 5%;
        float: none;
    }

        .product-list:last-child {
            margin: 0 auto 5%;
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 90%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .footer-contact-title {
        margin: 15px 0;
    }

    .entry-btn {
        width: 80px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 32%;
            display: block;
            margin: 0 auto;
            float: none;
        }

        .footer-box:nth-child(5) {
            width: 85%;
            display: block;
            margin: 0 auto;
            float: none;
        }

    .footer-contact .phone-img {
        width: 80px;
        background-position: 0 12px;
    }

    .footer-right {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 5%;
    }

    .copyright-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 51%;
        margin: 15px auto;
        display: table;
        text-align: center;
    }

    .buy a {
        text-align: left;
        padding: 8px 3px;
        width: 81px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0px;
        bottom: 12%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 50px;
        width: auto;
        margin-top: 5px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 12%;
        background: none;
        right: 20%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 33%;
        padding: 7px 0;
        margin-left: 6%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 29%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 10px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 60%;
        padding-top: 8px;
    }

        .logo img {
            width: 30%;
        }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 37%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 20px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 33%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 215px;
    }

        .cgm-left img {
            height: 200px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 25px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 7.5% 0 0 2.5%;
        font-size: 24px;
        width: 70%;
    }

    .amenities-content ul {
        padding-left: 15px;
        margin-top: 35px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 6%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
    }

    .amenities-contaiener {
        margin-top: 35px;
    }

        .amenities-contaiener::after {
            top: 72%;
            height: 155px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 20px 4px 0;
    }

    .setup-img {
        height: auto;
    }

    .setup-bottom {
        padding: 5px 20px;
        margin-top: 20px;
    }

    .setup-content span {
        margin-top: 0;
        width: 59%;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        margin-left: 6%;
        margin-bottom: 10px;
    }

    .setup-right-bottom a img {
        margin-left: 29px;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 118px;
        top: 0;
    }

    .downland-bottom {
        padding: 8px 9px 8px 22px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 220px;
    }

        .difference.text {
            padding: 12px;
            height: 185px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 46%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 250px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 75%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 100%;
        height: auto;
    }

    .use-alt-container-right {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 50%;
        margin: 15px auto;
        float: none;
        height: auto;
        padding: 0;
    }

    .product-content {
        margin: 45px auto 0;
        width: 95%;
        padding: 5px;
    }

    .product-right {
        padding: 0 5px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: none;
        margin: 20px auto 15px;
    }

    .buy-button.product {
        float: none;
        margin: 25px auto;
        width: 48%;
    }

    .product-right .discounts {
        top: 15px;
        right: 15px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 235px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 180px;
        float: right;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 100%;
        margin: 5% 0 0 0;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 8px;
            right: 14px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 100%;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .total-price {
        margin: 14px 30px 0 30px;
        font-size: 15px;
        line-height: 1.5;
    }

    .orderFollow.tracking .total-price {
        margin: 14px 5px 0;
    }

    .basket .total-price {
        margin: 14px 5px 0;
        width: 40%;
    }

    .total-price span {
        margin-top: 0;
    }

    .basket .total-price span {
        margin-top: 43px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 10%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

    .payment-tab-list li {
        margin-right: 30px;
        width: 17%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 50px;
            padding-left: 25px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 25px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 25px 5px !important;
    }

    .basket-left.address .address-list li {
        width: 90%;
        margin: 10px auto !important;
        float: none;
    }

    .title-address {
        float: none;
    }

    .product-brands.address {
        margin-top: 4.5%;
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        display: none;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 100%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .orderFollow.tracking .orderFollow-right {
        padding: 10px 5px;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .orderFollow.tracking .order-content {
        padding: 0 5px;
    }

    .order-top-left {
        width: 100%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 100%;
        float: none;
        padding: 16px 10px 18px 10px;
    }

    .orderFollow.tracking .order-top-right {
        width: 50%;
        float: right;
        padding: 0 10px 10px 0;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .basket .order-detail-total .old-price {
        left: 9px;
        top: 60px;
    }

    .order-detail-total .old-price {
        left: 30px;
        bottom: 0;
        top: 40px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 95%;
        margin: 0 auto 50px;
        float: none;
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 100%;
        margin: 5px 0;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
    }

    .manuals-text {
        padding-left: 50px;
        background-size: 20%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 120px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 100px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 30px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 13px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 25px 5px;
    }

    .coupon-right {
        width: 50%;
    }

    .coupons-price {
        width: 50%;
    }

    .coupons-code {
        background-position: 10% center;
        background-size: 29%;
        padding: 14px 16px 14px 14px;
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        height: auto;
    }

    .footer-bottom .contract {
        width: 100%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .diffrence-setup {
        height: 830px;
    }

    .difference-bottom {
        margin-bottom: 20px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 70% !important;
        margin-bottom: 8%;
    }

    .cgm-use-box {
        padding: 15px 20px;
    }

    .cgm-use-content {
        padding-left: 55px;
    }

        .cgm-use-content span {
            width: 100%;
        }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        height: auto;
    }

    .app-qr.linx {
        width: 135px !important;
        height: 135px !important;
        margin: 20px auto 0 !important;
        float: none;
        display: table;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 53%;
        margin-right: 0;
    }

    .coupon-tabs ul li label {
        padding: 10px 17px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 0 auto 50px;
    }

    .setup-right-bottom {
        float: none;
        margin: 0 auto;
        display: table;
        width: 74%;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 23px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 128px;
        height: 50px;
        margin-right: 28px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
            background: none;
        }

        .count-select .minus, .count-select .add {
            width: 35px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 50%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        width: 60%;
        margin: 5px 0 0;
    }

    .basket .order-detail-total {
        width: 58%;
        margin: 7px 0 0;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 30px 0 30px;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }
}
/* iphone Plus dikey */
@media only screen and (min-width:400px) and (max-width:479px) {
    .modal.couponCode {
        width: 94% !important;
        top: 19% !important;
        left: 4%;
    }
        .modal.couponCode .coupons-code {
            padding-left: 60px;
        }
    .payment-options-bottom {
        width: 100%;
    }
    .empty-image {
        width: auto;
        height: auto;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        margin-left: 5px;
        transform: scale(0.9);
    }

    .contact-form .recaptcha {
        margin-left: 23px;
    }

    .personal-top .login-btn {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }
    /*Anasayfa*/
    .footer-contact .phone {
        font-size: 15px;
    }

        .footer-contact .phone span {
            font-size: 18px;
        }

    .customizable-alert-content::after {
        background-size: 100%;
        top: 51%;
        height: 47%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 68%;
        padding-bottom: 70px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 45px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 179px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 130px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 75%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 776px;
        right: 42%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 100%;
        height: 420px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
        float: none;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 45%;
        padding: 20px 25px;
        min-height: 223px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 95%;
        margin: 0 auto 5%;
        float: none;
    }

        .product-list:last-child {
            margin: 0 auto 5%;
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 90%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .footer-contact-title {
        margin: 15px 0;
    }

    .entry-btn {
        width: 80px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 30%;
            display: block;
            margin: 0 auto;
            float: none;
        }

        .footer-box:nth-child(5) {
            width: 85%;
            display: block;
            margin: 0 auto;
            float: none;
        }

    .footer-contact .phone-img {
        width: 115px;
        background-position: 0 0px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 50%;
        margin: 15px auto;
        display: table;
        text-align: center;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 58px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 15%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 15%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 33%;
        padding: 7px 0;
        margin-left: 6%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 29%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 60%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 37%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 33%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 225px;
    }

        .cgm-left img {
            height: 210px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 30px auto 0;
    }

    .glucose-right .cgm-text span {
        margin-top: 10px;
        font-size: 24px !important;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 7.5% 0 0 2.5%;
        font-size: 24px;
        width: 60%;
    }

    .amenities-content ul {
        padding-left: 15px;
        margin-top: 35px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 6%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
    }

    .amenities-contaiener {
        margin-top: 35px;
    }

        .amenities-contaiener::after {
            top: 72%;
            height: 160px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 20px 4px 0;
    }

    .setup-bottom {
        padding: 5px 20px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        margin-left: 7%;
    }

    .setup-right-bottom a img {
        margin-left: 36px;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 109px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 230px;
    }

        .difference.text {
            padding: 12px;
            height: 180px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 46%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 230px;
    }

    .diffrence-setup {
        height: 770px;
    }

        .diffrence-setup .easy-setup-bottom {
            margin-top: 25px;
        }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 70%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 100%;
        height: auto;
    }

    .use-alt-container-right {
        width: 70%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 50%;
        margin: 15px auto;
        float: none;
        height: auto;
        padding: 0;
    }

    .product-content {
        margin: 45px auto 0;
        width: 95%;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 0 5px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: none;
        margin: 25px auto 15px;
    }

    .buy-button.product {
        float: none;
        margin: 25px auto;
        width: 48%;
    }

    .product-right .discounts {
        top: 15px;
        right: 15px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 260px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 158px;
        float: right;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 86%;
        margin: 5% auto 0;
        float: none;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 8px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket .basket-left .order-detail-image {
        width: 70%;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .basket-image {
        width: 100%;
    }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 27px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 7%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

    .payment-tab-list li {
        margin-right: 30px;
        width: 19%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 55px;
            padding-left: 35px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 35px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list {
        display: table;
        margin: 0 auto;
        float: none;
        width: 85%;
    }

        .address-list li {
            width: 100%;
            margin: 6.7% auto;
            margin: 15px 5px !important;
        }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 210px;
    }
    #credit-card, #credit-card-back {
        top: 20px;
        left: 65px;
    }
    #CVCInfo {
        left: -38.7%;
        bottom: 69.5%;
    }
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: right;
        width: 38%;
    }

    .payment-card-properties.bottom-left {
        width: 53%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .orderFollow.tracking .order-content {
        padding: 0 5px;
    }

    .order-top-left {
        width: 100%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 51%;
        float: right;
        padding: 0 10px 10px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .basket .order-detail-total .old-price {
        left: 7px;
        top: 44px;
    }

    .order-detail-total .old-price {
        left: 30px;
        bottom: 0;
        top: 40px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 95%;
        margin: 0 auto 50px;
        float: none;
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 100%;
        margin: 5px 0;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
    }

    .manuals-text {
        padding-left: 50px;
        background-size: 20%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 264px;
        }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 135px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 115px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 30px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 22px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 25px 5px;
    }

    .coupon-right {
        width: 50%;
    }

    .coupons-price {
        width: 50%;
    }

    /*.coupons-code {
        background-position: 10% center;
        background-size: 29%;
        padding: 14px 16px 14px 14px;
    }*/

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 65px;
        height: 65px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 70% !important;
        margin-bottom: 8%;
    }

    .cgm-use-content {
        padding-left: 60px;
    }

        .cgm-use-content span {
            width: 90%;
        }

    .cgm-use-box {
        padding: 15px 20px;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
    }

    .app-qr.linx {
        display: table;
        width: 130px !important;
        height: 130px !important;
        margin-left: 32% !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 87%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .coupon-tabs ul li label {
        padding: 10px 25px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 0 auto 50px;
    }

    .setup-right-bottom {
        width: 70%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 110px;
        height: 50px;
        margin-right: 90px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 60%;
        margin: 20px 0 0;
    }

    .basket .order-detail-total {
        margin-top: 5px;
    }

    .orderFollow.tracking .order-detail-total {
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }
}
/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px) {
    .modal-header.couponCode {
        height: 45px;
    }

    .modal-body.couponCode {
        max-height: 200px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 24% !important;
        left: 5%;
        max-height: 250px;
    }

        .modal.couponCode .coupon-right {
            width: 47%;
        }

        .modal.couponCode .coupons-price {
            width: 52%;
        }
        .modal.couponCode .coupons-code{
            padding-left:60px;
        }
    .empty-image {
        width: 200px;
        height: 200px;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: 32px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }

    .amenities-content ul {
        padding-left: 15px;
        margin-top: 60px;
    }

        .amenities-content ul li {
            width: 100%;
        }
    /*Anasayfa*/
    .buy-button {
        width: 180px;
    }

    .customizable-alert-content::after {
        background-size: 100%;
        top: 44%;
        height: 46%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 71%;
        padding-bottom: 75px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 209px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 130px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 65%;
            margin: 15px auto 0;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        top: 745px;
        right: 44%;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .easy-setup-image {
        background-size: 100%;
        width: 90%;
        height: 500px;
        margin: 0 auto;
    }

    .setup-right-bottom a img {
        width: 130px;
        height: auto;
        margin-left: 15px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 45px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 28%;
        padding: 20px 10px;
        min-height: 206px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .footer-contact-title {
       font-size: 15px;
    }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 27%;
            display: block;
            margin: 0 0 0 2.5%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 63%;
            display: block;
            margin: 0 0 0 5%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 58%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 27%;
        padding: 7px 0;
        margin-left: 23%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 23%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 60%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 28%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 26%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 215px;
    }

        .cgm-left img {
            height: 200px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 25px auto 30px;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 70%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 12.5% 0 0 2.5%;
        font-size: 23px;
        width: 61%;
    }

    .amenities-text {
        padding-left: 5px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 5%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: 100%;
        background-position: top;
        height: auto;
    }

    .amenities-contaiener {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .amenities-contaiener::after {
            top: 78%;
            height: 130px;
        }

    .setup-left {
        width: 100%;
        height: auto;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 9px 4px 0;
    }

    .setup-bottom {
        padding: 5px 10px;
        margin-top: 5px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 32%;
        height: auto;
        margin-left: 1%;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 93px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 170px;
    }

        .difference.text {
            padding: 12px;
            height: 155px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 43%;
        height: auto;
        margin: 0 0px 13px 4.9%;
        min-height: 220px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 50%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .cgm-use-box {
        padding: 20px;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 100%;
        height: auto;
    }

    .use-alt-container-right {
        width: 60%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 10px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        width: 29% !important;
        margin: 25px 10px 15px 0;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 38%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 29%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 25%;
    }

    .thumbelina-but.horiz.right {
        left: 25%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 310px;
        height: 240px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 173px;
        float: right;
    }

    .offer {
        width: 95%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 75%;
        margin: 5% auto 0;
        float: none;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 9px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 95%;
        margin: 25px auto;
        display: table;
        border-radius: 20px;
        padding: 10px;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 100%;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .total-price {
        margin: 14px 5px 0 5px;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 27px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 6%;
    }

    .basket .basket-right {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 6%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 19%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 55px;
            padding-left: 35px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 35px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 10px 5px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 215px;
    }
    #credit-card, #credit-card-back {
        top: 15px;
        left: 90px;
    }
    #CVCInfo {
        left: -26.7%;
        bottom: 72.5%;
    }
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 51%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 100%;
        padding: 15px 10px;
    }

    .order-top-right {
        width: 45%;
        float: right;
        padding: 0 10px 18px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 100%;
    }

    .basket .order-detail-total .old-price {
        left: 7px;
        top: 45px;
    }

    .order-detail-total .old-price {
        left: 30px;
        bottom: 0;
        top: 40px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 44%;
        margin: 12px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 48%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 50px;
        background-size: 29%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 264px;
        }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 135px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 105px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 52%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 42px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 35%;
    }

    .coupons-price {
        width: 62%;
    }

    .coupons-code {
        background-position: 7% center;
        background-size: 20%;
        padding: 14px 10px 14px 45px;
        font-size: 16px;
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        /*   width: 49%;
        margin: 0;
        height: auto;*/
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        margin-bottom: 8%;
        height: 95px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
    }

    .app-qr.linx {
        display: block;
        width: 112px !important;
        height: 112px !important;
        margin-top: 18px;
        margin-left: 30px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 89%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .coupon-tabs ul li label {
        padding: 10px 45px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 12px;
    }

    .setup-right-bottom {
        margin: 0 auto;
        float: none;
        width: 61%;
        display: table;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
        /*margin-bottom: 15px;*/
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 24px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 107px;
        height: 50px;
        margin-right: 138px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total {
        display: block;
        width: 63%;
        margin: 6px 0 0;
    }

    .order-detail-name {
        margin-top: 20px;
        font-size: 15px;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 5px 35px 7px
    }

    .added-address-text {
        min-height: 85px;
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0 5px;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 22px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        height: auto;
        width: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
    }

    .detail-name {
        width: 90% !important;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        text-align: left;
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }
}
/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px) {
    .modal-header.couponCode {
        height: 45px;
    }

    .modal-body.couponCode {
        max-height: 230px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 80% !important;
        top: 24% !important;
        left: 11%;
        max-height: 300px;
    }

        .modal.couponCode .coupon-right {
            width: 47%;
        }

        .modal.couponCode .coupons-price {
            width: 52%;
        }
    .empty-image {
        width: 200px;
        height: 200px;
    }

    .profile span {
        margin-top: 10px;
    }

    .added-address-text {
        min-height: 68px;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: 65px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }
    /*Anasayfa*/

    .customizable-alert-content::after {
        background-size: 57%;
        top: 36%;
        height: 50%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 8%;
        padding-bottom: 15px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 25%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 245px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 45%;
            margin-left: 25px;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        right: 15px;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 75%;
        width: 100%;
        height: 430px;
    }

    .setup-right-bottom a img {
        /* width: 47%;
        margin-left: 2%;
        height: auto;*/
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 28.3%;
        padding: 20px 13px;
        min-height: 204px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-top-first, .footer-top-second {
        width: 100%;
        text-align: center;
    }

        .footer-top-first .footer-title {
            text-align: center;
        }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 27%;
            display: block;
            margin: 0 0 0 2.5%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 60%;
            display: block;
            margin: 0 0 0 5%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 65%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 28%;
        padding: 7px 0;
        margin-left: 24%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 25%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 50%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 23%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 26%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 215px;
    }

        .cgm-left img {
            height: 200px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
    }

    .cgm-content {
        margin: 25px auto 30px;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 50%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 4.5% 0 0 2.5%;
        font-size: 24px;
        width: 65%;
    }

    .amenities-text {
        padding-left: 5px;
        margin-top: 95px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 4%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 315px;
        background-color: #f1f1f1;
        border-radius: 0 81px 81px 0;
    }

        .amenities-content ul {
            padding-left: 17px;
        }

            .amenities-content ul li {
                width: 100%;
            }

    .amenities-contaiener {
        margin-top: 0;
    }

        .amenities-contaiener::after {
            top: 83%;
            height: 185px;
        }

    .setup-left {
        width: 80%;
        height: auto;
        margin: 55px auto 0;
        float: none;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 31px 4px 20px;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin-top: 20px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        margin-left: 0.5%;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 93px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 190px;
    }

        .difference.text {
            padding: 12px;
            height: 135px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 41%;
        height: auto;
        margin: 0 0px 13px 5.9%;
        min-height: 200px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 50%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 100%;
        height: auto;
    }

    .use-alt-container-right {
        width: 50%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .cgm-use-box {
        padding: 18px;
    }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 10px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
        padding: 5px;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 29% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 38%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 196px;
        width: 19%;
        margin-top: 20px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 32%;
    }

    .thumbelina-but.horiz.right {
        left: 32%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 400px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 170px;
        float: right;
    }

    .offer {
        width: 70%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 43%;
        margin: 5% 0 0 24px;
    }

    .tabs-image {
        width: 100%;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 50px;
            top: 7px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 47%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket .basket-left .orders-detail-content {
        width: 75%;
        margin: 0 auto 30px;
        float: none;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .basket .order-detail-image img {
        padding: 10px 0;
    }
    .basket-image {
        width: 100%;
    }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 27px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 5%;
    }

    .basket .basket-right {
        width: 75%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 7%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 19%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 55px;
            padding-left: 35px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 35px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 15px 5px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 220px;
    }
    #credit-card, #credit-card-back {
        top: 15px;
        left: 115px;
    }
    #CVCInfo {
        left: -24.7%;
        bottom: 72.5%;
    }
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 51%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 62%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 35%;
        float: right;
        padding: 10px 10px 10px 0;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

        .order-detail-image.baskets {
            float: left;
        }

    .basket .order-detail-total .old-price {
        left: 7px;
        top: 46px;
    }

    .order-detail-total .old-price {
        left: 17px;
        bottom: 0;
        top: 40px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 44%;
        margin: 14px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 56px;
        background-size: 26%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-form, .contact-map {
        width: 100%;
    }

        .contact-map, .contact-map iframe {
            height: 264px;
        }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 20% auto 0;
        width: 95%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 14px;
        font-size: 100%;
        left: 135px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 100%;
        float: none;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 105px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 40%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 35%;
    }

    .coupons-price {
        width: 62%;
    }

    .coupons-code {
        background-position: 10% center;
        background-size: 19%;
        padding: 14px 7px 14px 55px;
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 79px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        /* width: 49%;
        margin: 0;
        height: auto;*/
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%;*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        margin-bottom: 8%;
        height: 90px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
    }

    .app-qr.linx {
        display: block;
        margin-left: 11% !important;
        margin-top: 10px;
        width: 135px !important;
        height: 135px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 91%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px;
    }

    .setup-right-bottom {
        margin: 0 auto;
        float: none;
        display: table;
        width: 100%;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
        /*margin-bottom: 15px;*/
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 23px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 110px;
        height: 50px;
        margin-right: 217px;
    }

        .count-select input {
            width: 25px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 50%;
        margin: 20px 0 0;
    }

    .basket .order-detail-total {
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px) {
    .modal.couponCode {
        width: 95% !important;
        top: 21.5% !important;
        left: 3%;
        max-height: 300px;
    }
    .modal-body.couponCode{
        max-height:245px;
        margin-bottom:20px;
    }
    .empty-image {
        width: 250px;
        height: 250px;
    }

    .coupon-tabs ul li label {
        font-size: 17px;
    }

    .address-list {
        width: 100%;
    }

    .added-address-text {
        min-height: 70px;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: 95px;
    }

    .contact-form .recaptcha {
        margin-left: -7px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 84%;
        }

    .amenities-content ul {
        padding-left: 20px;
        margin-top: 30px;
    }

        .amenities-content ul li {
            width: 100%;
        }
    /*Anasayfa*/
    .bell .material-icons {
        font-size: 43px;
    }

    .logo img {
        width: 30%;
    }

    .container-main.big {
        width: 100%;
    }

    .customizable-alert-content::after {
        background-size: 55%;
        top: 38%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 6%;
        padding-bottom: 15px;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 280px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 45%;
            display: block;
            height: auto;
            margin-left: 30px;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        right: 15px;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 75%;
        width: 100%;
        height: 468px;
    }

    .setup-right-bottom a img {
        /*   width: 47%;
        margin-left: 2%;
        height: auto;*/
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
        /*float: none;*/
    }

    .easy-setup-bottom {
        margin-top: 50px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 28.3%;
        padding: 20px 23px;
        min-height: 194px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
    }
    .footer-top-second {
        width: 55%;
    }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 20%;
            display: block;
            margin: 0 0 0 5%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 48%;
            display: block;
            margin: 0 0 0 23%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 69%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 28%;
        padding: 7px 0;
        margin-left: 24%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 25%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 40%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 21%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 30px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 26%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 260px;
    }

        .cgm-left img {
            height: 244px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 10px 10px;
        margin-bottom: 25px;
    }

    .cgm-content {
        margin: 25px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 50%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 5.5% 0 0 2.5%;
        font-size: 30px;
        width: 65%;
    }

    .amenities-text {
        padding-left: 5px;
        margin-top: 63px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 4%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
            display: table;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 330px;
        background-color: #f1f1f1;
        border-radius: 0 81px 81px 0;
    }

    .amenities-contaiener {
        margin: 30px auto 110px;
        margin-top: 0;
    }

        .amenities-contaiener::after {
            top: 83%;
            height: 155px;
        }

    .setup-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 46px 4px 35px;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin-top: 15px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
        display: table;
    }

    .downland-left {
        display: none;
    }

    .app-qr.linx {
        width: 116px !important;
        height: 112px !important;
        margin-top: 20px !important;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 133px;
        height: auto;
        margin-left: 2%;
        margin-top: 10px;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 93px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 95%;
        margin: 5% auto;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 100%;
        height: 190px;
    }

        .difference.text {
            padding: 12px;
            height: 130px;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 30%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 200px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 50%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .cgm-use-right {
        float: none;
        width: 95%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
        width: 100%;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 52%;
        height: auto;
    }

    .use-alt-container-right {
        width: 45%;
        height: auto;
    }

        .use-alt-container-right img {
            margin-top: 45%;
        }

    .use-alt-container {
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 0px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 23% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 28%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 80px;
        height: 80px;
    }

    #slider1 {
        height: 195px;
        width: 20%;
        margin-top: 19px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 26%;
    }

    .thumbelina-but.horiz.right {
        left: 26%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 446px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
    }

    .offer {
        width: 70%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 28%;
        margin: 5% 9px 0 20px;
    }

    .tabs-image {
        width: 100%;
        height: auto;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 14px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 47%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket .basket-left .orders-detail-content {
        width: 100%;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 27%;
        margin-right: 30px;
    }

    .basket .order-detail-image img {
        padding: 10px;
    }

    .total-price {
        margin: 0 5px;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 25px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 5%;
        padding-left:50px;
    }

    .basket .basket-right {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 4%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 19%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 55px;
            padding-left: 35px;
        }

    .tab-list-circle:before {
        left: 55px;
        padding-left: 35px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 43%;
            margin: 0 10px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 25px 5px !important;
    }

    .basket-left.address .address-list li {
        width: 46%;
        margin: 25px 11px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 200px;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 51%;
    }

    #credit-card, #credit-card-back {
        top: 0px;
        left: 150px;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 57%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 36%;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .orderFollow.tracking .order-detail-image {
        width: 30%;
        float: left;
        margin-right: 20px;
    }

    .order-detail-image.baskets {
        float: left;
    }

    .order-detail-total .old-price {
        left: 17px;
        bottom: 0;
        top: 40px;
    }

    .basket .order-detail-total .old-price {
        left: 9px;
        top: 30px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-right {
        width: 48%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 45%;
        margin: 14px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 56px;
        background-size: 26%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
        width: 95%;
    }

    .contact-form, .contact-map {
        width: 49%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 40px 0px 0 10px;
        width: 24%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 16px;
        font-size: 72%;
        left: 115px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 49%;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 95px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 30%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 35%;
    }

    .coupons-price {
        width: 62%;
    }

    /*.coupons-code {
        background-position: 10% center;
        background-size: 31%;
        padding: 14px 16px 14px 14px;
    }*/

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 95px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-right img {
        width: 140px;
        margin: 0;
        height: auto;
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        /*height: 75%*/
        border-radius: 20px 20px 0 0;
    }

    .difference.img img {
        border-radius: 0 0 20px 20px;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 51% !important;
        margin-bottom: 8%;
        height: 80px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .cgm-use-box {
        padding: 5px 18px;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        height: auto;
        margin-top: 15px;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 40%;
        margin-right: 20px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px;
    }

    .setup-right-bottom {
        width: 96%;
        margin: 10px auto 0 auto;
        display: block;
        float: right;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 26px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 120px;
        height: 50px;
    }

        .count-select input {
            width: 38px;
            height: 40px;
            margin-top: 5px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 50%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        width: 44%;
    }

    .basket .order-detail-total {
        width: 43%;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .orderFollow.tracking .order-detail-name {
        width: 20%;
    }

    .basket .order-detail-name {
        width: 21%;
    }

    .in-basket-click .order-detail-name.baskets {
        width: 42%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 0 5px;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-left {
        width: 45%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
        font-size: 14px;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }

    .index-right {
        width: 80%;
    }

    .product-list .picture img {
        max-height: 218px;
    }

    .cgm-use-content {
        padding-bottom: 20px;
        padding-left: 70px;
        background-size: 10%;
    }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px) {
    .modal-header.couponCode {
        height: 45px;
    }

    .modal-body.couponCode {
        max-height: 250px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 80% !important;
        top: 23% !important;
        left: 11%;
        max-height: 300px;
    }

        .modal.couponCode .coupon-right {
            width: 40%;
        }
        .modal.couponCode .coupons-price {
            width: 59%;
        }
    .empty-image {
        width: 200px;
        height: 200px;
    }

    .added-address-text {
        min-height: 68px;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: 110px;
    }

    .contact-form .recaptcha {
        margin-left: 0;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 79%;
        }
    /*Anasayfa*/
    .logo img {
        width: 30%;
    }

    .customizable-alert-content::after {
        background-size: 50%;
        top: 39%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 6%;
        padding-bottom: 15px;
    }

    .container-main.big {
        width: 100%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 290px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 95%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 45%;
            margin-left: 30px;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        right: 15px;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 80%;
        width: 100%;
        height: 500px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.5% 5% 2.5%;
        width: 28.3%;
        padding: 20px 23px;
        min-height: 195px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
    }
    .footer-top-second {
        width: 53%;
    }
    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 20%;
            display: block;
            margin: 0 0 0 5%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 45%;
            display: block;
            margin: 0 0 0 23%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 70%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 20%;
        padding: 7px 0;
        margin-left: 42%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 18%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 40%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 100%;
        height: 200px;
        background-size: contain;
    }

    .tab_list {
        left: 21%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 100%;
        margin-top: 5%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 15px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 10px 0;
        width: 20%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 235px;
    }

        .cgm-left img {
            height: 220px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 15px;
    }

    .cgm-content {
        margin: 35px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 26px !important;
    }

    .glucose-right .go-cart {
        margin: 13px auto;
        float: none;
        width: 40%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 4.5% 0 0 2.5%;
        font-size: 31px;
        width: 65%;
    }

    .amenities-text {
        padding-left: 5px;
        margin-top: 63px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 3%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 315px;
        background-color: #f1f1f1;
        border-radius: 0 81px 81px 0;
    }

        .amenities-content ul {
            padding-left: 15px;
            margin-top: 25px;
        }

            .amenities-content ul li {
                width: 100%;
            }

    .amenities-contaiener {
        margin-top: 35px;
    }

        .amenities-contaiener::after {
            top: 77%;
            height: 170px;
        }

    .setup-left {
        width: 70%;
        height: auto;
        margin: 35px auto 0;
        display: table;
        float: none;
    }

    .setup-content span {
        margin-top: 22px;
        width: 77%;
    }

    .setup-right {
        width: 95%;
    }

    .setup-bottom .download-app {
        margin: 7px 49px 4px 44px;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin-top: 15px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        display: none;
    }

    .downland-right .setup-right-bottom .app-qr {
        margin-left: 0.5%;
    }

    .downland-right {
        width: 100%;
    }

    .downland-bottom:before {
        height: 93px;
        top: 0;
    }

    .downland-bottom {
        padding: 10px 9px 14px 26px;
        width: 71%;
        margin: 5% 0 0 15px;
        display: table;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 33.33%;
        height: 315px;
    }

        .difference.text {
            padding: 11px;
            height: auto;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 30%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 200px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 35%;
        /* margin: 0 auto; */
        /* float: none; */
        height: auto;
        margin-left: 10px;
        margin-top: 9%;
    }

    .cgm-use-right {
        /* float: none; */
        width: 58%;
        margin: 20px auto 0;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 53%;
        height: auto;
    }

    .use-alt-container-right {
        width: 45%;
        height: auto;
        margin-top: 15%;
    }

    .use-alt-container {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 0px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 23% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 28%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 90px;
        height: 80px;
    }

    #slider1 {
        height: 195px;
        width: 30%;
        margin-top: 19px;
    }

    .poduct-detail-left {
        width: 86%;
        margin: 0 auto;
        float: none;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 24%;
    }

    .thumbelina-but.horiz.right {
        left: 24%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 370px;
        height: 230px;
        padding: 25px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
    }

    .offer {
        width: 60%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 27%;
        margin: 5% 15px 0 21px;
    }

    .tabs-image {
        width: 100%;
        height: auto;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 14px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 47%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket .basket-left .orders-detail-content {
        width: 100%;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 28%;
        margin-right: 30px;
    }

    .basket .order-detail-image img {
        padding: 10px;
    }

    .total-price {
        margin: 14px 5px 5px;
        width: 43%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 26px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 5%;
        padding-left: 50px;
    }

    .basket .basket-right {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 5%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 21%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 75px;
            padding-left: 65px;
        }

    .tab-list-circle:before {
        left: 75px;
        padding-left: 65px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 44%;
            margin: 0 24px 0 12px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 15px 5px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 220px;
    }
    #credit-card, #credit-card-back {
        top: 20px;
        left: 165px;
    }

    #CVCInfo {
        left: -19.7%;
        bottom: 72.5%;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 51%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 20%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 57%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 30%;
        float: right;
        padding: 10px 10px 15px 0;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 60%;
        margin: 0 auto;
        float: none;
    }

    .in-basket-click .order-detail-image.baskets {
        float: left;
    }

    .order-detail-total .old-price {
        left: -35px;
        bottom: 0;
        top: 23px;
    }

    .basket .order-detail-total .old-price {
        left: 8px;
        top: 44px;
    }

    .detail-bottom-right {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-right {
        width: 48%;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 46%;
        margin: 14px 10px 0 10px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 56px;
        background-size: 26%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
        width: 95%;
    }

    .contact-form, .contact-map {
        width: 49%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 40px 0px 0 10px;
        width: 24%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 16px;
        font-size: 72%;
        left: 115px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 49%;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 95px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 100%;
            line-height: 0;
            padding: 0;
            margin: 0;
        }

    .orders-date {
        float: none;
        width: 100%;
        padding: 23px 0 0;
    }

    .detail-go {
        font-size: 14px;
        padding: 0 0 22px;
        line-height: 0;
    }

    .orders-detail {
        width: 30%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 35%;
    }

    .coupons-price {
        width: 62%;
    }

    .coupons-code {
        /*background-position: 10% center;*/
        background-size: 19%;
        /*padding: 14px 16px 14px 14px;*/
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 100%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 95px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        height: 100%;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 51% !important;
        margin-bottom: 8%;
        height: 80px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin: 30px 0;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        /*width: 46%;*/
        height: auto;
        margin-top: 15px;
    }

    .app-qr.linx {
        display: table;
        width: 130px !important;
        height: 130px !important;
        margin-top: 10px;
        margin-left: 3% !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 39%;
        margin-right: 29px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px 10px 0 10px;
    }

    .setup-right-bottom {
        margin: 10px auto 0 auto;
        display: block;
        width: 93%;
        float: right;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 120px;
        height: 50px;
        margin-right: 20px;
    }

        .count-select input {
            width: 38px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 55%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        margin-top: 5px;
    }

    .basket .order-detail-total {
        width: 41%;
        margin: 5px 0 0;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .basket .order-detail-name {
        width: 22%;
    }

    .order-detail-name.baskets.old {
        width: 50%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 5px;
        width: 43%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-left {
        width: 50%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
        font-size: 14px;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }

    .index-right {
        width: 80%;
    }

    .product-list .picture img {
        max-height: 218px;
    }

    .cgm-use-box {
        padding: 10px 25px;
        margin-bottom: 15px;
    }

    .cgm-use-content {
        /*padding-bottom: 20px;*/
        padding-left: 70px;
        background-size: 10%;
    }
}
/* iphone Plus yatay */
@media only screen and (min-width:700px) and (max-width:759px) {
    .modal-header.couponCode {
        height: 45px;
    }

    .modal-body.couponCode {
        max-height: 250px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 80% !important;
        top: 22% !important;
        left: 11%;
        max-height: 300px;
    }

        .modal.couponCode .coupon-right {
            width: 37%;
        }
    .empty-image {
        width: 200px;
        height: 200px;
    }

    .list-block input {
        width: 100%;
    }

    .recaptcha {
        transform: scale(0.85);
        margin-left: -10px;
    }

    .contact-form .recaptcha {
        margin-left: 15px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 78%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }
    /*Anasayfa*/
    .logo img {
        width: 30%;
    }

    .customizable-alert-content::after {
        background-size: 52%;
        top: 33%;
        height: 57%;
    }

    .customizable-alert-note {
        width: 84%;
        margin-top: 6%;
        padding-bottom: 15px;
    }

    .container-main.big {
        width: 100%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 318px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 29%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 44%;
            margin-left: 35px;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        right: 25px;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 90%;
        margin: 15px auto;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 75%;
        width: 100%;
        height: 530px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 2.2% 2% 1.5%;
        width: 21.3%;
        padding: 20px 3px;
        min-height: 239px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
    }
    .footer-top-second {
        width: 50%;
    }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 17%;
            display: block;
            margin: 0 0 0 3%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 41%;
            display: block;
            margin: 0px 0 0 35%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 73%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 20%;
        padding: 7px 0;
        margin-left: 45%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 16%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 40%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 30%;
        height: 280px;
        background-size: contain;
    }

    .tab_list {
        left: 79%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 50%;
        margin-top: 0%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 2.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 97% !important;
        left: 1.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 20px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 95% !important;
        left: 2.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 11px 0;
        width: 18%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 95%;
        margin: 0 auto;
        display: block;
        float: none;
        height: 250px;
    }

        .cgm-left img {
            height: 235px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 15px;
    }

    .cgm-content {
        margin: 35px auto 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 40%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 4.5% 0 0 2.5%;
        font-size: 34px;
        width: 65%;
    }

    .amenities-text {
        padding-left: 5px;
        margin-top: 63px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 3%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 325px;
        background-color: #f1f1f1;
        border-radius: 0 81px 81px 0;
    }

        .amenities-content ul {
            padding-left: 25px;
            margin-top: 30px;
        }

            .amenities-content ul li {
                width: 100%;
            }

    .amenities-contaiener {
        margin-top: 35px;
    }

        .amenities-contaiener::after {
            top: 78%;
            height: 170px;
        }

    .setup-left {
        width: 50%;
        height: auto;
        float: left;
        margin: 90px auto 0;
    }

    .setup-content span {
        margin-top: 0;
        width: 55%;
    }

    .setup-img {
        height: auto;
    }

    .setup-right {
        width: 45%;
        margin-top: 50px;
    }

    .setup-bottom .download-app {
        margin: 5px 0;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin-top: 20px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        height: auto;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 110px;
        height: 110px;
        margin-left: 0.5%;
    }

    .downland-right {
        width: 48%;
        margin-top: 15px;
    }

    .downland-bottom:before {
        height: 116px;
        top: 0;
    }

    .downland-bottom {
        padding: 7px 4px 7px 17px;
        width: 94%;
        margin: 5% 0 0 10px;
        display: table;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 33.33%;
        height: 292px;
    }

        .difference.text {
            padding: 14px;
            height: auto;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 30%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 230px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 36%;
        /* margin: 0 auto; */
        /* float: none; */
        height: auto;
        margin-top: 3%;
        margin-left: 10px;
    }

    .cgm-use-right {
        /*float: none;*/
        width: 55%;
        margin: 20px auto 0;
    }

    .cgm-use-box {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 52%;
        height: auto;
    }

    .use-alt-container-right {
        width: 46%;
        height: auto;
        margin-top: 9%;
    }

    .use-alt-container {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 0px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 19% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 24%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 140px;
        height: 80px;
    }

    #slider1 {
        height: 195px;
        width: 30%;
        margin-top: 19px;
    }

    .poduct-detail-left {
        width: 100%;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 479px;
        height: 230px;
        padding: 18px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 180px;
        float: right;
    }

    .offer {
        width: 50%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 28%;
        margin: 5% 9px 0 24px;
    }

    .tabs-image {
        width: 100%;
        height: auto;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 50px;
            top: 10px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

        .basket-left.payment {
            width: 43%;
        }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 47%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket .basket-left .orders-detail-content {
        width: 100%;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 26%;
        margin-right: 30px;
    }

    .basket .order-detail-image img {
        padding: 10px 0;
    }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

    .orderFollow.tracking .total-price {
        margin: 0 5px 0;
    }

    .total-price span {
        margin-top: 0;
    }

    .basket .total-price span {
        margin-top: 25px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 4%;
        padding-left:50px;
    }

    .basket .basket-right {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 5%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 21%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 90px;
            padding-left: 65px;
        }

    .tab-list-circle:before {
        left: 90px;
        padding-left: 65px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 42%;
            margin: 0 12px 0 9px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 51%;
        float: right;
        margin-top: 0px;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 25px 5px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 95% !important;
        left: 2.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        width: 100%;
        height: 220px;
    }
    #credit-card, #credit-card-back {
        top: 20px;
        left: 205px;
    } 
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
    }

    .payment-card-properties.bottom-left {
        width: 51%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .orderFollow.tracking .orderFollow-left {
        width: 45%;
        float: left;
    }

    .orderFollow-left img {
        width: 20%;
        height: auto;
        margin: 25px auto;
    }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .orderFollow.tracking .orderFollow-right {
        width: 50%;
        float: right;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 50%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 45%;
        float: right;
        padding: 15px 10px 10px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 48%;
        margin-right: 30px;
    }

    .orderFollow.tracking .order-detail-image {
        width: 28%;
    }

    .basket .order-detail-total .old-price {
        left: 5px;
        top: 45px;
    }

    .order-detail-total .old-price {
        left: -52px;
        bottom: 0;
        top: 23px;
    }

    .detail-bottom-right {
        width: 48%;
        margin-top: 25px;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 47%;
        margin: 14px 10px 0 10px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 57px;
        background-size: 22%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
        width: 95%;
    }

    .contact-form, .contact-map {
        width: 49%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 40px 0px 0 10px;
        width: 24%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 16px;
        font-size: 72%;
        left: 128px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 49%;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 95px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 30%;
            margin-left: 25px;
        }

    .orders-date {
        width: 17%;
    }

    .detail-go {
        font-size: 14px;
    }

    .orders-detail {
        width: 30%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 10px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 35%;
    }

    .coupons-price {
        width: 62%;
    }

    .coupons-code {
        /*background-position: 10% center;*/
        background-size: 16%;
        /*padding: 14px 16px 14px 14px;*/
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 47%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 95px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 47%;
        margin: 7px 8px 0;
    }

    .difference img {
        height: 100%;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 57% !important;
        margin-bottom: 8%;
        height: 120px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin: 30px 0;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        margin-top: 15px;
        height: auto;
    }

    .app-qr.linx {
        display: table;
        width: 90px !important;
        height: 90px !important;
        margin: 10px 0 0px 15px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 73%;
        margin-right: 40px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px 10px 0 10px;
    }

    .setup-right-bottom {
        width: 40%;
        float: right;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-text span {
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 25px !important;
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 120px;
        height: 50px;
        margin-right: 30px;
    }

        .count-select input {
            width: 38px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 47%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        width: 42%;
    }

    .basket .order-detail-total {
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .orderFollow.tracking .order-detail-name {
        width: 25%;
    }

    .basket .order-detail-name {
        width: 22%;
    }

        .basket .order-detail-name.baskets.old {
            width: 60%;
        }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
        width: 47%;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-left {
        width: 50%;
        margin-top: 0;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
        font-size: 14px;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }

    .index-right {
        width: 100%;
    }

    .product-list .picture img {
        max-height: 218px;
    }

    .cgm-use-content {
        /*padding-bottom: 20px;*/
        padding-left: 70px;
        background-size: 10%;
    }
}
/* tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px) {
    .modal.couponCode {
        width: 96% !important;
    }
    .recaptcha {
        transform: scale(0.9);
        margin-left: -5px;
    }

    .contact-form .recaptcha {
        margin-left: 22px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 79%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }
    /*Anasayfa*/
    .footer-contact .phone {
        font-size: 15px;
    }

        .footer-contact .phone span {
            font-size: 18px;
        }

    .customizable-alert-content::after {
        background-size: 52%;
        top: 29%;
    }

    .customizable-alert-note {
        width: 87%;
        margin-top: 4%;
        padding-bottom: 14px;
    }

    .container-main.big {
        width: 100%;
    }

    .logo img {
        width: 30%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 332px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 29%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 50%;
            display: block;
            height: auto;
            margin-left: 34px;
        }

    .bell {
        width: 0;
        float: none;
        margin: 4%;
        display: table;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 87%;
        margin: 15px 25px 10px 38px;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 70%;
        width: 100%;
        height: 530px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 0 2% 2.8%;
        width: 22%;
        padding: 20px 3px;
        min-height: 244px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
    }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 17%;
            display: block;
            margin: 0 0 0 3%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 39%;
            display: block;
            margin: 0px 0 0 38%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 74%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 20%;
        padding: 7px 0;
        margin-left: 45%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 16%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 40%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 30%;
        height: 280px;
        background-size: contain;
    }

    .tab_list {
        left: 79%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 50%;
        margin-top: 0%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 49.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 98% !important;
        left: 39.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 20px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 54% !important;
        left: 63.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 11px 0;
        width: 18%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 47%;
        margin: 0 26px 0 10px;
        display: block; /* float:none; */
        height: 300px;
    }

        .cgm-left img {
            height: 285px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 15px;
    }

    .cgm-content {
        margin: 25px auto 0;
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
        font-size: 25px !important;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 40%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 3.5% 0 0 2.5%;
        font-size: 39px;
        width: 65%;
    }

    .amenities-content ul {
        padding-left: 20px;
        margin-top: 20px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
        margin-top: 63px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 3%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 315px;
        background-color: #f1f1f1;
        border-radius: 0 90px 90px 0;
    }

    .amenities-contaiener {
        margin-top: 40px;
    }

        .amenities-contaiener::after {
            top: 70%;
            height: 190px;
        }

    .setup-left {
        width: 50%;
        height: auto;
        margin: 115px auto 0;
        float: left;
    }

    .setup-right {
        width: 45%;
        margin-top: 50px;
    }

    .setup-content span {
        margin-top: 0;
        width: 57%;
    }

    .setup-bottom .download-app {
        margin: 5px 0;
    }

    .setup-img {
        height: auto;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin-top: 25px;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        height: auto;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 115px;
        height: 115px;
        margin-left: 0.5%;
    }

    .downland-right {
        width: 48%;
        margin-top: 20px;
    }

    .downland-bottom:before {
        height: 116px;
        top: 0;
    }

    .downland-bottom {
        padding: 7px 9px 7px 20px;
        width: 94%;
        margin: 5% 0 0 10px;
        display: table;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 25px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 33.33%;
        height: 267px;
    }

        .difference.text {
            padding: 10px;
            height: auto;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 30%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 230px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 40%;
        /* margin: 0 auto; */
        /* float: none; */
        height: auto;
        margin-left: 15px;
    }

    .cgm-use-right {
        width: 52%;
        margin: 20px auto 0;
    }

    .cgm-use-box {
        padding: 10px;
        margin-bottom: 15px;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 51%;
        height: auto;
    }

    .use-alt-container-right {
        width: 46%;
        height: auto;
        margin-top: 4%;
    }

    .use-alt-container {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 0px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 15px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 19% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 24%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 120px;
        height: 80px;
    }

    #slider1 {
        height: 195px;
        width: 30%;
        margin-top: 19px;
    }

    .poduct-detail-left {
        width: 85%;
        margin: 0 auto;
        float: none;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 55%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 410px;
        height: 230px;
        padding: 18px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 180px;
        float: right;
    }

    .offer {
        width: 50%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 30%;
        margin: 5% 9px 0 10px;
    }

    .tabs-image {
        width: 100%;
        height: auto;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 40px;
            top: 14px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

        .basket-left.payment {
            width: 45%;
        }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 100%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 25%;
        margin-right: 35px;
    }

        .basket-image .order-detail-image img {
            padding: 10px;
        }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 15px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 4%;
        padding-left:55px;
    }

    .basket .basket-right {
        width: 65%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 4%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 21%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 90px;
            padding-left: 65px;
        }

    .tab-list-circle:before {
        left: 90px;
        padding-left: 65px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 42%;
            margin: 0 11px 0 9px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 52%;
        margin-top: 0;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 310px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 25px 5px !important;
    }

    .basket-left.address .address-list li {
        width: 31.7%;
        margin: 25px 5px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 95%;
        float: none;
        margin: 2.5% auto;
        display: table;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 90% !important;
        left: 44%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        height: 210px;
    }
    #CVCInfo {
        left: 10%;
        bottom: 69.5%;
    }
    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 56%;
        float: left;
    }

    .form-text.pay {
        width: 23.6%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
        width: 38%;
    }

    .payment-card-properties.bottom-left {
        width: 62%;
    }

    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 95%;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .orderFollow.tracking .orderFollow-left {
        width: 40%;
        float: left;
    }

    .orderFollow.tracking .orderFollow-right {
        width: 55%;
        float: right;
    }

    .orderFollow-left img {
        width: 20%;
        height: auto;
        margin: 25px auto;
    }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 50%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 40%;
        float: right;
        padding: 16px 10px 18px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 35%;
        margin-right: 30px;
    }

    .basket .order-detail-total .old-price {
        left: 6px;
        bottom: 0;
        top: 33px;
    }

    .order-detail-total .old-price {
        left: -52px;
        bottom: 0;
        top: 23px;
    }

    .detail-bottom-right {
        width: 48%;
        margin-top: 25px;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 47%;
        margin: 14px 10px 0 10px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 57px;
        background-size: 22%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
        width: 95%;
    }

    .contact-form, .contact-map {
        width: 49%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 40px 0px 0 10px;
        width: 24%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 16px;
        font-size: 72%;
        left: 128px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 49%;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 95px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 30%;
            margin-left: 44px;
        }

    .orders-date {
        width: 16%;
    }

    .detail-go {
        font-size: 14px;
    }

    .orders-detail {
        width: 30%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 47%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        /*width: 35%;*/
        width: 30%;
    }

    .coupons-price {
        width: 62%;
    }

    /*.coupons-code {
        background-position: 10% center;
        background-size: 31%;
        padding: 14px 16px 14px 14px;
    }*/

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 45%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 95px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 49%;
        margin: 7px 0 0;
    }

    .difference img {
        height: 100%;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 51% !important;
        margin-bottom: 8%;
        height: 120px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin: 30px 0;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        width: 46%;
        height: auto;
        margin-top: 10px;
    }

    .app-qr.linx {
        display: block;
        width: 95px !important;
        height: 95px !important;
        margin: 10px 0 0 10px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 42%;
        margin-right: 40px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px 10px 0 10px;
    }

    .setup-right-bottom {
        width: 88%;
        float: right;
        margin-top: 15px;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-right .cgm-title {
        margin-top: 0;
    }

    .cgm-text span {
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 120px;
        height: 50px;
        margin-right: 20px;
    }

        .count-select input {
            width: 38px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 32%;
        margin: 20px 0 0;
    }

    .orderFollow.tracking .order-detail-total {
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .orderFollow.tracking .order-detail-name {
        width: 25%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
        width: 28%;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-left {
        width: 50%;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
        font-size: 14px;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }

    .index-right {
        width: 100%;
    }

    .product-list .picture img {
        max-height: 218px;
    }

    .cgm-use-content {
        /*padding-bottom: 20px;*/
        padding-left: 70px;
        background-size: 10%;
    }
}
/* iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .modal-header.couponCode {
        height: 45px;
    }
    .modal-body.couponCode {
        max-height: 250px;
        margin-bottom:0;
    }
    .modal.couponCode {
        width: 80% !important;
        top: 22% !important;
        left: 58%;
        max-height: 300px;
    }
        .modal.couponCode .coupon-right {
            width: 32%;
        }
    .empty-image {
        width: 200px;
        height: 200px;
    }

    .recaptcha {
        transform: scale(0.9);
        margin-left: 0px;
    }

    .contact-form .recaptcha {
        margin-left: 30px;
    }

    .product-tabs .tabs-title {
        width: 100% !important;
        font-size: 21px !important;
    }

    .product-tabs .tabs-content div {
        width: 100%;
    }

    .tabs-text {
        width: 100% !important;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a, .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        border-radius: 34px 5px 5px 34px;
    }

        .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:before {
            right: 80%;
        }

    .product-tabs .ui-tabs.ui-tabs-vertical {
        padding: 5px;
    }
    /*Anasayfa*/
    .logo img {
        width: 30%;
    }

    .customizable-alert-content::after {
        background-size: 50%;
        top: 33%;
    }

    .customizable-alert-note {
        width: 100%;
        margin: 6% auto 15px;
    }

    .container-main.big {
        width: 100%;
    }

    #header {
        display: flex !important;
    }

    .main, .container-main {
        width: 95%;
    }

    .contText {
        line-height: 1.6 !important
    }

    .top-menu, .scroll-down {
        display: none;
    }

    .top-right {
        float: none;
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .flexslider .slides li {
        background-size: 100% !important;
        background-repeat: no-repeat;
    }

    .flexslider {
        height: auto !important;
    }

    .slides {
        height: 363px !important;
    }

    .flex-control-nav li {
        top: 0 !important;
        float: left;
        margin-right: 10px !important;
    }

    .index-box {
        width: 29%;
        margin: 2.5%;
    }

    .bottom-text {
        bottom: 0;
        height: 90px;
    }

    .banner-content {
        width: 90%;
    }

    .banner-text {
        width: 90%;
        font-size: 14px !important;
    }

    .bottom-text span {
        line-height: 1.5;
    }

    .customizable-alert-img {
        display: none;
    }

    .customizable-alert-content {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        border-radius: 0;
        padding-left: 0;
    }

    .customizable-alert {
        width: 100%;
    }

        .customizable-alert img {
            width: 45%;
            margin-left: 35px;
            display: block;
            height: auto;
        }

    .bell {
        width: 0;
        float: none;
        margin: 5% auto;
        display: table;
        right: 15px;
    }

    .customizable-alert-title, .customizable-alert-text {
        width: 88%;
        margin: 15px 0 10px 35px;
    }

    .customizable-alert-title {
        font-size: 25px;
    }

    .easy-setup-left {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .easy-setup-box {
        padding-left: 20px;
        margin: 10px auto 0;
        padding: 30px 0;
    }

    .customizable-alert-container {
        margin: 20px 0;
    }

    .easy-setup {
        margin-top: 10px;
    }

    .easy-setup-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .easy-setup-right {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .easy-setup-image {
        background-size: 70%;
        width: 100%;
        height: 550px;
    }

    .download-app {
        margin: 15px 0 10px 12px;
        display: block;
    }

    .easy-setup-bottom {
        margin-top: 65px;
    }

    .easy-setup-use {
        height: auto;
        margin: 0 0 2% 0.8%;
        width: 19%;
        padding: 20px 3px;
        min-height: 244px;
    }

    .product-container {
        height: auto;
        background-size: cover;
    }

    .product-list {
        width: 45%;
        margin: 0 2.5% 2%;
    }

        .product-list:last-child { /* margin:0 auto 5%; */
        }

    .see-all {
        margin: 15px auto;
    }

    .footer-top {
        width: 95%;
        margin: 30px auto;
    }

    .entry-btn {
        width: 100px;
        padding: 12px 5px;
        right: 8px;
        top: 50px;
        font-size: 16px;
    }

    .footer-top input {
        padding: 26px 100px 26px 20px;
    }

    .footer-box {
        display: none;
    }

        .footer-box:nth-child(2) {
            width: 50%;
            margin: 0
        }

        .footer-box:nth-child(3) {
            width: 35%;
            margin: 0 2.5%;
        }

        .footer-box:nth-child(4) {
            width: 16%;
            display: block;
            margin: 0 0 0 3%; /* float: none; */
        }

        .footer-box:nth-child(5) {
            width: 39%;
            display: block;
            margin: 0px 0 0 38%; /* float: none; */
        }

    .footer-contact .phone-img {
        width: 65px;
        background-position: 0 20px;
    }

    .footer-right {
        width: 100%;
        float: none;
        margin-top: 5%;
        text-align: center;
    }

    .copyright-left {
        width: 74%;
        margin-bottom: 6px;
    }

    .copyright-right {
        float: none;
    }

    .copyrigth-container {
        width: 100%;
        margin: 15px auto;
        display: table;
    }

    .buy a {
        text-align: left;
        padding: 5px 3px;
        width: 103px;
        font-size: 14px;
        top: 16px;
        right: 7px;
        background: #ff6905;
        color: #fff;
    }

    .buy {
        width: 0;
        height: 0;
        bottom: 26%;
        left: 5%;
        background: none;
    }

    .whatsapp img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    .whatsapp {
        width: 0px;
        height: 0px;
        bottom: 26%;
        background: none;
        right: 15%;
    }

    .index-content {
        margin: 20px 0;
    }

    .cbp-hrmenu {
        position: inherit !important;
    }

    .order-follow {
        padding: 10px;
    }

    .login {
        width: 18%;
        padding: 7px 0;
        margin-left: 48%;
    }

        .login.after .fa-user {
            margin-right: 0;
        }

    .shopping-cart {
        width: 16%;
        padding: 3px 9px;
        margin: 1px 2.5% 0 0;
        text-align: center;
    }

        .shopping-cart .shop-img {
            width: 24px;
            height: 31px;
        }

            .shopping-cart .shop-img span {
                bottom: 5px;
                left: 2px;
            }

    .logo {
        background: transparent;
        margin: 0 auto;
        float: none;
        height: 0;
        width: 40%;
        padding-top: 8px;
    }

    .footer-bottom {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .buy a i {
        margin-left: 6px;
        color: #fff;
        font-size: 10px;
    }
    /*Giriş Yap*/
    .navigation h1 {
        margin: 13px 0;
        font-size: 20px;
    }

    .login-content {
        width: 90%;
        margin: 45px auto 20px;
    }

    .tabs-left {
        width: 30%;
        height: 280px;
        background-size: contain;
    }

    .tab_list {
        left: 79%;
        top: 41px;
        width: 150px;
    }

        .tab_list li a {
            padding: 15px 10px;
        }

    .tab-right {
        padding: 23px 0;
        width: 50%;
        margin-top: 0%;
    }

    .list-block {
        width: 88%;
    }

        .list-block .pass {
            width: 100%;
            margin-bottom: 10px;
        }

    .input-title {
        font-size: 14px;
    }

    .modal.detail {
        width: 95% !important;
        left: 22.5% !important;
        max-height: 528px;
        top: 5% !important;
    }

    .tabs label {
        width: 47%;
        margin-right: 7px;
        order: -1;
    }

    .modal.forgot {
        width: 98% !important;
        left: 36.5%;
        padding: 0 20px;
    }

    .list-block .new-eposta {
        padding-right: 20px;
    }

    .forgot-password {
        right: 20px;
        top: 54px;
    }

    .list-block input[type="text"].log-in {
        padding-right: 10px;
    }

    .modal.send {
        width: 54% !important;
        left: 63.5%;
        top: 16% !important;
    }

    .modal-header.forgot button.close {
        margin-right: 0 !important;
    }

    .login.after {
        padding: 11px 0;
        width: 18%;
    }

    .dropdown_menu--animated:before {
        content: none;
    }

    .myAccount-left {
        width: 95%;
        margin: 15px auto;
        float: none;
        display: table;
    }

    .myAccount {
        margin: 30px auto 20px;
    }

    .profile {
        margin: 0px auto;
        width: auto;
        border: none;
        display: table !important;
        text-align: center;
    }
    /*CGM Nedir*/
    .cgm-left {
        width: 47%;
        margin: 0 26px 0 10px;
        display: block; /* float:none; */
        height: 280px;
    }

        .cgm-left img {
            height: 265px;
        }

    .cgm-right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .glucose-left {
        display: none;
    }

    .glucose-container {
        background: none;
        height: auto;
    }

    .glucose-right {
        width: 95%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 15px;
    }

    .cgm-content {
        margin: 35px auto 0;
    }

    .glucose-right .cgm-text span {
        margin-top: 0;
    }

    .cgm-text {
        text-align: initial;
        margin-top: 15px;
    }

    .glucose-right .go-cart {
        margin: 10px auto;
        float: none;
        width: 40%;
        display: table;
    }

    .amenities-content .cgm-title {
        margin: 2.5% 0 0 2.5%;
        font-size: 37px;
        width: 65%;
    }

    .amenities-content ul {
        padding-left: 25px;
        margin-top: 25px;
    }

        .amenities-content ul li {
            width: 100%;
        }

    .amenities-text {
        padding-left: 5px;
        margin-top: 63px;
    }

        .amenities-text .amenities {
            width: 100%;
            background-size: 3%;
            padding-left: 35px;
        }

    .amenities-bottom {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

        .amenities-bottom span {
            font-size: 20px;
        }

    .amenities-content {
        background-size: contain;
        background-position: top right;
        height: 310px;
        background-color: #f1f1f1;
        border-radius: 0 100px 100px 0;
    }

    .amenities-contaiener {
        margin-top: 40px;
    }

        .amenities-contaiener::after {
            top: 75%;
            height: 175px;
        }

    .setup-left {
        width: 50%;
        height: auto;
        float: left;
        margin: 100px auto 0;
    }

    .setup-content span {
        margin-top: 0;
        width: 51%;
    }

    .setup-right {
        width: 45%;
        margin-top: 45px;
    }

    .setup-img {
        height: auto;
    }

    .setup-bottom .download-app {
        margin: 5px 0;
    }

    .setup-bottom {
        padding: 5px 20px;
        width: 95%;
        margin: 20px 0 0 0;
    }

    .cgm-video iframe {
        width: 100%;
        height: auto;
    }

    .downland-right .setup-right-bottom {
        width: 100%;
        margin-top: 0;
    }

    .downland-left {
        height: auto;
    }

    .downland-right .setup-right-bottom .app-qr {
        width: 120px;
        height: 120px;
        margin-left: 0.4%;
    }

    .downland-right {
        width: 48%;
        float: right;
        margin-top: 32px;
    }

    .downland-bottom:before {
        height: 100px;
        top: 0;
    }

    .downland-bottom {
        padding: 7px 4px 7px 16px;
        width: 91%;
        margin: 5% 0 0 10px;
        display: table;
    }

    .cgm-video {
        margin-top: 25px;
        width: 95%;
    }

    .downland-container {
        margin-top: 40px;
    }
    /*CGM vs BGM*/
    .navigate-menu {
        margin: 0;
        max-width: 100%;
        clear: both;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

    .difference-content {
        margin-top: 45px;
    }

    .difference {
        width: 33.33%;
        height: 267px;
    }

        .difference.text {
            padding: 14px;
            height: auto;
        }

    .difference-content .cgm-title {
        margin-top: 25px;
        font-size: 24px;
        margin-left: 2.5%;
    }

    .diff-text {
        width: 95%;
        margin: 10px auto;
        line-height: 1.3;
    }

    .difference-bottom {
        margin-bottom: 30px;
    }

    .diffrence-setup .easy-setup-bottom .easy-setup-use {
        width: 30%;
        height: auto;
        margin: 0 0px 13px 2.5%;
        min-height: 230px;
    }

    .diffrence-setup .easy-setup-bottom {
        margin-top: 25px;
    }

    .difference-container .downland-container {
        margin-top: 25px;
    }
    /*CGM Faydaları*/
    .difference-container.use .cgm-title.diff1 {
        width: 95%;
        margin: 0 auto;
    }

    .cgm-use-left {
        width: 37%;
        height: auto;
        margin-top: 1%;
        margin-left: 15px;
    }

    .cgm-use-right {
        width: 51%;
        margin: 20px auto 0;
    }

    .cgm-use-box {
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .use-image-container img {
        height: auto;
    }

    .use-image-bottom img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }

    .use-image-bottom {
        padding: 25px 0;
    }

    .use-alt-container-left {
        width: 51%;
        height: auto;
    }

    .use-alt-container-right {
        width: 47%;
        height: auto;
        margin-top: 5%;
    }

    .use-alt-container {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .question-title-active {
        width: 100%;
    }

    .qustion-block-head::before {
        margin-right: 3px;
    }

    .qustion-block-head {
        padding: 17px 13px;
    }
    /*Ürünler*/
    .product-left {
        width: 20%;
        margin: 15px 0px 0 10px;
        float: left;
        height: auto;
        padding: 0;
    }

    .product-content {
        width: 95%;
        margin: 55px 2.5% 0;
        float: left;
    }

        .product-content:last-child {
            margin-bottom: 15px;
        }

    .product-right {
        padding: 25px 5px 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .learn-more {
        float: right;
        margin: 25px 15px 15px 0;
        width: 19% !important;
    }

    .buy-button.product {
        float: right;
        margin: 26px auto 10px;
        width: 24%;
    }

    .product-right .discounts {
        top: 5px;
        right: 5px;
    }
    /*Ürün Detay*/
    #slider1 .thumbelina li img {
        max-width: 45px;
        max-height: 50px;
    }

    #slider1 .thumbelina li {
        width: 100px;
        height: 80px;
    }

    #slider1 {
        height: 195px;
        width: 27%;
        margin-top: 19px;
    }

    .poduct-detail-left {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .thumbelina-but.horiz.left {
        top: -9%;
        left: 30%;
    }

    .thumbelina-but.horiz.right {
        left: 30%;
        top: 100%;
    }

    .detail-image {
        width: 68%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    #surround {
        min-width: 375px;
        height: 230px;
        padding: 18px;
    }

    .poduct-detail-right {
        width: 95%;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .product-right-bottom .login-btn {
        width: 150px;
        float: right;
    }

    .offer {
        width: 50%;
        margin: 2.5% auto 0;
        display: table;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        width: 30%;
        margin: 5% 9px 0 10px;
    }

    .tabs-image {
        width: 100%;
        height: auto;
    }

    .product-tabs .tabs-title {
        text-align: left;
        padding: 15px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

        .product-tabs .tabs-title::after {
            background-size: 100%;
            width: 45px;
            top: 8px;
        }

    .tabs-image.small1 {
        width: 100%;
    }

    .tabs-text {
        width: 100%;
    }

    .tabs-image.app {
        margin: 5% auto;
    }

    .product-tabs .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        margin: 0 auto;
        width: 95%;
        float: none;
    }

    a.learn-more .circle .icon.arrow {
        transform: translate(1rem, 0);
        background: #518c37;
        left: 0;
    }

    a.learn-more .circle {
        width: 100%;
    }

    .navi-title {
        font-size: 20px;
        margin: 13px 0;
    }

    .navi {
        width: 95%;
        display: table;
    }

    .navigation {
        max-height: 50px;
    }
    /*Sepetim*/
    .basket-left {
        width: 100%;
    }

        .basket-left.payment {
            width: 44%;
        }

    .shop-back {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .basket-left .orders-detail-content {
        width: 47%;
        margin: 14px 8px;
        display: table;
        border-radius: 20px;
        padding: 10px;
        float: left;
    }

    .basket .basket-left .orders-detail-content {
        width: 100%;
    }

    .basket-left .order-detail-image {
        float: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .basket-image {
        width: 24%;
    }

    .total-price {
        margin: 14px 5px 0;
        width: 45%;
        font-size: 15px;
        line-height: 1.5;
    }

        .total-price span {
            margin-top: 0;
        }

    .basket .total-price span {
        margin-top: 30px;
    }

    .basket-left .offer-cargo {
        width: 95%;
        margin: 25px auto;
        display: block;
        background-size: 3%;
        padding-left:48px;
    }

    .basket .basket-right {
        width: 60%;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .coupon-input input {
        padding: 22px 105px 22px 15px;
    }
    /*Sipariş Üyelik Bilgileri*/
    .payment-tab-list {
        width: 100%;
    }

    .payment-tabs-content {
        margin-top: 15%;
        padding-left: 2.5%;
    }

        .payment-tabs-content.user-check {
            margin-top: 0;
            padding-top: 4%;
        }

    .payment-tab-list li {
        margin-right: 30px;
        width: 22%;
    }

        .payment-tab-list li.active .tab-list-circle.person:before {
            left: 85px;
            padding-left: 100px;
        }

    .tab-list-circle:before {
        left: 85px;
        padding-left: 100px;
    }

    .basket-left.payment .tab_list {
        width: 100%;
    }

        .basket-left.payment .tab_list li {
            width: 39%;
            margin: 0 12px 0 17px;
        }

    .basket-left.payment .login-content {
        width: 100%;
    }

    .basket-left.payment .tab-right {
        float: none;
        width: 90%;
        margin: 85px auto 0;
    }

    .basket-right.payment {
        width: 53%;
        margin-top: 0;
        float: right;
    }

        .basket-right.payment:before {
            content: 'Sipariş Özeti';
            font-size: 20px;
            color: #518c37;
            background: #f1f1f1;
            border-radius: 20px 20px 0 0;
            text-align: center;
            padding: 18px;
            width: 100%;
            display: block;
        }

    .products-in-basket {
        margin: 0;
        width: 100%;
    }

    .order-title {
        display: none;
    }

    .order-summary {
        padding: 0;
    }

        .order-summary.order-step {
            padding: 0 0 10px;
        }

    .basket-right.payment .basket-amount {
        width: 90%;
        margin: 15px auto;
    }

    .in-basket-click .order-detail-name.baskets .old-price {
        left: 0;
    }

    .in-basket-click .basket-scroll {
        max-height: 309px;
    }

    .order-summary .basket-amount span {
        float: right;
    }
    /*Sipariş Adres*/
    .basket-left.address {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .address-list li {
        width: 47%;
        margin: 6.7% auto;
        margin: 25px 5px !important;
    }

    .basket-left.address .address-list li {
        width: 30%;
        margin: 25px 11px !important;
    }

    .title-address { /* float:none; */
    }

    .product-brands.address { /* margin-top: 4.5%; */
    }

    .new-Address {
        width: 32%;
        /*  margin: 3% 0 3% 10px;
        display: table;*/
        padding: 30px 0 58px;
    }

    .new-address {
        background-position: center;
    }

    .modal.address {
        width: 90% !important;
        left: 42.5%;
        position: absolute;
    }

        .modal.address .modal-body .new-address-left {
            width: 95%;
            margin: 0 auto;
            float: none
        }

        .modal.address .modal-body .list-block {
            width: 95%;
        }

        .modal.address .modal-body .new-address-right {
            width: 95%;
            margin: 0 auto;
            float: none;
        }

    .modal-body.address {
        width: 99%;
    }

    .modal.address .modal-body .chosen-container {
        width: 100% !important;
    }

    .modal-scroll {
        height: 634px;
    }
    /*Sipariş Kargo*/
    .basket-left.cargo {
        width: 100%;
    }

    .cargo-container {
        width: 95%;
        margin: 0 auto;
    }
    /*Sipariş Ödeme*/
    .paymet-options-content-right {
        height: 210px;
    }

    .payment-container {
        width: 95%;
        margin: 0 auto;
        display: table;
    }

    .basket-left.pay {
        width: 100%;
    }

    .payment-options-content-left {
        width: 100%;
        float: none;
    }

    .form-text.pay {
        width: 24.2%;
        margin: 0;
        padding: 5px 9px;
    }

    .card-property-head {
        margin-bottom: 9px;
    }

    .payment-card-properties.bottom-right {
        float: left;
        width: 19%;
    }

    .payment-card-properties.bottom-left {
        width: 30%;
    }
    #CVCInfo {
        left: 30%;
        bottom: 69.5%;
    }
    payment-card-properties .form-text {
        padding: 5px 10px;
    }

    .modal-body.agreement {
        height: 449px;
    }
    /*Ödeme Başarılı*/
    .successful-left {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .successful-container {
        width: 95%;
        margin: 45px auto;
    }

    .successful-right {
        width: 99%;
        margin: 0 0 15px 10px;
    }

    .successful-order {
        position: unset;
        width: 100%;
        padding: 17px 10px;
        box-shadow: none;
    }

    .order-number.total {
        float: none;
        line-height: 2;
        display: table;
        margin-right: 0;
    }

    .order-number:last-child {
        float: none;
    }
    /*Ödeme başarısız*/
    .successful-left.error {
        width: 50%;
        float: none;
        height: auto;
        margin: 25px auto;
    }

    .successful-right.error {
        margin: 10px;
    }

    .go-home {
        margin: 0 0 10px 10px;
    }
    /*Sipariş Takip*/
    .orderFollow-left {
        width: 45%;
        float: left;
        display: table;
        margin: 0 auto;
    }

        .orderFollow-left img {
            width: 50%;
            height: auto;
            margin: 25px auto;
        }

    .orderFollow-left-text {
        width: 95%;
        margin: 0 auto 20px;
    }

    .orderFollow-right {
        width: 50%;
        float: left;
        margin: 0 0 0 30px;
    }

    .order-content {
        width: 95%;
        margin: 15px auto 0;
    }

    .order-top-left {
        width: 50%;
        padding: 23px 10px;
    }

    .order-top-right {
        width: 37%;
        float: right;
        padding: 16px 10px 18px 10px;
    }

    .detail-button {
        width: 100%;
    }

    .repeat-order {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3%;
    }

    .date {
        float: right;
        margin-top: 0;
        font-size: 14px;
    }

    .orders-number {
        float: left;
    }

    .order-detail-image {
        width: 30%;
        margin-right: 25px;
    }

    .basket .order-detail-total .old-price {
        left: 5px;
        top: 47px;
    }

    .order-detail-total .old-price {
        left: -52px;
        bottom: 0;
        top: 23px;
    }

    .detail-bottom-right {
        width: 50%;
        margin-top: 25px;
    }

    .return-right {
        float: unset;
    }

    .modal.send-return {
        width: 95% !important;
        top: 23% !important;
        left: 2%;
    }

        .modal.send-return .modal-title.send {
            font-size: 14px;
            width: 53%;
            margin: 40px 0 0 20px;
        }

    .send-return-image {
        width: 85px;
    }
    /*Eğitim Videoları*/
    .education-video {
        width: 47%;
        margin: 14px 10px 0 10px; /* float:none; */
    }

        .education-video img {
            width: 100%;
        }
    /*kılavuzlar*/
    .manuals {
        width: 49%;
        margin: 10px 9px 0 0;
        height: auto;
        min-height: 82px;
    }

    .manuals-content {
        width: 95%;
        margin-bottom: 20px;
    }

    .manuals-text span {
        padding-left: 0;
        font-size: 16px;
    }

    .manuals-text {
        padding-left: 57px;
        background-size: 22%;
        background-position: -3%;
    }
    /*İletişim*/
    .contact-left {
        width: 100%;
    }

    .contact-address {
        margin-top: 10px;
    }

    .contact-right-img {
        display: none;
    }

    .contact-content {
        margin-bottom: 0;
        width: 95%;
    }

    .contact-form, .contact-map {
        width: 49%;
    }
    /*hesabım*/
    .myAccount-left .exit {
        background: none;
        height: auto;
        margin-top: 7%;
    }

    .kat_filter {
        display: table;
        padding: 10px 20px;
    }

    .helpMobile.kat_filter {
        position: relative;
        margin: 40px 0px 0 10px;
        width: 24%;
        text-align: center;
        color: #518c37;
        font-size: 20px;
        border: 1px solid #518c37;
    }

    .selected {
        overflow: visible !important;
        height: auto !important;
    }

    .my-account {
        overflow: hidden;
        height: 0;
    }

    .kat_filter i {
        position: absolute;
        color: #518c37;
        top: 88px;
        font-size: 100%;
        transition: .3s;
        left: 0;
    }

    .helpMobile.kat_filter i {
        top: 16px;
        font-size: 72%;
        left: 140px;
    }

    .myAccount-right {
        width: 95%;
        margin: 25px auto 0;
        float: none;
        display: table;
    }

    .personal-top {
        width: 100%;
    }

    .personal-right, .personal-left {
        width: 49%;
    }

        .personal-right.gender .chosen-container {
            width: 100% !important;
        }

    .address-list li.added input[type="checkbox"]:checked + label span, .address-list li.added input[type="radio"]:checked + label span {
        bottom: 95px;
    }

    .login.after .fa-chevron-down {
        font-size: 14px;
        margin: 0;
    }

    .myAccount-address {
        margin-top: 15px;
    }

    #address {
        margin-top: 15px;
    }

    .login a {
        padding: 5px 0;
    }

    .dropdown_menu {
        top: 26px;
    }

    .login.after:hover {
        padding-bottom: 9px;
        border-radius: 30px;
    }
    /*siparişlerim*/
    .order-stages {
        padding: 0px 10px;
    }

        .order-stages .orders-number {
            width: 30%;
            margin-left: 25px;
        }

    .orders-date {
        width: 15%;
    }

    .detail-go {
        font-size: 14px;
    }

    .orders-detail {
        width: 30%;
    }

    .order-stages .repeat-order {
        padding-left: 70px;
    }

    .tracking-number {
        margin-left: 6px;
    }
    /*Kuponlar*/
    .coupon-tabs ul li {
        width: 49%; /* float: none; */
        display: inline-block;
        margin: 0 0px 0 5px;
    }

    .coupon-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .coupon-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        border-bottom: 0;
        border: 2px solid;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 53px;
        border-radius: 15px;
    }

    .coupons-content, .coupons-content.past-code {
        padding: 10px 5px;
    }

    .coupon-right {
        width: 26%;
    }

    .coupons-price {
        width: 62%;
    }

    .coupons-code {
        /*background-position: 10% center;*/
        background-size: 18%;
        /*padding: 14px 16px 14px 14px;*/
    }

    .no-coupon {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    /*Sipariş Detay*/
    .return-request {
        width: 100%;
        margin-bottom: 12px;
    }

    .return-process {
        top: 0;
        border-radius: 0 32px 0 82px;
        bottom: unset;
        width: 160px;
    }

    .return-select {
        padding: 0 8px;
    }

    .order-detail .orders-detail-bottom {
        padding: 0;
        width: 100%;
        margin: 30px 0 50px;
    }

    .order-detail .detail-bottom-left {
        width: 43%;
        margin-top: 0;
    }
    /*Yardım*/
    .help-left {
        margin: 0 auto;
        display: table;
        float: none;
        width: 95%;
    }

    .help {
        margin: 0;
        overflow: hidden;
        height: 0;
    }

        .help div {
            margin-top: 20px;
        }

    .tabs-help {
        margin: 15px auto;
    }

    .help-right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    /*404-500*/
    .error-left {
        margin: 0 auto;
        height: auto;
        width: 100%;
        float: none;
    }

    .error-right {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .error-content {
        width: 95%;
        margin: 25px auto;
    }

    .error-text {
        width: 100%;
    }
    /*---------------------------*/
    .easy-setup-first {
        width: 70px;
        height: 70px;
        padding: 15px 0 0;
        margin-left: 5.5%;
    }

    .easy-setup-box-text {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0px auto;
    }

        .easy-setup-box-text span {
            margin: 15px 0 35px 95px;
        }

    .product-listing {
        margin-top: 20px;
    }

    .title {
        margin-top: 20px;
    }

    .footer-container {
        margin-top: 5%;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-logo {
        display: none;
    }

    .footer-bottom .contract {
        width: 45%;
        margin: 7px 16px 0px;
    }

    .difference img {
        height: 100%;
    }

    .diffrence-setup .setup-use-text {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .setup-use-image {
        width: 100%;
        background-size: 51% !important;
        margin-bottom: 8%;
        height: 124px;
    }

    .cgm-use-content span {
        width: 90%;
    }

    .cgm-use {
        margin: 30px 0;
    }

    .use-image-container {
        margin-bottom: 0;
    }

    .diff-text span {
        width: 100%;
    }

    .qustion-block {
        width: 95%;
        margin: 30px auto 0;
    }

    .qustion-block-text {
        padding: 10px 5px;
    }

    .product-right-bottom {
        margin-top: 30px;
    }

    .poduct-detail-right .setup-right-bottom a img {
        height: auto;
        margin-top: 15px;
    }

    .app-qr.linx {
        display: table;
        width: 95px !important;
        height: 95px !important;
        margin: 10px 0 0 10px !important;
    }

    .tabs-image.qr .setup-right-bottom a img {
        margin-right: 5px;
    }

    .app-qr {
        width: 50%;
        height: auto;
    }

    .cargo-1 {
        width: 42%;
        margin-right: 45px;
    }

    .coupon-tabs ul li label {
        padding: 10px 57px;
        border-radius: 15px;
        width: 100%;
        display: block;
        border: 1px solid;
        text-align: center;
    }

    .education-video:nth-child(3n) {
        margin: 14px 10px 0 10px;
    }

    .setup-right-bottom {
        width: 86%;
        float: right;
    }

    .profile i {
        display: inline-block;
        top: 18px;
    }

    .new-address.account {
        top: 44px;
    }

    .myAccount-alt-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .easy-setup-title h1 {
        font-size: 25px;
    }

    .setup-use-text {
        width: 100%;
        margin: 0;
    }

    .cgm-title {
        font-size: 24px;
    }

    .cgm-right .cgm-title {
        margin-top: 0;
    }

    .cgm-text span {
    }

    .question-content {
        margin-bottom: 30px;
    }

    .product-tabs {
        width: 95%;
        margin: 0 auto 30px;
    }

    .tabs-alt-title {
        line-height: 30px;
    }

    .count-select {
        width: 120px;
        height: 50px;
        margin-right: 20px;
    }

        .count-select input {
            width: 38px;
            height: 50px;
        }

        .count-select .minus, .count-select .add {
            width: 25px;
            height: 40px;
        }

    .order-detail-total { /* float:none; */
        display: block;
        width: 36%;
        margin: 20px 0 0;
    }

    .basket .order-detail-total {
        margin-top: 7px;
    }

    .orderFollow.tracking .order-detail-total {
        margin-top: 5px;
    }

    .order-detail-name { /* float:none; */
        margin-top: 20px;
        font-size: 15px;
    }

    .orderFollow.tracking .order-detail-name {
        width: 23%;
    }

    .basket-out {
        font-size: 14px;
        margin: 14px 0;
    }

    .basket .order-summary {
        padding: 25px 15px;
    }

    .basket {
        margin-bottom: 0;
    }

    .choose-cargo.cargo {
        padding-bottom: 15px;
    }

    .products-address-details {
        width: 95%;
        margin: 0 auto 5%;
    }

    .successful-left img {
        width: 100%;
        height: 100%;
    }

    .successful-title {
        font-size: 25px;
    }

    .myprofile {
        display: none;
    }

    .myAccount-left .exit a {
        padding: 6px 0;
        margin-bottom: 3%;
    }

    .address-list .added .added-address {
        padding: 19px 22px 41px 10px
    }

    #order .order-detail-name span {
        margin: 0;
    }

    #order .total-price {
        margin: 14px 5px 0;
        width: 45%;
    }

    #order .order-detail-name {
        float: left;
        margin-top: 35px;
        width: 30%;
    }

    #order .order-detail-total .old-price {
        top: 36px;
        left: -20px;
    }

    .basket-amount {
        width: 100%;
    }

    .mail {
        margin: 20px auto;
    }

    .flex-control-nav {
        width: auto !important;
        margin: 0 auto !important;
        background-color: transparent !important;
        position: relative !important;
        display: table !important;
    }

    .flex-control-paging li a.flex-active {
        height: 12px !important;
    }

    .difference-container.use .cgm-title.diff1 span {
        margin-top: 25px;
    }

    .basket-amount.agreement .list-block.chk {
        width: 80%;
    }

    .coupon-tabs ul {
        padding-top: 15px;
    }

    .detail-bottom-left {
        width: 100%;
    }

    .orderFollow.tracking .detail-bottom-left {
        width: 48%;
        margin-top: 0;
    }

    .basket-amount.total {
        width: 100%;
    }

    .downland-right .app-qr img {
        width: 100%;
        height: auto;
    }

    .downland-text a {
        padding-left: 0;
    }

    #billingAddres .list-block input {
        padding-right: 30px;
    }

    .product-list .picture {
        height: auto;
        min-height: 291px;
        padding-bottom: 0;
    }

    .detail-name {
        width: 90% !important;
        font-size: 14px;
    }

    .diffrence-setup {
        height: auto;
        background-size: cover;
    }

    a.learn-more .button-text {
        line-height: 1.9;
    }

    .buy-button .price {
        font-size: 16px;
    }

    .education-video .fa-youtube {
        right: 35%;
    }

    .product-left img {
        max-height: 110px;
    }

    .index-right {
        width: 100%;
    }

    .product-list .picture img {
        max-height: 218px;
    }

    .cgm-use-content {
        /*padding-bottom: 20px;*/
        padding-left: 70px;
        background-size: 10%;
    }

    .in-basket-click, .in-basket-title {
        width: 95%;
    }

    .address-content .address-list {
        width: 65%;
    }

    .basket-left.address .address-content .address-list {
        width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .footer-top.top {
        width: 100%;
        line-height: 1.5;
    }

    .topLeftSide {
        float: unset;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        margin-bottom: 30px;
    }

    .topRightSide {
        float: unset;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }

    .question-title-active li.nav-list_item:hover .nav-list {
        display: none;
    }

    .question-title-active li.nav-list_item:hover .fa-chevron-down {
        transform: none;
    }
}
