@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=3.2.1');
    src: url('fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'abakutlsymsansregular';
    src: url('abakutlsymsans-regular-webfont.eot');
    src: url('abakutlsymsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('abakutlsymsans-regular-webfont.woff') format('woff'), url('abakutlsymsans-regular-webfont.ttf') format('truetype'), url('abakutlsymsans-regular-webfont.svg#abakutlsymsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'alpaca_scarlett_demoregular';
    src: url('alpaca_scarlett_demo-webfont.eot');
    src: url('alpaca_scarlett_demo-webfont.eot?#iefix') format('embedded-opentype'), url('alpaca_scarlett_demo-webfont.woff2') format('woff2'), url('alpaca_scarlett_demo-webfont.woff') format('woff'), url('alpaca_scarlett_demo-webfont.ttf') format('truetype'), url('alpaca_scarlett_demo-webfont.svg#alpaca_scarlett_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.eot');
    src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-B';
    src: url('Montserrat-Bold.eot');
    src: url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('Montserrat-Bold.woff2') format('woff2'), url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.ttf') format('truetype'), url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-M';
    src: url('Montserrat-Medium.eot');
    src: url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff'), url('Montserrat-Medium.ttf') format('truetype'), url('Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0;
    padding: 0;
    color: #888888;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 13px;
    background: #FFF;
}
/*ufuk*/
.category-slide {
    height: 388px !important;
}
.category-slide .flexslider .slides > li{
    height: 388px !important;
}
.thirdBannerArea .slides li {
    width: 545px;
    height: 390px;
}

.thirdBannerArea {
    width: 39%;
    height: 400px;
    position: relative;
}

.bannerBottomBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 79%;
    margin: 0 auto;
    gap: 10px;
}

.secondBannerArea .slides li {
    height: 390px;
}

.secondBannerArea {
    width: 59.6%;
    height: 400px;
    position: relative;
}

.information .tophone.warning {
    color: #009e4d;
}

.detailsNullImage img {
    object-fit: contain;
}

.blogInnerText {
    width: 90%;
    margin: 0 auto;
}

.resultComment {
    color: red;
    font-family: 'Montserrat-M';
    position: absolute;
    bottom: 7px;
}

.default .product_list {
    margin: 0;
}

#starsComment {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.star.selected, .star.hover {
    color: #009e4d;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control.custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

.custom-control-label:before {
    content: '';
    border: 1px solid #e0dfdf;
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

#chkShowName {
    position: absolute;
    left: -999px;
}

    #chkShowName:checked + .custom-control-label:before {
        background: #009e4d;
        box-shadow: inset 0 0 0 1px #fff;
    }

.g-recaptcha {
    transform: scale(0.8);
    margin-left: -29px;
}
.g-recaptcha-custom {
    transform: scale(1) !important;
    margin-left: 0 !important;
}
.g-recaptcha-ml{margin-left: -27.8px;}

.comment-popup-button.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-popup-right .title {
    font-size: 18px;
    margin-top: 30px;
}

.comment-popup-btn a {
    background: #009e4d;
    color: #fff;
    padding: 15px 34px;
    float: right;
    margin: 20px 0;
    width: 89px;
    text-align: center;
    font-size: 16px;
}

.gonderImg {
    background: url(../images/gonder.png) no-repeat 50% 50%;
    );
    )=;
    );
    width: 11px;
    height: 11px;
    display: inline-block;
    background-size: 100%;
}

.theme-input-box .theme-input {
    width: 98%;
    height: 220px;
    border: 1px solid #e0dfdf;
    resize: none;
    outline: 0;
    padding: 10px 0 0 10px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.comment-popup-left {
    width: 42%;
    position: relative;
    margin-right: 30px;
}

    .comment-popup-left:after {
        content: '';
        position: absolute;
        background: #e0dfdf;
        width: 1px;
        height: 90%;
        top: 20px;
        right: 0;
    }

.comment-popup {
    min-width: 960px;
    left: 40% !important;
    !i;
    !;
    padding: 10px 0 20px;
    border-radius: 0 !important;
    !i;
    !;
}

.comment-popup-box {
    display: flex;
}

.modalImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.middleBannerImg {
}

.midBanner {
    display: flex;
    width: 92.5%;
    height: 170px;
    margin-bottom: 34px;
    gap: 30px;
    margin: 0 auto 24px;
    justify-content: flex-start;
}

.midBannerArea {
    width: 100%;
}

    .midBannerArea img {
        width: 100%;
        height: 182px;
        object-fit: cover;
    }

.horiz.right .fa.fa-chevron-right {
    transform: rotate(90deg);
    font-size: 18px;
}

.horiz.left .fa.fa-chevron-left {
    transform: rotate(90deg);
    color: #b2b2b2;
    font-size: 16px;
}

div#ContentPlaceHolder1_divDown {
    width: 30px;
    margin: auto;
    top: 100%;
    left: 23%;
}

div#ContentPlaceHolder1_divUp {
    width: 30px;
    margin: auto;
    top: -8%;
    left: 23%;
}

#slider1 {
    height: 250px;
    position: relative;
    width: 85px;
    float: right;
    margin-top: 34px;
}

.product-detail-img {
    display: flex;
}

.thumbelina {
    margin: 0;
    padding: 0;
}

    .thumbelina li {
        width: 98%;
        display: flex !important;
        !i;
        !;
        !ş;
        !şü;
        !ş;
        !;
        justify-content: center;
        align-items: center;
        border: 1px solid;
        margin-bottom: 20px;
    }

.brandsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 2.4%;
    margin-bottom: 30px;
}

.blogDetailContainer .text {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.nextBlog .button {
    justify-content: flex-end;
}

.button {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .button i {
        font-size: 12px;
    }

.prevBlog {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

h1.title {
    color: #009e4d;
    font-family: 'Montserrat-M';
}

.blogBottomNavContainer .title {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat-M';
    margin-top: 10px;
}

.blogDetailMain {
    width: 75%;
    margin-right: 20px;
}

.blogBottomNavContainer {
    margin-left: 40px;
}

.blogPageBackground {
    display: flex;
    margin-bottom: 80px;
}

.blogDetailContainer {
    width: 100%;
    border: 1px solid #e0dfdf;
    padding-bottom: 20px;
}

.imageBox {
    width: 100%;
    height: 443px;
}

.blogImage .imageBox.detailsNullImage {
    height: 100px;
}

.pageListNavigate ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0 10px;
    padding: 0;
}

    .pageListNavigate ul li {
        border: 1px solid;
        width: 20px;
        height: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pageListNavigate ul li .active {
            background: #009e4d;
            width: 100%;
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
        }

.pageListNavigate {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.blogMain {
    margin-bottom: 40px;
    width: 100%;
}

.blogContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 58px;
}

    .blogContainer > a {
        width: 30.5%;
        border: 1px solid #e0dfdf;
        min-height: 440px;
        max-height: 440px;
    }

html {
    -webkit-text-size-adjust: none
}

.toTop {
    display: none;
}

.mh-head.Sticky {
    display: none;
    z-index: 4;
}

.relative {
    z-index: 9;
    position: relative;
    width: 100%;
}

#myModal3 {
    width: 700px;
}

a {
    color: #888888;
    text-decoration: none;
}

.secondBannerArea .flex-direction-nav a, .thirdBannerArea .flex-direction-nav a {
    top: 50%;
}

    .thirdBannerArea .flex-direction-nav a:before {
    }

    .secondBannerArea .flex-direction-nav a:before, .thirdBannerArea .flex-direction-nav a:before {
        font-size: 26px;
    }

.next.blogNextButton.disabled {
    display: none;
}

.prev.blogPrevButton.disabled {
    display: none;
}

.brandsImage {
    width: 100%;
    height: 90px;
    border: 1px solid #e0dfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandsContainer a {
    width: 18%;
}

.pageListNavigate ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogCart:hover .blogContinue {
    color: #009e4d;
}

.blogContinue {
    font-family: 'Montserrat';
    float: right;
}

    .blogContinue span {
        text-decoration: underline;
    }

    .blogContinue i {
        font-family: 'FontAwesome';
        font-size: 10px;
    }

.blogContentArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.blogContent {
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    height: 77px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 10px;
}

.blogTitle {
    font-size: 20px;
    color: #009e4d;
    font-family: 'Montserrat-M';
    margin: 20px 0;
    height: 40px;
}

.blogImage {
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
}

    .blogImage.nullImage img {
        object-fit: contain;
    }

.mh-head.Sticky a {
    color: #009e4d;
    font-size: 31px;
}

.product_big_img a {
    display: table;
    width: 100%;
    height: 100%;
}

.img_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

img {
    border: 0;
}

.thirdBannerArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondBannerArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondBanner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modalImg img {
    max-width: 100%;
    max-height: 470px;
}

.brandsImage img {
    max-height: 90px;
    max-width: 100%;
}

.imageBox img {
    width: 100%;
    height: 100%;
}

.blogImage img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.logo img {
    width: 100%;
    height: 100%;
}

p {
    margin: 5px 0;
}

.theme-description {
    font-size: 14px;
    font-family: 'Montserrat-M';
    color: #000;
}

.clear {
    clear: both;
}

.main {
    width: 93%;
    margin: 0 auto;
    position: relative;
}

.cart_prods {
    padding-bottom: 3px;
}

.top_menu {
    list-style-type: none;
    margin: 0;
    padding: 11px 0 0px 0;
    font-family: "Montserrat-M", sans-serif;
}

    .top_menu li {
        font-size: 11px;
        float: right;
        padding: 0 15px;
        border-left: 1px solid #bfbfbf;
        line-height: 15px
    }

        .top_menu li.last {
            border-left: 0
        }

.middle_top {
    /* background: #000; */
    padding: 20px 0;
}

.logo {
    /*width: 280px;*/
    width: 441px;
    float: left;
}

.middle_top i {
    font-size: 20px;
    color: #009e4d;
    display: inline-block;
    margin: 5px 7px 0 15px;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

.information {
    float: right;
    margin-left: 20px;
    margin-top: 10px;
}

    .information .title {
        padding: 0px 1px;
        color: #000;
        font-size: 17px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        text-align: right
    }

    .information .tophone {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        font-family: "Montserrat-B", sans-serif;
        padding: 0 0 0 20px;
    }

        .information .tophone a {
            color: #000;
            font-size: 28px;
            font-weight: 700;
            font-family: "Montserrat-B", sans-serif;
            padding: 0 0 0 20px;
        }

.icon-phone:before {
    content: "\f095";
}

.header_cart {
    float: right;
    margin-left: 20px;
    width: 65px;
    margin-top: 7px
}

    .header_cart i {
        font-size: 65px;
        color: #009e4d;
        background: transparent;
        float: left;
        display: inline-block;
        vertical-align: -4px;
        margin: 0;
    }

.icon-shopping-cart:before {
    content: "\f07a";
}

.header_cart i:hover {
    color: #383838
}

.header_cart .basket_quantity {
    color: #FFF;
    font-size: 18px;
    float: left;
    margin: 16px 0 0 -38px;
}

.search_btn {
    float: right;
    display: block;
    width: 80px;
    height: 40px;
    text-indent: -9999px;
    background: url("../images/btn-search.png") no-repeat 3px 0px;
    background-color: #383838;
    border: 0px solid #595858;
    margin-top: 7px;
    cursor: pointer
}

    .search_btn:hover {
        background-position: center 0;
        /* background-color: #009e4d; */
        border: 0px solid #0292a8;
    }

.search_textbox {
    color: #888888;
    padding: 10px 0 10px 10px;
    border: none;
    outline: 0;
    font-size: 11px;
    height: 20px;
    width: 260px;
    background-color: #fff;
    float: right;
    margin-top: 7px;
}

.cart.account_cart th:first-child {
    width: 13.7%;
}

.cart.account_cart th:nth-child(2) {
    width: 14.23%;
}

.cart.account_cart th:nth-child(3) {
    width: 8%;
}

.cart.account_cart th:nth-child(4) {
    width: 40.35%;
}

.cart.account_cart th:nth-child(5) {
    width: 7.75%;
}

.cart.follow th:first-child {
    width: 13.7%;
}

.cart.follow th:nth-child(2) {
    width: 14.23%;
}

.cart.follow th:nth-child(3) {
    width: 7.95%;
}

.cart.follow th:nth-child(4) {
    width: 40.4%;
}

.cart.follow th:nth-child(5) {
    width: 7.75%;
}

.cart.follow th:nth-child(6) {
}

.long_block .basket_table.account_table {
    width: 97% !important;
}
.offer-grid .cart th:first-child{
    width:auto;
}

.menu_block {
    width: 100%;
    background: #009e4d;
    margin: 0 0 0px 0;
    position: relative;
    z-index: 2;
    /*height: 100px;*/
}

.menu {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    width: 93%;
}

    .menu li {
        float: left;
        /* border-right: 1px solid #fff; */
    }

        .menu li.first {
            /* border-left: 1px solid #fff; */
        }

        .menu li a {
            font-size: 20px;
            font-family: 'alpaca_scarlett_demoregular';
            color: white;
            background: transparent;
            padding: 13px 17px 15px 17px;
            line-height: 22px;
            display: inline-block;
        }

.othertext {
    float: left
}

.itext {
    /* font-family: calibri; */
    float: left;
    margin-right: 5px;
}

.menu li a:hover {
    color: white;
    background: #383838;
}

ul#css3menu .active a {
    color: white;
    background: #383838;
}

.left_block {
    float: left;
    width: 16%;
    margin-right: 0px;
    margin-top: 2%;
    /*display: none;*/
}

.right_block {
    width: 84%;
    float: right;
}

    .right_block.main_right {
        width: 100%;
        display: table;
    }

    .right_block.big {
        width: 100%;
    }
    .blok-mh{ min-height: calc(100vh - 549px);}


.banner {
    width: 100%;
    height: 500px;
    margin: 20px 0 30px;
}

.flexslider .slides > li {
    height: 500px !important;
}

.product_list_block {
    width: 100%;
    margin-top: 20px;
    display: table;
}

    .product_list_block.products {
        width: 104%;
    }

    .product_list_block.arama {
        width: 104%;
    }

    .product_list_block.bigg {
        width: 43%;
    }

        .product_list_block.bigg.moreBig {
            width: 53%;
        }

    .product_list_block.top {
        margin-top: 25px;
        width: 102%;
    }

        .product_list_block.top.default {
            width: 85%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 25px auto;
            gap: 12px;
        }

.product_list {
    width: 247px;
    /*width:308px;*/
    height: 405px;
    float: left;
    border: 1px solid #e2e0e0;
    padding: 10px;
    margin: 0px 31px 34px 0;
}

    .product_list:nth-child(5n) {
        /* margin-right: 0; */
    }

.products .product_list {
    margin-right: 35px;
}

.arama .product_list {
    margin-right: 35px;
}

.product_list:hover {
    box-shadow: 0 0 2px 0px;
}

.product_list .pimg {
    width: 100%;
    height: 180px;
    margin: 0 auto;
}

    .product_list .pimg img {
        width: 100%;
        max-height: 180px;
        object-fit: contain;
    }

.product_list .pname {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    font-family: "Montserrat-B", sans-serif;
    line-height: 20px;
    margin-top: 7px;
    text-align: center;
    height: 80px;
    /* display: flex; */
    /* align-items: center; */
}

.product_list .desc {
    margin: 10px auto 10px auto;
    line-height: 20px
}

    .product_list .desc .dtitle {
        color: #333;
        padding: 3px 0px 0px 0px;
        font-size: 11px;
        width: 38%;
        float: left;
    }

    .product_list .desc .ddetail {
        color: #333;
        font-weight: normal;
        font-size: 11px;
        padding: 3px 0px 0px 3px;
        text-align: right;
        /*        text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    }

.product_list .price {
    font-size: 20px;
    color: black;
    font-weight: 700;
    font-family: 'Montserrat';
    width: 100%
}

    .product_list .price .fist {
        float: left;
        margin-right: 5px
    }

    .product_list .price .kdv {
        font-size: 15px;
        float: left;
        margin: 5px 0 0 0px
    }

.product_list .oldprice {
    color: #888888;
    font-size: 15px;
    font-weight: 700;
    margin-left: 12px;
    font-family: 'Montserrat';
}

strike {
    color: #888888;
}

.product_list .detail_btn {
    padding: 23px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product_list .detail_btn .icon {
        height: 44px;
        width: 44px;
        padding: 0px 0px 0px 0;
        background: url("../images/btn_cart.gif") no-repeat 0px 0px;
        float: left;
    }

        .product_list .detail_btn .icon:hover {
            background-position: 0 -44px;
        }

    .product_list .detail_btn .text {
        color: black;
        font-weight: 500;
        font-size: 15px;
        margin: 13px 0px 16px 12px;
        line-height: 15px;
        float: left;
        background: url("../images/btn_details.gif") no-repeat 100% 50%;
        padding-right: 14px;
        font-weight: bold
    }

        .product_list .detail_btn .text:hover {
            color: #fc0606;
        }

.yeni_title {
    background: #000;
    padding: 11px 0 12px 21px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    font-family: "Montserrat-B", sans-serif;
    line-height: 17px;
    margin: 25px 0
}

.footer {
    padding: 20px 0px 20px 0px;
    width: 100%;
    background-color: #f2f2f2;
}

.social_icons {
    float: right;
    text-align: right;
    margin-top: 15px;
}

    .social_icons i {
        padding: 11px 8px 6px 7px;
        color: #b4b4b4;
        font-size: 20px
    }

        .social_icons i:hover {
            color: #fc0606
        }

.icon-facebook:before {
    content: "\f09a";
}

.icon-twitter:before {
    content: "\f099";
}

.social_icons .text {
    color: #777777;
    font-size: 11px;
    margin-top: 10px
}

.footer_menu {
    margin: 0 30px 0 0;
    padding: 0;
    list-style-type: none;
    float: left
}

    .footer_menu li {
        line-height: 20px;
        color: #777777;
        font-family: "Montserrat", sans-serif;
    }

    .footer_menu .title {
        color: #777777;
        font-weight: bold;
        font-family: 'Montserrat-B';
        font-size: 14px;
        margin-bottom: 10px;
    }

.secure {
    float: right;
    width: 420px;
    margin: 35px 0px 0 0
}

.navigate {
    padding: 0px 0px 5px 0px;
    margin: 10px 0px 5px 10px;
}

    .navigate a {
        font-size: 13px;
        color: #888888;
    }

    .navigate i {
        margin-left: 5px;
        margin-right: 5px;
    }

.icon-double-angle-right:before {
    content: "\f101";
}

.navigate a.last {
    color: black;
}

.long_title {
    background: #ededed;
    margin-bottom: 23px;
    padding: 12px 0px 15px 20px
}

.slong_title {
    padding: 7px 0px 6px 20px;
}

.long_title h1 {
    color: black;
    font-size: 21px;
    font-weight: 700;
    font-family: "Montserrat-B", sans-serif;
    line-height: 17px;
    margin: 0;
    padding: 0
}
/*ufuk*/
.small_th {
    float: left;
    width: 60%;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}
.offer-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 12%;
    float:left;
}
.offer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #009e4d;
    color: #fff;
    padding: 4px 8px;
    border: 2px solid #009e4d;
    transition: background 0.3s ease, opacity 0.3s ease;
}
.offer-btn:hover{
    background-color:#fff;
    color:#009e4d;
}
.offer-btn:hover span{
    color:#009e4d;
}
.offer-btn:hover .offer-gift{filter:invert(58%) sepia(13%) saturate(1470%) hue-rotate(69deg) brightness(91%) contrast(85%);}
.offer-btn span{
    font-size:18px;
    color:#fff;    
    font-family: 'Montserrat-M';
}
    .offer-btn .offer-gift {
        width: 45px;
        height: 31px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        background-image: url('/images/offer-gift.svg');
        background-repeat: no-repeat;
        filter: invert(1);
    }
.offer-btn .offer-gift .offer_quantity {
    font-size: 17px;
    position: absolute;
    color: black;
    margin-top: 6px;
    font-family: 'Montserrat-M';
    font-style: normal;
}
.brand_drop {
    float: right;
    width: 25%;
    margin-right: 20px
}

    .brand_drop select {
        appearance: none;
        -webkit-appearance: none;
        color: #000 !important;
        height: 20px !important;
    }

.product_detail_block {
    border: 1px solid #e2e0e0;
    width: 97%;
    padding: 15px;
    margin-bottom: 20px
}

.product_detail_left {
    width: 40%;
    float: left;
}

.product_detail_right {
    float: right;
    width: 59%;
    margin-left: 0px;
}

.product_big_img {
    width: 432px;
    height: 365px;
    text-align: center;
    display: inline-block;
}

    .product_big_img img {
        max-width: 365px;
        max-height: 355px;
    }

.product_small_block {
    margin-top: 20px;
    display: inline-block;
    flex: 1;
}

.product_small_img {
    /* width: 95px; */
    /* height: 230px; */
    margin-right: 10px;
    float: left;
    position: relative;
    display: inline-block;
}

    .product_small_img img {
        width: 75px;
        height: 75px;
        opacity: 0.7;
        object-fit: contain;
    }

.img_active img {
    opacity: 1;
    object-fit: contain;
}

.product_small_img:hover img {
    opacity: 1 !important;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.product_detail_name {
    margin-bottom: 10px;
    height: 35px;
}

    .product_detail_name h1 {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        margin: 0;
        padding: 0
    }

.product_detail_list {
    font-size: 13px;
    color: black;
    line-height: 25px;
    width: 100%;
    display: table;
}

.commentCount {
    font-family: 'Montserrat-M';
}

.stars .stars {
    display: flex;
    align-items: center;
}

.product_detail_list.stars {
    display: flex;
    gap: 7px;
    align-items: center;
}

.product_detail_list .dtitle {
    float: left;
    width: 100px;
}

.product_detail_list .dot {
    width: 5px;
    margin: 0 5px;
    float: left;
}

.product_detail_list .ddetail {
    float: left;
    width: 300px;
    font-weight: bold
}

.product_detail_color {
    border: 1px solid #e2e0e0;
    padding: 10px;
    margin: 20px 0 0 0;
    width: 30%;
}

    .product_detail_color .ctitle {
        font-size: 12px;
        color: #888;
        margin-bottom: 5px
    }

.color_drop {
    padding: 6px 6px 6px 2px;
    border: 1px solid #cccccc;
    color: #555555;
    width: 100%;
    font-size: 12px;
    background: #fff;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}

.product_detail_price {
    margin-right: 10px;
    font-size: 24px;
    color: black;
    font-weight: 700;
    line-height: 17px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    margin-top: 20px;
    float: left
}

    .product_detail_price .first {
        float: left;
        margin-right: 5px;
        margin-top: 13px;
    }

    .product_detail_price .kdv {
        font-size: 15px;
        float: left;
    }

.product_detail_btn {
    color: #009e4d;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    border: 0px;
    float: right;
    background: none;
    margin-top: 10px;
    cursor: pointer
}

.detail_basket_btn,
.get_offer_btn {
    background: #009e4d;
    padding: 7px 10px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    border: 0px;
    /* float: right; */
    margin-top: 10px;
    cursor: pointer;
    min-width: 100px;
    margin-right: 25px;
}

    .detail_basket_btn.left {
        background: #000;
        float: left;
    }

.product_detail_btn.left {
    float: left;
    color: #000
}

.quantity_textbox {
    padding: 6px 6px 6px 6px;
    border: 1px solid #cccccc;
    color: #555555;
    float: right;
    height: 20px;
    width: 45px;
    margin: 5px 10px 10px 37px;
}

.sepet_uyari {
    margin-top: 20px;
    color: red;
}

.bankalarlist {
    width: 390px;
    float: left;
    margin-bottom: 5px;
}

    .bankalarlist .title {
        background: url(../images/taksit.png) no-repeat 12px -10px #77B449;
        height: 45px;
        width: 230px;
    }

    .bankalarlist .alttitle {
        float: left;
        font-weight: bold;
        padding: 10px 2px 10px 7px;
        margin-right: 10px;
        text-align: center;
        color: #000
    }

        .bankalarlist .alttitle.product {
            margin-right: 0;
            padding: 10px 15px 10px 15px;
            color: #000
        }

.bankalisteler {
    width: 230px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    height: 25px;
    background: #96C967;
}

    .bankalisteler.second {
        background: #77B449;
    }

    .bankalisteler .list {
        float: left;
        margin: 7px 5px 5px 5px;
        width: 65px;
        color: #000;
        font-weight: bold
    }

        .bankalisteler .list.last {
            float: right
        }

.long_block {
    /* width: 1000px; */
    margin-bottom: 20px;
}

.box_left {
    padding: 5px 20px 20px 20px;
    margin: 10px 5px 10px 0px;
    border: 1px solid #e2e0e0;
    width: 35%;
    float: left;
    min-height: 355px;
}

    .box_left.contact {
        height: 335px;
        width: 25%;
        margin-right: 20px;
    }

    .box_left.big {
        width: 97%;
    }

#ContentPlaceHolder1_pnlIcerik .box_left.big {
    width: 97%;
}

.box_left.bigger {
    width: 97.6%;
}

.box_left.tam {
    width: 52.4%;
}

.box_left.middle {
    width: 40%;
    margin-left: 0
}

#siparisdetaylari .box_left.middle {
    width: 25%;
}

.box_left.right {
    float: right;
    margin-right: 0;
    width: 40%;
}

#siparisdetaylari .box_left.right {
    width: 68%;
}

.box_left.height {
    min-height: 340px;
}

.box_left.bheight {
    min-height: 500px
}

.box_title {
    padding: 12px 20px 7px 0px;
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: "Montserrat-B", sans-serif;
    border-bottom: 1px solid #e2e0e0;
    margin-bottom: 20px;
    font-weight: bold
}

.box_btn {
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    border: 0;
    background: none;
    padding: 7px 10px;
    cursor: pointer;
    background: #009e4d;
    min-width: 100px;
    text-align: center;
    max-width: 150px;
}

#uyeolmadanbtn {
    font-size: 14px;
    max-width: 160px;
    min-width: 160px;
}

.box_btn.leftlong {
    margin-left: 269px;
    margin-top: -20px;
}

.box_btn.right {
    float: right;
}

    .box_btn.right.mrgnR {
        margin-right: 4%;
    }

.box_btn.left {
    float: left;
    margin-right: 15px;
}

.box_btn:hover {
    background: #000;
    color: #FFF
}

.box_btn.top {
    /* margin-top: 0px; */
}

.box_btn.black {
    color: #fff;
    background: #000
}

    .box_btn.black:hover {
        background: #009e4d;
        color: #fff
    }

.box_list {
    margin: 10px 0 20px 0;
    font-size: 12px;
    line-height: 20px;
}

    .box_list.small {
        width: 63%
    }

    .box_list .title {
        font-size: 12px;
        line-height: 17px;
        font-weight: bold;
        color: #333
    }

.box_textbox {
    border: 1px solid #cccccc;
    height: 30px;
    width: 95%;
    color: #888888;
    padding: 0 10px;
    font-size: 15px;
}

    .box_textbox.secur {
        width: 105px;
    }

select#ContentPlaceHolder1_drpAy {
    margin-right: 10px;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

select#ContentPlaceHolder1_drpYil {
    -webkit-appearance: auto !important;
    appearance: auto !important;
}


select#ContentPlaceHolder1_drpSehir, select#ContentPlaceHolder1_drpIlce, select#ContentPlaceHolder1_drpSehir2, select#ContentPlaceHolder1_drpIlce2 {
    width: 100% !important;
}


.box_textbox.smaller {
    width: 40%
}

.box_textbox.small {
    width: 60%
}

.product_list_block.new .box_left.big {
    width: 40%;
}

.box_textbox.big {
    width: 90%
}

.box_textbox.middle {
    width: 87%;
    resize: none;
    font-family: 'Montserrat';
}

#ContentPlaceHolder1_txtKartAd {
    width: 83%;
}

.box_textbox.iform {
    width: 81%
}

.red_text {
    color: #f13340;
    float: right;
    margin-left: 25px;
}

.adres_Error {
    color: #fc0606;
    font-weight: bold
}

.red_text a {
    color: #009e4d;
    text-decoration: underline
}

.login_name {
    color: #000;
    font-weight: bold;
    margin-left: 5px
}

.login_text {
    color: #f13340;
    float: right;
    margin-left: 5px;
    border-left: 1px solid #bfbfbf;
    line-height: 15px;
    padding-left: 15px
}

    .login_text.last {
        margin-left: 15px;
        padding-right: 10px
    }

    .login_text a {
        color: #009E4D;
    }

.input_requipment {
    padding: 5px 10px 0px 5px;
    color: #F00;
    font-family: Arial, Helvetica, sans-serif
}

    .input_requipment.nopad {
        padding: 5px 2px 0px 5px;
    }

.requipment_mail {
    color: #fc0606
}

.basket_opa {
    opacity: 0;
    filter: alpha(opacity:0);
    display: none;
}

.basket_table th {
    padding: 0
}

.cart {
    border: 1px solid #d6d4d4;
    border-bottom: 0
}

.long_block table {
    width: 100% !important;
}

.kargo_table tr {
    width: 14% !important;
    display: inline-block;
    margin-right: 50px;
}

.kargo_table.havale tr {
    width: 30% !important;
}

.long_block .basket_table.account_table {
    width: 96.4% !important;
}

.long_block .siparis_table {
    width: 100% !important;
}

.cart.account_cart {
    width: 100% !important;
}

.product_cart td {
    padding: 10px;
}

.cart th {
    border: 1px solid #d6d4d4;
    border-top: 0;
    border-left: 0;
    padding-left: 20px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

    .cart th:first-child {
        width: 74.05%;
    }

    .cart th:nth-child(2) {
        width: 9.99%;
    }

.cart.small {
    border: 0;
}

.no_border {
    border-right: 0 !important
}

.cart.small th {
    border: 0;
    border-bottom: 1px solid #d6d4d4;
    padding-left: 20px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

.cart th.last {
    border-right: 0 !important
}

.cart_prod_img {
    border-right: 1px solid #d6d4d4;
    border-left: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
}

    .cart_prod_img.noborder {
        border-left: 0
    }

.cart_picture {
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    width: 110px;
    height: 110px;
}

    .cart_picture img {
        width: 110px;
        height: 110px;
    }

    .cart_picture.small {
        width: 60px;
        height: 70px;
    }

        .cart_picture.small img {
            width: 60px;
            height: 60px;
        }

.cart_prods {
    border: 1px solid #d6d4d4;
    border-top: 0;
    border-left: 0;
    padding: 0 10px !important
}

.name_padd {
    padding: 0px 0 12px 0;
    line-height: 19px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    font-family: "Montserrat-B", sans-serif;
}

.cart_products_options span {
    margin-left: 7px
}

.cart_products_options .first {
    margin-left: 0px
}

.cart_products_options {
    width: 160px;
    padding: 11px;
    border: 1px solid #efefef;
    font: 11px/1.6 'Montserrat-B', sans-serif;
    color: #888888
}

.cart_update {
    border: 1px solid #d6d4d4;
    border-top: 0;
    border-left: 0;
    padding: 0 5px;
    width: 10%;
}

    .cart_update input {
        background: #fbfbfb;
        text-align: center;
        color: #9c9b9b;
        width: 54px;
        border: 1px solid #cccccc;
        padding: 6px;
        height: 28px;
        font-size: 14px;
        font-weight: bold;
        float: left;
        margin-left: 20px;
    }

.quantity_small_textbox {
    float: left;
    margin-left: 8px;
    width: 25px
}

.up_btn {
    background: url(../images/up.png) no-repeat center center;
    padding: 9px 2px;
    border: 1px solid #cccccc;
    margin-bottom: 2px;
    width: 16px;
    cursor: pointer
}

.down_btn {
    background: url(../images/down.png) no-repeat center center;
    padding: 9px 2px;
    border: 1px solid #cccccc;
    width: 16px;
    cursor: pointer
}

.cart_price {
    border: 1px solid #d6d4d4;
    border-width: 0px 1px 1px 0px;
    line-height: 19px;
    color: #009e4d;
    font-size: 18px;
    width: 16%;
    font-weight: bold;
    text-transform: none;
    font-family: 'Montserrat';
}

    .cart_price.noborder {
        border-right: 0
    }

    .cart_price.smalltext {
        font-size: 16px
    }

.cart_delete {
    border-bottom: 1px solid #e2e0e0;
}

.siparis_table td {
    padding: 10px;
    border-right: 1px solid #d6d4d4;
    border-bottom: 0 !important
}

.orderlist_span_first {
    margin-left: 69px
}

.orderlist_span_Second {
    margin-left: 62px
}

.ordertotal_title {
    float: right;
    color: black;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat-B", sans-serif;
    /*margin: 20px 0;*/
    margin: 5px 0;
}

.basket_table td {
    border-bottom: 1px solid #d6d4d4;
}

.basket_delete_btn {
    position: relative;
}

    .basket_delete_btn:after {
        content: 'Sil';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 80%);
        font-size: 14px;
        color: red;
        font-weight: bold;
    }

.basket_table.account_table td {
    padding: 0;
}

.basket_table.follow td {
    padding: 0;
}


.ordertotal {
    float: right;
    color: #009e4d;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Montserrat';
    min-width: 114px;
    text-align: right;
    margin: 5px 0;
    padding-right: 10px;
    box-sizing: border-box;
}

.orderlist_span {
    margin-left: 64px
}

.siparis_table_img {
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.siparis_table .first {
    border-left: 1px solid #d6d4d4
}

    .siparis_table .first.noborder {
        border: none;
    }

.siparis_table .last {
    border-right: 1px solid #d6d4d4
}

.basket_delete_btn {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d6d4d4;
    border-left: 0
}

.basket_delete_header {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d6d4d4;
    border-left: 0;
    border-bottom: 0
}

.basket_delete_btn img {
    margin: 0 auto;
}

.basket_total_block {
    border: 1px solid #d6d4d4;
    width: 365px;
    float: right;
    margin-top: 20px;
    border-bottom: 0
}

    .basket_total_block.small {
        width: 334px;
        border: 0;
        margin-top: 0
    }

    .basket_total_block .left {
        font-weight: normal;
        color: #333333;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        background: transparent;
        padding: 14px 20px 14px 20px;
        text-align: right;
        width: 134px;
        float: left;
        border-bottom: 1px solid #d6d4d4;
    }

    .basket_total_block.small .left {
        width: 113px;
        padding: 10px 20px;
    }

    .basket_total_block .right {
        font-weight: bold;
        color: #333333;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        text-align: right;
        border-left: 1px solid #d6d4d4;
        width: 150px;
        float: right;
        padding: 13px 20px 13px 20px;
        border-bottom: 1px solid #d6d4d4;
    }

    .basket_total_block.small .right {
        width: 140px;
        padding: 9px 20px
    }

.null_basket {
    margin-top: 25px;
    line-height: 20px
}

.basket_hover_block {
    width: 286px;
    background: #fff;
    padding: 5px 0px 0px 0px;
    position: absolute;
    margin: 70px 0 0 0;
    border: 4px solid #009e4d;
    z-index: 99999;
    display: none;
    right: 0;
}

.basket_product_list {
    width: 255px;
    border-bottom: 1px solid #d6d4d4;
    padding: 10px 10px 10px 5px;
    color: #717171;
    font-family: arial;
    font-size: 10px;
    background: #FFF;
    text-align: right;
    margin: 0 auto;
}

.basket_hover_img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-right: 1px solid #d6d4d4;
    padding-right: 10px
}

.basket_product_detail {
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Montserrat';
    min-height: 65px;
    overflow: hidden;
    color: #333333;
    text-align: left;
}

    .basket_product_detail .kdv {
        font-size: 12px
    }

    .basket_product_detail .title {
        min-height: 35px;
        color: #000;
        font-size: 14px;
        font-family: "Montserrat-B", sans-serif;
        line-height: 18px
    }

.basket_total_text {
    color: #333333;
    font-size: 12px;
    float: left;
    width: 70px;
    font-family: 'Open Sans', sans-serif;
    padding: 13px 7px 7px 7px;
    text-align: center
}

.basket_total {
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 7px 10px;
}

.product_detail_btn.basket {
    margin: 10px auto;
    float: none;
    text-align: center;
}

.basket_btn_block {
    background: #efefef;
    padding: 5px;
    margin-top: 5px
}

.product_detail_btn.basket a {
    color: #009e4d;
}

.list_text {
    width: 100%;
    margin: 7px 0 8px 0;
    clear: both;
    min-height: 32px
}

    .list_text.small {
        min-height: 20px;
    }

    .list_text .title {
        font-size: 12px;
        line-height: 17px;
        font-weight: bold;
        color: #333;
        width: 25%;
        float: left;
    }

.box_left:not(.contact) .list_text .title {
    width: 17%;
}

.box_left:not(.contact) .list_text .detail {
    width: 78%;
}

.list_text .dot {
    color: #333;
    line-height: 17px;
    font-weight: bold;
    font-size: 12px;
    width: 5%;
    float: left;
}

.list_text .detail {
    float: right;
    font-size: 12px;
    width: 70%;
}

    .list_text .detail.line {
        line-height: 20px
    }

.list_text .leftdetail {
    float: left;
    font-size: 12px;
    width: 95%;
}

.fatura_uyari {
    margin-top: 100px;
    font-weight: bold;
    clear: both;
    color: #333;
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px
}

.phonealan {
    float: left;
    width: 25%;
    margin-right: 10px
}

.kartalan {
    float: left;
    width: 16%;
    margin-right: 10px;
}

.phone {
    width: 59%;
    float: left
}

#ContentPlaceHolder1_pnlMisafir .phone {
    width: 56.2%;
}

.adres_block .phone {
    width: 53.5%;
}

#pencere .adres_block .phone {
    width: 55.5%;
}

#modalContainer .phone {
    width: 55%;
}

.small_btns {
    float: left;
    color: #009e4d;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 15px;
    border-right: 1px dotted #777777;
    line-height: 12px;
    padding-right: 15px
}

    .small_btns.last {
        border: 0
    }

    .small_btns:hover {
        color: #000
    }

.red_link {
    color: #009e4d;
}

.mestextbox {
    resize: none;
}

.check_title {
    color: #888888;
    float: left;
    margin-right: 5px;
}

.adres_block {
    padding: 0 10px
}

.adresler_liste_block {
    width: 89%;
    float: left;
    margin: 0 8px 20px 10px
}

.adresler_liste {
    width: 100%;
    margin-bottom: 15px;
    line-height: 20px
}

    .adresler_liste .title {
        color: #009e4d;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px
    }

.adresler_liste_btn {
    float: left;
    color: #009e4d;
    font-size: 12px;
    margin-right: 15px;
    border-right: 1px dotted #777777;
    line-height: 12px;
    padding-right: 15px;
    cursor: pointer
}

    .adresler_liste_btn.sil {
        color: red;
    }

.kargo_table {
    width: 100%;
    margin-top: 25px
}

.odemesecenek {
    width: 50%;
}

.kargo_table td {
    background: #ededed;
    padding: 20px;
    width: 100%;
    display: table;
}

.kargo_table input {
    margin-right: 10px
}

.kargo_table label {
    color: #333;
    font-weight: bold;
    font-size: 14px
}

.kargo_table div {
    color: #009e4d;
    font-weight: bold;
    margin-top: 10px;
    clear: both;
    padding-left: 30px;
    font-size: 16px
}

.kart_bilgi {
    float: left;
    width: 50%;
}

#ContentPlaceHolder1_pnlKart .kart_bilgi {
    width: 35%;
    /*float: none;*/
    display: inline-block;
}

.adresler_liste_btn.last {
    border: 0;
    color: red;
}

.error_img {
    width: 321px;
    margin: 20px 40px 0 0;
    float: left;
}

.error_block {
    font-size: 22px;
    float: left;
    margin-top: 70px;
    width: 620px;
    line-height: 30px
}

    .error_block .title {
        font-size: 27px;
        font-weight: bold;
        color: #fc0606;
        line-height: 30px;
        margin-bottom: 20px
    }

.red_page {
    color: #f13340
}

.card_inform_block {
    float: left;
    width: 670px
}

.card_block {
    /*float: right;*/
    /*width: 980px;*/
    /*width: 350px;*/
    width: 20%;
    margin-right: 10px;
    margin-top: 35px;
}

.card_ic {
    perspective: 600px;
    perspective-origin: 50% 50%;
    position: relative;
}

    .card_ic .future {
        opacity: 0;
        transform: rotateY(-180deg);
    }

    .card_ic div {
        transform-origin: 50% 50% 0;
        transition: all 600ms ease 0s, opacity 200ms ease 0s;
    }

#credit_card {
    background: url("../images/card.jpg") no-repeat;
    float: left;
    font-weight: bold;
    height: 171px;
    left: 20px;
    position: absolute;
    top: 0px;
    width: 270px;
}

#credit_card_back {
    background: url("../images/cardback.jpg") no-repeat;
    float: left;
    font-weight: bold;
    height: 171px;
    left: 20px;
    position: absolute;
    top: 0px;
    width: 270px;
}

.card_ic .past {
    opacity: 0;
    transform: rotateY(180deg);
}

#credit_card span {
    color: #AAAFB8;
}

#credit_card strong {
    color: #8E8E8E;
}

#credit_card span, #credit_card strong {
    position: absolute;
}

.credit_card_logo {
    display: none;
    left: 15px;
    position: absolute;
    top: 15px;
}

.credit_card_number {
    font-size: 20px;
    left: 15px;
    top: 90px;
}

.credit_card_user_name {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 137px;
    white-space: nowrap;
    width: 205px;
}

.credit_card_lastDate {
    font-size: 14px;
    left: 140px;
    top: 115px;
}

.credit_card_type {
    background-image: url("//st.gittigidiyor.net/rsrc/MyBasket/img/ctypesp.png");
    bottom: 8px;
    display: none;
    height: 18px;
    position: absolute;
    right: 15px;
    width: 30px;
}

.credit_card_CVCTxt {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 99px;
    top: 57px;
}

#credit_card .credit_card_CVCTxt {
    right: 20px;
    top: 65px;
}

.focused {
    background: #FEFBD9;
}

#CVCInfo {
    left: 65px;
    position: absolute;
    top: 87px;
    width: 190px;
    display: none;
}

.InfoBubble {
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    box-shadow: 0 1px 5px 1px #5E6162;
    color: #181825;
    font: 12px/16px Arial,Helvetica,sans-serif;
    height: auto;
    padding: 10px 10px 10px 13px;
    position: relative;
    width: 100%;
    z-index: 100;
}

    .InfoBubble.ArrowT:before {
        left: inherit;
        right: 50%;
        top: -7px;
    }

    .InfoBubble.ArrowT {
        padding-top: 16px;
    }

.Arrow {
    background: url(../images/arrow.png) no-repeat;
    display: none;
    height: 13px;
    position: absolute;
    width: 11px;
}

.InfoBubble.ArrowT .Arrow {
    background-position: -35px -13px;
    width: 13px;
}

.InfoBubble:after {
    background-color: #FFFFFF;
    content: "";
    height: 82%;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px;
    z-index: 100;
}

.InfoBubble.ArrowT:after {
    height: 16px;
    left: inherit;
    right: 0;
    top: 0;
    width: 100%;
}

.InfoBubble.ArrowT .Arrow {
    left: 48%;
    top: -13px;
}

.InfoBubble .Arrow {
    background-position: 0 -13px;
    left: -11px;
    top: 39%;
}

.InfoBubble:before {
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    box-shadow: 0 1px 5px 1px #5E6162;
    content: "";
    height: 12px;
    left: -7px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 12px;
    z-index: 0;
}

    .bankalarlist .title {
        background: url(../images/taksit.png) no-repeat 12px -10px #77B449;
        height: 45px;
        width: 230px;
    }

.bankalarlist .alttitle {
    float: left;
    font-weight: bold;
    padding: 10px 2px 10px 0px;
    /*margin-right: 10px;*/
    margin-right: 20px;
    text-align: center;
    width: 22%;
}
    .bankalarlist .alttitle:first-child{
        width:2%;
    }
    .uyeolmadanlisteleme td {
        border-bottom: 1px solid #cccccc;
        padding-right: 30px;
    }

.onay_icon {
    margin: 25px auto;
    width: 65px;
    height: 65px;
}

.onay_big_text {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto 10px auto;
    text-align: center;
}

.onay_small_text {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 490px;
}

.onay_order_number {
    width: 260px;
    height: 55px;
    background: #009e4d;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 10px;
}

.order_number {
    font-size: 30px;
    margin-top: 7px;
}

.order_btn_block {
    margin: 10px auto 0 auto;
    text-align: center;
}
/* Menu*/
ul#css3menu, ul#css3menu ul {
    margin: 0 auto;
    list-style: none;
}

    ul#css3menu .left-block > ul {
        padding-right: 30px;
    }

    ul#css3menu .left-block > div > ul > li > a {
        color: #009e4d;
        font-weight: bold;
        font-size: 16px;
        padding-left: 0;
    }

    ul#css3menu .left-block > div > ul > li > ul > li:nth-child(5) > a {
        /* font-size: 13px; */
        /* color: #383838; */
        /* font-weight: bold; */
    }

    ul#css3menu, ul#css3menu .submenu {
        border-width: 0;
        border-style: solid;
    }

        ul#css3menu .submenu {
            display: none;
            position: absolute;
            left: 0;
            /* top: 100%; */
            z-index: 99;
            float: left;
            background: #fc0606;
            padding: 10px 1px 11px;
        }

        ul#css3menu li:hover > * {
            display: block;
        }

        ul#css3menu li:hover {
            /* position:relative; */
        }

        ul#css3menu ul .submenu {
            position: absolute;
            left: 100%;
            top: 0;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }

ul#css3menu {
    padding: 0;
    display: block;
    font-size: 0;
}

    ul#css3menu ul {
        padding: 0 0px 10px;
        background: none;
        /* height: 228px; */
    }

    ul#css3menu li:first-child .submenu .column ul li {
        padding-left: 30px;
    }

        ul#css3menu li:first-child .submenu .column ul li:hover {
            background: #383838;
        }

        ul#css3menu li:first-child .submenu .column ul li a:hover {
            color: #fff;
        }

    ul#css3menu .left-block > div > ul {
        max-width: 22%;
        margin-right: 25px;
    }

.left-block > ul {
}

ul#css3menu .column {
    float: left;
}

    ul#css3menu .column li a {
        color: #fff;
    }

ul#css3menu li {
    display: block;
    /* white-space:nowrap; */
    font-size: 0;
    float: left;
}

ul#css3menu > li, ul#css3menu li {
    margin: 0 0px 0 0px;
    border-right: 3px solid #fff;
}

    ul#css3menu > li:last-child {
        border: 0;
    }

    ul#css3menu > li.son, ul#css3menu li.son {
        background: #c00a14
    }

ul#css3menu ul > li {
    border-right: 1px solid #fff;
}

    ul#css3menu ul > li.fist {
        border-left: 0
    }

.active {
    color: white;
    background: #383838;
}

ul#css3menu a:active, ul#css3menu a:focus {
    outline-style: none;
}

ul#css3menu a {
    font-size: 18px;
    font-family: 'Montserrat';
    /* color: #000; */
    background: transparent;
    padding: 13px 17px 15px 17px;
    line-height: 21px;
    display: inline-block;
    letter-spacing: 1px;
    display: block;
    vertical-align: middle;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    cursor: default;
}

ul#css3menu ul li {
    float: none;
    margin: 0;
    border: 0;
}

ul#css3menu ul a {
    text-align: left;
    width: 100%;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: "Montserrat";
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    /*padding-left: 10px;*/
}

ul#css3menu li:hover > a {
    color: white;
    /* background: red; */
}

ul#css3menu img {
    border: none;
    vertical-align: middle;
}

    ul#css3menu img.over {
        display: none;
    }

ul#css3menu li:hover > a img.def {
    display: none;
}

ul#css3menu li:hover > a img.over {
    display: inline;
}

ul#css3menu span {
    display: block;
    overflow: visible;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0px;
}

ul#css3menu ul span {
    background-image: url("arrowsub.png");
    padding-right: 24px;
}

ul#css3menu .left-block ul li:hover > a {
    /* background-color: red; */
    color: #009e4d;
    text-decoration: none;
}

.left-block > ul > li > a {
    font-weight: bold;
}

ul#css3menu.topmenu {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #132d44;
    width: 989px
}

ul#css3menu li.topmenu > a {
    height: 26px;
    line-height: 26px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

ul#css3menu li.topmenu:hover > a {
    line-height: 26px;
}

ul#css3menu li.toproot > a {
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

/*ufuk*/
/* --- LIME BORDER FLOW (KENAR AKIŞI) --- */
.lime-border-flow {
    position: relative;
    background: #009e4d;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease; /* Butonun genel geçiş hızı */
}

    /* 1. Dönüşü Sağlayan Arka Plan (Işık Çizgisi) */
    .lime-border-flow::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(transparent, #61E637, transparent 30%);
        animation: rotateBorder 2.3s linear infinite;
        z-index: -2;
        transition: background 0.5s ease;
    }

    /* 2. Butonun İç Dolgusu (Beyazdan Yeşile Dönecek) */
    .lime-border-flow::after {
        content: '';
        position: absolute;
        inset: 3px; /* Kenarlık kalınlığı */
        background: #fff; /* Başlangıçta beyaz */
        z-index: -1;
        transition: background 0.5s ease, opacity 0.5s ease; /* Renk geçişini yumuşatır */
        animation: pulseInner 2.3s ease-in-out infinite;
    }

    /* Yazı Ayarları */
    .lime-border-flow > a {
        color: #009e4d; /* Başlangıçta yeşil yazı */
        font-weight: 900;
        display: block;
        position: relative;
        z-index: 2;
        text-decoration: none;
        text-align: center;
        padding: 10px 20px;
        transition: color 0.5s ease; /* Yazı rengi geçişi */
        animation: pulseText 2.3s ease-in-out infinite;
    }

    /* --- HOVER EFEKTLERİ --- */

    .lime-border-flow:hover::after {
        background: #009e4d; /* Hover'da iç kısım yeşile döner */
    }

    .lime-border-flow:hover > a {
        color: #ffffff; /* Hover'da yazı beyaza döner */
    }

    .lime-border-flow:hover::before {
        /* Hover'da ışığın rengini biraz parlatıyoruz */
        background: conic-gradient(transparent, #70FF37, transparent 30%);
    }
    /* Mouse üzerine geldiğinde tüm animasyonlar mevcut karesinde donar */
    .lime-border-flow:hover::after,
    .lime-border-flow:hover > a {
        animation: none;
    }
/* Dönme Animasyonu */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes pulseInner {
    0%, 100% { background: #fff; }
    50% { background: #009e4d; }
}

@keyframes pulseText {
    0%, 100% { color: #009e4d; }
    50% { color: #ffffff; }
}
/*ul#css3menu li.toproot:hover > a {*/
/*line-height: 26px;*/
/*}*/

.cmf-skinned-select {
    padding: 6px 10px;
    display: block;
    width: 87% !important;
    margin-right: 0px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url('../images/dropdown_ico.png') center right no-repeat;
    font-family: CalibriRegular;
    font-size: 14px;
}

.cmf-skinned-text {
    width: 86% !important;
    background: #fff !important;
    color: #000 !important;
    height: 20px !important;
    border-radius: 5px !important;
}

#ContentPlaceHolder1_pnlMisafir .cmf-skinned-text {
    height: 25px !important;
}

.cart_prods .name_padd {
    padding-top: 4px;
}

.disp-none{
    display:none;
}

#region offer
.overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 5;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0);
    transition: opacity .3s ease, visibility .3s ease;
    --sb-track-color: #e5eaf2;
    --sb-thumb-color: #009e4d;
    --sb-size: 10px;
    --sarch-product-gap: 110px;
    max-height: 100vh;
    overflow-y: auto !important;
}

.overlay-popup#popupOverlayGetAnOfferProductDetail {
    top: 0;
    --sb-track-color: #e5eaf2;
    --sb-thumb-color: #767e96;
    --sb-size: 10px;
    --sarch-product-gap: 110px;
}

.overlay-popup::-webkit-scrollbar {
    /*width: calc(22px + var(--sb-size));*/
    width: var(--sb-size);
    background: transparent;
}


.overlay-popup::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
}

.overlay-popup::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
    border-left-width: 22px; /* Sol tarafa 22px şeffaf border ekle */
    border: 2px solid #e5eaf2;
    background-color: #009e4d; /* Başlık rengi */
    border-radius: 6px;
    margin-bottom: 50px;
}

.overlay-popup#popupOverlayKvkk {
    z-index: 5;
    overflow: hidden;
}

/*#region Get An Offer*/
.get-an-offer-modal {
    width: 926px;
    /*padding-left: 45px;*/
    padding-bottom: 50px;
    position: fixed;
    background: #fff;
    z-index: 4;
    /*right: auto;
    left:auto;*/
    left: 50%;
    right: 50%;
    top: 71px;
    transform: translate(-50%, -0%);
    border-radius: 44px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

    .get-an-offer-modal#getAnOfferProductDetail {
        top: 21px;
    }

.get-an-offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .get-an-offer-top .get-an-offer-title {
        width: 42%;
        height: 82px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #009e4d;
        border-radius: 0px 0px 31px 31px;
        font-size: 31.24px;
        color: #fff;
        font-family: "Montserrat-M", sans-serif;
        text-align: center;
        display: flex;
    }

    .get-an-offer-top .get-an-offer-close-button {
        margin-right: 27px;
        width: 28px;
        height: 28px;
        background-color: #ededed;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .get-an-offer-top .get-an-offer-close-button i {
            font-size: 14px;
            color: #6d6b6b;
        }

        .get-an-offer-top .get-an-offer-close-button:hover i {
            color: black;
        }

        .get-an-offer-top .get-an-offer-close-button i::before {
            content: "\f00d"
        }

.get-an-offer-content {
    margin: 56px auto 0;
    width: 739px;
    gap: 29px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

    .get-an-offer-content .form-items {
        gap: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

.input-div {
    position: relative;
    width: 100%;
}

.get-an-offer-content .form-items .form-input {
    position: relative;
    width: 100%;
    display: flex;
}

.get-an-offer-content .form-items .form-name {
    background-color: #cad0db;
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 31px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 6.01px;
    color: #5e6477;
}

.get-an-offer-content .form-items input {
    width: 100%;
    height: 55px;
    padding: 0 29px;
    border: none;
    outline: none;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    color: #00000094;
    border: 1px solid #f4f7fc;
    box-sizing: border-box;
}

    .get-an-offer-content .form-items input:focus {
        border: 1px solid #009e4d;
    }

    .get-an-offer-content .form-items input::placeholder {
        color: #00000094;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
    }

.get-an-offer-content .form-items textarea {
    width: 100%;
    padding: 20px 29px;
    border: none;
    outline: none;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    color: #00000094 !important;
    resize: none;
    border: 1px solid #f4f7fc;
    box-sizing: border-box;
}

    .get-an-offer-content .form-items textarea:focus {
        border: 1px solid #009e4d;
    }

    .get-an-offer-content .form-items textarea::placeholder {
        color: #00000094;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
    }

.get-an-offer-bottom {
    margin: 32px auto 0;
    width: 739px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 32px;
}

.get-an-offer-kvkk {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: start;
    position: relative;
}

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
        height: 24px;
    }

        .get-an-offer-kvkk .kvkk_button input {
            width: 18px;
            height: 18px;
            border: 1px solid #009e4d;
            background-color: white;
            appearance: none;
            -webkit-appearance: none;
            border-radius: 0;
            transition: .3s ease-in-out all;
            cursor: pointer
        }

            .get-an-offer-kvkk .kvkk_button input:checked {
                background-color: #009e4d;
                box-shadow: inset 0 0 0 2px white;
            }

    .get-an-offer-kvkk .kvkk_title {
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
    }

        .get-an-offer-kvkk .kvkk_title .kvkk-text {
            text-decoration: none;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        .get-an-offer-kvkk .kvkk_title .kvkk-pointer {
            font-family: "Montserrat-b", Helvetica, sans-serif;
            color: #009e4d;
            cursor: pointer;
        }

.get-an-offer-bottom-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}



.get-an-offer-bottom .error {
    text-align: center;
    font-family: "Montserrat-M", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: red;
    width: 100%;
}

.get-an-offer-bottom-first .form-scs {
    color: #009e4d;
}

.get-an-offer-bottom-first.success {
    color: green;
}

.get-an-offer-bottom-first.loading {
    color: #242847;
    animation: pulse ease-in-out 4s infinite;
}

.get-an-offer-modal label.error {
    position: absolute;
    right: 15px;
    top: 15px;
    color: red;
    font-size: 17px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    20% {
        opacity: 0.3;
    }

    30% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}


.get-an-offer-bottom-last {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .get-an-offer-bottom-last .get-an-offer-send-button {
        width: 301px;
        height: 74px;
        background-color: #009e4d;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-family: "Montserrat-M", sans-serif;
        font-size: 18px;
        color: white;
        border-radius: 5px;
        border: 2px solid #009e4d;
        transition: .3s ease-in-out all;
        cursor: pointer;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button:hover {
            background-color: white;
            color: #009e4d;
        }
/*#endregion*/

/*#region Offer Received*/
.overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 5;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0);
    transition: opacity .3s ease, visibility .3s ease;
    --sb-track-color: #e5eaf2;
    --sb-thumb-color: #009e4d;
    --sb-size: 10px;
    --sarch-product-gap: 110px;
    max-height: 100vh;
    overflow-y: auto !important;
}

    .overlay-popup#popupOverlayGetAnOfferProductDetail {
        top: 0;
        --sb-track-color: #e5eaf2;
        --sb-thumb-color: #767e96;
        --sb-size: 10px;
        --sarch-product-gap: 110px;
    }

    .overlay-popup::-webkit-scrollbar {
        /*width: calc(22px + var(--sb-size));*/
        width: var(--sb-size);
        background: transparent;
    }


    .overlay-popup::-webkit-scrollbar-track {
        background: var(--sb-track-color);
        border-radius: 3px;
    }

    .overlay-popup::-webkit-scrollbar-thumb {
        background: var(--sb-thumb-color);
        border-radius: 3px;
        border-left-width: 22px; /* Sol tarafa 22px şeffaf border ekle */
        border: 2px solid #e5eaf2;
        background-color: #009e4d; /* Başlık rengi */
        border-radius: 6px;
        margin-bottom: 50px;
    }

    .overlay-popup#popupOverlayKvkk {
        z-index: 5;
        overflow: hidden;
    }

/*#region Get An Offer*/
.get-an-offer-modal {
    width: 926px;
    /*padding-left: 45px;*/
    padding-bottom: 50px;
    position: fixed;
    background: #fff;
    z-index: 4;
    /*right: auto;
    left:auto;*/
    left: 50%;
    right: 50%;
    top: 71px;
    transform: translate(-50%, -0%);
    border-radius: 44px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

    .get-an-offer-modal#getAnOfferProductDetail {
        top: 21px;
    }

.get-an-offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .get-an-offer-top .get-an-offer-title {
        width: 42%;
        height: 82px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #009e4d;
        border-radius: 0px 0px 31px 31px;
        font-size: 31.24px;
        color: #fff;
        font-family: "Montserrat-M", sans-serif;
        text-align: center;
        display: flex;
    }

    .get-an-offer-top .get-an-offer-close-button {
        margin-right: 27px;
        width: 28px;
        height: 28px;
        background-color: #ededed;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .get-an-offer-top .get-an-offer-close-button i {
            font-size: 14px;
            color: #6d6b6b;
        }

        .get-an-offer-top .get-an-offer-close-button:hover i {
            color: black;
        }

        .get-an-offer-top .get-an-offer-close-button i::before {
            content: "\f00d"
        }

.get-an-offer-content {
    margin: 56px auto 0;
    width: 739px;
    gap: 29px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

    .get-an-offer-content .form-items {
        gap: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

.input-div {
    position: relative;
    width: 100%;
}

.get-an-offer-content .form-items .form-input {
    position: relative;
    width: 100%;
    display: flex;
}

.get-an-offer-content .form-items .form-name {
    background-color: #cad0db;
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 31px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 6.01px;
    color: #5e6477;
}

.get-an-offer-content .form-items input {
    width: 100%;
    height: 55px;
    padding: 0 29px;
    border: none;
    outline: none;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    color: #00000094;
    border: 1px solid #f4f7fc;
    box-sizing: border-box;
}

    .get-an-offer-content .form-items input:focus {
        border: 1px solid #009e4d;
    }

    .get-an-offer-content .form-items input::placeholder {
        color: #00000094;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
    }

.get-an-offer-content .form-items textarea {
    width: 100%;
    padding: 20px 29px;
    border: none;
    outline: none;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 14px;
    color: #00000094 !important;
    resize: none;
    border: 1px solid #f4f7fc;
    box-sizing: border-box;
}

    .get-an-offer-content .form-items textarea:focus {
        border: 1px solid #009e4d;
    }

    .get-an-offer-content .form-items textarea::placeholder {
        color: #00000094;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
    }

.get-an-offer-bottom {
    margin: 32px auto 0;
    width: 739px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 32px;
}

.get-an-offer-kvkk {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: start;
    position: relative;
}

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
        height: 24px;
    }

        .get-an-offer-kvkk .kvkk_button input {
            width: 18px;
            height: 18px;
            border: 1px solid #009e4d;
            background-color: white;
            appearance: none;
            -webkit-appearance: none;
            border-radius: 0;
            transition: .3s ease-in-out all;
            cursor: pointer
        }

            .get-an-offer-kvkk .kvkk_button input:checked {
                background-color: #009e4d;
                box-shadow: inset 0 0 0 2px white;
            }

    .get-an-offer-kvkk .kvkk_title {
        font-family: "Montserrat", Helvetica, sans-serif;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
    }

        .get-an-offer-kvkk .kvkk_title .kvkk-text {
            text-decoration: none;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        .get-an-offer-kvkk .kvkk_title .kvkk-pointer {
            font-family: "Montserrat-b", Helvetica, sans-serif;
            color: #009e4d;
            cursor: pointer;
        }

.get-an-offer-bottom-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}



.get-an-offer-bottom .error {
    text-align: center;
    font-family: "Montserrat-M", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: red;
    width: 100%;
}

.get-an-offer-bottom-first .form-scs {
    color: #009e4d;
}

.get-an-offer-bottom-first.success {
    color: green;
}

.get-an-offer-bottom-first.loading {
    color: #242847;
    animation: pulse ease-in-out 4s infinite;
}

.get-an-offer-modal label.error {
    position: absolute;
    right: 15px;
    top: 15px;
    color: red;
    font-size: 17px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    20% {
        opacity: 0.3;
    }

    30% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}


.get-an-offer-bottom-last {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .get-an-offer-bottom-last .get-an-offer-send-button {
        width: 301px;
        height: 74px;
        background-color: #009e4d;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-family: "Montserrat-M", sans-serif;
        font-size: 18px;
        color: white;
        border-radius: 5px;
        border: 2px solid #009e4d;
        transition: .3s ease-in-out all;
        cursor: pointer;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button:hover {
            background-color: white;
            color: #009e4d;
        }
/*#endregion*/
/*#region Offer Received*/
.offer-received {
    width: 546px;
    height: 390px;
    border-radius: 45px;
    background-color: var(--background);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    justify-content: start;
    gap: 29px;
    align-items: center;
    flex-direction: column;
    padding: 34px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.offer-received-icon {
    width: 110px;
    height: 110px;
}

    .offer-received-icon img {
        width: 100%;
        object-fit: fill;
    }

.offer-received-text {
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .offer-received-text .offer-received-text-first-text {
        font-family: "Roboto Black";
        font-size: 28px;
        line-height: 28px;
        color: var(--porcitblue);
        text-align: center;
        margin-bottom: 8px;
    }

    .offer-received-text .offer-received-text-second-text {
        font-family: "Roboto";
        font-size: 14px;
        line-height: 14px;
        color: var(--porcitblue);
        text-align: center;
        margin-bottom: 23px;
    }

    .offer-received-text .offer-received-text-last-text {
        font-family: "Roboto Bold";
        font-size: 16px;
        line-height: 16px;
        color: var(--porcitblue);
        text-align: center;
    }

.offer-received-send {
    width: 168px;
    height: 48px;
    background-color: var(--porcitorange);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 16px;
    color: white;
    border-radius: 24px;
    cursor: pointer;
}
/*#endregion*/

.fade-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.visibility-hidden {
    visibility: hidden;
}


/* iletişim kvkk*/
.detail .get-an-offer-kvkk .kvkk_button {
    margin-right: 6px;
}

.detail .get-an-offer-kvkk .kvkk_title {
    font-size: 12px;
}

.detail .get-an-offer-kvkk .kvkk_button input {
    width: 16px;
    height: 16px;
}

/*#endregion*/

.fade-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.visibility-hidden {
    visibility: hidden;
}


/* iletişim kvkk*/
.detail .get-an-offer-kvkk .kvkk_button {
    margin-right: 6px;
}

.detail .get-an-offer-kvkk .kvkk_title {
    font-size: 12px;
}

.detail .get-an-offer-kvkk .kvkk_button input {
    width: 16px;
    height: 16px;
}

 #endregion




@keyframes up {
    50% {
        transform: translateY(25%);
    }

    100% {
        transform: translateY(50%);
    }
}

@media only screen and (max-width:1000) {
    body {
        font-size: 14px;
    }
}

@media only screen and (min-width:1000px) and (max-width:1681px) {

    .product_detail_block {
        width: 95%;
    }

    .product_detail_list .dtitle {
        width: 23%;
    }

    .product_detail_list .ddetail {
        width: 207px;
    }

    .toTop {
        display: none;
    }
}





/*kupon kodu varsa*/
.modal.couponCode {
    width: 30% !important;
    top: 30% !important;
    left: 50%
}

.modal-header.couponCode {
    height: 60px
}

.modal-body.couponCode {
    width: 100%;
    box-sizing: border-box !important;
}

.modal-couponCode {
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background-color: #f6f6f6;
    border: 2px solid transparent;
    transition: ease-in all .3s;
}

.modol-discount {
    color: #1a1a18;
    font-size: 17px;
    font-weight: 600;
}

.discounts-text {
    color: #717171;
    margin-bottom: 20px
}

.modal-couponCode .copy-code {
    float: left;
}

    .modal-couponCode .copy-code i {
        color: #747373;
        font-size: 26px;
    }

        .modal-couponCode .copy-code i:hover {
            color: #009e4d;
            cursor: pointer;
        }

.modal-coupon {
    min-width: 115px;
    border: 2px dashed #ebebeb;
    font-size: 20px;
    color: #009e4d;
    text-align: center;
    padding: 10px 15px;
}

.couponCode .modal-header {
    width: 100% !important;
    box-sizing: border-box !important;
}

.couponCode .title {
    color: #009e4d;
}

.disabledArrow {
    opacity: 0 !important;
    cursor: default !important;
}






.videoSlider {
    width: 88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .videoSlider .videoContainer {
        width: 95%;
        margin: 0 auto;
    }

        .videoSlider .videoContainer a {
            position: relative;
            width: 100%;
            display: block;
            height: 115px;
        }

            .videoSlider .videoContainer a:before {
                content: '';
                left: 0;
                top: 0;
                position: absolute;
                background-color: rgba(0 0 0 / .0);
                width: 100%;
                height: 100%;
                transition: all ease .3s;
            }

            .videoSlider .videoContainer a:hover:before {
                background-color: rgba(0 0 0 / .5);
            }

            .videoSlider .videoContainer a:hover > i {
                font-size: 30px;
            }

            .videoSlider .videoContainer a > i {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                color: #fff;
                font-size: 20px;
                transition: all ease .3s;
            }

            .videoSlider .videoContainer a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .videoSlider .videoContainer .videoTitle {
            /*  white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;*/

            font-size: 14px;
            word-break: break-all;
            margin-top: 10px;
        }

    .videoSlider .slick-prev {
        left: -25px;
    }

        .videoSlider .slick-prev:before {
            content: '\f053';
            color: #b2b2b2;
            font-family: 'Fontawesome';
            font-size: 16px;
        }

    .videoSlider .slick-next {
        right: -27px;
    }

        .videoSlider .slick-next:before {
            content: '\f054';
            color: #b2b2b2;
            font-family: 'Fontawesome';
            font-size: 16px;
        }


    .videoSlider .slick-next,
    .videoSlider .slick-prev {
        top: 38%;
    }

/*mako*/

/*ufuk*/
.btn-whatsapp {
    width: 60px;
    height: 60px;
    background-color: #009e4d;
    position: fixed;
    bottom: 4%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    animation: pulse-whatsapp 2s infinite;
}
    .btn-whatsapp .whatsapp-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        background-image: url(/images/whatsappIco.svg);
        background-repeat: no-repeat;
        filter: invert(1);
        animation: whatsapp-vibrate 0.5s linear;
        animation-iteration-count: 1; /* 1 kez çalışacak */
        animation-delay: 5s; /* 5 saniye bekle */
        animation-fill-mode: forwards; /* son pozisyonda kalır */
    }
@keyframes whatsapp-vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 0); }
    40% { transform: translate(2px, 0); }
    60% { transform: translate(-2px, 0); }
    80% { transform: translate(2px, 0); }
    100% { transform: translate(0); }
}
@keyframes pulse-whatsapp {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,158,77,0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(0,158,77,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,158,77,0);
    }
}

.form-scs{
    color:#009e4d !important;
}
.form-scs a{
    color: #009c4d;
    font-weight: bolder;
    text-decoration: underline;
}
.bg-green{
    background-color:#009e4d;
    color:#fff !important;
}

/*ufuk*/
/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 37%;
    }

    .videoSlider {
        width: 96%;
    }

    .product_list_block.top.default {
        width: 100%;
        gap: 24px;
    }

    .bannerBottomBanner {
        width: 99%;
    }

    .secondBannerArea {
        /* width: 99%; */
        height: 428px;
    }

    .thirdBannerArea {
        height: 428px;
    }

        .secondBannerArea .slides li,
        .thirdBannerArea .slides li {
            height: 428px;
        }

    .midBannerArea img {
        height: 201px;
    }

    .brandsImage {
        width: 242px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .blogContainer {
        gap: 41px;
    }

    .blogContent {
        height: 83px;
        margin-bottom: 18px;
    }

    ul#css3menu .left-block > div > ul {
        max-width: 22%;
        margin-right: 25px;
    }

    .modal.couponCode {
        width: 40% !important;
        left: 45% !important;
    }

    .promotion {
        width: 21% !important;
    }

    .banner {
        height: 470px;
    }

    .flexslider .slides > li {
        height: 470px !important;
    }

    .category-slide {
        height: 331px !important;
    }
        .category-slide .flexslider .slides > li {
            height: 331px !important;
        }

    .product_detail_color {
        width: 50%;
    }

    .card_block {
        width: 300px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
        max-width: 75%;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 83%;
    }

    #siparisdetaylari .box_left.right {
        width: 67%;
    }

    .basket_total_block.small {
        width: 330px;
    }

    .left_block {
        margin-top: 2.3%;
    }

    .product_list_block.top .product_list:nth-child(6n) { /* margin-right:30px; */
    }

    .product_list_block.top .product_list:nth-child(5n) { /* margin-right:0; */
    }

    .product_list_block.top .product_list {
        /*width: 226px;*/
        /*margin-right: 17px;*/
    }

    .midBanner {
        width: 98%;
    }

    .right_block {
        width: 82%;
    }

    .box_left.bigger.notBigger {
        width: 97.3%;
    }

    .taksit_bilgi {
        margin-right: 20px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        width: 96.6%;
    }

    .product_list_block:not(.top) .product_list:nth-child(5n) {
        margin-right: 30px;
    }

    .product_list_block:not(.top) .product_list:nth-child(4n) { /* margin-right:0; */
    }

    .product_list {
        width: 267px;
    }

    .pTabGenel .pTabContent { /* width:1480px !important; */
    }

    .box_left.tam {
        width: 59.6%;
    }

    .cart.account_cart th:first-child {
        width: 13.7%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.2%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 40.4%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 7.75%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    #pencere .adres_block .phone {
        width: 53.5%;
    }

    .cart_update input {
        width: 47px;
    }

    #pencere .box_textbox.middle {
        width: 85%;
    }

    .cmf-skinned-select {
        width: 85% !important;
    }

    .basket_total_block.small .left {
        width: 121px;
    }

    .basket_total_block.small .right {
        width: 127px;
    }

    .kargo_table tr {
        width: 18% !important
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.25%;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 91% !important;
    }

    .cart.follow th:nth-child(3) {
        width: 8%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.4%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.75%;
    }

    #ContentPlaceHolder1_pnlMisafir .box_textbox.middle {
        width: 85%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 53.2%;
    }

    .product_detail_right {
        width: 54%;
    }

    .product_detail_left {
        width: 41%;
    }

                 /*ufuk*/
    .small_th{width:55%;}
    .offer-container{width:16%;}
    .offer-btn .offer-gift{width:43px; height:29px;}
}
/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
    .videoSlider {
        width: 96%;
    }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 37%;
        }

    .product_list_block.top.default {
        width: 100%;
        gap: 24px;
    }

    .bannerBottomBanner {
        width: 99%;
    }

    .secondBannerArea, .thirdBannerArea {
        /* width: 99%; */
    }


    .midBannerArea img {
        height: 193px;
    }

    .midBanner {
        width: 99%;
    }

    .brandsImage {
        width: 220px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .imageBox {
        height: 333px;
    }

    .blogContainer > a {
        width: 30.5%;
    }

    .blogContainer {
        gap: 47px;
    }

    .blogContent {
        height: 83px;
        margin-bottom: 18px;
    }

    .blogTitle {
        font-size: 16px;
    }

    .modal.couponCode {
        width: 37% !important;
        left: 48% !important;
    }

    .promotion {
        width: 22% !important;
    }

    .banner {
        height: 420px;
    }

    .flexslider .slides > li {
        height: 420px !important;
    }

    .category-slide {
        height: 307px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 307px !important;
        }

    .product_detail_color {
        width: 50%;
    }

    .product_detail_right {
        width: 54%;
    }

    .product_detail_left {
        width: 41%;
    }

    .left_block {
        margin-top: 2.5%;
    }

    .product_list_block.top .product_list:nth-child(6n) { /* margin-right:30px; */
    }

    .product_list_block.top .product_list:nth-child(5n) { /* margin-right:0; */
    }

    .product_list_block.top .product_list {
        width: 252px;
    }

    .right_block {
        width: 80%;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        width: 96.4%;
    }

    .product_list_block:not(.top) .product_list:nth-child(5n) { /* margin-right:30px; */
    }

    .products .product_list {
        margin-right: 20px;
    }

    .product_list {
        width: 260px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 97% !important;
    }

    ul#css3menu .left-block > div > ul {
        max-width: 24%;
        margin-right: 25px;
    }

    .box_left.bigger.notBigger {
        width: 97.2%;
    }

    .taksit_bilgi {
        margin-right: 15px;
        width: 575px;
    }

    .box_left.tam {
        width: 62.6%;
    }

    .cart.account_cart th:first-child {
        width: 13.7%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.2%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 40.4%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 7.75%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    #pencere .adres_block .phone {
        width: 55.7%;
    }

    .cart_update input {
        width: 38px;
    }

    #pencere .box_textbox.middle {
        width: 87%;
    }

    .cmf-skinned-select {
        width: 87% !important;
    }

    .basket_total_block.small .left {
        width: 106px;
    }

    .basket_total_block.small .right {
        width: 115px;
    }

    .kargo_table tr {
        width: 18% !important
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.22%;
    }

    .cart.follow th:nth-child(3) {
        width: 8.1%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.34%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.75%;
    }

    #ContentPlaceHolder1_pnlMisafir .box_textbox.middle {
        width: 85%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 53.2%;
    }

    #siparisdetaylari .box_left.right {
        width: 67%;
    }

    .basket_total_block.small {
        width: 306px;
    }

    .card_block {
        width: 300px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
        max-width: 75%;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 84%;
    }

             /*ufuk*/
    .small_th{width:55%;}
    .offer-container{width:16%;}
    .offer-btn .offer-gift{width:43px; height:29px;}
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 36%;
    }

    .videoSlider {
        width: 96%;
    }

    .product_list_block.top.default {
        width: 100%;
        gap: 29px;
    }

    .bannerBottomBanner {
        width: 99%;
    }

    .secondBannerArea {
    }

    .brandsImage {
        width: 220px;
    }

    .midBannerArea img {
        height: 185px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .blogContainer > a {
        width: 30.5%;
    }

    .imageBox {
        height: 300px;
    }

    .search_textbox, .search_btn {
        margin-top: 3px;
    }

    .blogContainer {
        gap: 47px;
    }

    .blogTitle {
        font-size: 16px;
    }

    .blogContent {
        height: 83px;
        margin-bottom: 18px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
    }

    .taksit_bilgi {
        width: 390px !important;
    }

    .banner {
        height: 350px;
    }

    .flexslider .slides > li {
        height: 350px !important;
    }
    .category-slide {
        height: 284px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 284px !important;
        }

    .product_detail_color {
        width: 50%;
    }

    .left_block {
        margin-top: 1%
    }

    .product_list_block.top .product_list:nth-child(6n) {
        margin-right: 16px;
    }

    .product_list_block.top .product_list:nth-child(5n) {
        /* margin-right: 0; */
    }

    .product_list_block.top .product_list {
        width: 238px;
    }

    .right_block {
        width: 79%;
    }

    .product_list_block:not(.top) .product_list:nth-child(5n) {
        margin-right: 30px;
    }

    .product_list_block:not(.top) .product_list:nth-child(4n) {
        margin-right: 0
    }

    .product_list {
        width: 214px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 100% !important
    }

    .box_left.tam {
        width: 77.5%;
    }

    .pTabGenel .pTabContent { /* width: 1240px !important; */
    }

    .product_detail_right {
        width: 58%;
    }

    .product_detail_left {
        width: 40%;
    }

    ul#css3menu a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .cbp-hrmenu .cbp-hrsub {
        top: 46px !important;
    }

    .cart.account_cart th:first-child {
        width: 14%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.5%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8.8%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 38.1%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 8.6%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    .cart_update input {
        width: 35px;
        margin-right: 0px;
    }

    #pencere .adres_block .phone {
        width: 55.7%;
    }

    .cart_update input {
        width: 38px;
        margin-left: 15px;
    }

    #pencere .box_textbox.middle {
        width: 87%;
    }

    .cmf-skinned-select {
        width: 87% !important;
    }

    .basket_total_block.small .left {
        width: 128px;
    }

    .basket_total_block.small .right {
        width: 124px;
    }

    .kargo_table tr {
        width: 18% !important
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.25%;
    }

    .cart.follow th:nth-child(3) {
        width: 8%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.4%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.75%;
    }

    #ContentPlaceHolder1_pnlMisafir .box_textbox.middle {
        width: 85%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 53.2%;
    }

    #siparisdetaylari .box_left.right {
        width: 60.6%;
    }

    .card_block {
        width: 330px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 84%;
    }

         /*ufuk*/
    .small_th{width:55%;}
    .offer-container{width:16%;}
    .offer-btn .offer-gift{width:37px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 36%;
    }

    .videoSlider {
        width: 96%;
    }

        .videoSlider .slick-prev:before,
        .videoSlider .slick-next:before {
            font-size: 14px;
        }

    .product_list_block.top.default {
        width: 100%;
        gap: 12px;
    }

    .secondBannerArea .flex-direction-nav a, .thirdBannerArea .flex-direction-nav a {
        top: 56%;
    }

    .bannerBottomBanner {
        width: 94.5%;
    }

    .secondBannerArea {
        /* width: 95%; */
        height: 345px;
    }

    .thirdBannerArea {
        width: 39.4%;
        height: 345px;
    }

        .secondBannerArea .slides li, .thirdBannerArea .slides li {
            height: 346px;
        }

    .blogBottomNavContainer {
        width: 24%;
        margin-left: 20px;
    }

    .midBannerArea img {
        height: 165px;
    }

    .midBanner {
        margin-bottom: 5px;
        width: 94.5%;
    }

    .blogImage.details {
        height: 100px;
    }

    .blogImage {
        height: 151px;
    }

    .blogBottomNavContainer .title {
        font-size: 14px;
    }

    .nextBlog .button, .prevBlog .button {
        font-size: 12px;
        gap: 5px;
    }

    .imageBox {
        height: 340px;
    }

        .imageBox.detailsNullImage img {
            object-fit: contain;
        }

    .button i {
        font-size: 10px;
        margin-top: 4px;
    }

    .product-comment-title ul {
        width: 39% !important;
    }

    .brandsImage {
        width: 197px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .blogContainer {
        gap: 30px;
    }

    .blogTitle {
        font-size: 16px;
    }

    .blogContent {
        font-size: 14px;
        height: 71px;
        margin-bottom: 20px;
    }

    .blogContainer > a {
        max-height: 350px;
        min-height: 350px;
    }

    .search_textbox, .search_btn {
        margin-top: 3px;
    }

    .modal.couponCode {
        width: 37% !important;
        left: 50% !important;
    }

    .promotion {
        width: 23% !important;
    }

    .campaing_list_block {
        width: 60% !important;
    }


    .cbp-hrmenu .cbp-hrsub-inner {
        padding: 25px 15px !important;
    }

    .product_detail_color {
        width: 50%;
    }

    .banner {
        height: 370px;
    }

    .flexslider .slides > li {
        height: 375px !important;
    }
    .category-slide {
        height: 273px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 273px !important;
        }

    .left_block {
        margin-top: 2.7%;
    }

    ul#css3menu .left-block > div > ul > li > a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    ul#css3menu ul a {
        font-size: 13px;
    }

    .product_list_block.top .product_list:nth-child(6n) { /* margin-right: 16px; */
    }

    .product_list_block.top .product_list:nth-child(5n) { /* margin-right:0; */
    }

    .product_list_block.top .product_list {
        width: 222px;
    }

    .right_block {
        width: 79%;
    }

    .myBasket .cart_update {
        width: 120px;
    }

    .myBasket .product_cart .cart_prod_img {
        width: 140px;
    }

    .cart th:first-child {
        width: 71.9%;
    }

    .cart th:nth-child(2) {
        width: 12.2%;
    }

    .product_list_block:not(.top) .product_list:nth-child(5n) { /* margin-right:30px; */
    }

    .products .product_list {
        width: 227px;
        margin-right: 13px;
    }

    .product_list {
        width: 214px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 97% !important;
    }

    .box_left.tam {
        width: 77.5%;
    }

    .pTabGenel .pTabContent { /* width: 1240px !important; */
    }

    .product_detail_right {
        width: 53%;
    }

    .product_detail_left {
        width: 40%;
    }

    ul#css3menu a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .cbp-hrmenu .cbp-hrsub {
        top: 46px !important;
    }

    .cart.account_cart th:first-child {
        width: 13.7%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.2%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 40.4%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 7.75%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    .cart_update input {
        width: 35px;
        margin-right: 0px;
    }

    #pencere .adres_block .phone {
        width: 55.7%;
    }

    .cart_update input {
        width: 38px;
    }

    #pencere .box_textbox.middle {
        width: 87%;
    }

    .cmf-skinned-select {
        width: 87% !important;
    }

    .basket_total_block.small .left {
        width: 126px;
    }

    .basket_total_block.small .right {
        width: 100px;
    }

    .basket_total_block.small {
        width: 309px;
    }

    .kargo_table tr {
        width: 18% !important
    }

    .box_left.bigger.notBigger {
        width: 96.9%;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.25%;
    }

    .cart.follow th:nth-child(3) {
        width: 8%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.4%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.75%;
    }

    #ContentPlaceHolder1_pnlMisafir .box_textbox.middle {
        width: 85%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 53.2%;
    }

    #siparisdetaylari .box_left.right {
        width: 65.9%;
    }

    .card_block {
        width: 330px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 87%;
    }

     /*ufuk*/
    .small_th{width:53%;}
    .offer-container{width:18%;}
    .offer-btn .offer-gift{width:37px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
}
/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .videoSlider {
        width: 96%;
    }

        .videoSlider .videoContainer a {
            height: 90px;
        }

        .videoSlider .slick-prev:before,
        .videoSlider .slick-next:before {
            font-size: 14px;
        }

        .videoSlider .slick-next,
        .videoSlider .slick-prev {
            top: 34%;
        }


    .midBannerArea img {
        height: 163px;
    }

    .secondBannerArea .flex-direction-nav a, .thirdBannerArea .flex-direction-nav a {
        top: 52%;
    }

    .bannerBottomBanner {
        width: 99%;
    }

    .secondBannerArea {
        /* width: 59%; */
        height: 343px
    }

    .thirdBannerArea {
        height: 343px;
        width: 39.4%;
    }

        .secondBannerArea .slides li, .thirdBannerArea .slides li {
            height: 344px;
        }

    .product_list_block.top.default {
        width: 100%;
        gap: 11px;
    }

    .blogBottomNavContainer {
        width: 20%;
        margin-left: 20px;
    }

    .blogImage.details {
        height: 90px;
    }

    .blogBottomNavContainer .title {
        font-size: 14px;
    }

    .nextBlog .button, .prevBlog .button {
        font-size: 12px;
        gap: 5px;
    }

    .imageBox {
        height: 340px;
    }

        .imageBox.detailsNullImage img {
            object-fit: contain;
        }

    .button i {
        font-size: 10px;
        margin-top: 4px;
    }

    .product-comment-title ul {
        width: 39% !important;
    }

    .brandsImage {
        width: 187px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .midBanner {
        height: 140px;
        width: 99%;
    }

    .blogContainer {
        gap: 30px;
    }

    .blogImage {
        height: 139px;
    }

    .blogContainer > a {
        max-height: 340px;
        min-height: 340px;
    }

    .blogTitle {
        font-size: 16px;
    }

    .blogContent {
        font-size: 14px;
        height: 69px;
        margin-bottom: 20px;
    }

    ul#css3menu .left-block > div > ul {
        max-width: 24%;
    }

    .search_btn {
        height: 34px;
        background-position: 0% 10%;
        background-size: 100%;
    }

    .search_textbox {
        height: 13px;
    }

    .modal.couponCode {
        width: 40% !important;
        left: 50% !important;
    }

    .promotion {
        width: 24% !important;
    }

    .kampanya_table td {
        padding: 20px 25px !important;
    }

    .campaing_list_block {
        width: 60% !important;
    }

    .banner {
        height: 350px;
    }

    .flexslider .slides > li {
        height: 353px !important;
    }

    .category-slide {
        height: 252px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 252px !important;
        }

    .product_detail_color {
        width: 50%;
    }

    .products .product_list .pname {
        font-size: 14px;
    }

    .left_block {
        margin-top: 2.9%;
    }

    .product_list_block.top .product_list:nth-child(6n) { /* margin-right: 16px; */
    }

    .product_list_block.top .product_list:nth-child(5n) { /* margin-right:0; */
    }

    .product_list_block.top .product_list {
        width: 220px;
    }

    .right_block {
        width: 77%;
    }

    .box_left.bigger.notBigger {
        width: 96.7%;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
    }


    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        width: 95.6%;
    }
    .product_list_block:not(.top) .product_list:nth-child(5n) { /* margin-right:30px; */
    }

    .product_list_block:not(.top) .product_list:nth-child(4n) { /* margin-right:0; */
    }

    .product_list {
        width: 190px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 100% !important;
    }

    .box_left.tam {
        width: 74%;
    }

    .pTabGenel .pTabContent { /* width: 1240px !important; */
    }

    .product_detail_right {
        width: 50%;
    }

    .product_detail_left {
        width: 40%;
    }

    ul#css3menu a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .cbp-hrmenu .cbp-hrsub {
        top: 46px !important;
    }

    .cart.account_cart th:first-child {
        width: 13.68%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.2%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 40.45%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 7.75%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    .cart_update input {
        width: 35px;
        margin-right: 0px;
    }

    #pencere .adres_block .phone {
        width: 55.7%;
    }

    .cart_update input {
        width: 33px;
        margin-left: 7px;
    }

    #pencere .box_textbox.middle {
        width: 87%;
    }

    .cmf-skinned-select {
        width: 87% !important;
    }

    .basket_total_block.small .left {
        width: 108px;
    }

    .basket_total_block.small .right {
        width: 92px;
    }

    .kargo_table tr {
        width: 21% !important
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.22%;
    }

    .cart.follow th:nth-child(3) {
        width: 8%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.4%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.77%;
    }

    #ContentPlaceHolder1_pnlMisafir .box_textbox.middle {
        width: 85%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 52.2%;
    }

    #siparisdetaylari .box_left.right {
        width: 65.9%;
    }

    .card_block {
        width: 320px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 84%;
    }

    .kartalan {
        width: 15%;
    }

    .basket_total_block.small {
        width: 281px;
    }

        /*ufuk*/
    .small_th{width:53%;}
    .offer-container{width:18%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .videoSlider {
        width: 96%;
        margin-top: 12%;
    }

        .videoSlider .videoContainer a {
            height: 90px;
        }

        .videoSlider .slick-prev:before,
        .videoSlider .slick-next:before {
            font-size: 14px;
        }

        .videoSlider .slick-next,
        .videoSlider .slick-prev {
            top: 34%;
        }


    .product_list_block.top.default {
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }

    .secondBannerArea .flex-direction-nav a, .thirdBannerArea .flex-direction-nav a {
        top: 54%;
    }

    .bannerBottomBanner {
        width: 100%;
        margin: 0;
    }

    .secondBannerArea {
        width: 59.3%;
        height: 323px;
    }

    .thirdBannerArea {
        height: 323px;
    }

        .secondBannerArea .slides li, .thirdBannerArea .slides li {
            height: 324px;
        }

    .midBannerArea img {
        height: 154px;
    }

    .blogBottomNavContainer {
        width: 20%;
        margin-left: 20px;
    }

    .blogImage.details {
        height: 90px;
    }

    .blogBottomNavContainer .title {
        font-size: 14px;
    }

    .nextBlog .button, .prevBlog .button {
        font-size: 12px;
        gap: 5px;
    }

    .imageBox {
        height: 340px;
    }

        .imageBox.detailsNullImage img {
            object-fit: contain;
        }

    .button i {
        font-size: 10px;
        margin-top: 4px;
    }

    .product-comment-title ul {
        width: 39% !important;
    }

    .brandsImage {
        width: 167px;
    }

    .brandsContainer a {
        width: 18.8%;
    }

    .brandsContainer {
        gap: 38px 1.5%;
    }

    .midBanner {
        height: 130px;
        width: 100%;
    }

    .blogContainer {
        gap: 25px;
    }

    .blogTitle {
        font-size: 14px;
        margin: 15px 0;
    }

    .blogContent {
        font-size: 14px;
        height: 66px;
        margin-bottom: 10px;
    }

    .blogContainer > a {
        max-height: 320px;
        min-height: 320px;
    }

    .blogImage {
        height: 129px;
    }

    ul#css3menu .left-block > div > ul {
        max-width: 18%;
        margin-right: 25px;
    }

    .search_btn {
        height: 34px;
        background-position: 0% 10%;
        background-size: 100%;
    }

    .search_textbox {
        height: 13px;
    }

    .modal.couponCode {
        width: 45% !important;
        left: 50% !important;
    }

    .promotion {
        width: 25% !important;
    }

    .kampanya_table td {
        padding: 20px 25px !important;
    }

    .campaing_list_block {
        width: 60% !important;
    }


    .banner {
        height: 330px;
    }

    .flexslider .slides > li {
        height: 330px !important;
    }

    .category-slide {
        height: 233px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 233px !important;
        }

    .kartalan {
        width: 14%;
    }

    .card_block {
        width: 615px;
    }

    .kargo_table tr {
        width: 22% !important;
    }

    #siparisdetaylari .box_left.right {
        width: 60%;
    }

    .basket_total_block.small .right {
        width: 140px;
    }

    .basket_total_block.small .left {
        width: 110px;
    }

    #siparisdetaylari .box_left.middle {
        width: 30%;
    }

    .myBasket .cart_update {
        width: 120px;
    }

    .myBasket .product_cart .cart_prod_img {
        width: 140px;
    }

    .cart th:first-child {
        width: 70.45%;
    }

    .cart th:nth-child(2) {
        width: 13.59%;
    }

    .left_block {
        margin-top: 3%;
    }

    .product_list_block.top .product_list:nth-child(6n) { /* margin-right: 16px; */
    }

    .product_list_block.top .product_list:nth-child(5n) { /* margin-right:0; */
    }

    .product_list_block.top .product_list {
        width: 199px;
    }

    .right_block {
        width: 76%;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        width: 95.3%;
    }

    .product_big_img {
        height: 245px;
    }

        .product_big_img img {
            max-width: 300px;
            max-height: 245px;
        }

    .product_list_block:not(.top) .product_list:nth-child(5n) { /* margin-right:30px; */
    }

    .products .product_list, .arama .product_list {
        width: 194px;
        margin-right: 13px;
    }

    .product_list {
        width: 253px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 85% !important
    }

    .box_left.tam {
        width: 79.3%;
    }

    .pTabGenel .pTabContent {
    }

    .product_detail_right {
        width: 56%;
    }

    .product_detail_left {
        width: 40%;
    }

    ul#css3menu a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .box_left.bigger.notBigger {
        width: 96.4%;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 35%;
    }

    .taksit_bilgi {
        width: 400px !important;
        margin-right: 20px;
    }

    .cbp-hrmenu .cbp-hrsub {
        top: 46px !important;
    }

    .cart.account_cart th:first-child {
        width: 13.67%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 14.2%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8.03%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 40.35%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 7.8%;
    }

    .cart.follow th:first-child {
        width: 13.65%;
    }

    .cart.follow th:nth-child(2) {
        width: 14.15%;
    }

    .cart.follow th:nth-child(3) {
        width: 8.1%;
    }

    .cart.follow th:nth-child(4) {
        width: 40.38%;
    }

    .cart.follow th:nth-child(5) {
        width: 7.77%;
    }

    .long_block .basket_table.account_table {
        width: 97% !important;
    }

    .cart_update input {
        width: 35px;
        margin-right: 0px;
    }

    /*ufuk*/
    .small_th{width:52%;}
    .offer-container{width:19%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
}
/*1024*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .videoSlider {
        width: 96%;
        margin-top: 12%;
    }

        .videoSlider .videoContainer a {
            height: 75px;
        }

        .videoSlider .slick-prev:before,
        .videoSlider .slick-next:before {
            font-size: 14px;
        }

        .videoSlider .slick-next,
        .videoSlider .slick-prev {
            top: 28%;
        }


    .product_list_block.top.default {
        width: 100%;
        gap: 19px;
        justify-content: flex-start;
    }

    .bannerBottomBanner {
        width: 98%;
        margin: 0;
    }

    .secondBannerArea {
        /* width: 100%; */
    }

    .product_list .price {
        font-size: 18px;
    }

    .blogBottomNavContainer {
        width: 20%;
        margin-left: 20px;
    }

    .blogImage {
        height: 90px;
    }

    .blogBottomNavContainer .title {
        font-size: 12px;
    }

    .nextBlog .button, .prevBlog .button {
        font-size: 12px;
        gap: 5px;
    }

    .imageBox {
        height: 280px;
    }

        .imageBox.detailsNullImage img {
            object-fit: contain;
        }

    .button i {
        font-size: 10px;
        margin-top: 4px;
    }

    .product-comment-title ul {
        width: 62% !important;
    }

    .comment-popup {
        left: 30% !important;
    }

    .brandsImage {
        width: 160px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .brandsContainer a {
        width: 22.5%;
    }

    .brandsContainer {
        gap: 38px 3%;
    }

    .blogContainer {
        gap: 20px;
    }

    .blogTitle {
        font-size: 11px;
        margin: 15px 0;
        height: 20px;
    }

    .blogContent {
        font-size: 11px;
        height: 56px;
        margin-bottom: 10px;
    }

    .blogContainer > a {
        max-height: 260px;
        min-height: 260px;
    }

    .blogImage.details {
        height: 63px;
    }

    .blogContinue {
        font-size: 11px;
        margin-top: 10px;
    }

    ul#css3menu .left-block > div > ul > li > a {
        font-size: 14px;
    }

    .search_btn {
        height: 34px;
        background-position: 0% 10%;
        background-size: 100%;
    }

    .search_textbox {
        height: 13px;
    }

    .product_detail_name {
        height: auto
    }

    ul#css3menu .left-block > div > ul {
        max-width: 19%;
        margin-right: 10px;
    }

    .modal.couponCode {
        width: 55% !important;
        left: 50% !important;
    }

    .promotion {
        width: 27% !important;
    }

    .sepet_left_blk {
        width: 60% !important;
    }

    .kampanya_table td {
        padding: 10px 15px !important;
    }

    .campaing_list_block {
        width: 75% !important;
    }

    .kartalan {
        width: 14%;
    }

    .card_block {
        width: 295px;
    }

    .kargo_table tr {
        width: 26% !important;
    }

    #siparisdetaylari .box_left.right {
        width: 63%;
    }

    .basket_total_block.small {
        width: 298px;
    }

    .box_left.right.height {
    }

    .basket_total_block.small .right {
        width: 116px;
    }

    .myBasket .cart_update {
        width: 120px;
    }

    .cart th:first-child {
        width: 66.45%;
    }

    .cart th:nth-child(2) {
        width: 17.59%;
    }

    .banner {
        height: 270px;
    }

    .flexslider .slides > li {
        height: 270px !important;
    }

    .category-slide {
        height: 174px !important;
    }

        .category-slide .flexslider .slides > li {
            height: 174px !important;
        }

    .brand_drop {
        width: 24%;
    }

    .myBasket .cart_update {
        width: 120px;
    }

    .myBasket .product_cart .cart_prod_img {
        width: 140px;
    }

    .box_left.notBigger {
        min-height: 0;
        height: auto;
        width: 95.5%;
    }

    .box_left.bigger {
        width: 95.6%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }


    #ContentPlaceHolder1_pnlKart .kart_bilgi {
        min-width: 50%;
    }

    .right_block {
        width: 71%;
    }

    .product_list {
        width: 197px;
        margin-right: 23px;
    }

    .product_big_img img {
        max-width: 285px;
        max-height: 255px;
    }

    .product_big_img {
        height: 255px;
    }

    .left_block {
        margin-top: 4%;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        width: 93.3%;
    }

    .products .product_list,
    .arama .product_list {
        margin-right: 12px;
        width: 195px;
    }

    .cbp-hrmenu .cbp-hrsub {
        width: 100% !important
    }

    .box_left.tam {
        width: 95.6%;
    }

    .product_detail_right {
        width: 45%;
    }

    .product_detail_left {
        width: 40%;
    }

    ul#css3menu a {
        font-size: 14px;
        padding: 10px 10px;
    }

    ul#css3menu ul a {
        padding-left: 0;
    }

    ul#css3menu ul > li {
        padding-right: 10px;
    }

    .cbp-hrmenu .cbp-hrsub {
        top: 46px !important;
    }

    /*   .pTabGenel ul.pTabListe li a {
        width: 219px !important;
    }*/

    .pTabGenel ul.pTabListe {
        /*width: 100% !important;*/
        width: 951px !important;
    }

    .cart.account_cart th:first-child {
        width: 13.4%;
    }

    .cart.account_cart th:nth-child(2) {
        width: 13.1%;
    }

    .cart.account_cart th:nth-child(3) {
        width: 8.7%;
    }

    .cart.account_cart th:nth-child(4) {
        width: 42.4%;
    }

    .cart.account_cart th:nth-child(5) {
        width: 6.5%;
    }

    .cart.follow th:first-child {
        width: 13.35%;
    }

    .cart.follow th:nth-child(2) {
        width: 13.15%;
    }

    .product_list_block.bigg.moreBig {
        width: 70%;
    }

    .cart.follow th:nth-child(3) {
        width: 8.7%;
    }

    .cart.follow th:nth-child(4) {
        width: 42.5%;
    }

    .cart.follow th:nth-child(5) {
        width: 6.45%;
    }

    .long_block .basket_table.account_table {
        width: 100% !important;
    }

    .cart_update input {
        width: 30px;
        margin-right: -5px;
    }

    .search_textbox {
        width: 220px;
    }

        /*ufuk*/
    .box_left.contact{width:34%; }
    .box_left{width:49%; }
    .g-recaptcha-ml{}
    .small_th{width:47%;}
    .offer-container{width:24%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
/*    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}*/
}

@media only screen and (min-width:320px) and (max-width:500px) {

    .promotion {
        width: 100% !important;
    }
}

@media only screen and (min-width:500px) and (max-width:999px) {
    .error_block {
        width: 100%;
    }

    .error_img {
        width: 100%;
        margin: 0;
    }

        .error_img img {
            width: 100%
        }

    .promotion {
        width: 50% !important;
    }
}

@media only screen and (max-width:1277px) {
    .midBannerArea {
        display: none;
    }

    .bannerBottomBanner {
        display: none;
    }
    .category-banner{ display:flex !important;}
    .secondBannerArea .slides li, .thirdBannerArea .slides li {
        height: 200px;
        !i;
        !;
        200px:;
    }

    .secondBannerArea .slides li, .thirdBannerArea .slides li {
        height: 100px;
    }

    .secondBannerArea .flex-direction-nav a, .thirdBannerArea .flex-direction-nav a {
        top: 70%;
    }
}

@media only screen and (max-width:1023px) {
    .videoSlider .videoContainer .videoTitle {
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_detail_name {
        height: auto;
    }

    .secondBannerArea {
        /* height: 130px; */
        /* width: 100%; */
    }

    .right_block.main_right.default {
        margin-top: 0;
    }

    .bannerBottomBanner {
        display: none;
    }

    .flex-direction-nav a:before {
        font-size: 25px !important;
    }

    .secondBannerArea .flex-direction-nav a:before, .thirdBannerArea .flex-direction-nav a:before {
        font-size: 15px !important;
        !i;
        !;
    }

    .menu_block {
        background: transparent;
    }

    .thumbelina {
        touch-action: pan-x;
        overflow: auto;
    }

    .comment-popup-left {
        display: none;
    }

    .btn-whatsapp {
        right: 0;
        left: 4%;
        width: 50px;
        height: 50px;
    }
    .btn-whatsapp .whatsapp-icon{
        width: 30px;
        height: 30px;
    }

    /*ufuk*/
    .category-slide {
        height: auto !important;
    }

    .category-slide .flexslider .slides > li {
        height: auto !important;
    }
}
/*mobiller*/
/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .bankalarlist {
        width: 260px;
    }
        .bankalarlist .alttitle {
            margin-right:17px;
        }
    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }


        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 80%;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

    .blogImage {
        height: 150px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 93%;
    }

    .comment-popup-button.clearfix {
        flex-direction: column;
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 70px;
    }


    .brandsContainer {
        flex-direction: column;
        gap: 20px 0;
    }

        .brandsContainer a {
            width: 97%;
        }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 69px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }


    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
    }

    h1.title {
        font-size: 16px;
    }


    .modal.couponCode {
        width: 96% !important;
        top: 10% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }

    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 96% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
    }

    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }

    .logo {
        width: 160px;
        margin-left: 60px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 121px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 23px;
        top: 14px;
    }

    .header_cart i {
        font-size: 38px;
    }

    .header_cart .basket_quantity {
        margin: 11px 0 0 -17px;
        font-size: 11px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 223px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 55px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 74px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 110%;
        padding: 5px 10px;
    }

        #activelogin ~ li {
            width: auto;
            padding: 10px;
        }

    #lblName {
        color: white !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 100%;
        margin-top: 0;
    }

    .product_list {
        width: 90%;
        padding: 10px 15px;
        margin: 15px 0;
        height: auto;
    }

        .product_list .pname {
            height: auto;
        }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        display: block;
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 96% !important;
        margin: 0 auto !important;
        left: 7px !important;
    }

    .modal-header {
        width: 93.5% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
    }

    .slong_title {
        width: 95%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 15px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 93%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products {
        width: 100%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 93%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 69%;
        display: flex;
        word-break: break-all;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 93% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 95% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: 92% !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 71%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1170px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 47%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 85%;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 86%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 43%;
            padding: 10px 20px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 2px !important;
        height: 790px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 93.3% !important;
    }

    .box_textbox.middle {
        width: 79%;
        margin-bottom: 11px;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 59%;
    }

    .cmf-skinned-select {
        width: 80% !important;
    }

    .taksit_bilgi {
        width: 290px !important;
        padding: 0;
    }
    #ContentPlaceHolder1_taksitSecenekleri li input {
        margin: 2px 0;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 89% !important;
        margin-left: 2% !important;
    }
        #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
            width: 29% !important;
        }
        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            width: 71% !important;
        }
    .total-last {
        width: 42%;
    }
    .maturity {
        width: 58%;
    }
    #ContentPlaceHolder1_taksitSecenekleri li {
        gap: 2px !important;
        font-size: 12px !important;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 6px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 85%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
    }

    #uyeloginform .box_left.right {
        width: 85%;
        min-height: auto;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 85%;
        min-height: auto;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 24%;
    }

    .detail .box_textbox.secur {
        width: 39%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    
                    /*ufuk*/
    .g-recaptcha-ml{margin-left:-60.1px;}
    .detail .g-recaptcha{transform: scale(0.6);}
    .small_th{width:98%;}
    .offer-container{width:47%;}
    .offer-btn span{font-size:14px;}
    .offer-btn .offer-gift{width:32px; height:22px;}
    .offer-btn .offer-gift .offer_quantity{font-size:14px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 150px;}
    .category-banner .secondBannerArea .slides li{height: 150px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            flex-direction: column;
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 91%;
        height: 300px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 100%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8) !important;
        }
}
/* Samsung S3 dikey */
@media only screen and (min-width:360px) and (max-width:369px) {

    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 28%;
    }

    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 81%;
        }


    .blogImage {
        height: 180px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 93%;
    }

    .comment-popup-button.clearfix {
        flex-direction: column;
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 70px;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 47%;
        }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
    }

    h1.title {
        font-size: 16px;
    }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 67px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 96% !important;
        top: 10% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }






    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 96% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
        padding: 13px 10px !important;
    }



    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }

    .kampanya_table td {
        padding: 10px 10px !important;
        width: 10% !important;
    }

    .kampanyaTab {
        overflow: scroll !important;
    }

    .logo {
        width: 190px;
        margin-left: 64px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 44px;
    }

    .header_cart .basket_quantity {
        margin: 10px 0 0 -20px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 266px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 55px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 104px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 100%;
        padding: 5px 10px;
    }

        #activelogin ~ li {
            width: auto;
            padding: 10px;
        }

    #lblName {
        color: white !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 100%;
    }

    .product_list {
        width: 90%;
        padding: 10px 15px;
        margin: 15px 0;
        height: auto;
    }

        .product_list .pname {
            height: auto;
        }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        display: block;
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 96% !important;
        margin: 0 auto !important;
        left: 7px !important;
    }

    .modal-header {
        width: 94.3% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
    }

    .slong_title {
        width: 97%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        /* margin-top: 40px; */
    }

    .box_btn.top.contactBtn.right {
        margin-right: 22px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 93%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products {
        width: 100%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 93%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 72%;
        display: flex;
        margin-bottom: 10px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 93% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 100% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: 100% !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 71%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1176px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 48.3%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 85%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 86%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 45%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 93.3% !important;
    }

    .box_textbox.middle {
        width: 79%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 59%;
    }

    .cmf-skinned-select {
        width: 80% !important;
    }
    .bankalarlist {
        width: 290px;
    }
    .taksit_bilgi {
        width: 325px !important;
        padding: 0;
    }
    .maturity {
        width: 56%;
    }
    .total-last {
        width: 44%;
    }
    #ContentPlaceHolder1_taksitSecenekleri li input {
        margin: 2px 0;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 93% !important;
        margin-left: 2% !important;
    }
        #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
            width: 29% !important;
        }
        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            width: 71% !important;
        }
    #ContentPlaceHolder1_taksitSecenekleri li {
        gap: 9px !important;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 85%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
    }

    #uyeloginform .box_left.right {
        width: 85%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: 130px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 18%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

                    /*ufuk*/
    .g-recaptcha-ml{margin-left:-45px;}
    .detail .g-recaptcha{transform: scale(0.7);}
    .small_th{width:98%;}
    .offer-container{width:47%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 170px;}
    .category-banner .secondBannerArea .slides li{height: 170px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            flex-direction: column;
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 91%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }

    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 100%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8);
        }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:389px) {
    .bankalarlist {
        width: 310px;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 91% !important;
        margin-left: 2% !important;
    }
        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            width: 74%;
        }
        #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
            width: 26%;
        }
    .maturity {
        width: 56%;
    }
    .total-last {
        width: 44%;
    }
        .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 80%;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

    .blogImage {
        height: 170px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 93%;
    }

    .comment-popup-button.clearfix {
        flex-direction: column;
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogImage img {
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
    }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 70px;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 46.6%;
        }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 70px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 98% !important;
        top: 10% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 96% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
    }

    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }

    .logo {
        width: 190px;
        margin-left: 70px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 44px;
    }

    .header_cart .basket_quantity {
        margin: 10px 0 0 -20px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 278px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 55px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 112px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 90%;
        padding: 5.5px 10px;
    }

        #activelogin ~ li {
            width: auto;
            padding: 10.7px 10px;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 100%;
    }

    .product_list {
        width: 90%;
        padding: 10px 15px;
        margin: 15px 0;
        height: auto;
    }

        .product_list .pname {
            height: auto;
        }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        display: block;
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
    }

    .modal-header {
        width: 94.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
    }

    .slong_title {
        width: 97%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        /* margin-top: 40px; */
    }

    .box_btn.top.contactBtn.right {
        margin-right: 22px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 93%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products {
        width: 100%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 93%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 94% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 100% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: 92% !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 72.2%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1199px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 48.3%;
            padding: 11px 9px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 85%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 86%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 45%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 94.3% !important;
    }

    .box_textbox.middle {
        width: 79%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 59%;
    }

    .cmf-skinned-select {
        width: 78% !important;
    }

    .taksit_bilgi {
        width: 310px !important;
        /*padding: 0 0 10px 10px;*/
    }

    #ContentPlaceHolder1_taksitSecenekleri li {
        gap: 10px !important;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
        justify-content: space-between;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
            flex: 1;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 18%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
    }

                /*ufuk*/
    .g-recaptcha-ml {
        margin-left: -31.6px;
    }
    .detail ..g-recaptcha{transform: scale(0.7); }
    .small_th{width:98%;}
    .offer-container{width:45%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 170px;}
    .category-banner .secondBannerArea .slides li{height: 170px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            flex-direction: column;
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 91%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }


    .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 76%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8);
        }
}
/*iphone 12 Dikey*/
@media only screen and (min-width:390px) and (max-width:399px) {
    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 28%;
    }

    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }


        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 82%;
        }



    .blogImage {
        height: 180px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 93%;
    }

    .comment-popup-button.clearfix {
        flex-direction: column;
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 47%;
        }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 100px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
    }

    h1.title {
        font-size: 16px;
    }

    .modal.couponCode {
        width: 98% !important;
        top: 10% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 96% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
    }

    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }

    .logo {
        width: 190px;
        margin-left: 70px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .product_list .desc .ddetail {
        padding-left: 0;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 44px;
    }

    .header_cart .basket_quantity {
        margin: 10px 0 0 -20px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 279px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 72px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 124px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 69%;
        padding: 5.5px 10px;
    }

        #activelogin ~ li {
            padding: 10.6px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: white !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 102%;
    }

    .product_list {
        width: 90%;
        padding: 10px;
        margin: 15px 5px;
        height: auto;
    }

    .products .product_list, .arama .product_list {
        margin-right: 5px;
    }

    .product_list .pname {
        /* min-height: 89px; */
        height: auto;
    }

    .footer_menu {
        display: none;
    }

    .left_block {
        display: none;
    }

    .footer_menu:nth-child(2) {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 17px;
        text-align: center;
    }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        display: block;
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
    }

    .modal-header {
        width: 94.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
    }

    .slong_title {
        width: 97%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        /* margin-top: 30px; */
    }

    .box_btn.top.contactBtn.right {
        margin-right: 22px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 93%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products {
        width: 100%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 93%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 66%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 20px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .campaing_list_block {
        width: 94% !important;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: auto !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 10px !important;
        font-size: 15px !important;
        width: 100% !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1204px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 48.9%;
            padding: 12px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 89%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 89%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 47.4%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 94.3% !important;
    }

    .box_textbox.middle {
        width: 79%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 58%;
    }

    .cmf-skinned-select {
        width: 78% !important;
    }

    .taksit_bilgi {
        width: 360px !important;
        padding: 0;
    }
    .bankalarlist {
        width: 334px;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 85% !important;
        margin-left: 4% !important;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
        justify-content: space-between;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
            flex: 1;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

    #ContentPlaceHolder1_pnlMisafir .phone {
        width: 58%;
    }

    .box_textbox.small.bigger {
        width: 85%;
        margin-top: 4px;
    }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 18%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 28%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

    .product_list .desc .ddetail {
        text-align: left;
    }

                /*ufuk*/
    .small_th{width:98%;}
    .offer-container{width:42%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: auto;}
    .category-banner .secondBannerArea .slides li{height: auto;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            flex-direction: column;
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 91%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }


    .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 100%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8);
        }
}
/* iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 82%;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

    .product_list .price {
        font-size: 15px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .blogImage {
        height: 180px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 93%;
    }

    .comment-popup-button.clearfix {
        flex-direction: column;
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
    }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 47%;
        }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 95px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 98% !important;
        top: 10% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 96% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
    }

    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }

    .logo {
        width: 190px;
        margin-left: 90px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 44px;
    }

    .header_cart .basket_quantity {
        margin: 10px 0 0 -20px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 271px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 90px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 138px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 68%;
        padding: 5.5px 10px;
    }

        #activelogin ~ li {
            padding: 10.1px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 100%;
    }

    .product_list {
        width: 44%;
        padding: 10px 8px;
        margin: 15px 5px 15px 0px;
        height: auto;
    }

    .default .product_list {
        width: 100%;
    }

    .products .product_list, .arama .product_list {
        margin-right: 5.1px;
    }

    .product_list .pname {
        min-height: 95px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        display: block;
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
    }

    .modal-header {
        width: 94.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
        -webkit-appearance: none;
    }

    .slong_title {
        width: 97%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        /* margin-top: 30px; */
    }

    .box_btn.top.contactBtn.right {
        margin-right: 22px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 93%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products {
        width: 100%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 93%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 66%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 20px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 95% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 200px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: auto !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 10px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1204px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 49.4%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 89%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 89%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 48.5%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 94.3% !important;
    }

    .box_textbox.middle {
        width: 79%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 58%;
    }

    .cmf-skinned-select {
        width: 78% !important;
    }

    .taksit_bilgi {
        width: 365px !important;
        /*padding: 0 0 10px 10px;*/
    }
    .bankalarlist {
        width: 340px;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 90%;
        margin-left: 3%;
    }
    .maturity {
        width: 56%;
    }

    .total-last {
        width: 44%;
    }
    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
        justify-content: space-between;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
            flex: 1;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 18%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 28%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

            /*ufuk*/
    .small_th{width:98%;}
    .offer-container{width:42%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 170px;}
    .category-banner .secondBannerArea .slides li{height: 170px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            flex-direction: column;
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 91%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }

    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }


    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 70%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8);
        }

}
/* iphone 4 yatay   */
@media only screen and (min-width:480px) and (max-width:559px) {
    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 81%;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 67px;
        width: 93%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 96%;
        min-width: auto;
        padding-bottom: 5px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 100% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 47%;
            border: none;
        }

    .blogImage {
        height: 130px;
    }

    .blogBottomNavContainer .title {
        font-size: 14px;
    }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 15px;
    }

        .brandsContainer a {
            width: 48%;
        }

    .blogContainer {
        flex-direction: column;
    }

        .blogContainer > a {
            width: 100%;
            max-height: max-content;
            min-height: auto;
        }

    .blogContent {
        height: 70px;
        font-size: 14px;
    }

    .blogTitle {
        height: auto;
        margin: 20px 0 10px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }

    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        padding: 7px 0px !important;
        width: 20% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 20% !important;
        margin-right: 3% !important
    }

    .list_textbox {
        height: 29px !important;
    }

    .logo {
        width: 190px;
        margin-left: 125px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 44px;
    }

    .header_cart .basket_quantity {
        margin: 10px 0 0 -20px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 334px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 101px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 74px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 15px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 164px;
        padding-left: 8px;
        margin-top: 10px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 65%;
        padding: 5.5px 10px;
    }

        #activelogin ~ li {
            padding: 18px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            width: 100%;
            display: table;
            text-align: left;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            gap: 20px;
            width: 100%;
            justify-content: space-between;
        }

    .product_list {
        width: 44%;
        padding: 10px 8px;
        margin: 15px 8px 15px 0px;
        height: auto;
    }

    .default .product_list {
        width: 43.7%;
    }

    .products .product_list {
        margin-right: 8.7px;
    }

    .product_list .pname {
        min-height: 77px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 95.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 46%;
        margin-right: 5px;
    }

    .slong_title {
        width: 97%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 40px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 95%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 101%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 66%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 33px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 85%;
        min-height: auto;
    }

    .box_left.tam {
        width: 83%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 95% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 120px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 90%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: auto !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
    }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1211px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 50.5%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 89%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 89%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 51.1%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 65%;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 28%;
    }

    #pencerebaslik {
        width: 95.5% !important;
    }

    .box_textbox.middle {
        width: 79%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 18% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 58%;
    }

    .cmf-skinned-select {
        width: 78% !important;
    }

    .taksit_bilgi {
        width: 400px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
        /* justify-content: space-between; */
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 92%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 16%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 28%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

        /*ufuk*/
        .detail .get-an-offer-kvkk .kvkk_button{margin-right:6px !important;}
    .g-recaptcha-ml {margin-left: -24.4px;}
    .small_th{width:98%;}
    .offer-container{width:39%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 225px;}
    .category-banner .secondBannerArea .slides li{height: 225px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
            margin-top: 15px;
        }

    .offer-received {
        width: 75%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 20px auto;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 60%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.8);
        }

}
/* iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .videoSlider {
        width: 100%;
        margin: 20px 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 85%;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 27%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 70px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 98%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }
    .detail .g-recaptcha {
        transform: scale(0.8);
        margin-left: -27px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 70% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 47%;
            border: none;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer { /* flex-direction:column; */
        gap: 10px;
    }

        .brandsContainer a {
            width: 49%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 320px;
            min-height: 320px;
        }

    .blogContent {
        height: 64px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 150px;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        padding: 7px 0px !important;
        width: 20% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 20% !important;
        margin-right: 3% !important
    }

    .list_textbox {
        height: 29px !important;
    }

    .logo {
        width: 190px;
        margin-left: 166px;
        display: inline-block;
        float: none;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 327px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 77px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 61px;
        margin: 0 auto;
        width: 80%;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        /* margin-right: 177px; */
        padding-left: 3px;
        /* margin-top: 10px; */
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 71%;
        padding: 13px 10px;
    }

        #activelogin ~ li {
            padding: 13px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        /* display: block; */
    }

        .top_menu li a #lblName {
            /* display: table; */
            text-align: left;
            display: inline-block;
            width: 68%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
            gap: 26px;
        }

    .product_list {
        width: 44%;
        padding: 10px 8px;
        margin: 15px 14px 15px 0px;
        height: auto;
    }

    .products .product_list, .arama .product_list {
        margin-right: 13.7px;
    }

    .product_list .pname {
        min-height: 60px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 17px;
            text-align: center;
        }

    .secure {
        width: 97%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        width: 100%;
        text-align: center;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 96.4% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 32%;
        margin-right: 5px;
    }

    .slong_title {
        width: 98%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 49px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 95%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 66%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 77px;
    }

    .product_list_block.bigg.moreBig {
        width: 88%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 85% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 88.5%;
    }

    .product_detail_left, .product_detail_right {
        width: 100%;
        float: none;
    }

    .campaing_list_block {
        width: 96% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: auto !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 100%;
        display: table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 96%;
    }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table) {
        width: 1217px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 100%;
    }

        .basket_total_block .left {
            width: 50.5%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 43%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 89%;
        float: left;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 89%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 100%;
    }

        .basket_total_block.small .left {
            width: 51.1%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 33%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 22%;
    }

    #pencerebaslik {
        width: 96.2% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 390px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 97% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 83% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 90%;
        height: auto;
    }

    #container ul {
        display: flex;
        /* justify-content: space-between; */
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 16%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 28%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 50%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 5px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

    /*ufuk*/
    .detail .get-an-offer-kvkk .kvkk_button { margin-right:6px !important;}
    .offer-container{width:29%; float: right; margin-bottom: 7px; margin-right: 5px;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 250px;}
    .category-banner .secondBannerArea .slides li{height: 250px;}
    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 66%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 10px auto 0;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        gap: 10px;
        align-items: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 100%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.85);
        }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px) {
    .videoSlider .slick-next, .videoSlider .slick-prev {
        top: 28%;
    }

    .videoSlider {
        width: 79%;
        margin: 50px 0 0 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 81%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 70px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 98%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }
    .detail .g-recaptcha {
        transform: scale(0.6);
        margin-left: -60px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 70% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 46%;
            border: 0;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 48%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 323px;
            min-height: 333px;
        }

    .blogContent {
        height: 67px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
        height: 40px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 160px;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }




    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        padding: 7px 0px !important;
        width: 20% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 20% !important;
        margin-right: 3% !important
    }

    .list_textbox {
        height: 29px !important;
    }







    .logo {
        width: 190px;
        margin-left: 206px;
        display: inline-block;
        float: none;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 333px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 77px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 61px;
        margin: 0 auto;
        width: 71%;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        /* margin-right: 177px; */
        padding-left: 8px;
        /* margin-top: 10px; */
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 71%;
        padding: 13px 10px;
    }

        #activelogin ~ li {
            padding: 13px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        /* display: block; */
    }

        .top_menu li a #lblName {
            /* display: table; */
            text-align: left;
            display: inline-block;
            width: 68%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
        }

    .product_list {
        width: 28%;
        padding: 10px 8px;
        margin: 15px 14px 15px 0px;
        height: auto;
    }

    .default .product_list {
        width: 43%;
    }

    .products .product_list, .arama .product_list {
        margin-right: 13.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 96.8% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 98%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 16px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 95%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 96% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 84% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1225px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 60%;
    }

        .basket_total_block .left {
            width: 47.2%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44.6%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 5px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 63%;
    }

        .basket_total_block.small .left {
            width: 44%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 22%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 96.2% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 390px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 185px;
        height: 75px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 86%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

    
                    /*ufuk*/
                        .detail .get-an-offer-kvkk .kvkk_button {
        margin-right: 6px !important;
    }
    .small_th{width:48%;}
    .offer-container{width:25%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 60%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 10px auto 0;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        gap: 10px;
        align-items: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 100%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.85);
        }
}
/* iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .videoSlider {
        width: 80%;
        margin: 50px 0 0 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 27%;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 82%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 70px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 98%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }
    .detail .g-recaptcha{ margin-left:-47px;}

    .product-comment-title ul {
        gap: 4px;
        width: 70% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            border: 0;
            width: 47%;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 31%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 360px;
            min-height: 360px;
        }

    .blogContent {
        height: 64px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 180px;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        padding: 7px 0px !important;
        width: 20% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 20% !important;
        margin-right: 3% !important
    }

    .list_textbox {
        height: 29px !important;
    }


    .logo {
        width: 190px;
        margin-left: 206px;
        display: inline-block;
        float: none;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 132px;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 333px;
        height: 18px;
        border-right: 0;
        border: 1px solid #009e4d;
    }

    .search_btn {
        width: 77px;
        background-position: center 0%;
    }

    .relative {
        display: table;
        padding-bottom: 61px;
        margin: 0 auto;
        width: 69%;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        /* margin-right: 177px; */
        padding-left: 8px;
        /* margin-top: 10px; */
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 71%;
        padding: 13px 10px;
    }

        #activelogin ~ li {
            padding: 13px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        /* display: block; */
    }

        .top_menu li a #lblName {
            /* display: table; */
            text-align: left;
            display: inline-block;
            width: 68%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
            gap: 20px;
        }

    .product_list {
        width: 28%;
        padding: 10px 8px;
        margin: 15px 14px 15px 0px;
        height: auto;
    }

    .default .product_list {
        width: 45%;
    }

    .products .product_list, .arama .product_list {
        margin-right: 13.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 96.8% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 98%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 16px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 96.5%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 97% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 130px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 84% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1225px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 60%;
    }

        .basket_total_block .left {
            width: 47.2%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44.6%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 5px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 63%;
    }

        .basket_total_block.small .left {
            width: 44%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 22%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 96.2% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 420px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 70%;
        height: 75px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 67%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

                    /*ufuk*/
    .detail .get-an-offer-kvkk .kvkk_button {
        margin-right: 6px !important;
    }
    .small_th{width:48%;}
    .offer-container{width:25%;}
    .offer-btn span{font-size:15px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 60%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 10px auto 0;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        gap: 10px;
        align-items: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 35%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.85);
        }
}
/* iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .videoSlider {
        width: 93%;
        margin: 50px 0 0 0;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 79%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 70px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 98%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 70% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 48%;
            border: 0;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }


    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 31%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 350px;
            min-height: 350px;
        }

    .blogContent {
        height: 67px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
        height: 33px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 180px;
    }


    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }

    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        padding: 7px 0px !important;
        width: 20% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 20% !important;
        margin-right: 3% !important
    }

    .list_textbox {
        height: 29px !important;
    }


    .logo {
        width: 190px;
        margin-left: 216px;
        display: inline-block;
        float: none;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 78px;
        z-index: 3;
        width: 59%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 188px;
        height: 18px;
        border: 1px solid #009e4d;
        border-right: 0;
        margin-top: 19px;
    }

    .search_btn {
        width: 60px;
        background-position: center 0%;
        margin-top: 19px;
    }

    .relative {
        /* display: table; */
        padding-bottom: 10px;
        /* margin: 0 auto; */
        width: 100%;
        float: right;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 150px;
        padding-left: 8px;
        margin-top: 3px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 68%;
        padding: 2.7px 10px;
    }

        #activelogin ~ li {
            padding: 4px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            display: table;
            text-align: left;
            display: inline-block;
            width: 100%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
            gap: 20px;
        }

    .product_list {
        width: 28%;
        padding: 10px 8px;
        margin: 15px 14px 15px 0px;
        height: auto;
    }

    .products .product_list, .arama .product_list {
        margin-right: 13.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 97.2% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 98%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 96.5%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 97% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 130px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 85% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1225px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 60%;
    }

        .basket_total_block .left {
            width: 48.2%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44.6%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 5px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 65.6%;
    }

        .basket_total_block.small .left {
            width: 47%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 22%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 97.1% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 540px !important;
        padding: 0 0 10px 10px;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 81% !important;
        margin-left: 5% !important;
    }
        #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
            width: 22% !important;
        }
        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            width: 60% !important;
        }
    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 80%;
        height: 76px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 67%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

                /*ufuk*/
    .detail .get-an-offer-kvkk .kvkk_button {
        margin-right: 6px !important;
    }
    .small_th{width:50%;}
    .offer-container{width:23%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: auto;}
    .category-banner .secondBannerArea .slides li{height: auto;}

    .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 60%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
        .get-an-offer-bottom {
        margin: 10px auto 0;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        gap: 10px;
        align-items: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 35%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.85);
        }
}
/* tablet dikey     */
@media only screen and (min-width:760px) and (max-width:810px) {
    .videoSlider {
        width: 83%;
        margin: 50px 0 0 20px;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }


        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 26%;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }


        .videoSlider .videoContainer {
            width: 81%;
        }


    .product_list .price {
        font-size: 16px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 100%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 54% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 373px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 46%;
            border: none;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 31.4%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 340px;
            min-height: 340px;
        }

    .blogContent {
        height: 70px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 130px;
    }

    .modal.couponCode {
        width: 80% !important;
        top: 10% !important;
        left: 11% !important;
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }


    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 96% !important;
    }

    .sepet_left_blk {
        width: 56% !important;
    }

    .sepet_indirim_list {
        width: 96% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    .add_btn {
        width: 35% !important;
        margin-right: 0 !important;
    }

    .list_textbox.kupon {
        width: 35% !important;
        margin-right: 0 !important;
        margin-right: 5% !important
    }


    .logo {
        width: 190px;
        margin-left: 206px;
        display: inline-block;
        float: none;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 78px;
        z-index: 3;
        width: 51%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 228px;
        border: 1px solid #009e4d;
        border-right: 0;
        height: 18px;
    }

    .search_btn {
        width: 60px;
        background-position: center 0%;
    }

    .relative {
        /* display: table; */
        padding-bottom: 10px;
        /* margin: 0 auto; */
        width: 100%;
        float: right;
        padding-top: 10px;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 111px;
        padding-left: 8px;
        margin-top: 3px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 65%;
        padding: 2.7px 10px;
    }

        #activelogin ~ li {
            padding: 4px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            display: table;
            text-align: left;
            display: inline-block;
            width: 100%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        margin-top: 0;
    }

    .product_list {
        width: 29%;
        padding: 10px 8px;
        margin: 15px 13px 15px 0px;
        height: auto;
    }

    .products .product_list {
        margin-right: 13.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 94% !important;
        margin: 0 auto !important;
        left: 20px !important;
        top: 5px !important;
    }

    .modal-header {
        width: 97.2% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 100%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
        /* margin-top: 56px; */
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 96.5%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 97% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 85% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1225px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 40%;
    }

        .basket_total_block .left {
            width: 45%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 11px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 65.6%;
    }

        .basket_total_block.small .left {
            width: 47%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 22%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 97.1% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 400px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 47%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 50%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        width: 100%;
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 82%;
        height: 75px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 67%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
        padding-left: 0;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

                /*ufuk*/
    .detail .get-an-offer-kvkk .kvkk_button {
        margin-right: 6px !important;
    }
    .small_th{width:52%;}
    .offer-container{width:21%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}

        .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 52%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
    .get-an-offer-bottom {
        margin: 10px auto 0;
        width: 90%;
        gap: 20px;
    }

    .get-an-offer-kvkk .kvkk_button {
        margin-right: 10px;
    }

    .contact .get-an-offer-kvkk {
        align-items: flex-start;
    }

    .get-an-offer-bottom-last {
        gap: 10px;
        align-items: center;
    }

        .get-an-offer-bottom-last .get-an-offer-send-button {
            width: 35%;
            height: 50px;
        }

        .get-an-offer-bottom-last .g-recaptcha {
            transform: scale(0.85);
        }
}
/* iphone x yatay   */
@media only screen and (min-width:811px) and (max-width:843px) {
    .bankalarlist {
        width: 390px;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        width: 69% !important;
        margin-left: 5% !important;
    }
        #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
            width: 26% !important;
        }
        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            width: 70% !important;
        }
    .videoSlider {
        width: 83%;
        margin: 50px 0 0 10px;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 29%;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 76%;
        }

    .product_list .price {
        font-size: 14px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 100%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 54% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 260px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            width: 44%;
            border: 0;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 31.5%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 340px;
            min-height: 340px;
        }

    .blogContent {
        height: 70px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
        height: 32px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 180px;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }

    .logo {
        width: 220px;
        margin-left: 276px;
        display: inline-block;
        float: none;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 87px;
        z-index: 3;
        width: 54%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 227px;
        border-right: 0;
        border: 1px solid #009e4d;
        height: 18px;
        margin-top: 27px;
    }

    .search_btn {
        width: 60px;
        background-position: center 0%;
        margin-top: 27px;
    }

    .relative {
        /* display: table; */
        padding-bottom: 10px;
        /* margin: 0 auto; */
        width: 100%;
        float: right;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 138px;
        padding-left: 8px;
        margin-top: 3px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 65%;
        padding: 2.7px 10px;
    }

        #activelogin ~ li {
            padding: 12px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            display: table;
            text-align: left;
            display: inline-block;
            width: 100%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
            gap: 22px;
        }

    .product_list {
        width: 29%;
        padding: 10px 8px;
        margin: 15px 13px 15px 0px;
        height: auto;
    }

    .products .product_list, .arama .product_list {
        margin-right: 15.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 96% !important;
        margin: 0 auto !important;
        left: 16px !important;
    }

    .modal-header {
        width: 97.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 100%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 96.5%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 97% !important;
    }

    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 87% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1247px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 60%;
    }

        .basket_total_block .left {
            width: 48.2%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44.6%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 11px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 65.6%;
    }

        .basket_total_block.small .left {
            width: 47%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 18%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 97.4% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 540px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        /* width: 100%; */
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 80%;
        height: 76px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 67%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
        padding-left: 0;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

    span.title.mm-listitem__text,
    span.tophone.mm-listitem__text {
        margin-top: 0 !important;
    }

    span.title.mm-listitem__text {
        -webkit-box-flex: 0.3;
        -ms-flex-positive: 0.3;
        flex-grow: 0.3;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
    }

                /*ufuk*/
    .detail .get-an-offer-kvkk .kvkk_button { margin-right:6px !important;}
    .small_th{width:52%;}
    .offer-container{width:21%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}

            .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 60%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
}
/* iphone 12 yatay   */
@media only screen and (min-width:844px) and (max-width:999px) {
    .videoSlider {
        width: 83%;
        margin: 50px 0 0 10px;
    }

        .videoSlider .videoContainer a:before {
            display: none;
        }

        .videoSlider .videoContainer a:hover > i {
            font-size: 20px;
        }

        .videoSlider .slick-next, .videoSlider .slick-prev {
            top: 28%;
        }

        .videoSlider .videoContainer a {
            height: 70px;
        }

        .videoSlider .videoContainer {
            width: 81%;
        }

    .product_list .price {
        font-size: 15px;
    }

    .product_list .oldprice {
        font-size: 14px;
    }

    .theme-input-box .theme-input {
        height: 130px;
        width: 98%;
    }

    .comment-popup-button.clearfix { /* flex-direction:column; */
    }

    .comment-popup {
        max-width: 100%;
        min-width: auto;
        padding-bottom: 0px;
    }

    .comment-popup-right .title {
        margin-top: 10px;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -43px;
    }

    .product-comment-title ul {
        gap: 4px;
        width: 54% !important;
    }

    .comment-popup-right {
        padding: 10px;
    }

    .comment-popup-box {
        display: block;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
    }

    .blogDetailMain {
        width: 100%;
        margin-bottom: 30px;
    }

    .imageBox {
        width: 100%; /* height:auto; */
        max-height: 200px;
    }

    .blogBottomNavContainer {
        margin-left: 0;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

        .blogBottomNavContainer > div {
            border: 0;
            width: 42%;
        }

    h1.title {
        font-size: 16px;
    }

    .product-detail-img {
        flex-direction: column;
    }

    #slider1 {
        width: 100%;
        float: none;
        height: 80px;
        margin-left: 20px;
    }

    .thumbelina li {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .horiz.left .fa.fa-chevron-left, .horiz.right .fa.fa-chevron-right {
        transform: none;
    }

    div#ContentPlaceHolder1_divUp {
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }

    div#ContentPlaceHolder1_divDown {
        right: -30px;
        top: 50%;
        transform: translate(0,-50%);
        margin: 0;
        left: unset;
    }

    .thumbelina li img {
        max-width: 59px !important;
    }

    .brandsContainer {
        gap: 20px;
    }

        .brandsContainer a {
            width: 31.6%;
        }

    .blogContainer { /* flex-direction:column; */
        gap: 17px;
    }

        .blogContainer > a {
            width: 48%;
            max-height: 350px;
            min-height: 350px;
        }

    .blogContent {
        height: 70px;
        font-size: 14px;
    }

    .blogTitle { /* height:auto; */
        margin: 20px 0 10px;
        font-size: 14px;
        height: 31px;
    }

    .blogPageBackground {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .blogImage {
        height: 180px;
    }

    .modal.couponCode {
        width: 90% !important;
        top: 10% !important;
        left: 5% !important
    }

    .modal-couponCode {
        font-size: 14px;
        margin-bottom: 15px;
        justify-content: space-around;
        padding: 5px;
        border-radius: 50px;
        flex-direction: column;
        gap: 15px;
        background-color: transparent;
    }

        .modal-couponCode:hover {
            border-color: transparent;
        }

    .sepet_indirim_block {
        padding: 10px 10px 0px 10px !important;
        width: 98% !important;
    }

    .sepet_left_blk {
        width: 100% !important;
    }

    .sepet_indirim_list {
        width: 98% !important;
        padding: 5px !important;
        font-size: 12px !important;
    }

        .sepet_indirim_list .ust {
            font-size: 14px !important;
        }

    .sepet_kupon_block {
        width: 100% !important;
    }

    i
    .add_btn {
        padding: 7px 0px !important;
        width: 15% !important;
        margin-right: 0 !important;
        min-width: 110px !important;
    }

    .list_textbox.kupon {
        width: 16% !important;
        margin-right: 2% !important
    }

    .list_textbox {
        height: 29px !important;
    }


    .logo {
        width: 220px;
        margin-left: 276px;
        display: inline-block;
        float: none;
    }

    .error_block {
        width: 50%;
        float: right;
    }

    .error_img {
        width: 50%;
        margin: 0;
    }

    .search_textbox, .product_list .desc .dtitle, .product_list .desc .ddetail, .social_icons .text, .list_text .detail, .box_list .title, .login_label, .adresler_liste_btn, .list_text .leftdetail {
        font-size: 14px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .top_menu {
        position: absolute;
        top: 87px;
        z-index: 3;
        width: 54%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .mh-head.Sticky {
        position: absolute;
        display: block;
        font-size: 28px;
        top: 14px;
    }

    .header_cart i {
        font-size: 50px;
    }

    .header_cart .basket_quantity {
        margin: 12px 0 0 -21px;
        font-size: 14px;
    }

    .header_cart {
        width: 45px;
        margin-top: 0;
    }

    .information {
        float: none;
        margin-left: 0;
        margin-top: 11px;
        display: none;
    }

        .information .title {
            text-align: left;
            font-size: 16px;
            float: left;
        }

    .middle_top .icon-phone {
        font-size: 20px;
        margin-left: 0;
    }

    .information .tophone {
        font-size: 20px;
        padding-top: 0px;
        float: right;
        padding: 3px 0 0;
    }

    .search_textbox {
        width: 207px;
        border: 1px solid #009e4d;
        margin-top: 35px;
        height: 18px;
        border-right: none;
    }

    .search_btn {
        width: 60px;
        background-position: center 0%;
        margin-top: 35px;
    }

    .relative {
        /* display: table; */
        padding-bottom: 10px;
        /* margin: 0 auto; */
        width: 42%;
        float: right;
    }

    .toproot, .cbp-hrmenu, .top_menu li.last {
        display: none !important;
    }

    .top_menu li {
        background: #009e4d;
        padding: 13px 0px;
        border: 1px solid #fff;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }

    .login_text {
        margin-right: 151px;
        padding-left: 8px;
        margin-top: 3px;
    }

        .login_text.last {
            border: none;
            margin-left: 0;
            padding: 0;
            margin-right: 0;
        }

    #activelogin {
        width: 65%;
        padding: 2.7px 10px;
    }

        #activelogin ~ li {
            padding: 12px 10px;
            flex: 1;
            width: auto;
        }

    #lblName {
        color: #fff !important;
    }

    .top_menu li a {
        color: #fff !important;
        font-family: "Montserrat-B";
        font-weight: 400;
        letter-spacing: 0.3px;
        display: block;
    }

        .top_menu li a #lblName {
            display: table;
            text-align: left;
            display: inline-block;
            width: 100%;
        }

    .banner {
        height: auto;
        margin: 10px 0;
    }

    .flexslider .slides > li {
        height: auto !important;
    }

    .product_list_block.top {
        width: 103%;
        /* margin-top: 0; */
    }

        .product_list_block.top.default {
            width: 100%;
            justify-content: space-between;
            gap: 19px;
        }

    .product_list {
        width: 29%;
        padding: 10px 8px;
        margin: 15px 13px 15px 0px;
        height: auto;
    }

    .default .product_list {
        width: 29%;
    }

    .products .product_list, .arama .product_list {
        margin-right: 16.7px;
    }

    .product_list .pname {
        min-height: 89px;
        height: 60px;
    }

    .footer_menu,
    .left_block {
        display: none;
    }

        .footer_menu:nth-child(2) {
            display: inline-block;
            width: 40%;
            margin: 0;
            font-size: 17px;
            text-align: left;
        }

    .secure {
        width: 40%;
        margin-top: 6.9%;
    }

        .secure img {
            width: 100%;
        }

    .footer_menu li {
        line-height: 27px;
    }

    .footer_menu .title {
        font-size: 19px;
    }

    .social_icons {
        /* width: 100%; */
        text-align: center;
        margin-top: 40px;
    }

    .toTop {
        /* display: block; */
        background: #009e4d;
        position: fixed;
        width: 20px;
        height: 24px;
        text-align: center;
        font-size: 14px;
        right: 3px;
        color: #fff;
        bottom: 10px;
        z-index: 5;
    }

        .toTop i {
            transform: translateY(50%);
            animation: up 1s linear infinite;
        }

    .modal {
        width: 98% !important;
        margin: 0 auto !important;
        left: 4px !important;
    }

    .modal-header {
        width: 97.6% !important;
    }

    .basket_hover_block {
        margin: 0;
    }

    .middle_top {
        padding: 10px 0;
    }

    .brand_drop {
        width: 22%;
        margin-right: 18px;
    }

    .slong_title {
        width: 100%;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .long_title h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .right_block {
        width: 100%;
        float: none;
    }

    .box_btn.top.contactBtn.right {
        margin-right: 14px;
    }

    .right_block .long_title {
        margin-bottom: 3px;
    }

    #ContentPlaceHolder1_pnlIcerik .box_left.big {
        padding: 10px;
        width: 96.5%;
        font-size: 14px;
        line-height: 1.5;
    }

    .product_list_block.products, .product_list_block.arama {
        width: 103%;
        margin-top: 5px;
    }

    #ContentPlaceHolder1_PnlIletisim .box_left {
        width: 95%;
        float: none;
        padding: 15px 10px;
        height: auto;
        min-height: 425px;
    }

        #ContentPlaceHolder1_PnlIletisim .box_left.contact {
            min-height: auto;
        }

    .box_left:not(.contact) .list_text .detail {
        width: 75%;
        display: flex;
        margin-bottom: 10px;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .detail {
        width: 71%;
    }

    .box_left:not(.contact) .list_text .detail span:first-child {
        margin-right: 0px;
    }

    .product_list_block.bigg.moreBig {
        width: 95%;
    }

    .moreBig .box_textbox.smaller {
        width: 88%;
        margin-top: 5px;
    }

    .box_left.bigger {
        min-height: auto;
    }

    #kargosecenekleri {
        width: 100%;
        padding: 20px 0;
    }

    .kargo_table:not(.odemesecenek,.havale) tr {
        width: 30% !important;
        display: block;
        margin-left: 6px;
        margin-bottom: 5px;
    }

    .product_list_block.new .box_left.big {
        width: 92%;
        min-height: auto;
    }

    .box_left.tam {
        width: 84.5%;
        min-height: auto;
    }

    .product_detail_left, .product_detail_right {
        width: 50%;
        /* float: none; */
    }

    .campaing_list_block {
        width: 97% !important;
    }


    .product_big_img img {
        max-width: 100%;
        max-height: 160px;
    }

    .product_big_img {
        height: 160px;
        width: 100%;
    }

    .product_detail_block, .product_detail_list {
        width: 94%;
    }

        .product_detail_list .ddetail {
            width: auto;
        }

        .product_detail_list .dtitle {
            width: 26%;
        }

    .product_detail_color {
        width: 90%;
    }

    .product_detail_block .content {
        min-height: auto;
    }

    #container ul.tabmenu li.active {
        border-bottom: 1px solid #d0ccc9 !important;
    }

    .pTabGenel ul.pTabListe {
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

        .pTabGenel ul.pTabListe li.pAktif a {
            width: 87% !important;
        }

    .pTabListe li .line {
        display: none;
    }

    .tam .box_textbox.smaller {
        width: 83%;
    }

    #ContentPlaceHolder1_dtAdresler td {
        width: 48%;
        display: inline-table;
    }

    .tableHead {
        overflow: auto;
        display: block;
        margin-top: 10px;
        width: 99.6%;
    }

        .tableHead.follow {
            width: 100%;
        }

    .pTabGenel ul.pTabListe li a {
        width: auto !important;
        padding: 12px 17px !important;
        font-size: 15px !important;
    }

    .pTabGenel ul.pTabListe li {
        float: none !important;
        width: 33.3%;
    }

    .long_block .basket_table.account_table, .long_block table:not(.kargo_table,#ContentPlaceHolder1_dtAdresler) {
        width: 1247px !important;
    }

    .cart_update input {
        margin-left: 0;
        width: 49px;
    }

    .basket_total_block {
        width: 60%;
    }

        .basket_total_block .left {
            width: 48.2%;
            padding: 11px 8px 11px 0px;
        }

        .basket_total_block .right {
            width: 44.6%;
            padding: 10px;
        }

    #ContentPlaceHolder1_pnlUye .box_left.middle, #ContentPlaceHolder1_pnlUye .box_left.right {
        width: 45%;
        float: left;
        padding-left: 11px;
    }

    #siparisdetaylari .box_left.middle, #siparisdetaylari .box_left.right {
        width: 93%;
        min-height: auto;
    }

    .basket_total_block.small {
        width: 65.6%;
    }

        .basket_total_block.small .left {
            width: 47%;
            padding: 9px 22px 10px 0;
            font-size: 14px;
        }

        .basket_total_block.small .right {
            width: 37.9%;
            padding: 9px 20px;
        }

    .cart_prod_img {
        width: 10%;
    }

    .basket_delete_btn {
        padding: 0 20px;
    }

    .list_text {
        margin-bottom: 15px;
    }

    #pencere {
        width: 100% !important;
        left: 5px !important;
        height: 780px !important;
    }

    #pencereicerik {
        padding: 15px 0 !important;
    }

    .list_text .detail {
        width: 76%;
    }

    .adres_block .list_text .detail {
        width: 70%;
        display: flex;
    }

    .list_text .title {
        width: 18%;
    }

    .adres_block .list_text .title {
        width: 18%;
        font-size: 14px;
    }

    #pencerebaslik {
        width: 97.4% !important;
    }

    .box_textbox.middle {
        width: 89%;
    }

    .input_requipment {
        padding: 5px 0 0 5px;
    }

    .phonealan {
        width: 22% !important;
        margin-right: 5px;
        padding: 0;
        text-align: center;
    }

    #pencere .adres_block .phone {
        width: 65%;
    }

    .cmf-skinned-select {
        width: 89% !important;
    }

    .taksit_bilgi {
        width: 430px !important;
        padding: 0 0 10px 10px;
    }

    .box_title {
        width: 80% !important;
        margin-bottom: 5px;
    }

    #siparisozetidiv .box_left.bigger {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        #siparisozetidiv .box_left.bigger.cardBox {
            width: 94%;
            margin-left: 3%;
        }

    .long_block table {
        margin-top: 0;
        width: 96% !important;
    }

    #ContentPlaceHolder1_rdOdemeSecenekleri {
        margin: 2%;
    }

        #ContentPlaceHolder1_rdOdemeSecenekleri tr {
            width: 85% !important;
            display: block;
            margin: 0;
        }

    .kargo_table.havale tr {
        width: 28% !important;
        margin-bottom: 10px;
    }

    #ContentPlaceHolder1_pnlKart .kart_bilgi, #ContentPlaceHolder1_pnlBanka .kart_bilgi, #ContentPlaceHolder1_pnlTaksit .kart_bilgi {
        width: 97%;
        padding-left: 10px;
    }

    .box_textbox.kartalan {
        width: 12.5%;
    }

    .kartalan:nth-child(5) {
        margin-right: 0;
    }

    .card_block {
        width: 100%;
        float: none;
    }

    #credit_card {
        position: relative;
        left: 27px;
        top: -10px;
    }

    #uyeloginform .box_left.middle {
        width: 88%;
    }

    #uyeloginform .box_textbox.big {
        width: 87%;
        margin-top: 4px;
    }

    #uyeloginform .box_left.right {
        width: 88%;
        min-height: auto;
        float: left;
    }

    #ContentPlaceHolder1_pnlMisafir .box_left.middle, #ContentPlaceHolder1_MusteriFaturaBlock {
        width: 94%;
        min-height: auto;
        float: none;
        padding: 10px;
    }

    .product_list_block.arama {
        /* width: 100%; */
    }

    .navigate {
        line-height: 1.8;
    }

    .product_small_img {
        width: 80%;
        height: 75px;
    }

    #container ul {
        display: flex;
    }

        #container ul.tabmenu li {
            min-width: 0 !important;
        }

            #container ul.tabmenu li#taksit {
                margin-right: 0;
            }

    #container {
        margin-top: 10px;
    }

    .box_textbox {
        width: 95%;
    }

        .box_textbox.small.bigger {
            width: 85%;
            margin-top: 4px;
        }

    .modal-header .close {
        margin-right: 14px !important;
    }

    .modal-body {
        max-height: 200px !important;
    }

    .box_left:not(.contact) .list_text .title {
        width: 20%;
    }

    .box_left #ContentPlaceHolder1_divteslimatAdres .list_text .title {
        width: 22%;
    }

    .detail .box_textbox.secur {
        width: 70%;
    }

    .product_list_block {
        margin-top: 0px;
    }

    .box_btn.leftlong {
        margin-left: 40%;
    }

    #pencere a {
        margin-left: -35px !important
    }

    .adresler_liste_btn {
        padding-right: 5px;
        margin-right: 5px;
    }

    .adresler_liste_block {
        margin-left: 10px;
        padding-top: 10px;
    }

    #ContentPlaceHolder1_txtKartAd {
        width: 67%;
    }

    .onay_small_text {
        width: 95%;
    }

    .red_text {
        margin-left: 15px;
    }

    .kargo_table td {
        padding: 10px 20px;
    }

    .detail_basket_btn,
    .get_offer_btn {
        margin-right: 0;
        float: right;
        min-width: 125px;
    }

    .product_list .pimg img,
    .product_list .pimg {
        width: 150px;
    }

    .product_list .desc .dtitle {
        width: auto;
    }

        .product_list .desc .dtitle:first-child {
            width: 100%;
        }

    .product_list .desc .ddetail {
        text-align: left;
        padding-left: 0;
    }

    #ContentPlaceHolder1_PnlIletisim {
        display: flex;
    }

    .quantity_textbox {
        margin-right: 0;
    }

    .adres_block {
        padding: 0 20px;
    }

    span.title.mm-listitem__text,
    span.tophone.mm-listitem__text {
        margin-top: 0 !important;
    }

    span.title.mm-listitem__text {
        -webkit-box-flex: 0.3;
        -ms-flex-positive: 0.3;
        flex-grow: 0.3;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
    }

            /*ufuk*/
    .small_th{width:52%;}
    .offer-container{width:21%;}
    .offer-btn span{font-size:16px;}
    .offer-btn .offer-gift{width:38px; height:25px;}
    .offer-btn .offer-gift .offer_quantity{font-size:16px;}
    .category-banner .secondBannerArea .flex-direction-nav a {top: 54%;}
    .category-banner  {width: 100%; margin: 0; }
    .category-banner .secondBannerArea {width: 59.3%; height: 275px;}
    .category-banner .secondBannerArea .slides li{height: 275px;}

        .get-an-offer-modal {
        width: 95%;
        padding-bottom: 10px;
        border-radius: 30px;
    }

    .get-an-offer-top .get-an-offer-title {
        width: 53%;
        height: 60px;
        font-size: 21px;
    }

    .get-an-offer-content {
        margin: 20px auto 0;
        width: 90%;
        gap: 10px;
    }

        .get-an-offer-content .form-items {
            gap: 10px;
        }

    .get-an-offer-bottom-first {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .get-an-offer-bottom-first .error {
            text-align: center;
        }

    .offer-received {
        width: 60%;
        height: 275px;
        border-radius: 35px;
        padding-top: 15px;
        gap: 15px;
    }

    .offer-received-icon {
        width: 75px;
        height: 75px;
    }

    .offer-received-text .offer-received-text-first-text {
        font-size: 22px;
        line-height: 22px;
    }
}


#ContentPlaceHolder1_btnSepeteEkle:disabled {
    background-color: #ccc;
    cursor: default;
}

#ContentPlaceHolder1_btnHemenAl:disabled {
    background-color: #ccc;
    cursor: default;
}

.product_detail_price .oldprice {
    margin-left: 10px;
    font-size: 22px;
}


/*taksit*/
.taksit_bilgi {
    width: 400px;
}

.odemeKutu {
    display: flex !important;
    /*background:#ffbd9c;*/
}

#ContentPlaceHolder1_taksitSecenekleri {
   /* display: flex;
    flex-direction: column;*/
}

    #ContentPlaceHolder1_taksitSecenekleri li {
        /*background-color: coral;*/
        width: 100%;
    }


#ContentPlaceHolder1_taksit_bilgi .box_left {
    float: none !important;
    border: none !important;
}


#ContentPlaceHolder1_taksitSecenekleri li {
/*    display: flex;
    gap: 20px;
    min-height: 30px;*/
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin-bottom: 11px;
}
    #ContentPlaceHolder1_taksitSecenekleri li input {
        float: left;
        text-align: left;
    }
    #ContentPlaceHolder1_taksitSecenekleri li label {
        /*  display: flex;
        gap: 10px;
        align-items: center;*/
        width: 81%;
        margin-left: 7%;
        float: left;
    }

        #ContentPlaceHolder1_taksitSecenekleri li label .part {
            /*display: flex;
            gap: 10px;*/
            width: 72%;
            float: left;
        }
            #ContentPlaceHolder1_taksitSecenekleri li label .part.advance {
                width: 28%;
            }
            #ContentPlaceHolder1_taksitSecenekleri li label .part .total-price {
                /*display: flex;*/
                /*gap: 10px;*/
            }

                #ContentPlaceHolder1_taksitSecenekleri li label .part .total-price .total-last {
                    display: flex;
                    gap: 10px;
                }
.maturity {
    width: 54%;
    float: left;
}
.total-last {
    width: 46%;
    float: left;
}

.siparisBilgileriDiv {
    display: flex;
    width: 294px;
    float: right;
    justify-content: space-between;
    flex-direction: column;
}

    .siparisBilgileriDiv div {
        display: inline-table;
    }

.ordertotal_title {
    width: 56% !important;
}

.ordertotal {
    width: 40% !important;
}


/*kampanya*/
.sepet_indirim_block {
    /*background: #fc0606;*/
    padding: 15px 15px 0px 15px;
    width: 94%;
    color: #FFF;
    float: left;
    margin-top: 20px;
    /*background-color: #d5d4d4;*/
    background: radial-gradient(circle, rgba(213,212,212,1) 0%, rgba(242,242,242,1) 100%);
}

    .sepet_indirim_block.topbasket {
        width: 89.8%;
        margin-top: 5px
    }

        .sepet_indirim_block.topbasket .sepet_indirim_list .ust {
            font-size: 14px
        }

        .sepet_indirim_block.topbasket .sepet_indirim_list {
            width: 92%;
            font-size: 13px
        }


.sepet_indirim_list {
    width: 97%;
    margin-bottom: 10px;
    display: inline-block;
    /*border: 1px solid #FFF;*/
    padding: 10px;
    /*background-color: #fc0606;*/
    background: radial-gradient(circle, rgb(0 158 77) 61%, rgb(0 128 77) 100%);
}

.sepet_indirim_block.topbasket .sepet_indirim_list {
    width: 92%;
    font-size: 13px
}

.sepet_indirim_list .ust {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    font-size: 15px
}

.sepet_indirim_list .ico {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.sepet_indirim_list .text {
    width: 80%;
    float: left;
}

.sepet_indirim_block.topbasket .sepet_indirim_list .ust {
    font-size: 14px
}


.sepet_indirim_list .ico {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.sepet_indirim_block.topbasket .sepet_indirim_list .text {
    width: 87%
}

.campaing_list .text {
    font-size: 13px;
    width: 83%
}




.campaing_list_block {
    width: 50%;
    float: left;
    padding: 4px 10px 0 10px;
    background: #009e4d;
    margin: 30px 0 0px 0px;
}

.campaing_list {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

    .campaing_list .text {
        width: 80%;
        float: left;
        color: #FFF;
        padding-top: 4px;
        font-size: 15px
    }

    .campaing_list .icon {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 10px;
    }

    .campaing_list .icon {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 10px;
    }

    .campaing_list .text {
        font-size: 13px;
        width: 83%
    }

.kampanya_table th {
    border: 1px solid #d6d4d4;
    border-top: 0;
    border-left: 0;
    padding-left: 20px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    width: 25% !important;
    background-color: #f3f3f387;
}


.kampanya_table td {
    padding: 50px 25px;
    border-right: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
}


/*sepet left*/
.sepet_left_blk {
    float: left;
    width: 68%;
}


.sepet_indirim_block.topbasket {
    width: 89.8%;
    margin-top: 5px
}

    .sepet_indirim_block.topbasket .sepet_indirim_list .ust {
        font-size: 14px
    }

    .sepet_indirim_block.topbasket .sepet_indirim_list {
        width: 92%;
        font-size: 13px
    }

.sepet_kupon_block {
    margin-top: 15px;
    width: 94%;
    float: left
}


.sepet_kupon_title {
    /* background: url(../images/plus.png) no-repeat left center; */
    color: #009e4d;
    /* padding-left: 25px; */
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    height: 20px;
    padding-top: 5px;
    font-size: 14px;
}

    .sepet_kupon_title:before {
        content: '\f055';
        font-family: 'FontAwesome';
        font-size: 17px;
        margin-right: 5px;
        float: left;
    }


.list_textbox {
    width: 95%;
    padding: 0 8px;
    border: solid 1px #dfdfdf;
    background: #f5f5f5;
    height: 40px;
    color: #616161;
    border-radius: 0;
    -webkit-appearance: none;
}

    .list_textbox.large {
        height: 70px;
    }

    .list_textbox.small {
        width: 73.5%;
    }

    .list_textbox.security {
        width: 69%;
    }

    .list_textbox.smaller {
        width: 62%;
    }

    .list_textbox.kart {
        width: 20.7%;
        margin-right: 3px;
    }

    .list_textbox.kupon {
        width: 15.5%;
        margin-right: 10px;
        float: left
    }

        .list_textbox.kupon:focus {
            outline: none;
        }


.add_btn {
    padding: 13px 20px;
    color: #FFF;
    float: right;
    margin-right: 20px;
    border: 0;
    cursor: pointer;
    /*background: #fc0606;*/
    /*min-width: 150px;*/
    min-width: 110px;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    background: radial-gradient(circle, #009e4d 61%, rgb(0 118 67)) 100%;
    );
    );
    );
    );
    );
    );
    );
    );
    );
    );
    );
    );
    );
}

    .add_btn.kuponbtn {
        float: left
    }


/*promosyon*/

.promotion {
    width: 20%;
    border: 1px solid #f2f2f2;
    border-top: none;
    margin-top: 20px;
    cursor: pointer;
    display: table
}

.promotion-title {
    background: radial-gradient(circle, rgba(213, 212, 212, 1) 0%, rgba(242, 242, 242, 1) 100%);
    color: #009e4d;
    font-size: 14px;
    padding: 12px 15px;
    font-weight: bold;
    font-family: 'Montserrat-B';
}

    .promotion-title i {
        float: right;
        font-size: 13px;
        line-height: 1.5
    }

.promotion-click {
    display: block
}

    .promotion-click .form-list.chk input[type="radio"] + label span {
        top: 0;
    }


    .promotion-click ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .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;
                cursor: pointer
            }

            .promotion-click ul li input {
                display: none
            }

    .promotion-click .form-list.chk input[type="radio"] + label {
        font-size: 14px;
    }


.promotion .entry-btn {
    width: 78px;
    border-radius: 5px;
    padding: 7px 17px;
    top: 0;
    margin-bottom: 17px;
    right: 20px;
    position: relative;
    opacity: 1;
    float: right
}

    .promotion .entry-btn.clear-btn {
        left: 18px;
        background-color: black;
        float: left;
        min-width: 78px;
        width: auto;
    }



.entry-btn {
    width: 200px;
    color: #fff;
    background-color: #e3000f;
    opacity: 15%;
    position: absolute;
    right: 0;
    padding: 23px 30px;
    top: 25px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    border: none;
    font-size: 14px;
}


.promotion input[type="radio"]:checked + label span:after {
    content: '';
    position: absolute;
    display: block;
    background: #009e4d;
    margin: 4px 0 0 4px;
    width: 11.6px;
    height: 11px;
    border-radius: 50%;
}

.promotion input[type="radio"]:checked + label span {
    border-color: #009e4d;
}

.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;
}

.d-flex-box {
    display: flex;
    justify-content: start;
    padding: 10px;
    gap: 10px;
}


.kuponYok {
    font-weight: bold;
    color: #009e4d;
    font-size: 14px;
    border: 1px solid #009e4d;
    padding: 10px;
    width: 44%;
    text-align: center;
    margin: 0 auto;
}

.free-shipping {
    min-width: 268px;
    background: #42b86e;
    border-radius: 30px;
    margin: 10px 0;
    display: table
}

.free-tick {
    width: 30px;
    height: 30px;
    margin: 2px 0 0 7px;
    float: left;
}


.free-shipping span {
    color: #fff;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    display: table;
    margin-right: 5px;
}


.kuponKodlarim {
    color: black;
    font-weight: 700;
    font-size: 16px;
    transition: ease-in all .1s;
    cursor: pointer;
    float: left;
    margin-top: 22px;
    min-width: 100px;
    text-align: center;
    max-width: 172px;
    /* border-radius: 25px; */
    border: 2px solid #009e4d;
    padding: 3px 7px;
}


    .kuponKodlarim:hover {
        border: 2px solid black;
    }

    .kuponKodlarim:before {
        content: '\f06b';
        font-family: 'FontAwesome';
        color: #009e4d;
        font-size: 24px;
    }




.coupon-clear i {
    color: red;
    scale: 1.5;
}


.couponBox {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.kuponText {
    font-weight: 700 !important;
    color: green !important;
}

.uygulananKupon {
    font-weight: 500 !important;
    color: #333 !important;
}


.kargomNeredeButon {
    color: #ff7600;
    font-weight: 700;
    font-size: 13px;
    position: relative;
}


    .kargomNeredeButon:before {
        content: '\f0d1';
        font-family: 'FontAwesome';
        margin-right: 5px;
    }


.padding-top-bot {
    padding: 5px 0px;
}


.x-logo {
    background: url('../images/x-logo.png')no-repeat;
    background-size: 22px;
    background-position: center center;
    padding: 0px 20px 0px 15px !important;
}

.instagram-logo {
    background: url('../images/instagram-logo.png')no-repeat;
    background-size: 25px;
    background-position: center center;
    padding: 0px 20px 0px 15px !important;
}

.facebook-logo {
    background: url('../images/facebook-logo.png')no-repeat;
    background-size: 25px;
    background-position: center center;
    padding: 0px 20px 0px 15px !important;
}

.top_menu li.last a,
.login_text {
    /* font-weight: bold; */
    font-size: 14px;
    color: red;
}

.color-black {
    color: black !important;
    font-size: 12px !important;
    /* font-weight: bold; */
}


.color-red {
    color: #009e4d !important;
    font-size: 14px !important;
    /* font-weight: bold; */
}


.etbis {
    margin-top: 10%;
}
