
@import url(https://c600f7.claudeassets.com/20230207005906cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

input, button {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

img {
    border: none;
    max-width: 100%;
    outline: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

h1 h2 h3 h4 h5 h6 {
    margin: 0px;
    padding: 0px;
}

body, td, th, input, textarea, select, a {
    font-size: 12px;
}

strong, b {
    font-weight: 700;
}

input[type="text"], input[type="password"], textarea {
    padding: 4px;
    background-color: #fff;
    border: solid 1px #DDDDDD;
    color: #666666;
    display: block;
    height: 37px;
    font-size: 12px;
    width: 100%;
    font-size: 14px;
    line-height: 37px;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    max-width: 100%;
}

.clear {
    clear: both;
}

    .clear.ResetClear {
        clear: none;
    }

.bordernone {
    border: none !important;
}

.textarea {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 12px;
    border: solid 1px #DDDDDD;
    padding: 4px;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .textarea:focus {
        border: solid 1px #CCCCCC;
        box-shadow: 0px 1px 6px #CCCCCC;
    }

.textbox {
    font-family: 'Ubuntu', sans-serif !important;
    background-color: transparent;
    border: solid 1px #DDDDDD;
    color: #666666;
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    width: 94%;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s; /* Safari */
}

    .textbox:focus {
        border: solid 1px #CCCCCC;
        box-shadow: 0px 1px 6px #CCCCCC;
    }

.button {
    cursor: pointer;
    background: none repeat scroll 0 0 #4c4c4c; /*marka rengi*/
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px;
    transition: all 0.3s ease 0s;
}

    .button:hover {
        background-color: #1f271f;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-duration: 0.2s, 0.2s; /* Safari */
    }

.selectboxx {
    border: 1px solid #DDDDDD;
    padding: 6px;
    width: 100%;
    color: #777777;
}

.validate, .validateSol, .validateOrta {
    position: absolute;
    right: 1.5%;
    top: -3px;
    display: table;
    background-color: #ff0000;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

    .validate .validateOk, .validateSol .validateSolOk, .validateOrta .validateOrtaOk {
        background-color: #ff0000;
        position: absolute;
        right: 10px;
        bottom: -5px;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 0 0 0px 15px;
    }

/* ------------------------------------GENEL--------------------------------------------*/

.ticiContainer, .headerContent {
    width: 1180px;
}

    #divIcerik:after, .ticiContainer:after {
        content: "";
        clear: both;
        display: table;
    }

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
}

    #back-to-top a {
        width: 39px;
        height: 39px;
        background: url(https://eaa6e4.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/backtotop.png) no-repeat center center #4c4c4c;
        -webkit-transition: 0.4s all ease;
        -moz-transition: 0.4s all ease;
        -o-transition: 0.4s all ease;
        transition: 0.4s all ease;
        display: block;
        font-size: 0px;
    }

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #fff;
    z-index: 5555;
}

    .fixed.navigation {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #d6d3d5;
    }

    .fixed.brandlistselection {
        top: 42px;
        border-top: 0;
        margin: 0;
        width: 1180px;
        left: 50%;
        margin-left: -590px;
    }

.hidden {
    display: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.fa {
    line-height: inherit !important;
}

/* ------------------------------------GENEL--------------------------------------------*/
/* ------------------------------------MARKA SLIDER--------------------------------------------*/
.ProductList.markaSlider {
    margin-right: 0;
    margin-bottom: 0;
    width: 100% !important;
    background: #373636;
}

    .ProductList.markaSlider:after {
        clear: both;
        display: table;
        content: "";
    }

.markaSlider .jCarouselLite {
    height: 105px !important;
    width: 100% !important;
}

    .markaSlider .jCarouselLite ul li {
        height: inherit !important;
        line-height: 60px;
        width: 185px !important;
        text-align: center;
        margin-right: 30px;
    }

        .markaSlider .jCarouselLite ul li a img {
            max-width: 125px;
            vertical-align: middle;
            max-height: 100px;
        }

    .markaSlider .jCarouselLite .categoryTitle {
        display: none;
    }


    .markaSlider .jCarouselLite .Jbutonlar {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: -1px;
        right: 0;
        padding-left: 0;
        background: transparent !important;
    }

    .markaSlider .jCarouselLite ul {
        margin-top: 22.5px !important;
    }

    .markaSlider .jCarouselLite .Jbutonlar button {
        height: 100px !important;
        width: 30px !important;
        border-radius: 0 !important;
    }

    .markaSlider .jCarouselLite .Jbutonlar .ProductListprev {
        background: url(https://32ba58.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider_arrow_left.jpg) !important;
        float: left;
        left: 0;
    }

        .markaSlider .jCarouselLite .Jbutonlar .ProductListprev:hover {
            background-position: 0 0 !important;
        }

    .markaSlider .jCarouselLite .Jbutonlar .ProductListnext:hover {
        background-position: 0 0 !important;
    }

    .markaSlider .jCarouselLite .Jbutonlar .ProductListnext {
        background: url(https://8369bd.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider_arrow_right.jpg) !important;
        float: right;
    }

    .markaSlider .jCarouselLite ul li a {
        vertical-align: middle;
        display: inline;
    }
/* ------------------------------------MARKA SLIDER--------------------------------------------*/
/* -----------------------------------SLIDER--------------------------------------------*/
.jCarouselLite {
    width: 100% !important;
    float: left;
    z-index: 0 !important;
}

.Jbutonlar {
    position: absolute;
    top: 255px;
    right: 0px;
    z-index: 999;
    width: 100%;
}

    .Jbutonlar button {
        cursor: pointer;
        background-image: url("https://5b53fd.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/flex-arrow-2.png");
        background-color: transparent;
        background-repeat: no-repeat;
        background-color: #4c4c4c;
        width: 38px;
        height: 38px;
        text-indent: -9000pt;
        border: none;
        transition-duration: 0.4s, 0.4s;
        -webkit-transition-duration: 0.4s, 0.4s;
        position: absolute;
    }

.ProductListprev {
    background-position: 0 0;
    left: -50px;
}

    .ProductListprev:hover {
        /*background-position: 0 -28px;*/
        background-color: #1f271f;
    }


.ProductListnext {
    background-position: -38px 0;
    right: -50px;
}

    .ProductListnext:hover {
        background-color: #1f271f;
        /*background-position: -28px -28px;*/
    }

/* -----------------------------------SLIDER--------------------------------------------*/
/* ------------------------------------HEADER--------------------------------------------*/

#header {
    z-index: 999;
    width: 100%;
    position: relative;
    height: 115px;
    background: #FFF;
}

.headerContent {
    height: 100%;
    position: relative;
    margin: 0px auto;
}

    .headerContent .yanResimliMenu {
        display: none;
    }

.ustmenu-bg {
    position: absolute;
    right: 0;
    left: 240px;
    top: 95px;
    z-index: -1;
    height: 1px;
    background: #dadada;
}

.altmenu-bg {
    display: none;
}


#logo {
    float: left;
    height: auto;
    width: 100%;
    text-align: center;
}

    #logo > img {
        max-width: 330px;
    }

a.logo {
    position: absolute;
    top: 25px;
    left: 0;
      
}

.main-top-links {
    list-style-type: none;
    height: 41px;
    line-height: 41px;
    float: right;
    display: inline-block;
}

    .main-top-links li {
        float: left;
        font-size: 14px;
        color: #666666;
        position: relative;
    }

.welcome {
    display: none;
    text-align: left;
    float: right;
    position: absolute;
    top: 62px;
    right: 105px;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    text-transform: uppercase;
}

.uyeGirisWelcome {
    font-size: 12px;
    color: #000;
}

.welcome a:hover {
    color: #4c4c4c;
}

.welcome > a {
    font-size: 14px;
    color: #2d2e2d;
    display: inline-block;
    margin-left: 10px;
}

.welcome ul {
    float: left;
}

    .welcome ul li {
        display: inline-block;
        float: left;
        text-align: center;
    }

        .welcome ul li:first-child:after {
            content: "|";
            padding: 0 10px;
            font-size: 12px;
            color: #2d2e2d;
        }

        .welcome ul li a {
            font-size: 13px;
            color: #2d2e2d;
            display: inline-block;
        }

        .welcome ul li.headerUyeOl a:before {
            content: "\f13e";
            font-family: FontAwesome;
        }

        .welcome ul li.headerUyeGiris a:before {
            content: "\f007";
            font-family: FontAwesome;
        }

.usernav {
    display: none;
}

.searchContent {
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    background: transparent;
    border: 1px solid #dadada;
}

.ButtonMic {
    display: none !important;
}

    .ButtonMic img {
        opacity: 0.4;
    }

.search input.urunSearchAC {
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    float: left;
    height: 30px;
    line-height: 32px;
    width: 100%;
    padding: 0 0 0 15px;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: 0 !important;
}

.search .rsbButton {
    display: inline-block;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 0px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    background: url(https://1743ee.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/searchBg.png) no-repeat center center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

    .search .rsbButton:hover {
        /*background-color:#1f271f;*/
    }

.kategoriArama {
    width: 115px;
    height: 43px;
    position: absolute;
    top: 0;
    left: -123px;
    border: 1px solid #707070;
    border-radius: 4px;
    overflow: hidden;
}

    .kategoriArama select {
        width: 100%;
        height: 100%;
        border: 0;
        color: #888;
    }

.mycart {
    display: block;
    font-weight: 500;
    color: white;
    float: right;
    position: absolute;
    right: 0;
    top: 62px;
    background: url(https://548fc1.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/mycart_bg.png) no-repeat center left;
    text-align: left;
}

    .mycart > a {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 38px;
    }

    .mycart:hover .CartProduct {
        display: none !important;
    }

    .mycart a .sepetTecxt {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        display: inline-block;
        text-transform: uppercase;
        float: right;
        line-height: 16px;
    }

    .mycart a .sepetToplamTutar {
        display: none;
    }

    .mycart a .sepetUrunSayisi {
        width: 16px;
        height: 16px;
        background: #000;
        text-align: center;
        line-height: 16px;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -7px;
        left: 15px;
    }

    .mycart .sepetUrun {
        display: none;
    }

.CartProduct {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    width: 360px;
    background: #393e44;
    padding: 10px;
}

    .CartProduct .SProduct {
        color: #fff;
        font-size: 13px;
    }

        .CartProduct .SProduct > li > a > span {
            display: none;
        }

        .CartProduct .SProduct li {
            border-bottom: 1px solid #555555;
            padding: 10px 0;
        }

            .CartProduct .SProduct li:before {
                content: "";
                display: table;
                clear: both;
            }

            .CartProduct .SProduct li:after {
                content: "";
                display: table;
                clear: both;
            }

            .CartProduct .SProduct li a img {
                max-height: 50px;
                width: 50px;
                float: left;
                margin-right: 10px;
                border: 1px solid #666666;
            }

            .CartProduct .SProduct li a .SepettopAd {
                float: left;
                text-align: left;
                width: 200px;
                margin-left: 0;
            }

                .CartProduct .SProduct li a .SepettopAd span {
                    font-weight: normal;
                    color: #fff !important;
                    font-size: 12px;
                    line-height: 17px;
                    float: left;
                }

                    .CartProduct .SProduct li a .SepettopAd span:last-child:after {
                        display: none;
                    }

            .CartProduct .SProduct li a .SepetTopAdet {
                float: right;
                margin-right: 2px;
                line-height: 17px;
                font-size: 12px;
                color: #fff;
                font-weight: 400;
            }

                .CartProduct .SProduct li a .SepetTopAdet:after {
                    content: "Adet";
                    margin-left: 5px;
                }

            .CartProduct .SProduct li a span {
                vertical-align: top;
                line-height: 62px;
            }

#header > div > div.mycart > div > ul.SProduct > li > a > span {
    display: none;
}

.CartProduct ul.SProduct li a:before {
    display: none !important;
}

.CartProduct .SPrice {
    text-align: right;
    clear: both;
    float: left;
    width: 100%;
    padding-top: 8px;
}

    .CartProduct .SPrice li {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        float: left;
        margin-left: 10px;
        text-align: right;
    }

        .CartProduct .SPrice li .sepetToplamTutar {
            font-size: 18px;
            margin-left: 5px;
        }

ul.sosyalHeader {
    float: left;
}

    ul.sosyalHeader li {
        float: left;
        line-height: 38px;
        margin-right: 25px;
    }

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

        ul.sosyalHeader li a {
            color: #fff;
            font-size: 14px;
        }

.main-top-texts {
    line-height: 38px;
    color: #fff;
    font-size: 13px;
}

    .main-top-texts ul {
        width: 72%;
        float: left;
    }

.headerHesap {
    display: block;
    position: absolute;
    right: 100px;
    top: 65px;
}

.uyeForm .Block_Alt {
    display: none;
}

.popUye {
    position: absolute;
    top: 58px;
    right: 205px;
}

    .popUye > span {
        width: 95px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #2d2e2d;
        display: block;
        text-align: center;
        cursor: pointer;
    }

    .popUye:hover > span {
        background: #2d2e2d;
        color: #fff;
    }

    .popUye:hover .uyeForm {
        opacity: 1;
        display: block;
    }

.uyeForm .Block_Title {
    display: none;
}

.uyeForm .blocktext {
    font-size: 14px;
    color: #2d2e2d;
    font-style: italic;
}

.uyeForm input {
    border-radius: 0 !important;
    border-color: #dadada;
}

#btnGiris {
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
}

.uyeGirisLink .modul_link:first-child {
    display: none;
}

.uyeGirisLink .modul_link {
    line-height: 35px;
    color: #2d2e2d;
    font-weight: 600;
}

.sideuserlogin ul li:last-child {
    width: auto;
    float: right;
}

.sideuserlogin ul li:nth-last-child(2) {
    width: auto;
}

.uyeForm {
    opacity: 0;
    display: none;
    background: #fff;
    z-index: 999;
    position: absolute;
    right: -120px;
    top: 37px;
    border: 1px solid #ddd;
    padding-bottom: 15px !important;
    height: auto !important;
    padding: 20px;
    width: 310px;
}

    .uyeForm:after {
        content: "";
        width: 100%;
        height: 14px;
        background: transparent;
        position: absolute;
        left: 0;
        top: -14px;
        display: block;
        z-index: -1;
    }

    .uyeForm > ul {
        float: left;
        width: 100%;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #dadada;
    }

        .uyeForm > ul > li {
            margin-bottom: 10px;
            font-style: italic;
        }

            .uyeForm > ul > li > a {
                font-size: 14px;
                color: #2d2e2d;
                font-weight: 600;
            }

            .uyeForm > ul > li i {
                margin-right: 25px;
                font-style: normal;
            }

.uyePopupContent .button {
    width: 71px !important;
    background: #2d2e2d;
    float: left;
    margin-top: 20px !important;
}

.sifremiunuttumBtn {
    float: right;
    height: 34px !important;
    line-height: 34px !important;
    margin-top: 20px;
}

    .sifremiunuttumBtn a {
        line-height: 34px !important;
        color: #2d2e2d !important;
        text-decoration: none !important;
    }

.userloginF1 {
    border: none !important;
    padding: 0 !important;
}

    .userloginF1 .email {
        margin-bottom: 5px;
    }

    .userloginF1 input {
        border: 1px solid #dadada !important;
        text-indent: 15px;
    }

.uyePopupContent {
    padding: 0 !important;
}

/* ------------------------------------HEADER--------------------------------------------*/
/* ------------------------------------RESİMLİMENÜ--------------------------------------------*/

.navigation {
    left: 0;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 240px;
}

ul.ResimliMenu1 {
    display: inline-block;
    height: 100%;
    width: 100%;
}

    ul.ResimliMenu1::after {
        content: "";
        clear: both;
        display: table;
    }

    ul.ResimliMenu1 > li {
        text-align: center;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        ul.ResimliMenu1 > li:after {
            content: "|";
            color: #dadada;
            padding: 0 20px;
            display: inline-block;
        }

        ul.ResimliMenu1 > li:last-child:after {
            display: none;
        }

        ul.ResimliMenu1 > li > a {
            color: #2d2e2d;
            height: 100%;
            font-size: 14px;
            text-align: center;
            position: relative;
            padding: 0 0 17px;
            display: inline-block;
            font-weight: 600;
            border-bottom: 2px solid transparent;
        }

        ul.ResimliMenu1 > li:hover > a {
            border-color: #000000;
        }

    ul.ResimliMenu1 .altMenu {
        position: absolute;
        display: none;
        top: 100%;
        background-color: rgba(255,255,255, 1);
        z-index: 15;
        padding: 30px 30px 0 30px;
        /*padding-bottom:10px;*/
        -webkit-box-shadow: -1px 2px 11px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: -1px 2px 11px 0px rgba(0, 0, 0, 0.06);
        box-shadow: -1px 2px 11px 0px rgba(0, 0, 0, 0.06);
    }

    ul.ResimliMenu1 li:hover .altMenu {
        display: block;
    }

.ResimliMenu1 > li.listMenu.listResimli.list1 .altMenu {
    width: 490px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.listResimli.list2 .altMenu {
    width: 670px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.listResimli.list3 .altMenu {
    width: 850px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.listResimli.list4 .altMenu {
    width: 1030px;
    left: 0;
}

.ResimliMenu1 > li.listMenu.listResimli.list5 .altMenu {
    width: 1070px;
    left: 0;
}

.ResimliMenu1 > li.listMenu.list1 .altMenu {
    width: 260px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.list2 .altMenu {
    width: 460px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.list3 .altMenu {
    width: 660px;
    left: auto;
}

.ResimliMenu1 > li.listMenu.list4 .altMenu {
    width: 860px;
    left: 0;
}

.ResimliMenu1 > li.listMenu.list5 .altMenu {
    width: 1070px;
    left: 0;
}

.ResimliMenu1 > li.listMenu.list6 .altMenu {
    width: 1070px;
    left: 0;
}

ul.ResimliMenu1 .altMenu.static-menu {
    background-color: #fff;
    left: auto !important;
    right: auto !important;
    width: auto;
    padding: 0;
    border: 2px solid #222;
}

    ul.ResimliMenu1 .altMenu.static-menu .altMenuler .altmenuSol > ul > li {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

        ul.ResimliMenu1 .altMenu.static-menu .altMenuler .altmenuSol > ul > li > a {
            position: relative;
            font-size: 13px;
            background: none;
            color: #404040;
            padding: 0px 6px 0 20px;
            margin: 8px;
            font-weight: 600;
            line-height: 20px;
        }

        ul.ResimliMenu1 .altMenu.static-menu .altMenuler .altmenuSol > ul > li:hover > a:after {
        }

        ul.ResimliMenu1 .altMenu.static-menu .altMenuler .altmenuSol > ul > li:hover > a {
            color: #000;
        }

    ul.ResimliMenu1 .altMenu.static-menu .altMenuler .altmenuSol {
        width: 250px !important;
        padding: 10px;
    }

ul.ResimliMenu1 .altMenuler {
    width: 100%;
    text-align: left;
}

ul.ResimliMenu1 li.listResimli .altMenuler .altmenuSol {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
}

ul.ResimliMenu1 .altMenuler .altmenuSol h4 {
    display: none;
}

    ul.ResimliMenu1 .altMenuler .altmenuSol h4 a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }

ul.ResimliMenu1 .listMenu .altMenu.baslikli-altmenu .altmenuSol > ul {
    display: inline-block;
    float: left;
    position: static;
    width: auto;
}

ul.ResimliMenu1 .listMenu .altMenu .altmenuSol > ul {
    float: left;
    width: 200px;
}

.ResimliMenu1 li:nth-child(2) ul {
    width: 100% !important;
}

    .ResimliMenu1 li:nth-child(2) ul li {
        width: 50%;
        clear: none !important;
    }

ul.ResimliMenu1 .altMenuler .altmenuSol > ul > li {
    float: left;
    display: inline-block;
    position: relative;
    height: auto;
    clear: both;
}

ul.ResimliMenu1 .altMenu.baslikli-altmenu .altmenuSol > ul > li {
    float: left;
    display: inline-block;
    position: relative;
    height: auto;
    clear: none;
}

ul.ResimliMenu1 .altMenuler .altmenuSol > ul > li > a {
    font-size: 12px;
    color: #3f3f3f;
    font-weight: 500;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.ResimliMenu1 .altMenuler .altmenuSol ul li ul {
    display: block;
    float: left;
    width: 100%;
}

ul.ResimliMenu1 .altMenuler .altmenuSol ul li:hover ul {
    display: block;
}

ul.ResimliMenu1 .altMenuler .altmenuSol ul li ul li {
    position: relative;
    display: block;
    float: none;
}

ul.ResimliMenu1 .altMenuler .altmenuSol > ul > li > ul > li > a {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
}

    ul.ResimliMenu1 .altMenuler .altmenuSol > ul > li > ul > li > a:hover {
        color: #4c4c4c;
    }

ul.ResimliMenu1 .altMenuler .altMenuSag {
    max-width: 280px;
    float: right;
    overflow: hidden;
    display: inline-block;
}

    ul.ResimliMenu1 .altMenuler .altMenuSag a img {
        max-width: 100%;
    }

ul.ResimliMenu1 .altMenuMarkalar {
    width: 100%;
    clear: both;
    border-top: solid 1px #CCC;
    padding-top: 10px;
    margin-top: 10px;
    float: left;
}

    ul.ResimliMenu1 .altMenuMarkalar a {
        display: block;
        float: left;
        width: 120px;
        height: 60px;
        overflow: hidden;
    }

        ul.ResimliMenu1 .altMenuMarkalar a img {
            width: 100%;
        }

/* ------------------------------------RESİMLİMENÜ--------------------------------------------*/
/* ------------------------------------FOOTER--------------------------------------------*/
#footer {
    width: 100%;
    position: relative;
    clear: both;
    background-color: #ffffff;
    color: #000;
}

.footerLinkler.ustLinkler {
}

    .footerLinkler.ustLinkler .ticiContainer {
        border-top: 1px solid #ddd;
    }

    .footerLinkler.ustLinkler div.Links {
        margin-right: 0;
    }

        .footerLinkler.ustLinkler div.Links > h4 {
            font-size: 15px;
            color: #373636;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .footerLinkler.ustLinkler div.Links > ul > li > a {
            font-size: 13px;
            color: #373636;
            font-weight: 300;
        }

        .footerLinkler.ustLinkler div.Links:first-child {
            border-right: 1px solid #dddddd;
            padding-left: 30px;
        }

        .footerLinkler.ustLinkler div.Links:last-child {
            padding-left: 80px;
        }

.footerLinkler {
    color: #0d4f62;
    display: inline-block;
    float: right;
    width: 100%;
    padding-bottom: 45px;
}

    .footerLinkler .ticiContainer {
        padding-top: 45px;
    }

    .footerLinkler div.Links {
        float: left;
        display: inline-block;
        border-left: 1px solid #dadada;
        padding-left: 90px;
    }

        .footerLinkler div.Links:first-child {
            border: none;
        }

        .footerLinkler div.Links:nth-last-of-type(2) {
            padding-left: 75px;
        }

        .footerLinkler div.Links:last-child {
            padding-left: 45px;
        }

        .footerLinkler div.Links > h4 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #2d2e2d;
            float: none;
        }

        .footerLinkler div.Links > ul {
        }

            .footerLinkler div.Links > ul > li {
                padding: 0;
                display: inline-block;
                clear: both;
                margin-bottom: 8px;
                width: 100%;
            }

                .footerLinkler div.Links > ul > li > a {
                    color: #535453;
                    font-size: 14px;
                    font-weight: 400;
                    font-style: italic;
                }

.footerCenter:after {
    content: "";
    clear: both;
    display: table;
}

.sosyalFooter {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-left: 60px;
}

    .sosyalFooter h4 {
        float: left;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        line-height: 45px;
        margin-right: 30px;
    }

    .sosyalFooter ul {
    }

    .sosyalFooter li {
        display: inline-block;
        margin-right: 7px;
    }

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

        .sosyalFooter li a {
            display: block;
            text-align: center;
            color: #ffffff;
            font-size: 0px;
            width: 26px;
            height: 26px;
            line-height: 26px;
            background: #b4b4b4;
        }

            .sosyalFooter li a i {
                font-size: 18px;
                display: block;
            }

            .sosyalFooter li a.fb:hover {
                background: #3b5998;
            }

            .sosyalFooter li a.tw:hover {
                background: #00aced;
            }

            .sosyalFooter li a.insta:hover {
                background: #125688;
            }

            .sosyalFooter li a.youtube:hover {
                background: #bb0000;
            }

            .sosyalFooter li a.gplus:hover {
                background: #dd4b39;
            }

            .sosyalFooter li a.pinterest:hover {
                background: #cb2027;
            }

            .sosyalFooter li a.lin:hover {
                background: #007bb5;
            }

.footer-carts {
    display: block;
    float: left;
    width: 100%;
}

    .footer-carts .ticiContainer {
        border-top: 1px solid #cccccc;
        padding: 30px 0;
        border-bottom: 1px solid #cccccc;
    }

    .footer-carts img:nth-of-type(2) {
        float: right;
    }

.footer-orta {
    float: left;
    width: 100%;
}

.aboneOlun {
    color: #4a4b4b;
    display: inline-block;
    float: right;
}

    .aboneOlun .mail {
        width: 100%;
        float: right;
    }

    .aboneOlun h4 {
        font-weight: 700;
        color: #373636;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .aboneOlun p {
        color: #535453;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 15px;
    }

.newaslater {
    z-index: 99;
    width: 100% !important;
    height: auto;
    position: relative;
    float: left !important;
}

    .newaslater label {
        position: absolute;
        top: 58px;
        color: #acacac;
        line-height: 30px;
        font-size: 0px;
        display: none;
    }

input[type="text"].newstext {
    color: #535453;
    text-align: left;
    border: 0px solid #ddd;
    width: 100% !important;
    font-size: 11px;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-indent: 12px;
    border-radius: 0;
    box-shadow: none;
    background: #eaeaea;
}

.newsbutton {
    position: absolute;
    top: 0;
    right: 00px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #2d2e2d;
    font-weight: 700;
    overflow: hidden;
    background: #b4b4b4 !important;
    /*background: url(https://ab4428.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/mail_bg.png) no-repeat center center transparent;*/
}

input#txtbxNewsletterMail {
    color: #535453 !important;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: #535453 !important;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: #535453 !important;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: #535453 !important;
}

.footer-bilgi {
    float: left;
    width: 100%;
    height: 40px;
    background: #fff;
}

    .footer-bilgi .ticiContainer {
        border-top: 1px solid #dadada;
        margin-top: 15px;
    }

    .footer-bilgi p {
        display: inline-block;
        line-height: 40px;
        font-size: 11px;
        color: #535453;
        float: left;
    }

p.ticimax_link_main {
    color: #535453 !important;
    font-size: 11px !important;
    font-weight: 400;
    margin: 0 !important;
    text-align: center;
    float: right !important;
    line-height: 35px;
}

.ticimax_link_main a {
    color: #2d2e2d !important;
    font-size: 11px;
}


.footer-ust {
    float: left;
    width: 100%;
    background: #fff;
}

    .footer-ust .ticiContainer {
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        margin-bottom: 25px;
        padding: 12px 0;
    }

.detaylar {
    float: left;
    width: 100%;
    text-align: center;
}

    .detaylar > li {
        float: left;
        border-right: 1px solid #dadada;
        font-size: 14px;
    }

        .detaylar > li:last-child {
            border: none;
        }

.musteri-hizmet {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .musteri-hizmet p {
        font-size: 30px;
        color: #2d2e2d;
        letter-spacing: 0.9px;
        font-weight: 700;
    }

    .musteri-hizmet h3 {
        font-size: 24px;
        color: #2d2e2d;
        letter-spacing: 3.1px;
        font-weight: 400;
    }

.footer-bottom {
    float: left;
    width: 100%;
    background: #090909;
    padding-bottom: 25px;
}

    .footer-bottom .ticiContainer {
        padding-top: 25px;
        border-top: 1px solid #464343;
    }

.footerLogo {
    border-right: 1px solid #464343;
    text-align: center;
}

    .footerLogo img {
        margin-bottom: 20px;
    }

    .footerLogo p {
        font-size: 12px;
        color: #fff;
        font-weight: 300;
        text-align: left;
        padding: 0 10px;
    }
/* ------------------------------------FOOTER--------------------------------------------*/
/* ------------------------------------CONTANIER--------------------------------------------*/

.ticiContainer {
    margin: 0px auto;
    position: relative;
    transition-duration: 0.7s, 0.7s !important;
    -webkit-transition-duration: 0.7s, 0.7s !important;
}

.centerCount {
    float: right;
    min-height: 400px;
    width: 970px;
}

.homeContainer .centerCount .clear {
    clear: none;
}

.leftBlock {
    width: 180px;
    float: left;
}

.rightBlock {
    width: 22%;
    float: right;
    border-left: 1px solid #DDDDDD;
    padding-left: 1%;
    display: none;
}

.UrunDetayCenter {
    width: 1140px;
}

.UrunDetayLeft {
    display: none;
}

.Block_item {
    float: left;
    width: 100%;
}

    .Block_item.Anket a {
        display: block;
        width: 50%;
        margin: 0px auto;
    }

.Block_Title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Block_Title span {
        position: relative;
        display: inline-block;
    }

        .Block_Title span > span {
            font-weight: 300;
        }

        .Block_Title span > .category-underline {
            background: url(https://c4d0d9.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/category-underline-bg.png) repeat-x bottom;
            font-weight: normal;
        }


.UrunGuruplari {
    background: #fff;
    padding: 8px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}

    .UrunGuruplari .Block_Title {
        color: #575489;
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
        border-bottom: 1px solid #f4eff4;
        padding-bottom: 14px;
    }

        .UrunGuruplari .Block_Title span {
            font-weight: 700;
        }


.Block_Text .uyeGirisHata span {
    color: #FF0000;
}

.Block_Text img {
    max-width: 200px;
}

.Block_Text ul li {
    margin-bottom: 8px;
    display: block;
    float: left;
    width: 100%;
    color: #666666;
    font-size: 12px;
}

.blocktext {
    color: #666666;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.blocklink {
    float: left;
    background: url("https://b4d561.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/menuOk.png") no-repeat scroll 0 center transparent;
    padding-left: 10px;
}

.icon {
    float: left;
}

.EmailListesi {
    background: url(https://1b3cdc.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/eposta_listesi.jpg);
    height: 410px;
    position: relative;
}

    .EmailListesi .Block_Title {
        display: none;
    }

    .EmailListesi .Block_Text input[type="text"] {
        position: absolute;
        top: 250px;
        width: 200px;
        left: 24px;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        color: #323232;
    }

    .EmailListesi .Block_Text input[type="submit"] {
        position: absolute;
        top: 320px;
        left: 78px;
        width: 100px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        background: #f66a33 !important;
    }

.homeContainer {
    padding-top: 30px;
}

.categoryContainer {
    padding-top: 10px;
}

.homeContainer .centerCount {
    margin-top: 0px;
}

.FirsatSlideItem {
    float: right;
    width: 265px;
    height: 310px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .FirsatSlideItem .Block_Title {
        background: none;
        text-align: center;
        color: #000;
        font-size: 15px;
        font-weight: 700;
    }

        .FirsatSlideItem .Block_Title span {
        }

    .FirsatSlideItem .firsatUrunleri {
        width: 265px !important;
        height: 310px;
        margin: 0 auto;
    }

        .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem {
            height: 320px !important;
        }

            .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem .firsatUrunResim {
                width: 265px;
                height: 195px;
            }

                .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem .firsatUrunResim a img {
                    max-width: 100%;
                    max-height: 195px;
                }

            .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem .firsatUrunAdi {
                width: 100%;
                text-align: center;
                margin: 5px auto !important;
                padding: 0 10px 5px;
            }

                .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem .firsatUrunAdi a {
                    font-size: 13px;
                }

            .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem .firsatUrunFiyat {
                text-align: center;
                display: block;
                font-weight: 500;
                font-size: 20px;
                width: 100%;
                margin: 0 auto;
                color: #4c4c4c;
            }

.firsatUrunSepeteEkle {
    display: block !important;
    width: 100%;
    margin-top: 5px;
}

    .firsatUrunSepeteEkle a {
        width: 140px;
        height: 40px;
        background: #4c4c4c;
        margin: 0 auto !important;
        font-size: 13px;
        color: #fff;
        text-decoration: none !important;
        display: block;
        text-align: center;
        line-height: 40px;
    }

/* ------------------------------------Container--------------------------------------------*/
/* ------------------------------------ÜRÜN SLIDER--------------------------------------------*/
.sliderBannerContainer {
    float: left;
    width: 100%;
    margin: 30px 0;
}

    .sliderBannerContainer.UstSlider {
    }

.tabList {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cac4c7;
    margin-top: 20px;
}

    .tabList .JKatAdi.categoryTitle:last-child {
        display: none;
    }

.JKatAdi.categoryTitle {
    text-align: left;
    width: auto;
    float: left;
    margin-right: 60px;
    cursor: pointer;
}

.JKatAdi.active:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #de246c;
    display: block;
}

.JKatAdi > span > span {
    font-size: 16px;
    font-weight: 700;
    color: #373636;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.jCarouselLite .Jbutonlar {
    display: none;
    position: absolute;
    top: 4px;
    width: 105px;
    height: 50px;
    background-color: #fff;
    /*background:url(https://23e2e1.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/Jbutonlar_bg.png) no-repeat;*/
}

    .jCarouselLite .Jbutonlar .button {
        width: 50px;
        height: 50px;
        text-indent: -9000pt;
        border: none;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-duration: 0.2s, 0.2s;
        position: absolute;
        cursor: pointer;
        background-color: #ebebeb;
        background-image: url(https://ff333d.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/Jbutonlar.png);
        background-repeat: no-repeat;
    }

        .jCarouselLite .Jbutonlar .button:hover {
            background-color: #818285;
        }

    .jCarouselLite .Jbutonlar .ProductListprev {
        background-position: 0 0;
        left: 0;
    }

        .jCarouselLite .Jbutonlar .ProductListprev:hover {
            background-position: 0 -50px;
        }

    .jCarouselLite .Jbutonlar .ProductListnext {
        background-position: -50px 0;
        position: absolute;
        right: 0;
    }

        .jCarouselLite .Jbutonlar .ProductListnext:hover {
            background-position: -50px -50px;
        }

.jCarouselLite ul {
    float: left;
}

    .jCarouselLite ul li {
        overflow: visible !important;
        margin-right: 20px !important;
        width: 280px !important;
        height: auto !important;
    }

        .jCarouselLite ul li:nth-of-type(4n) {
            margin-right: 0 !important;
        }

.jCarouselLite .productItem, .jCarouselLite2 .productItem {
    width: 100% !important;
    margin: 0 !important;
}

    .jCarouselLite .productItem .productImage, .homeContainer .ProductListContent .productItem .productImage {
    }

        .jCarouselLite .productItem .productImage img, .homeContainer .ProductListContent .productItem .productImage img {
        }
/*.jCarouselLite ul li .productItem .productIcon .mycartIcon, .homeContainer .ProductListContent .productItem .productIcon .mycartIcon {
            top: 355px;
        }
        .jCarouselLite ul li .productItem .productIcon .examineIcon, .homeContainer .ProductListContent .productItem .productIcon .examineIcon  {
            right: 75px;
        }*/
.jCarouselLite ul li .productItem .productIcon .newIcon {
}

.jCarouselLite ul li .productItem .productIcon .discountIcon {
}

.jCarouselLite ul li .productItem .productIcon .cargoIcon, .homeContainer .ProductListContent .productItem .productIcon .cargoIcon {
    /*top: 230px;*/
}
/* ------------------------------------ÜRÜN SLIDER--------------------------------------------*/
/* ------------------------------------Marka Listeleme --------------------------------------------*/

.brandItem {
    display: block;
    float: left;
    height: 20px;
    margin: 0 5px 1px 0;
    transition: color 0.1s linear 0s;
    width: 113px;
    line-height: 11px;
}

    .brandItem:hover {
        color: #FF0000;
    }

.productBrandContent {
    background-color: #FFFFFF;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    height: auto;
}

.productBrand {
    color: #FFFFFF;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.productBrandList {
    color: #666666;
    overflow: hidden;
    text-align: left;
    width: auto;
}

#allBrands {
    background: url(https://6d545c.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/tumMarkalar.png) center 0 no-repeat;
    background-color: #FFFFFF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    clear: both;
    cursor: pointer;
    height: 26px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999pt;
}

.allBrandsActive {
    background-position: center -26px !important;
}

.productsHover {
    height: 43px;
}
/* ------------------------------------Marka Listeleme --------------------------------------------*/
/* ------------------------------------Ürün Filtreleme--------------------------------------------*/

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    .urunListRel label input {
        float: left;
        margin-top: 7px;
        margin-right: 5px;
        margin-left: 0;
    }

    .urunListRel label label {
        margin-left: 0;
        font-weight: normal;
        text-transform: capitalize;
    }

.brandlistselection {
    width: 100%;
    position: relative;
    background: #fff;
    height: 41px;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    margin-bottom: 35px;
}

    .brandlistselection:after {
        content: "";
        display: table;
        clear: both;
    }

.brandlistselectionBottom {
    float: right;
    margin-bottom: 5px;
}

.brandlistselection label input[type="checkbox"] {
    margin-top: 0;
}

.brandlistselection .selectBox#divUstFiltreKategori, .brandlistselection .selectBox#divUstFiltreMarka {
    display: none;
}


.brandlistselection .selectBox {
    background: url("https://3cc25e.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/select_button.png") no-repeat center right transparent;
    height: 39px;
    padding-right: 20px;
    position: relative;
    float: left;
}

    .brandlistselection .selectBox p {
        text-align: left;
        display: block !important;
        margin-left: 0;
        height: 39px;
        line-height: 39px;
        color: #4c4c4c;
        font-weight: 400;
        font-size: 13px;
        text-transform: none;
    }

#mainHolder_divSayfalamaUst > div.brandlistselection > label {
    float: left;
    margin: 17px 0 0 20px;
    display: none;
}

#mainHolder_chkStoktakiler {
    display: none;
}

#mainHolder_divSayfalamaUst > div.brandlistselection > label > label {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    background: url(https://231198.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/check2.png) no-repeat;
    height: 16px;
    background-position: 0px -16px;
    text-indent: 22px;
    line-height: 16px;
    position: relative;
}

.brandlistselection > label input[type=checkbox]:checked + label {
    background-position: 0px 0 !important;
}

input#mainHolder_chkStoktakiler + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#mainHolder_linkFiltreKaldir {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 13px;
    margin-left: 20px;
}

.urunListRel label label {
    margin-left: 0;
    font-weight: normal;
    text-transform: capitalize;
}

.brandlistselection .selectBox select {
    width: 100%;
    height: 100%;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
}

    .brandlistselection .selectBox select option {
        margin-left: 0;
        font-size: 12px;
    }

.urunListRel .brandlistselection .blockSelect {
    float: right;
    width: auto;
    height: 39px;
    margin-right: 5px;
}

.blockSelect a {
    width: 28px;
    height: 39px;
    display: inline-block;
    background-image: url(https://aafd0e.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/urun_liste.png);
}

.blockSelect .sort_hrz {
    background-position: -56px 0;
    float: right;
}

    .blockSelect .sort_hrz.sort_hrzActive {
        background-position: -56px -39px;
    }

.blockSelect .sort_3 {
    background-position: -28px 0;
}

    .blockSelect .sort_3.sort_3Active {
        background-position: -28px -39px;
    }

.blockSelect .sort_4 {
    background-position: 0 0;
    float: left;
}

    .blockSelect .sort_4.sort_4Active {
        background-position: 0 -39px;
    }

.pageNumber {
    float: right;
    margin-top: 15px;
    text-align: center;
}

.pageNumberContent {
    float: right;
}

#mainHolder_divSayfalamaAlt {
}

.pageNumber.pageNumberBottom {
    margin: 10px 0 30px;
    text-align: right;
    float: right;
    display: inline-block;
    width: 100%;
}

.pageNumber a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400 !important;
    color: #737373;
    background: #ffffff;
    float: left;
    font-weight: 200;
    padding: 0 8px;
    height: 30px;
    border: 1px solid #d5d5d5;
    line-height: 28px;
    margin: 0 -1px 0 0;
}

    .pageNumber a.SelectedSayfa, .pageNumber a:hover {
        background: #3b3b3d;
        border-color: #3b3b3d;
        color: #fff;
    }

.pageBorder {
    display: inline-block;
}

.brandlistselectionBottom {
    display: none;
}

#mainHolder_divSayfalamaUst.urunListRel .pageNumber {
    display: none;
}

/* ------------------------------------Ürün Filtreleme--------------------------------------------*/
/* ------------------------------------Ürün Liste--------------------------------------------*/

.product-wrapper {
    background: #eeede9;
    padding: 20px 30px;
}

    .product-wrapper::after {
        content: "";
        display: table;
        clear: both;
    }

/*breadcrumb*/
.ribbon {
    width: 100%;
    float: left;
}

.categoryTitle {
    width: 100%;
    float: left;
}

.ProductDetail .categoryTitleText {
    font-size: 0;
    padding-bottom: 15px;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 30px;
}

.categoryTitleText {
    margin: 0 auto 0 auto;
    float: left;
    width: 100%;
    color: #9a9a9a;
    padding: 30px 0 18px;
}

    .categoryTitleText ul.breadcrumb li, .proCategoryTitle.categoryTitleText ul.breadcrumb li:last-child {
        font-size: 0;
        color: #4c4c4c;
        font-weight: 700;
    }

        .categoryTitleText ul.breadcrumb li:after {
            content: ">";
            padding: 0 6px;
            font-size: 11px;
        }

        .categoryTitleText ul.breadcrumb li:last-child:after {
            display: none;
        }

        .categoryTitleText ul.breadcrumb li:last-child {
            font-size: 11px;
            color: #4c4c4c;
            font-weight: 700;
        }

        .categoryTitleText ul.breadcrumb li a, .categoryTitleText ul.breadcrumb li:first-child a, .categoryTitleText a#linkOncekiSayfa {
            font-size: 11px;
            color: #4c4c4c;
            font-weight: 700;
        }


    .categoryTitleText a#linkOncekiSayfa {
        float: right;
        cursor: pointer;
    }
/*breadcrumb*/

.newIconDetail, .cargoIconDetail, .discountIconDetail {
    display: none;
}

.ProductListContent {
    margin-left: -10px;
    margin-right: -10px;
}

    .ProductListContent:after {
        content: "";
        clear: both;
        display: table;
    }

.ProductList {
    position: relative;
    clear: both;
}

    .ProductList.Kategori1 {
        margin-right: 0;
    }

.urun-row {
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.ProductList .productItem {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

    .ProductList .productItem:hover {
        border-color: transparent;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

.productItem .productImage {
    overflow: hidden;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    height: 408px;
}

    .productItem .productImage img {
        max-width: 100%;
        vertical-align: middle;
    }

.ProductList.pr_3 .productItem .productImage img {
    max-height: 512px;
}

.ProductList .productItem .productDetail {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    height: 80px;
    background: #ffffff;
    padding: 15px 9px 10px;
}

.ProductList .productName {
    text-align: left;
    width: 100%;
    overflow: hidden;
}

    .ProductList .productName a {
        color: #3b3b3d;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        display: block;
    }

.productOnYazi {
    display: none !important;
}

.ProductList .productMarka {
    display: none !important;
}

.ProductList .productPrice {
    float: left;
    height: 20px;
    text-align: left;
    position: absolute;
    left: 9px;
    right: 0;
    bottom: 10px;
}
/*normal fiyat*/
.ProductList .discountPrice {
    display: inline-block;
    color: #3b3b3d;
    font-size: 16px;
    font-weight: 700;
}

    .ProductList .discountPrice .discountKdv {
        display: none;
    }
/*indirimli fiyat*/
.ProductList .regularPrice {
    margin-left: 20px;
    display: inline-block;
    color: #3b3b3d;
    font-size: 13px;
    text-decoration: line-through;
    margin-top: 3px;
}

    .ProductList .regularPrice .regularKdv {
        display: none;
    }

.ProductList .productItem .examineIcon {
    opacity: 0;
}

.ProductList .productItem:hover .examineIcon {
    /*opacity:1;*/
}

.ProductList .productItem * {
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.ProductList .mycartIcon {
    display: none;
    position: absolute;
    top: 97px;
    left: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 110;
    background: url(https://4546f7.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/mycartIcon.png) no-repeat 16px #fff;
}

    .ProductList .mycartIcon:hover {
        width: 191px;
        background: url(https://92c47c.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/mycartIcon_hover.png) no-repeat 16px #818285;
    }

    .ProductList .mycartIcon a {
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        width: 141px;
        height: 100%;
        line-height: 50px;
        text-align: center;
        float: left;
        position: absolute;
        left: 50px;
        background: #4c4c4c;
    }


.ProductList .examineIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -67px;
    margin-top: -100px;
    overflow: hidden;
    z-index: 110;
    width: 134px;
    height: 134px;
    font-size: 0;
}

.examineIcon a {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://67f36d.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/examineIcon.png) center center no-repeat transparent;
}

.ProductList .favori {
    display: none;
    position: absolute;
    top: 151px;
    left: 5px;
    overflow: hidden;
    z-index: 110;
    width: 50px;
    height: 50px;
    background: url(https://09df0a.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/urunFavla.png) no-repeat 13px #fff;
}

.favori:hover {
    width: 191px;
    background: url(https://fdbcd7.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/urunFavla_hover.png) no-repeat 13px #818285;
}

.ProductList .favori a {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 141px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    float: left;
    position: absolute;
    left: 50px;
    background: #4c4c4c;
}


.ProductList .discountIcon {
    /*background: url(https://921552.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/indirim_icon.png) no-repeat;*/
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #3b3b3d;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .ProductList .discountIcon span {
        display: none;
    }

    .ProductList .discountIcon .discountIconDetail {
        display: none !important;
    }

.ProductList .cargoIcon {
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    bottom: 79px;
    right: 0;
    left: 0;
    position: absolute;
    /*background: url(https://a69506.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/cargoIcon.png) no-repeat center center transparent;*/
}

    .ProductList .cargoIcon span {
        background: #fff;
        display: inline-block;
        padding: 9px 20px;
        text-transform: uppercase;
        font-size: 12px;
        color: #3b3b3d;
        font-weight: 600;
    }

    .ProductList .cargoIcon:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #000;
        display: block;
        margin: 0 auto;
    }


.ProductList .newIcon {
    /*background: url(https://bf34ba.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/yeni_icon.png) no-repeat;*/
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #3b3b3d;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.TukendiIco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, .3);
}

    .TukendiIco span {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        width: 110px;
        background: #000000;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -55px;
    }

.boxBedenlerContent {
    display: none;
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: 0%;
    padding: 10px 0;
    background: rgba(255,65,96, 0.6);
    overflow: hidden;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
}

    .boxBedenlerContent .boxBedenlerContainer {
        text-align: center;
    }

        .boxBedenlerContent .boxBedenlerContainer .boxBedenler {
            display: inline-block;
            line-height: 30px;
            font-size: 12px;
            font-weight: 500;
            color: #000;
            margin: 0 10px 0 0;
            text-align: center;
            width: 30px;
            height: 30px;
            background: #fff;
            border-radius: 50%;
        }

            .boxBedenlerContent .boxBedenlerContainer .boxBedenler.noStokUrunListe {
                background: url(https://f4bc90.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/product_nostok.png) no-repeat center center #fff;
            }

        .boxBedenlerContent .boxBedenlerContainer .boxResimContent {
            display: none;
        }

.ProductList.pr_hrz .productItem {
    width: 100% !important;
    height: 200px !important;
    margin-right: 0 !important;
}

.ProductList.pr_hrz .productImage {
    line-height: 170px;
    display: list-item;
    list-style-type: none;
    width: 20% !important;
    height: 197px !important;
    float: left !important;
}

    .ProductList.pr_hrz .productImage a img {
        margin-top: 0 !important;
        max-height: 197px;
        vertical-align: middle;
        display: inline;
    }

    .ProductList.pr_hrz .productImage a {
        vertical-align: middle;
    }

.ProductList.pr_hrz .productDetail {
    float: left;
    width: 80%;
}

.ProductList.pr_hrz .productName {
    text-align: left;
    width: 100%;
    height: auto;
}

    .ProductList.pr_hrz .productName a {
        font-size: 22px;
    }

.ProductList.pr_hrz .productOnYazi {
    width: 100%;
    text-align: center;
}

.ProductList.pr_hrz .regularPrice {
    width: auto;
}

.ProductList.pr_hrz .discountIcon {
}

.ProductList.pr_hrz .productMarka {
    right: 10px;
    top: 55px;
}

.ProductList.pr_hrz .productItem .examineIcon, .ProductList.pr_hrz .productItem .mycartIcon, .ProductList.pr_hrz .productItem .favori {
    left: auto;
    right: 350px;
}

.ProductList.pr_hrz .mycartIcon {
    top: 15px;
}

.ProductList.pr_hrz .favori {
    top: 75px;
}

.ProductList.pr_hrz .examineIcon {
    top: 135px;
}

.categorydesign {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .categorydesign img {
        max-width: 100%;
    }

    .categorydesign h1 {
        font-size: 30px;
        font-weight: 300;
        color: #000;
    }

.kategori-banner {
    position: relative;
}

.kat-yazi {
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 10px 20px;
    float: left;
    background-color: rgba(0,0,0, 0.3);
    max-width: 600px;
}

    .kat-yazi h1 {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .kat-yazi p {
        font-size: 14px;
        color: #fff;
    }

.slide {
    width: 100%;
    margin-bottom: 15px;
}


/* Listeleme Gizliler*/

.productBrandHolder {
    display: none;
}

.category-img {
    background: #fff;
    position: relative;
}

    .category-img img {
        float: left;
        margin-right: 20px;
    }

    .category-img .category-text {
        position: absolute;
        top: 40px;
        left: 20px;
        right: 35%;
    }

        .category-img .category-text p {
            font-size: 13px;
            color: #262626;
        }

        .category-img .category-text h4 {
            font-size: 15px;
            color: #000;
            font-weight: 600;
        }



/* ------------------------------------Ürün Liste--------------------------------------------*/
/* ------------------------------------ÜRÜN DETAY--------------------------------------------*/
.ProductDetailMain {
    width: 100%;
    float: left;
}

.DetayYeniUrun {
    display: none;
}

#divYeniUrun {
}

.leftImage {
    width: 49%;
    float: left;
    position: relative;
}

.Images {
    width: 83%;
    float: left;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #eaeaea;
}

    .Images img {
        max-width: 100%;
    }

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    float: right;
    width: 14%;
}

    .SmallImages .AltImgCapSmallImg {
        background-color: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
        display: block;
        cursor: pointer;
        text-align: center;
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
    }

.RightDetail {
    float: left;
    width: 42.5%;
    position: relative;
    margin-left: 40px;
}

.ProductName {
    width: 100%;
    text-align: left;
    float: left;
}

    .ProductName h1 {
        padding: 0;
        font-size: 24px;
        display: block;
        color: #2d2e2d;
        font-weight: 400;
        line-height: 30px;
    }

#divUrunKodu {
}

.PriceList {
    position: relative;
    width: 100%;
    float: left;
}

.OlcuTablosu {
    overflow: hidden;
    float: left;
    font-size: 0px;
    width: 113px;
    height: 32px;
    /*background: url(https://b97e6e.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/olcutablosu.png) no-repeat;*/
    margin-top: 3.5px;
    margin-left: 101.5px;
}

    .OlcuTablosu:hover {
        /*background:#4c4c4c;
        color:#fff;*/
    }

.Formline {
    width: 100%;
    font-size: 14px;
    float: left;
    color: #333333;
    padding-left: 0;
    line-height: 20px;
}

    .Formline span {
        display: block;
        float: left;
    }

        .Formline span a {
            font-size: 14px;
        }

.OnYaziContent {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
}

    .OnYaziContent h2 {
        font-size: 13px !important;
        color: #373636;
        font-weight: 400;
    }

.Formline .left_line {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.Formline .center_line {
    width: 10px;
}

.Formline .lineTitle {
}

.Formline .right-line {
}

.indirimli {
    font-weight: 700;
    font-size: 16px;
}

.Formline .teksatir {
    width: 100%;
}

.Formline .taksitSatir {
    color: #E74C3C;
    font-weight: 600;
}

.selectAdet {
    line-height: 23px;
}

    .selectAdet select {
        padding: 2px;
        border: 1px solid #DDDDDD;
    }

.kampanyalar {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.urunDetayKampanyaTittle {
    background: url(https://5b91a1.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/Default/images/urunDetayKampanyaTittle.png) left top no-repeat #f5f5f5;
    padding-left: 5%;
    border-bottom: 2px solid #FF0000;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
}

    .urunDetayKampanyaTittle p {
        color: #000;
        font-weight: 700;
    }

.kampanyalar .Formline {
    padding: 0;
    margin: 0;
}

.campaignsTitle {
    padding: 2px;
    background-color: #A09B98;
    color: #FFFFFF;
}

#pnlFiyatlar {
    margin: 20px 0;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    padding: 20px 0;
}

    #pnlFiyatlar span.lineTitle {
        display: none;
    }

#divIndirimOrani {
    float: right;
    width: 40px;
    height: 28px;
    text-align: center;
    position: relative;
    border-top: 1px solid #2d2e2d;
    border-bottom: 1px solid #2d2e2d;
}

.IndirimOraniContent .lineTitle, .IndirimOraniContent .center_line {
    display: none;
}

.IndirimOraniContent .indirimliOrani {
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3d;
    float: none;
    line-height: 26px;
    text-transform: uppercase;
}

    .IndirimOraniContent .indirimliOrani span {
        display: none;
    }

#divIndirimsizFiyat {
    float: left;
}

    #divIndirimsizFiyat .right_line {
        font-size: 20px;
        font-weight: 700;
        color: #373636;
    }

        #divIndirimsizFiyat .right_line .spanKdv {
            display: none;
        }

#divIndirimliFiyat {
    float: left;
}

    #divIndirimliFiyat .PiyasafiyatiContent {
        float: right;
        width: auto;
        margin-left: 50px;
    }

        #divIndirimliFiyat .PiyasafiyatiContent span.right_line {
        }

            #divIndirimliFiyat .PiyasafiyatiContent span.right_line span {
                font-size: 16px;
                color: #999999;
                font-weight: 400;
                padding-top: 6px;
                text-decoration: line-through;
            }

        #divIndirimliFiyat .PiyasafiyatiContent span.spanKdv {
            display: none;
        }

    #divIndirimliFiyat .IndirimliFiyatContent {
        float: left;
        width: auto;
        margin-top: 2px;
        margin-left: 4px;
    }

        #divIndirimliFiyat .IndirimliFiyatContent .right_line {
            font-size: 32px;
            color: #2d2e2d;
            font-weight: 400;
        }

            #divIndirimliFiyat .IndirimliFiyatContent .right_line span {
            }

#divStokYok {
    float: left;
    width: 100%;
    padding-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-top: 20px;
}

.puanVer {
    margin-top: 10px;
    width: auto;
    display: none;
}

#PuanVer {
    display: inline-block;
    vertical-align: middle;
}

.RadRating_Default a, .RadRating_Default a span {
    background-image: url(https://a632e0.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/stars.png) !important;
}

.PuanVerSag {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
}

    .PuanVerSag a {
        margin: 0 2px;
    }

#divMarka {
    display: block;
    margin: 20px 0 0;
}

    #divMarka .lineTitle {
        display: none;
    }

    #divMarka .center_line {
    }

    #divMarka .left_line {
    }

    #divMarka .right_line {
    }

        #divMarka .right_line a span {
            font-weight: 400;
            color: #2d2e2d;
            font-size: 14px;
        }

#divParaPuan {
    display: none;
}

#divMinMaksAlim {
    display: none;
}

#divAdetCombo {
    float: left;
    width: 120px;
}

    #divAdetCombo .left_line {
        display: none;
        float: left;
        font-size: 13px;
        color: #323232;
        font-weight: 400;
        line-height: 35px;
    }

    #divAdetCombo .center_line {
        line-height: 35px;
        display: none;
    }

    #divAdetCombo .right_line {
        float: left;
        width: 100%;
    }

        #divAdetCombo .right_line select {
            padding: 0;
            margin: 0;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none !important;
            cursor: pointer;
            background: url(https://726e34.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/adet_bg.png) no-repeat #fff 95px;
            font-size: 13px;
            font-weight: 500;
            color: #000;
            min-width: 70px !important;
            width: 100%;
            border: 0;
            height: 50px;
            text-indent: 20px;
        }

div#divTaksitAciklama {
    width: 100%;
    float: none;
    text-align: left;
}

#divTaksitAciklama .taksitSatir {
    color: #373636;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
}

#divSecilebilirKampanyalar .campaignsItem {
    border: 0;
    border-bottom: 1px dotted #d8d8d8;
}

    #divSecilebilirKampanyalar .campaignsItem .campaignsItemS1 {
        text-align: center;
    }

        #divSecilebilirKampanyalar .campaignsItem .campaignsItemS1 input {
            margin-top: 15px;
        }

    #divSecilebilirKampanyalar .campaignsItem .campaignsItemS2 {
        height: 57px;
        width: 10%;
    }

    #divSecilebilirKampanyalar .campaignsItem .campaignsItemS3 {
        width: 75%;
        float: left;
    }

        #divSecilebilirKampanyalar .campaignsItem .campaignsItemS3 span {
            font-weight: 700;
            color: #000;
            font-size: 13px;
            margin-left: 10px;
        }

#divSecilemezKampanyalar .campaignsItem {
    border: 0;
    border-bottom: 1px dotted #d8d8d8;
}

    #divSecilemezKampanyalar .campaignsItem .campaignsItemS1 {
        text-align: center;
    }

        #divSecilemezKampanyalar .campaignsItem .campaignsItemS1 img {
            margin-top: 18px;
        }

    #divSecilemezKampanyalar .campaignsItem .campaignsItemS2 {
        height: 57px;
        width: 10%;
    }

        #divSecilemezKampanyalar .campaignsItem .campaignsItemS2 img {
            display: none;
        }

    #divSecilemezKampanyalar .campaignsItem .campaignsItemS3 {
        width: 75%;
        float: left;
    }

        #divSecilemezKampanyalar .campaignsItem .campaignsItemS3 span {
            font-weight: 700;
            color: #000;
            font-size: 13px;
            margin-left: 10px;
        }

.RightDetail #divKategoridenGelenKampanyalar {
    margin: 5px 0;
}

    .RightDetail #divKategoridenGelenKampanyalar .campaignsItem {
        border: 0;
    }

    .RightDetail #divKategoridenGelenKampanyalar .campaignsItemS1 {
        padding-left: 0;
        margin-right: 5px;
    }

    .RightDetail #divKategoridenGelenKampanyalar .campaignsItemS3 {
        float: none;
    }

        .RightDetail #divKategoridenGelenKampanyalar .campaignsItemS3 span {
            font-weight: 700;
            color: #ff0000;
            font-size: 13px;
            text-decoration: underline;
        }

#divUrunEkSecenek {
    display: block;
    width: 100%;
    float: left;
}

.eksecenekLine {
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}

#divUrunEkSecenek > div:nth-child(1) {
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}

.eksecenekLine .left_line {
    float: left;
    position: relative;
    font-size: 14px;
    color: #2d2e2d;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    width: 65px;
}

.eksecenekLine .center_line {
    display: none;
}

.eksecenekLine .right_line {
    float: left;
}

.eksecenekSelect {
    margin: 0;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    cursor: pointer;
    background: url(https://726e34.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/adet_bg.png) no-repeat 158px;
    font-size: 14px;
    font-weight: 200;
    color: #242424;
    min-width: 70px !important;
    width: 180px;
    border: 1px solid #ddd;
    height: 40px;
    background-color: transparent;
    padding: 0;
}

.eksecenekLine .size_box {
    font-size: 14px;
    color: #2d2e2d;
    font-weight: 400;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    padding: 0 9px;
    height: 35px;
    border: 1px solid #e6e6e6;
    background: #fff;
    line-height: 33px;
    min-width: 35px;
    border-radius: 1px;
}

    .eksecenekLine .size_box.nostok {
        background: url(https://5a70cb.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/nostok.png) no-repeat center center #fff;
        cursor: not-allowed;
        border-color: #b6b6b6;
    }

    .eksecenekLine .size_box.selected, .eksecenekLine .size_box:hover {
        border-color: #b6b6b6;
    }

.ProductIcon {
    float: right;
    width: 30px;
    margin-top: 160px;
}

    .ProductIcon > div {
        float: left;
        position: relative;
        text-align: center;
    }

        .ProductIcon > div#HaberVer {
            display: none;
        }

        .ProductIcon > div > a {
            cursor: pointer;
            float: left;
            display: block;
        }

            .ProductIcon > div > a:hover > span {
                opacity: 1;
            }

            .ProductIcon > div > a > span {
                opacity: 0;
                color: #fff;
                font-size: 11px;
                line-height: 14px;
                font-weight: 400;
                background: #000;
                z-index: 5;
                position: absolute;
                top: -23px;
                width: 150px;
                left: -60px;
                -webkit-transition: 0.4s all ease;
                -moz-transition: 0.4s all ease;
                -o-transition: 0.4s all ease;
                transition: 0.4s all ease;
            }

                .ProductIcon > div > a > span:after {
                    content: "";
                    width: 100%;
                    height: 7px;
                    background: url(https://22d0bc.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/ProductIcon_AfterBg.png) no-repeat center center;
                    display: block;
                    position: absolute;
                    bottom: -3px;
                    left: 0;
                }

            .ProductIcon > div > a:before {
                content: "";
                background-image: url(https://568e3c.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/urun_icons.png);
                background-repeat: no-repeat !important;
                border: 1px solid #aeaeae;
                height: 28px;
                width: 28px;
                margin: 0 auto 12px;
                display: block;
            }

.box1 {
    margin: 0 !important;
    min-width: unset !important;
    text-align: unset !important;
    box-shadow: none !important;
}

    .box1 i {
        display: none;
    }

.ProductIcon .FiyatHaberVer a:before {
    background-position: 0 0;
}

.ProductIcon .FiyatHaberVer a:hover:before,
.ProductIcon .FiyatHaberVer .ButtonAktif:before {
    background-position: 0 -28px;
    border-color: #4c4c4c;
    color: #4c4c4c;
}

.ProductIcon .UFavorilerimeEkle #aFavoriEkleBtn:before {
    background-position: -28px 0;
}

.ProductIcon .UFavorilerimeEkle #aFavoriEkleBtn:hover:before,
.ProductIcon .UFavorilerimeEkle #aFavroriCikarBtn:before {
    background-position: -28px -28px;
    border-color: #4c4c4c;
    color: #4c4c4c;
}

.ProductIcon .UTelefonlaSiparis a:before {
    background-position: -56px 0;
}

.ProductIcon .UTelefonlaSiparis a:hover:before {
    background-position: -56px -28px;
}

.ProductIcon .UrunKargoBedava a:before {
    background-position: -84px 0;
}

.ProductIcon .UrunKargoBedava a:hover:before {
    background-position: -84px -28px;
}

.ProductIcon .UindirimliUrun a:before {
    background-position: -112px 0;
}

.ProductIcon .UindirimliUrun a:hover:before {
    background-position: -112px -28px;
}

.ProductIcon .UGelinceHaberVer a:before {
    background-position: -140px 0;
}

.ProductIcon .UGelinceHaberVer a:hover:before {
    background-position: -140px -28px;
}

.UGelinceHaberVer, .UIstekListemeEkle {
    display: none;
}

.buybutton {
    float: left;
}

    .buybutton:after {
        content: "";
        display: table;
        clear: both;
    }

.buyfast {
    float: right;
    position: relative;
    margin-top: 30px;
    margin-left: 20px;
    display: none;
}

.buyfastbutton {
    width: 140px;
    height: 50px;
    overflow: hidden;
    float: left;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #000000;
    line-height: 50px;
    padding: 0;
    border-radius: 3px;
}

    .buyfastbutton:hover {
        background-color: #00aeef;
        color: #fff;
    }


.BasketBtn {
    float: left;
    margin-top: 0px;
}

.Basketinp {
    float: left;
    width: 220px;
}

    .Basketinp p {
        font-size: 14px;
        color: #4c4c4c;
        font-weight: 400;
        line-height: 37px;
        float: left;
    }

    .Basketinp input {
        padding: 3px !important;
        width: 182px !important;
        height: 30px !important;
        text-align: center;
        border: 1px solid #bbbbbb !important;
        text-indent: 0;
        float: left;
    }

    .Basketinp > span {
        position: relative;
        padding-right: 0px !important;
        display: block;
        width: 155px !important;
        height: 37px;
        float: right;
    }

    .Basketinp #txtbxurunSiparisAdedi {
        width: 100% !important;
        border: 1px solid #e8e8e8 !important;
        height: 37px !important;
        text-align: left;
        text-indent: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #5e5e5e;
        font-size: 12px;
        font-weight: 400;
        background: transparent;
        border-radius: 0;
    }

    .Basketinp span a span {
        display: none;
    }

    .Basketinp span a {
        position: absolute;
        top: 0px;
        z-index: unset;
        /*width: 21px !important;
        height: 20px !important;*/
        margin: 0 !important;
        background-repeat: no-repeat !important;
    }

        .Basketinp span a.riUp {
            top: 8px;
            right: 10px;
            /*background: url(https://87e1be.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/spins.png) no-repeat 0 0;*/
        }

.RadInput_Default a.riUp:hover {
    /*background-position: 0 0px !important;*/
}

.Basketinp span a.riDown {
    top: 22px;
    right: 10px;
    /*background: url(https://87e1be.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/spins.png) no-repeat -21px 0;*/
}

.RadInput_Default a.riDown:hover {
    /*background-position: -21px 0 !important;*/
}

.basketBtn {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

    .BasketBtn .basketBtn input {
        width: 320px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        /*background: url(https://a5b187.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/urunsayfa_sepet.png) no-repeat 40px #4c4c4c;*/
        background: #2d2e2d;
        padding: 0;
        cursor: pointer;
        text-transform: uppercase;
        float: left;
    }

    .BasketBtn .basketBtn:hover input {
        background-color: #1f271f;
    }

div#divEkstraBilgiler {
    width: 145px;
    float: right;
    padding-top: 13px;
    text-align: center;
}

.ProductIcon2 {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0 10px 0;
    border-top: 1px dotted #cfcfcf;
    border-bottom: 1px dotted #cfcfcf;
}

    .ProductIcon2 > div {
        float: left;
        margin-right: 20px;
    }

        .ProductIcon2 > div:nth-of-type(5) {
            margin-right: 0;
        }

.TavsiyeEtBtnContent {
}

.ProductIcon2 > div.hidden-phone {
}

.ProductIcon2 div > a {
    color: #202020;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.ProductIcon2 .YorumYazbtnContent a {
    font-size: 14px;
    color: #737171;
    font-weight: 400;
    text-transform: lowercase;
}

    .ProductIcon2 .YorumYazbtnContent a:hover {
        color: #8c5a1a;
    }

    .ProductIcon2 .YorumYazbtnContent a span {
        margin-top: 6px;
        float: left;
        margin-right: 3px;
    }

    .ProductIcon2 .YorumYazbtnContent a:after {
        content: "";
        background: url(https://7a3dfd.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/YorumYazbtnContent.png) no-repeat;
        width: 21px;
        height: 21px;
        float: right;
    }

.printBtn {
    background-color: #fff !important; /*
    height: 28px;
    border: 1px solid #666;
    color: #666;
    */
    padding: 0;
}

.ProductIcon2 div input {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0px 15px;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

    .ProductIcon2 div input:hover {
        background-color: #554F4B;
    }

.socialButons {
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    float: right !important;
    margin-top: 20px !important;
    position: relative;
    width: 400px;
}

    .socialButons > * {
        margin-bottom: 10px !important;
        vertical-align: top !important;
    }

.productModule {
    width: 99%;
    border: solid 1px #DDDDDD;
    margin-top: 35px;
}

#divBenzerUrun {
    margin: 50px 0 45px;
}

div#divBenzerUrun > .benzerUrunText p {
    display: block !important;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-top: -24px;
    margin-bottom: 20px;
}

div#divBenzerUrun > .productModuleTitle {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

#divBenzerUrun .productModuleTitle p {
    font-size: 16px;
    font-weight: 700;
    color: #2d2e2d;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.moduleimage {
    float: left;
}

.modulename {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #707070;
    font-weight: 300;
}

.moduleprice {
    float: left;
    width: 100%;
    text-align: center;
}

#divIlgiliUrunler .productModuleItem .moduleprice .modulekdv {
    display: none;
}

#divIlgiliUrunler .productModuleItem .moduleprice #divSatisFiyati {
    display: none !important;
}

#divIlgiliUrunler {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    display: none !important;
}

    #divIlgiliUrunler .productModuleItem {
        width: 84px;
        height: 70px;
        border: 1px solid #dfdfdf;
        margin-right: 10px;
        float: left;
        overflow: hidden;
    }

        #divIlgiliUrunler .productModuleItem:nth-of-type(6), #divIlgiliUrunler .productModuleItem:nth-of-type(11) {
            margin-right: 0px;
        }

        #divIlgiliUrunler .productModuleItem:hover {
            border-color: #4c4c4c;
        }

        #divIlgiliUrunler .productModuleItem .moduleimage {
            width: 100%;
            height: 100%;
            line-height: 70px;
            display: list-item;
        }

            #divIlgiliUrunler .productModuleItem .moduleimage img {
                max-height: 70px;
                display: inline-block;
                max-width: 100%;
                vertical-align: middle;
            }

        #divIlgiliUrunler .productModuleItem .modulename {
            display: none;
        }

        #divIlgiliUrunler .productModuleItem .moduleprice .modulediscount span {
            display: none;
        }

    #divIlgiliUrunler .productModuleTitle p {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 13px;
        color: #333333;
        margin-bottom: 15px;
        font-weight: 600;
    }

.productModule2 {
    margin-bottom: 0px;
}

    .productModule2:after {
        content: "";
        display: table;
        clear: both;
    }

.productModuleTitle2 {
    background: url(https://5b91a1.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/Default/images/urunDetayKampanyaTittle.png) left top no-repeat #f5f5f5;
    padding-left: 5%;
    border-bottom: 2px solid #FF0000;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .productModuleTitle2 p {
        color: #000;
        font-size: 13px;
    }

.productModule2 ul {
    margin-right: -10px;
    margin-left: -10px;
}

    .productModule2 ul li {
        position: relative;
        width: 25%;
        padding: 0 10px;
        float: left;
    }

        .productModule2 ul li:nth-of-type(5n) {
            display: none;
        }

.productModuleItem2 {
    width: 100%;
    height: 100%;
    text-align: left;
    border: 1px solid #e8e8e8;
    background: #fff;
    float: left;
}

.productModule2 ul li .moduleimage2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: list-item;
    background-color: #fff;
}

    .productModule2 ul li .moduleimage2 img {
        max-width: 100%;
        vertical-align: middle;
    }

.productModule2 ul li .modulename2 {
    color: #3b3b3d;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding: 15px 9px 0;
}

.productModuleItem2 .moduleprice2 .modulediscount .modulekdv {
    font-weight: normal !important;
    display: none;
}

.modulesepet {
    float: left;
    width: 100%;
}

    .modulesepet a {
        width: 140px;
        height: 40px;
        background: #4c4c4c;
        margin: 0 auto !important;
        font-size: 13px;
        color: #fff;
        text-decoration: none !important;
        display: block;
        text-align: center;
        line-height: 40px;
    }

        .modulesepet a:hover {
            background: #1f271f;
        }

.productModule2 ul li .moduleprice2 {
    text-align: left;
    width: 100%;
    margin: 10px auto;
    padding: 0 9px;
}

    .productModule2 ul li .moduleprice2 .modulediscount {
        display: inline-block;
    }

.productModuleItem2 .moduleprice2 .modulediscount span {
    color: #3b3b3d;
    font-weight: 700;
    font-size: 16px;
}

.productModule2 ul li .moduleprice2 .moduleregular {
    text-align: center;
    display: inline-block !important;
}

    .productModule2 ul li .moduleprice2 .moduleregular span {
        font-size: 15px;
        color: #7c7b7b;
        text-decoration: line-through;
    }

    .productModule2 ul li .moduleprice2 .moduleregular .modulekdv {
        display: none;
    }

.urunOzellik {
    width: 47.5%;
    float: right;
    margin-top: 40px;
    clear: right;
}

.urunDetayPanel {
    color: #5d5c5c;
    overflow: auto;
    padding: 20px;
    z-index: 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 100%;
    border: #e8e8e8 1px solid;
    border-top: 0;
}

.urunTab {
    float: left;
    width: 100%;
}

    .urunTab ul {
        text-align: left;
        border-bottom: #e8e8e8 1px solid;
        height: 45px;
    }

    .urunTab li {
        display: inline-block;
        height: 45px;
    }

        .urunTab li a {
            color: #000000;
            display: inline-block;
            font-size: 12px;
            font-weight: 400;
            margin: 0px;
            text-align: center;
            text-decoration: none;
            border-bottom: 0;
            height: 45px;
            line-height: 45px;
            width: auto;
            padding: 0 15px;
        }

        .urunTab li.active a {
            border: #e8e8e8 1px solid;
            border-bottom-color: #fff;
        }

.yorumlarItem {
    line-height: 17px;
    background-color: #eeeeee;
    border-bottom: 3px solid #A09B98;
    padding: 5px;
}

.yorumlarItemS1 {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #A09B98;
}

#mainHolder_btnYorumKaydet {
    margin-top: 10px;
    float: left;
}

#divUrunZiyaretSayisi {
    display: none;
}

.moduleprice2 .tlfiyati {
    display: none;
}

.ticiContainer.productDetailContainer {
    padding-top: 10px;
}

.ticiContainer.categoryContainer .leftBlock {
    height: auto !important;
    width: 20%;
}

.ticiContainer.categoryContainer .centerCount {
    width: 75%;
    float: right;
}

.ticiContainer.categoryContainer .rightBlock {
    display: none;
}

.ticiContainer.innerContainer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ticiContainer.innerContainer {
    float: none;
}

    .ticiContainer.innerContainer .leftBlock {
        width: 16%;
        margin-right: 3%;
    }

    .ticiContainer.innerContainer .centerCount {
        width: 80%;
        float: right;
    }

.uyelikBilgilerimRow {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.HesabimContainer .categoryTitleText {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.ticiContainer.pageContainer {
    padding: 15px;
}

    .ticiContainer.pageContainer .rightBlock {
        clear: both;
        width: auto;
        border: 0;
        padding: 0;
        float: none;
        display: block !important;
    }

#mainHolder_UrunDetay_imgCookie {
    display: none;
}

.product-social {
    display: none;
    float: left;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

    .product-social p {
        font-size: 11px;
        color: #2d2e2d;
        font-weight: 700;
        line-height: 20px;
        float: left;
        margin-right: 20px;
    }

    .product-social ul {
        text-align: left;
        float: left;
    }

        .product-social ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .product-social ul li:last-child {
                margin-right: 0;
            }

            .product-social ul li a {
                text-align: center;
                font-size: 21px;
                color: #afafaf;
                display: block;
                line-height: 20px;
            }

            .product-social ul li:nth-of-type(1):hover a {
                color: #305891;
            }

            .product-social ul li:nth-of-type(2):hover a {
                color: #2ca8d2;
            }

            .product-social ul li:nth-of-type(3):hover a {
                color: #fc6d4c;
            }

            .product-social ul li:nth-of-type(4):hover a {
                color: #bd1e23;
            }

/* ------------------------------------Anasayfa Slider--------------------------------------------*/

#pnlSlider {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    z-index: 0;
    border: 1px solid #dadada;
    padding: 10px;
}

.HomePageSlideShowContainer {
    overflow: hidden;
}

    .HomePageSlideShowContainer .HomePageSlideShow {
        /* height: 287px; */
        overflow: hidden;
        width: 100%;
    }

    .HomePageSlideShowContainer .HPSItems {
        clear: both;
        cursor: pointer;
        width: 100%;
    }

        .HomePageSlideShowContainer .HPSItems ul.slides li {
        }

        .HomePageSlideShowContainer .HPSItems div {
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            width: 100%;
            border: 1px solid #e0e0e0;
            border-bottom: 0;
        }

    .HomePageSlideShowContainer .HomePageSlideShow img {
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    .HomePageSlideShowContainer .HomePageSlideShow .active {
        float: left;
    }

    .HomePageSlideShowContainer .navi {
        bottom: 8px;
        height: 10px;
        left: 0px;
        position: absolute;
        width: 100%;
    }

        .HomePageSlideShowContainer .navi a {
            background-color: #777777;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            display: block;
            float: right;
            font-size: 1px;
            margin: 0px 2px;
            position: relative;
        }

            .HomePageSlideShowContainer .navi a:hover {
                background-color: #fed34d;
            }

            .HomePageSlideShowContainer .navi a.active {
                background-color: #fed34d;
            }

.flex-control-thumbs {
    margin: 0 !important;
    height: 50px;
    position: relative !important;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: visible !important;
    z-index: 9;
}

    .flex-control-thumbs li {
        width: 80px !important;
        height: 50px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        float: none !important;
        border-right: 1px solid #ddd;
        background-color: none;
        text-align: center;
    }

        .flex-control-thumbs li img {
            padding: 0 !important;
            max-width: 25px !important;
            max-height: 36px !important;
            cursor: pointer;
            text-align: center;
            padding: 7px 28px !important;
        }

            .flex-control-thumbs li img.flex-active {
                background: #fff;
            }

.flex-direction-nav {
    width: 100%;
    height: 0;
    left: 0px;
    top: 50%;
    position: absolute;
    display: none;
}

    .flex-direction-nav a {
        width: 32px !important;
        height: 55px !important;
        display: block !important;
        opacity: 1 !important;
        letter-spacing: -9999pt !important;
        font-size: 0 !important;
        transition: none !important;
        top: 0 !important;
        background-image: url(https://88de57.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider_arrow.png);
        background-repeat: no-repeat;
        margin: -28px 0 0 !important;
    }

        .flex-direction-nav a.flex-prev {
            background-position: 0 0;
            left: 0 !important;
        }

            .flex-direction-nav a.flex-prev:hover {
                background-position: 0 0px;
            }

        .flex-direction-nav a.flex-next {
            background-position: -32px 0;
            right: 0 !important;
        }

            .flex-direction-nav a.flex-next:hover {
                background-position: -32px 0;
            }

        .flex-direction-nav a:before {
            content: none !important;
        }



/* ------------------------------------Anasayfa Slider--------------------------------------------*/
/* ------------------------------------SEPETİM--------------------------------------------*/
.sepetimBody .BasketPage {
    margin: 30px 0;
}

.sepetimBody .Basketstep ul li.onestepsec span,
.sepetimBody .Basketstep ul li i,
.sepetimBody .sepetTitle .st_1,
.sepetimBody .sepetTitle2 .st_1,
.sepetimBody .sepetTitle .st_1:before,
.sepetimBody .sepetTitle2 .st_1:before,
.sepetimBody .BasketRigth ul li.genelToplam .tut,
.sepetimBody .Basketstep ul li.gecti span,
.sepetimBody .TeslimatAdresTittle,
.sepetimBody .YeniAdresEkle,
.sepetimBody .cargoInformation div.cargoName,
.sepetimBody #divToplamOdeme,
.sepetimBody .OdemeMenu ul li.activeMenu,
.sepetimBody .OdemeMenu ul li.activeMenu a::before,
.sepetimBody .SiparisParaPuanLabel {
    color: #2d2e2d !important;
}

.sepetimBody .Basketstep ul li.pasif i {
    color: #b5b5b5 !important;
}

.sepetimBody .basketCompletebtn {
    background-color: #2d2e2d !important;
    color: #fff !important;
}

.sepetimBody .OdemeMenu ul li.activeMenu {
    border-color: #2d2e2d !important;
}

.sepetimBody .parapuanKazan {
    border-color: #2d2e2d !important;
    color: #2d2e2d !important;
}

/* ------------------------------------SEPETİM--------------------------------------------*/
/* ------------------------------------Sayfayı Yazdır--------------------------------------------*/
.PrintArea {
    width: 960px;
    margin: 0px auto;
    background-color: #FFF;
    overflow: hidden;
}

.printresim {
    width: 30%;
    height: 200px;
    float: left;
}

.printdetay {
    width: 70%;
    float: left;
}

    .printdetay div {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 10px;
    }

.printurunadi {
    font-size: 16px;
    font-weight: 700;
}

.printfiyat {
    font-size: 16px;
}

.printtaksit {
    width: 960px;
    float: left;
}

    .printtaksit .taksitLine {
        background-color: #FFF !important;
    }

        .printtaksit .taksitLine .taksitLineNo {
            width: 114px;
        }

        .printtaksit .taksitLine div {
            background-color: #FFF !important;
        }

.printkdvdahil {
    font-size: 16px;
}
/* ------------------------------------Sayfayı Yazdır--------------------------------------------*/
/* ------------------------------------Blok Kategori Menü--------------------------------------------*/
.rightBlock ul.KatMenu1 ul {
    left: auto;
    right: 100%;
}

ul.KatMenu1 ul {
    display: none;
}

ul.KatMenu1 li:hover > ul {
    display: block;
}

ul.KatMenu1 {
    list-style: none;
    position: relative;
}

    ul.KatMenu1:after {
        content: "";
        clear: both;
        display: block;
    }

    ul.KatMenu1 li a:hover {
        color: #ff0000;
    }

    ul.KatMenu1 ul {
        padding: 0;
        position: absolute;
        top: 0px;
        left: 79%;
        z-index: 199;
        background-color: #f4eff4;
    }

        ul.KatMenu1 ul li {
            float: none;
            width: 200px;
            position: relative;
        }

            ul.KatMenu1 ul li a {
                color: #666666;
            }

                ul.KatMenu1 ul li a:hover {
                }

        ul.KatMenu1 ul ul {
            position: absolute;
            left: 100%;
            top: 0;
        }

    ul.KatMenu1 > li {
        display: block;
        position: relative;
        margin-bottom: 0;
    }

        ul.KatMenu1 > li > a {
            height: 29px;
            line-height: 29px;
            margin-bottom: 5px;
            display: block;
            color: black;
            font-size: 13px;
            font-weight: 500;
            padding-left: 15px;
        }

        ul.KatMenu1 > li:hover > a {
            background: #f4eff4;
            color: black;
        }

        ul.KatMenu1 > li ul {
        }

    ul.KatMenu1 ul li.katmenu-drop:after {
        content: "+";
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-size: 20px;
        font-weight: 700;
        color: #ccc !important;
    }

    ul.KatMenu1 > li.katmenu-drop:after {
        content: "+";
        position: absolute;
        right: 10px;
        bottom: 2px;
        font-size: 25px;
        font-weight: 700;
    }

    ul.KatMenu1 > li ul li {
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

        ul.KatMenu1 > li ul li a {
            padding: 9px 20px 9px 12px;
            display: block;
            font-weight: 500;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: black;
            font-size: 14px;
        }

        ul.KatMenu1 > li ul li:hover > a {
            color: #7a459a;
        }



        ul.KatMenu1 > li ul li:last-child a {
            border-bottom: 0;
        }




/*------------------------------------Blok Kategori Menü--------------------------------------------*/
/* ------------------------------------Fırsat Ürünleri--------------------------------------------*/
.firsatUrunleri {
    width: 210px;
    height: 280px;
    position: relative;
}

.Firsatprev {
    background: url(https://b37342.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider-sol.png) no-repeat center center;
    width: 8px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 140px !important;
    z-index: 102;
    left: 15px;
    cursor: pointer;
}

    .Firsatprev:hover {
    }

.Firsatnext {
    background: url(https://37a36f.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider-sag.png) no-repeat center center;
    width: 8px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 140px !important;
    z-index: 102;
    right: 15px;
    cursor: pointer;
}

    .Firsatnext:hover {
    }

.firsatUrunleriItem {
    width: 230px;
    height: 280px;
}

.firsatUrunResim {
    display: block;
    width: 150px;
    height: 230px;
    border: none;
    text-align: center;
    margin: 0px auto;
}

    .firsatUrunResim img {
        width: 159px;
    }

.firsatUrunAdi {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 5px 0px !important;
    overflow: hidden;
    text-align: center;
    width: 230px;
    height: 13px;
    display: block;
}

.firsatUrunFiyat {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 14px;
    width: 230px;
    color: #ff0000;
}
/* ------------------------------------Fırsat Ürünleri--------------------------------------------*/
/*------------------------------------Hesabım--------------------------------------------*/
.HesabimContainer {
    float: left;
    background: #272727;
    padding: 20px 10px 10px;
    margin-bottom: 20px;
}

    .HesabimContainer .centerCount {
        background: white;
        padding: 10px;
    }

.ticiContainer.innerContainer .leftBlock.hesabimLeft {
    width: 19%;
    margin: 0;
}

.HesabimBilgi {
    width: 100%;
    line-height: 25px;
}

    .HesabimBilgi b {
        font-weight: 700;
    }

.userMenu {
    list-style: none;
    position: relative;
    display: inline-table;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}

    .userMenu li {
        display: block;
        position: relative;
        margin-bottom: 0;
        float: left;
        width: 100%;
        color: #414040;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        .userMenu li a {
            display: block;
            font-size: 13px;
            color: #414040;
            padding: 5px;
            background: #eaeaea;
        }

        .userMenu li:hover a {
            color: #fff;
            background: #414040;
        }




/*------------------------------------Hesabım--------------------------------------------*/
/*------------------------------------Üyelik Bilgilerim--------------------------------------------*/
.row {
    text-align: left;
    float: left;
    width: 45%;
    margin-left: 0px;
}

    .row.right {
        float: right;
    }

.span {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

    .span > label {
        margin-bottom: 5px;
        display: block;
        line-height: 25px;
        clear: left;
    }

        .span > label .validate {
            top: 0;
        }

    .span input {
        width: 100%;
        margin-bottom: 4px;
    }

    .span .textarea {
        width: 100%;
        margin-bottom: 4px;
    }

    .span .labelGender {
        float: left;
    }

    .span .spanGender {
        float: left;
        margin-left: 10px;
        text-align: center;
    }

        .span .spanGender input {
            margin-right: 20px;
        }

    .span .spanPass {
        text-align: left;
        margin-top: 10px;
    }

        .span .spanPass input {
            float: left;
            width: auto;
            margin-right: 10px;
        }

        .span .spanPass label {
            float: left;
            width: auto;
            color: #FF0000;
            font-weight: 700;
        }

.dateofbirth input {
    border: 1px solid #DDDDDD !important;
    height: 25px !important;
}
/*------------------------------------Üyelik Bilgilerim--------------------------------------------*/
/*------------------------------------Adres Defterim--------------------------------------------*/
.HesabimAdresContent {
    margin-bottom: 15px;
}

    .HesabimAdresContent .row {
        padding: 2%;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
        height: 180px;
        float: left;
        background-color: #eaeaea;
        position: relative;
    }

    .HesabimAdresContent .UyelikBilgilerimContent {
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

        .HesabimAdresContent .UyelikBilgilerimContent .row {
            background-color: transparent;
            height: auto;
        }

        .HesabimAdresContent .UyelikBilgilerimContent input {
            background: #fff;
            color: black;
            font-weight: bold;
        }

#mainHolder_btnKaydet, #mainHolder_btnVazgec {
    background: none repeat scroll 0 0 #4c4c4c;
}

.HesabimAdresContent .row:nth-child(2n) {
    margin-right: 0px;
}

.HesabimAdresContent .row .span {
    margin-bottom: 0px;
    line-height: 20px;
    float: left;
}

    .HesabimAdresContent .row .span .textarea {
        background-color: #fff;
    }

    .HesabimAdresContent .row .span.BireyselKurumsal {
        margin-top: 22px;
        margin-bottom: 17px;
    }

#mainHolder_rblFaturaTipi tr {
    display: block;
    float: left;
    margin-right: 10px;
}

    #mainHolder_rblFaturaTipi tr input {
        float: left;
        width: 20px;
        margin-top: 3px;
    }

    #mainHolder_rblFaturaTipi tr label {
        float: left;
    }

#mainHolder_btnEkle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.fancybox-inner .row {
    padding: 2%;
    width: 45.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 130px;
    float: left;
    background-color: #f8f8f8;
    position: relative;
}

.fancybox-inner .UyelikBilgilerimContent {
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #f8f8f8;
    padding: 0 10px 10px 0;
}

    .fancybox-inner .UyelikBilgilerimContent .row {
        background-color: transparent;
        height: auto;
    }

    .fancybox-inner .UyelikBilgilerimContent input {
        background-color: #FFF;
    }

.fancybox-inner .row:nth-child(2n) {
    margin-right: 0px;
}

.fancybox-inner .row .span {
    margin-bottom: 0px;
    line-height: 20px;
}

    .fancybox-inner .row .span .textarea {
        background-color: #fff;
    }

    .fancybox-inner .row .span.BireyselKurumsal {
        margin-top: 22px;
        margin-bottom: 17px;
    }

#rblFaturaTipi tr {
    display: block;
    float: left;
    margin-right: 10px;
}

    #rblFaturaTipi tr input {
        float: left;
        width: 20px;
        margin-top: 3px;
    }

    #rblFaturaTipi tr label {
        float: left;
    }

.btn-inverse {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-inverse2 {
    position: absolute;
    bottom: 10px;
    right: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
    width: 100% !important;
}

/*------------------------------------Adres Defterim--------------------------------------------*/

/* ------------------------------------Listem--------------------------------------------*/
.Listem {
    width: 100%;
}

    .Listem .ListemItem {
        width: 100%;
        height: 50px;
        overflow: hidden;
        border-bottom: solid 1px #CCC;
    }

        .Listem .ListemItem.Title {
            background-color: #f5f5f5;
            height: 30px;
            border-bottom: solid 1px #cccccc;
            line-height: 30px;
        }

            .Listem .ListemItem.Title div {
                padding: 0;
                padding-left: 1%;
            }

        .Listem .ListemItem div {
            float: left;
            height: 40px;
            padding-top: 5px;
            padding-bottom: 5px;
            overflow: hidden;
        }

        .Listem .ListemItem .line1 {
            width: 9%;
            padding-left: 1%;
        }

            .Listem .ListemItem .line1 img {
                max-width: 100%;
                max-height: 60px;
            }

        .Listem .ListemItem .line2 {
            width: 15%;
            padding-left: 1%;
        }

            .Listem .ListemItem .line2 img {
                max-width: 100%;
                max-height: 60px;
            }

        .Listem .ListemItem .line3 {
            width: 20%;
            padding-left: 1%;
        }

        .Listem .ListemItem .line4 {
            width: 17%;
        }

            .Listem .ListemItem .line4 a {
                margin-top: 5px;
            }

        .Listem .ListemItem .line6 {
            float: right;
        }

    .Listem.HediyeKuponlarim .ListemItem .line1 {
        width: 22%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line2 {
        width: 21%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line3 {
        width: 16%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line4 {
        width: 16%;
        padding-left: 1%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line5 {
        width: 20%;
        padding-left: 1%;
    }
/* ------------------------------------Listem--------------------------------------------*/

/*------------------------------------Siparişlerim--------------------------------------------*/
.Siparislerim {
    margin-bottom: 10px;
}

    .Siparislerim .Title div {
        font-weight: 700;
        font-size: 13px;
    }

    .Siparislerim .ListemItem.Title div {
        padding: 0;
        height: auto;
    }

    .Siparislerim .ListemItem {
        border-top: 0px solid #ccc;
        height: 35px;
        line-height: 35px;
    }

        .Siparislerim .ListemItem div {
            font-size: 12px;
            padding: 0 !important;
        }

        .Siparislerim .ListemItem .line1 {
            width: 20%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line2 {
            width: 17%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line3 {
            width: 13%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line4 {
            width: 16%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line5 {
            width: 17%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line6 {
            width: 17%;
            text-align: center;
        }

            .Siparislerim .ListemItem .line6 a {
                color: #ff0000;
                text-decoration: underline;
            }

/*------------------------------------Siparişlerim--------------------------------------------*/

/* ------------------------------------Para Puan--------------------------------------------*/
.paraPuan > div {
    padding: 10px;
}

.paraPuan + a {
    padding: 10px;
}

.paraPuan .parapuanTable {
    width: 98%;
    overflow: hidden;
    border-bottom: solid 1px #CCC;
    padding: 1%;
    margin-bottom: -1px;
}

    .paraPuan .parapuanTable.Title {
        padding: 0;
        padding-left: 1%;
        width: 99%;
        background-color: #F5F5F5;
    }

    .paraPuan .parapuanTable .paraline1 {
        width: 18%;
        float: left;
        padding: 1%;
    }

    .paraPuan .parapuanTable .paraline2 {
        width: 58%;
        float: left;
        padding: 1%;
    }

    .paraPuan .parapuanTable .paraline3 {
        width: 18%;
        float: left;
        padding: 1%;
        text-align: center;
        font-weight: 700;
    }
/* ------------------------------------Para Puan--------------------------------------------*/
/* ------------------------------------Destek  Taleplerim--------------------------------------------*/
.DestekTalepDetay {
    width: 97.7%;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 1%;
}

.DestekTalepCevapLine {
    background-color: #f5f5f5;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
}

.DestekTalepDetay .span {
    overflow: hidden;
}

.DestekTalepCevapLine:nth-child(2n+1) {
    background-color: #fff;
    margin: 5px 0;
    padding: 5px;
}

.DestekTaleplerim .Title {
    height: 40px;
    line-height: 40px;
}

.Listem.DestekTaleplerim .ListemItem .line1 {
    width: 3%;
}

.Listem.DestekTaleplerim .ListemItem .line2 {
    width: 10%;
}

.Listem.DestekTaleplerim .ListemItem .line3 {
    width: 50%;
}

.Listem.DestekTaleplerim .ListemItem .line4 {
    width: 12%;
}

.Listem.DestekTaleplerim .ListemItem .line5 {
    width: 11%;
}

.Listem.DestekTaleplerim .ListemItem .line6 {
    width: 11%;
}

    .Listem.DestekTaleplerim .ListemItem .line6.DestekButton .button {
        float: right;
        margin-top: 5px;
    }

.YeniDestek {
    width: 100%;
    height: 60px;
    position: relative;
}

.DestekTaleplerimContent #mainHolder_btnEkle {
    position: static;
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.DestekTaleplerimContent .row .span {
    position: relative;
    height: 40px;
    overflow: visible;
}

    .DestekTaleplerimContent .row .span div {
        float: left;
        height: 31px;
        line-height: 31px;
    }

    .DestekTaleplerimContent .row .span .Left {
        width: 10%;
    }

    .DestekTaleplerimContent .row .span .Center {
        width: 3%;
    }

    .DestekTaleplerimContent .row .span .Right {
        width: 86%;
    }

    .DestekTaleplerimContent .row .span #mainHolder_btnKaydet {
        float: right;
        width: 20%;
    }

    .DestekTaleplerimContent .row .span #mainHolder_btnVazgec {
        float: right;
        width: 20%;
        margin-right: 10px;
    }

.DestekTaleplerimContent textarea {
    width: 98.8%;
    margin-bottom: 10px;
}

.DestekTalepDetay .span div {
    float: left;
}
/* ------------------------------------Destek Taleplerim--------------------------------------------*/
/*------------------------------------Anket--------------------------------------------*/
.anketSoru {
    margin-bottom: 5px;
    display: block;
}

.anketLabel td {
    line-height: 21px;
    display: block;
}

.anketLabel label {
    margin-left: 5px;
}
/*------------------------------------Anket--------------------------------------------*/
/*------------------------------------Blok Sepet--------------------------------------------*/
.SepetBlock .Block_Text {
    padding: 0;
    width: 100%;
}

.SepetBlockInfo {
    text-align: left;
}

    .SepetBlockInfo table {
        border-collapse: collapse;
        margin-bottom: 5px;
        width: 100%;
    }

    .SepetBlockInfo td {
        border-bottom: 1px solid #EEEEEE;
        padding: 5px 2px;
        vertical-align: top;
    }

    .SepetBlockInfo .SepetBlockImg img {
        border: 1px solid #EEEEEE;
        text-align: left;
    }

    .SepetBlockInfo .SepetBlockName a {
        color: #666666;
        font-size: 11px;
    }

    .SepetBlockInfo .SepetBlockAdet {
        text-align: right;
        font-size: 11px;
    }

    .SepetBlockInfo td.SepetBlockTotal {
        text-align: right;
    }

    .SepetBlockInfo .SepetBlockRemove a {
        text-align: right;
        cursor: pointer;
        width: 10px;
        height: 20px;
        font-size: 0;
        display: block;
        background: url(https://2c808d.claudeassets.com/20230207005906im_/http://aluctekstil.com/App_Themes/Default/images/remove-small.png) center 4px no-repeat;
    }

.SepetBlockGenelTotal {
    text-align: right;
}

    .SepetBlockGenelTotal table {
        border-collapse: collapse;
        margin-bottom: 5px;
    }

    .SepetBlockGenelTotal td {
        padding: 4px;
        font-size: 14px;
    }

        .SepetBlockGenelTotal td b {
            font-weight: 700;
        }

.SepetBlockCheck {
    clear: both;
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

    .SepetBlockCheck a {
        line-height: 30px;
    }
/*------------------------------------Blok Sepet--------------------------------------------*/
/*------------------------------------İletişim--------------------------------------------*/
.iletisimContent {
    background-color: #FFF;
    margin-top: 0;
    padding-bottom: 20px;
}

.iletisimLine {
    margin-bottom: 10px;
    min-height: 30px;
    line-height: 30px;
    position: relative;
}

    .iletisimLine .Left {
        display: inline-block;
        width: 20%;
        float: left;
    }

    .iletisimLine .Center {
        display: inline-block;
        font-weight: 700;
        width: 2%;
        float: left;
    }

    .iletisimLine .Right {
        display: inline-block;
        width: 40%;
        float: left;
    }

.iletisimbanka {
    width: 97%;
    padding: 1%;
    border: solid 1px #dadada;
    background-color: #fafafa;
    overflow: hidden;
}

.iletisimContent .row {
    width: 47%;
    border: solid 1px #CCC;
    padding: 1%;
    min-height: 270px;
}

.iletisimContent .categoryTitle {
    border-bottom: solid 7px #e4e4e4;
    margin-bottom: 35px;
}

.iletisimContent .row .span {
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;
    width: 96%;
    overflow: hidden;
}

    .iletisimContent .row .span div {
        float: left;
        min-height: 30px;
        line-height: 30px;
        width: 15%;
    }

    .iletisimContent .row .span .Center {
        width: 2%;
    }

    .iletisimContent .row .span .Right {
        width: 83%;
    }

    .iletisimContent .row .span .line1 {
        width: 100%;
        min-height: 50px;
        margin-bottom: 5px;
    }

    .iletisimContent .row .span > .line1 {
        border-bottom: solid 1px #CCC;
    }

    .iletisimContent .row .span .line1 div {
        width: 41%;
        float: left;
        min-height: 50px;
    }

    .iletisimContent .row .span .line1 .line2 {
        text-align: center;
        width: 23%;
    }

    .iletisimContent .row .span .line1 .line3 {
        text-align: center;
        width: 16%;
    }

    .iletisimContent .row .span .line1 .line4 {
        text-align: right;
        float: right;
        width: 20%;
    }

    .iletisimContent .row .span .line1 div span {
        display: block;
        min-height: 25px;
    }

    .iletisimContent .row .span .line2 {
        width: 100%;
        min-height: 25px;
    }

    .iletisimContent .row .span > .line2 {
        border-bottom: solid 1px #CCC;
    }

    .iletisimContent .row .span .line2 .line1 {
        width: 70%;
        float: left; /* height: 25px; */
        line-height: 25px;
    }

    .iletisimContent .row .span .line2 .line2 {
        float: right;
        width: 30%;
        text-align: right;
    }

    .iletisimContent .row .span .line3 {
        width: 100%;
    }

        .iletisimContent .row .span .line3 .line1 {
            width: 100%;
        }

            .iletisimContent .row .span .line3 .line1 span {
                float: left;
            }

.iletisimForm {
    width: 98%;
    margin-top: 20px;
    border: solid 1px #dadada;
    overflow: hidden;
    padding: 1%;
}

    .iletisimForm .row {
        width: 50%;
        border: none;
        float: left;
        padding: 0;
    }

        .iletisimForm .row .span {
            height: 70px;
            position: relative;
            overflow: visible;
            margin-bottom: 0px;
        }

            .iletisimForm .row .span .captchaImageBox {
                float: left;
                width: 30%;
            }

            .iletisimForm .row .span .captchaInputBox {
                width: 69%;
            }

#mainHolder_TiciCaptcha_ImgCaptcha {
    width: 100px;
}

.iletisimForm .row .span .captchaInputBox input {
    float: left;
}

.iletisimForm .row .span #mainHolder_btnGonder {
    width: 160px;
    float: right;
}

.iletisimForm .textarea {
    height: 110px;
}
/*------------------------------------İletişim--------------------------------------------*/
/*------------------------------------Üye Ol--------------------------------------------*/
.newuserForm {
    color: #000;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    margin: 0%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

    .newuserForm > div {
        width: 100%;
    }

        .newuserForm > div.FormTitle {
            width: 100%;
            text-align: center;
            font-size: 30px;
            line-height: 50px;
            color: #000000;
        }

.FormTitle p {
    font-size: 14px;
    margin: 0px auto;
    line-height: 22px;
    display: block;
    width: 50%;
}

.grid {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: -1%;
    margin-top: 2%;
    padding: 2% 11% 5% !important;
    width: 50%;
}

.gridLeft {
    min-height: 60px;
    position: relative;
}

    .gridLeft a {
        text-decoration: underline;
    }

    .gridLeft input[type="checkbox"] {
        float: left;
        margin-top: 9px;
        margin-right: 5px;
    }

#AdresContent .row .span .intl-tel-input {
    width: 56%;
}

.intl-tel-input {
    width: 100%;
}

.listAdd {
    min-height: 30px;
}

.day {
    width: 25%;
    float: left;
    margin-right: 1%;
}

.city {
    width: 32.3%;
    float: left;
    margin-right: 1%;
}

.month {
    width: 30%;
    float: left;
    margin-right: 1%;
}

.year {
    width: 42%;
    float: left;
    margin-right: 1%;
}

.gender {
    min-height: 40px;
}

    .gender label {
        float: left;
        width: 70px;
        margin-top: 10px;
        display: block;
    }

    .gender input {
        float: left;
        margin-top: 18px;
        margin-right: 3px;
    }

.uyeolButton {
    width: 100%;
}
/*------------------------------------Üye Ol--------------------------------------------*/
/*------------------------------------Üye Girişi--------------------------------------------*/
.Login {
    border: solid 1px #DDDDDD;
    padding: 2% 5% 2% 4% !important;
    width: 100%;
    background-color: #FBFBFB;
    height: auto;
    margin: 10px 0;
}

    .Login.LoginSag {
        float: right;
    }

    .Login h4 {
        font-size: 22px;
        display: block;
        text-align: center;
        border-bottom: solid 1px #CCC;
        margin-bottom: 10px;
    }

.forgetpasword {
    text-decoration: none;
    float: right;
    color: #000000;
}

.userloginButton {
    width: 80px;
    margin-top: 10px;
    background: #4c4c4c;
    -webkit-appearance: none;
    border-radius: 0;
}

    .userloginButton:hover {
        background: #1f271f;
    }

.facebooklogin {
    margin-top: 40px;
    display: block;
    float: left;
}

.grid .validate, .validateSol, .validateOrta {
    top: -7px;
}

.gridLeft .validateSol {
    left: -0.5%;
    top: -30px;
}

    .gridLeft .validateSol .validateSolOk {
        border-radius: 0 0 15px;
        bottom: -5px;
        left: 10px;
    }

.gender table {
    float: left;
}

.doFaceBookLogin {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    padding: 10px 20px;
    width: 82%;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
}


.uyeliksiz {
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #000;
    color: #FFF;
    margin-bottom: 10px;
}

    .uyeliksiz:hover {
        background: #1f271f;
    }

.hizliuyelik {
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #000;
    color: #FFF;
    margin-bottom: 10px;
}

    .hizliuyelik:hover {
        background: #1f271f;
    }

.Block_Alt {
    float: left;
    width: 100%;
}

.baglanButton {
    width: 100%;
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    background-color: #4c4c4c; /*marka rengi*/
    color: #FFF;
    margin-bottom: 10px;
    font-weight: 600;
}

    .baglanButton input {
        border: none;
        width: 100%;
        height: 100%;
        display: block;
        background-color: transparent;
        cursor: pointer;
        text-indent: -9999px;
    }

.headerSocialConnect #SocialLogin_divFacebookLoginContainer input#SocialLogin_btnFaceLogin {
    font-size: 12px;
    color: #2b529b;
    text-transform: uppercase;
}

#SocialLogin_divFacebookLoginContainer.baglanButton {
    background: url(https://e2ed13.claudeassets.com/20230207005906im_/http://aluctekstil.com/App_Themes/Default/facebookbaglan.png) no-repeat center center #3b5998;
    text-indent: -9999pt;
}

#SocialLogin_divTwitterLoginContainer.baglanButton {
    background: url(https://0a2544.claudeassets.com/20230207005906im_/http://aluctekstil.com/App_Themes/Default/twitterbaglan.png) no-repeat center center #2ba9e1;
    text-indent: -9999pt;
}

#mainHolder_SocialLogin_divGoogleLoginContainer.baglanButton {
    background: url(https://e8a689.claudeassets.com/20230207005906im_/http://aluctekstil.com/App_Themes/Default/googlebaglan.png) no-repeat center center #dd4b39;
    text-indent: -9999pt;
}

/*------------------------------------Üye Girişi--------------------------------------------*/
/* ------------------------------------Şifremi Unuttum--------------------------------------------*/
.SifremiUnuttum {
    width: 60%;
    margin-top: 30px;
}

    .SifremiUnuttum p {
        line-height: 25px;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 220px;
        height: 25px;
        float: left;
    }

    .SifremiUnuttum .button {
        padding: 10px;
        float: right;
    }

.SifremiUnuttumInput {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

    .SifremiUnuttumInput .validate {
        left: auto;
        right: 0;
        top: -38px;
    }

    .SifremiUnuttumInput .validateSol {
        left: 0;
        right: auto;
        top: -38px;
    }

        .SifremiUnuttumInput .validateSol .validateSolOk {
            border-radius: 0 0 15px;
            bottom: -5px;
            left: 10px;
        }

.SifremiUnuttum .line {
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    width: 400px;
    position: relative;
}

    .SifremiUnuttum .line .Left {
        width: 30%;
        float: left;
    }

    .SifremiUnuttum .line .Center {
        width: 4%;
        float: left;
    }

    .SifremiUnuttum .line .Right {
        width: 66%;
        float: left;
    }
/* ------------------------------------Şifremi Unuttum--------------------------------------------*/
/* ------------------------------------Taksit Seçenekleri--------------------------------------------*/
.taksitBlok {
    width: 25%;
    height: auto;
    float: left;
    line-height: 20px;
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    text-align: center;
}

.taksitLine {
    width: 101%;
}

    .taksitLine .tak {
        width: 39.1%;
        height: 20px;
        overflow: hidden;
        border-bottom: solid 1px #FFF;
        border-right: solid 1px #FFF;
        font-size: 10px;
        float: left;
        color: #000;
        text-align: center;
    }

        .taksitLine .tak.Taksit {
            background-color: #ededed;
            width: 19%;
        }

.taksitBaslik1 {
    background: url(https://9e3d63.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/1.png) center center no-repeat #7cc242;
}

.taksitBaslik2 {
    background: url(https://59d01d.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/2.png) center center no-repeat #fdbf57;
}

.taksitBaslik3 {
    background: url(https://49cf40.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/3.png) center center no-repeat #6950a2;
}

.taksitBaslik4 {
    background: url(https://d26758.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/4.png) center center no-repeat #e01d6e;
}

.taksitBaslik5 {
    background: url(https://c5f996.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/5.png) center center no-repeat #ed1c24;
}

.taksitBaslik6 {
    background: url(https://5a73f0.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/6.png) center center no-repeat #00a6d4;
}

.taksitBaslik7 {
    background: url(https://17175f.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/7.png) center center no-repeat #ee3623;
}

.taksitBaslik8 {
    background: url(https://5c7f4e.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/8.png) center center no-repeat #00aedb;
}

.taksitBaslik9 {
    background: url(https://57c04b.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/9.png) center center no-repeat #a3a3a3;
}

.taksitBaslik10 {
    background: url(https://25b29b.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/10.png) center center no-repeat #2e3192;
}

.taksitBaslik11 {
    background: url(https://911d40.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/11.png) center center no-repeat #056bb6;
}

.taksitBaslik12 {
    background: url(https://913f7c.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/12.png) center center no-repeat #221f1f;
}

.taksitBaslik13 {
    background: url(https://f25139.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/13.png) center center no-repeat #0053a0;
}

.taksitBaslik14 {
    background: url(https://ab5c4a.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/14.png) center center no-repeat #ffdf00;
}

.taksitBaslik15 {
    background: url(https://3485fd.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/15.png) center center no-repeat #024d39;
}

.taksitBaslik16 {
    background: url(https://995a65.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/16.png) center center no-repeat #8c1639;
}

.taksitBaslik17 {
    background: url(https://cfe950.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/17.png) center center no-repeat #e9690e;
}

.taksitBaslik18 {
    background: url(https://0bcbce.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/18.png) center center no-repeat #e8ce00;
}

.taksitBaslik19 {
    background: url(https://1e5317.claudeassets.com/20230207005906im_/http://aluctekstil.com/Uploads/BankaLogo/19.png) center center no-repeat #ffffff;
}

.TakRenk1 {
    background-color: #edf4e6;
}

.TakRenk2 {
    background-color: #f1e7f3;
}

.TakRenk3 {
    background-color: #f5f9d9;
}

.TakRenk4 {
    background-color: #eeafa2;
}

.TakRenk5 {
    background-color: #b5d0df;
}

.TakRenk6 {
    background-color: #e4e9f4;
}

.TakRenk7 {
    background-color: #edf4e6;
}

.TakRenk8 {
    background-color: #f1e7f3;
}

.TakRenk9 {
    background-color: #f5f9d9;
}

.TakRenk10 {
    background-color: #eeafa2;
}

.TakRenk11 {
    background-color: #b5d0df;
}

.TakRenk12 {
    background-color: #e4e9f4;
}

.TakRenk13 {
    background-color: #edf4e6;
}

.TakRenk14 {
    background-color: #f1e7f3;
}

.TakRenk15 {
    background-color: #f5f9d9;
}

.TakRenk16 {
    background-color: #eeafa2;
}

.TakRenk17 {
    background-color: #b5d0df;
}

.TakRenk18 {
    background-color: #e4e9f4;
}

.TakRenk19 {
    background-color: #edf4e6;
}
/* ------------------------------------Taksit Seçenekleri--------------------------------------------*/

/* ------------------------------------ Cari Ödeme Yap Blok --------------------------------------------*/
.CariOdeme .row .span {
    overflow: hidden;
}

    .CariOdeme .row .span .Left {
        width: 13%;
    }

    .CariOdeme .row .span .Center {
        width: 3%;
    }

    .CariOdeme .row .span .Right {
        width: 82%;
    }

    .CariOdeme .row .span div {
        float: left;
        height: 31px;
        line-height: 31px;
    }

.Listem.CariOdemeRaporlari .ListemItem .line1 {
    width: 6%;
}

.Listem.CariOdemeRaporlari .ListemItem .line2 {
    width: 13%;
}

.Listem.CariOdemeRaporlari .ListemItem .line3 {
    width: 18%;
}

.Listem.CariOdemeRaporlari .ListemItem .line4 {
    width: 8%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line5 {
    width: 18%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line6 {
    width: 12%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line7 {
    width: 10%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line8 {
    width: 7%;
    padding-left: 1%;
}

.CariOdeme .Basketstep {
    display: none;
}

.CariOdeme .OdemeMenu {
    display: none;
}

.CariOdeme .BasketPage {
    width: 100%;
    overflow: visible;
    padding: 0;
    border: 0;
    min-height: inherit;
}

.CariOdeme .Odeme-Left {
    width: 100%;
    padding: 0;
    float: none;
    background-color: transparent;
    min-height: 300px;
}

    .CariOdeme .Odeme-Left .Left {
        width: 50%;
    }

.CariOdeme .CrediCardNoInput input {
    width: 20.3%;
}

.CariOdeme .CrediCardNameInput input {
    width: 92%;
}

.CariOdeme .CrediCardDateInput select {
    width: 46.7%;
}

.CariOdeme .Odeme-Right {
    padding: 0;
    float: none;
    width: 100%;
    background-color: transparent;
}

    .CariOdeme .Odeme-Right .Odeme-RightLine {
        display: none;
    }

.CariOdeme .aspNetDisabled {
    margin-top: 5px;
}

.CariOdeme .OdemeTamamla .SiparisiTamamlaBtn {
    float: right;
    margin-top: 50px;
}

.CariRaporlarContent .siparisTablo thead tr th {
    padding: 2px;
}

.cariorta table tr td {
    padding: 5px;
}

div#fancy_print {
    background: url("https://e5fa3e.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/Default/images/print2.png") no-repeat scroll center center #222222;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    cursor: pointer;
    display: block;
    height: 25px;
    left: -16px;
    position: absolute;
    top: -14px;
    width: 25px;
    z-index: 9999;
}

.CariOdeme .Odeme-Right {
    position: relative;
}

.CariOdeme .OdemeTamamla {
    position: absolute;
    bottom: 0;
}

/* ------------------------------------ Cari Ödeme Yap Blok --------------------------------------------*/
/* ------------------------------------ANASAYFA BLOKLARI--------------------------------------------*/
.responsive-row {
    margin-left: -10px;
    margin-right: -10px;
}

.homebox {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}

    .homebox .banneritem {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #dadada;
        padding: 9px;
    }

[class*="col"] {
    padding: 0 10px;
    float: left;
    min-height: 1px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.box-baslik {
    text-align: center;
    margin: 30px 0 50px;
}

    .box-baslik:after {
        content: "";
        height: 1px;
        width: 100%;
        background: #b7b7b7;
        display: block;
        margin-top: -10px;
    }

    .box-baslik h4 {
        font-size: 16px;
        font-weight: 900;
        color: #373636;
        height: 20px;
        line-height: 20px;
        padding: 0 60px;
        background: #fff;
        display: inline-block;
    }


.homebox > a > img {
    width: 100%;
}

.box-detay {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    left: 0;
    padding: 0 10px;
}

    .box-detay h4 {
        font-size: 12px;
        color: #1d171e;
        font-weight: 900;
        text-transform: uppercase;
    }

.homebox-row.ozel-detay .homebox a span {
    background: url(https://ad788f.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/homebox-hover.png) no-repeat center center;
    width: 100%;
    height: 86px;
    position: absolute;
    top: -90px;
    left: 0;
}

.homebox-row.ozel-detay .homebox a:hover span {
    top: 40px;
}

.homebox-row.ozel-detay .homebox a:hover .box-detay-2 {
    bottom: 0;
}

.box-detay-2 {
    position: absolute;
    bottom: -95px;
    left: 0;
    text-align: left;
    width: 100%;
    height: 105px;
    background: rgba(0,0,0, 0.6);
    padding: 15px 10px;
}

    .box-detay-2 h4 {
        font-size: 19px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .box-detay-2 p {
        font-size: 15px;
        color: white;
        font-weight: 300;
    }

.homebox figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .homebox figcaption:after, .homebox figcaption:before {
        position: absolute;
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
        -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -o-transition: opacity 0.35s, -o-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .homebox figcaption:after {
        border-right: 1px solid #cacaca;
        border-left: 1px solid #cacaca;
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -o-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }

    .homebox figcaption:before {
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        -webkit-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -o-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transform: scale(0,1);
    }

.homebox a:hover figcaption {
    background-color: rgba(0, 0, 0, 0.5);
}

    .homebox a:hover figcaption:after, .homebox a:hover figcaption:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/* ------------------------------------ANASAYFA BLOKLARI--------------------------------------------*/

/* ------------------------------------FİLTRELEME--------------------------------------------*/

.KategoriFilitrelemeContent {
}

    .KategoriFilitrelemeContent .Block_Title {
        display: none;
    }

.KategoriFilitrelemeTxt {
    position: relative;
}

.KategoriFilitreleme {
    margin-bottom: 15px;
}

    .KategoriFilitreleme .KategoriFilitreTittle {
        position: relative;
        color: #000000;
        font-size: 13px;
        font-weight: 400;
        width: 100%;
        text-transform: uppercase;
        background-color: white;
        padding: 11px 5px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

.KategoriFilitreLine {
    overflow-x: auto;
    position: relative;
    max-width: 100%;
    padding: 20px 20px;
    background: #fff;
}

    .KategoriFilitreLine.FilitreMaxHeight {
        max-height: 315px;
        overflow-y: auto;
    }

    .KategoriFilitreLine > ul {
        float: left;
        width: 100%;
        margin-left: -20px;
    }

        .KategoriFilitreLine > ul > li > a {
            width: 100%;
            display: inline-block;
            font-size: 13px;
            font-weight: 400;
            color: #4c4c4c;
            line-height: 15px;
            position: relative;
            margin: 0 0 20px;
        }

        .KategoriFilitreLine > ul > li ul li {
            float: left;
            margin-bottom: 20px;
            padding-left: 25px;
        }

            .KategoriFilitreLine > ul > li ul li a {
                display: block;
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
            }

            .KategoriFilitreLine > ul > li ul li:hover a {
                color: #4c4c4c;
            }

    .KategoriFilitreLine table {
        width: 100%;
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .KategoriFilitreLine table input {
            float: left;
            margin: 6px;
            margin-left: 0px;
        }

        .KategoriFilitreLine table label {
            float: left;
        }

        .KategoriFilitreLine table tr {
        }

            .KategoriFilitreLine table tr td {
                padding: 10px 10px 10px 0;
            }

                .KategoriFilitreLine table tr td label {
                    font-size: 12px;
                    color: #4c4c4c;
                    font-weight: 400;
                    text-transform: capitalize;
                    background: url(https://5aff20.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/check.png) no-repeat;
                    padding-left: 30px;
                    display: inline-block;
                    line-height: 18px;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .KategoriFilitreLine table tr td input[type=checkbox] {
                    position: absolute;
                    overflow: hidden;
                    clip: rect(0 0 0 0);
                    height: 1px;
                    width: 1px;
                    margin: -1px;
                    padding: 0;
                    border: 0;
                }

                    .KategoriFilitreLine table tr td input[type=checkbox]:checked + label {
                        background-image: url(https://6fad7e.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/check_tik.png);
                    }

.fiyatFilitreContent {
}

    .fiyatFilitreContent .KategoriFilitreLine {
    }

.KategoriFilitreLine #slider-range {
    margin: 5px auto;
    background: #696969;
    border: 0;
    height: 5px;
    border-radius: 0px;
    padding-left: 0px;
    width: 100%;
    float: left;
}

    .KategoriFilitreLine #slider-range .ui-slider-range {
        background: #8e8e8e;
        border: 0;
        border-radius: 0;
    }

    .KategoriFilitreLine #slider-range .ui-slider-handle {
        top: -3px;
        width: 11px;
        height: 11px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background: #4c4c4c;
        border-radius: 50%;
        border: none;
    }

.KategoriFilitreLine > p > input {
    font-weight: 500 !important;
    color: #1f1f1f !important;
    font-size: 15px;
    margin: 10px 0 !important;
    box-shadow: none !important;
    line-height: 35px !important;
    padding: 0 0 0 0px !important;
    width: 100%;
    text-align: left;
    border-radius: 0 !important;
}

.KategoriFilitreLine > p > a {
    position: absolute;
    bottom: 20px;
    line-height: normal !important;
    color: #000;
    left: 20px;
    margin-left: 0 !important;
}

/*-----------------------------------FİLTRELEME--------------------------------------------*/
/* ------------------------------------Yorum Yaz--------------------------------------------*/
.fancyboxTittle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
}

#yorumYaz {
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}

.yorumYaz {
    margin-bottom: 10px;
    position: relative;
}

    .yorumYaz .validate {
        padding: 5px;
        top: -30px;
    }

#TelefonSiparis {
    width: 280px !important;
    height: 300px !important;
}

/* ------------------------------------Yorum Yaz--------------------------------------------*/
/* ------------------------------------Ürün Önerileri--------------------------------------------*/
.urunTabAlt {
    width: 100%;
}

    .urunTabAlt ul li {
        margin-bottom: 10px;
        clear: both;
        line-height: 16px;
    }

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
}

.urunTabAlt ul li .captchaImageBox {
    float: left;
}

.urunTabAlt ul li .captchaInputBox {
    margin: 10px;
    float: left;
}

.urunTabAlt ul li.urundetyaGuvenlikodu span {
    float: left;
}

.urunTabAlt ul li .GuvnelikKodu {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    display: block;
}

.odemeBildirimFormu table tr td {
    padding: 5px;
}
/* ------------------------------------Ürün Önerileri--------------------------------------------*/
#mainHolder_txtbxNotlar {
    width: 97%;
}

.Block_Text img {
    max-width: 100%;
    max-height: 100%;
}

#GUVENLIK_KODU {
    margin-bottom: 10px;
    margin-top: 10px;
}

#AdresContent {
    width: 720px !important;
}

/* ------------------------------------Üyelik Onay--------------------------------------------*/
.uyelikonay {
    margin-top: 50px;
    padding-left: 50px;
}

    .uyelikonay .title {
        width: 100%;
        margin-bottom: 30px;
    }

        .uyelikonay .title h4 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .uyelikonay .title span {
            font-size: 20px;
        }

    .uyelikonay p {
        line-height: 30px;
    }

        .uyelikonay p strong {
            font-weight: 700;
            font-size: 16px;
            color: #000;
        }

    .uyelikonay a {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }
/* ------------------------------------Üyelik Onay--------------------------------------------*/

/* ------------------------------------ ToolTip --------------------------------------------*/
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.tooltip-inner {
    width: 70px;
    line-height: 21px;
    text-align: center;
}

.tooltipsosyal {
    height: 21px;
    background: #000;
    text-align: center;
    border-radius: 0px;
    margin-top: -7px;
    margin-left: 16px;
}

    .tooltipsosyal .tooltip-inner {
        text-align: center;
        float: left;
        width: 120px;
        color: white;
        position: relative;
        font-size: 11px;
    }

.tooltip-arrow {
    left: 0 !important;
}

.tooltipsosyal:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(59, 89, 152, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
}

.sosyalFooter > ul > li:nth-child(2) .tooltipsosyal {
    background: #00aced;
}

    .sosyalFooter > ul > li:nth-child(2) .tooltipsosyal:after {
        border-top-color: #00aced;
    }

.sosyalFooter > ul > li:nth-child(3) .tooltipsosyal {
    background: #125688;
}

    .sosyalFooter > ul > li:nth-child(3) .tooltipsosyal:after {
        border-top-color: #125688;
    }

.sosyalFooter > ul > li:nth-child(4) .tooltipsosyal {
    background: #bb0000;
}

    .sosyalFooter > ul > li:nth-child(4) .tooltipsosyal:after {
        border-top-color: #bb0000;
    }

.sosyalFooter > ul > li:nth-child(5) .tooltipsosyal {
    background: #dd4b39;
}

    .sosyalFooter > ul > li:nth-child(5) .tooltipsosyal:after {
        border-top-color: #dd4b39;
    }

.sosyalFooter > ul > li:nth-child(6) .tooltipsosyal {
    background: #cb2027;
}

    .sosyalFooter > ul > li:nth-child(6) .tooltipsosyal:after {
        border-top-color: #cb2027;
    }

/* ------------------------------------ ToolTip --------------------------------------------*/
/* ------------------------------------ İade Taleplerim --------------------------------------------*/
.IadeTaleplerimContent {
}

.IadeTaleplerim .Title {
    height: 40px;
    line-height: 40px;
}

.Listem.IadeTaleplerim .ListemItem {
    height: auto;
    line-height: 24px;
}

    .Listem.IadeTaleplerim .ListemItem div {
        height: auto;
    }

    .Listem.IadeTaleplerim .ListemItem .line1 {
        width: 3%;
    }

    .Listem.IadeTaleplerim .ListemItem .line2 {
        width: 20%;
    }

    .Listem.IadeTaleplerim .ListemItem .line3 {
        width: 40%;
    }

    .Listem.IadeTaleplerim .ListemItem .line4 {
        width: 30%;
    }

    .Listem.IadeTaleplerim .ListemItem .line5 {
        width: 11%;
    }

    .Listem.IadeTaleplerim .ListemItem .line6 {
        width: 11%;
    }

.IadeTaleplerimContent #mainHolder_btnEkle {
    position: static;
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.IadeTaleplerimContent .row {
    width: 60%;
}

    .IadeTaleplerimContent .row .span {
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .IadeTaleplerimContent .row .span div {
            float: left;
        }

        .IadeTaleplerimContent .row .span .Left {
            width: 30%;
        }

        .IadeTaleplerimContent .row .span .Center {
            width: 3%;
        }

        .IadeTaleplerimContent .row .span .Right {
            width: 60%;
        }

        .IadeTaleplerimContent .row .span #mainHolder_btnKaydet {
            float: right;
            width: 20%;
        }

        .IadeTaleplerimContent .row .span #mainHolder_btnVazgec {
            float: right;
            width: 20%;
            margin-right: 10px;
        }

.IadeTaleplerimContent textarea {
    width: 98.8%;
    margin-bottom: 10px;
    height: 50px;
}

.span.IadeTalepBtn {
    width: 93%;
}

/* ------------------------------------ İade Taleplerim --------------------------------------------*/

/* ------------------------------------ Arama Sonuçları --------------------------------------------*/
#ArmaSonuclari {
    border: solid 1px #CCC;
    padding: 3%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
/* ------------------------------------ Arama Sonuçları --------------------------------------------*/

/* ------------------------------------ Slider --------------------------------------------*/

/* .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    padding: 5px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
}*/

.flex-direction-nav .flex-prev {
    left: 10% !important;
}

.flex-direction-nav a.flex-prev:before {
    /*content: "" !important;
    display: inline-block;
    background: url(https://46f660.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider_icon.png) no-repeat;
    width: 28px;
    height: 45px;*/
}

.flex-direction-nav a:hover.flex-prev:before {
}

.flex-direction-nav .flex-next {
    right: 10% !important;
}

.flex-direction-nav a.flex-next:before {
    /*content: "" !important;
    display: inline-block;
    background: url(https://46f660.claudeassets.com/20230207005906im_/http://aluctekstil.com/CustomCss/aluctema/images/slider_icon.png) no-repeat -28px 0;
    width: 28px;
    height: 45px;*/
}

.flex-direction-nav a:hover.flex-next:before {
}

.flex-control-nav {
    bottom: 30px !important;
    width: auto !important;
    right: 30px;
}

    .flex-control-nav li {
        margin: 0 2px !important;
    }

.flex-control-paging li a {
    border-radius: 50% !important;
    box-shadow: none !important;
    width: 17px !important;
    height: 17px !important;
    background-color: #fff !important;
    border: 1px solid #2d2e2d;
}

    .flex-control-paging li a.flex-active {
        background-color: #2d2e2d !important;
    }

.sbGecis {
    float: right;
    width: 270px;
    margin: 0 !important;
}
/* ----------------------------------------------------------------------------------------*/

.HomePageSlideShowContainer .HPSItems ul.slides li {
    text-align: center;
    /*height: 0;*/
}

    .HomePageSlideShowContainer .HPSItems ul.slides li.flex-active-slide {
        height: auto !important;
    }

div#divEtiketler {
    display: none;
}

.cs-wrapper {
    margin-top: 40px;
}

#indirimliFiyat > span.spanKdv {
    display: none;
}

div#divFacebookYorumContainer {
    display: none;
}

div#mainHolder_UrunDetay_aFacebookLink2 {
    display: none;
}


/* MYB */

.adminUserLogin .Login {
    width: 320px !important;
    height: 320px !important;
}

    .adminUserLogin .Login .gridLeft .textbox {
        height: 40px !important;
    }

.adminUserLogin .newuserForm > div {
    padding: 0 !important;
    width: auto;
    float: none;
}

.adminUserLogin .Login h4 {
    margin: -9px -17px !important;
}

.oneriValidate {
    width: 26% !important;
}

.altmenuvar > a::after {
    content: "+";
    float: right;
    color: #7a459a;
    font-weight: bold;
    margin-right: 70px;
}

.homeContainer .ProductListContent {
    display: none;
}

.IndirimliUrunler .Block_Title {
    text-align: left;
    font-size: 30px;
    color: #7574b1;
    background-color: white;
    padding: 10px 0 10px 10px;
    border: 1px dashed #7574b1;
    border-radius: 7px;
    margin-top: 25px;
}

/* MEDYA SORGULARI */

@media (min-width: 993px) {
    .side-bar, .nav-mobil-menu {
        display: none !important;
    }
}

@media (max-width: 1310px) {
    .ProductIcon {
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .ticiContainer, .headerContent {
        width: 100%;
        margin: 0;
        padding: 20px 10px 0;
    }

    .RightDetail {
        width: 38%;
    }

    .ProductIcon {
        margin-right: 66px;
    }

    .footer-ust {
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .productItem .productImage {
        height: auto;
    }

    .ProductIcon {
        display: none;
    }

    .ustmenu-bg, .altmenu-bg {
        display: none;
    }

    .sliderBannerContainer {
        margin: 0;
    }

    .detaylar > img {
        display: none;
    }

    .box-baslik {
        margin-top: 15px;
    }

    .filtrele {
        height: 32px;
        line-height: 32px;
        border: 1px solid #e6e9ec;
        padding: 0 10px;
        color: #666666;
        font-weight: 400;
        font-size: 14px;
        float: left;
        cursor: pointer;
    }

        .filtrele i {
            margin-right: 6px;
            margin-left: -10px;
        }

    .searchContent {
        display: none;
    }

    .urunListRel .brandlistselection .blockSelect {
        display: none;
    }

    #header .welcome {
        display: none;
    }

    #mainHolder_divSayfalamaAlt {
        width: 98%;
        margin-left: 1%;
    }

    .pageNumber a {
        margin-right: 5px;
    }

    .urunTab {
    }

        .urunTab ul {
            width: 100%;
        }

    .uyeGirisWelcome {
        width: 100%;
        display: block !important;
        font-size: 13px;
        margin: 5px 0;
        color: #222;
    }

    .footer-yazi {
        height: auto;
    }

    .main-top-links {
        display: none;
    }

    .socialButons {
        width: 98%;
        margin-left: 1%;
        float: left !important;
    }

    .ticiContainer.categoryContainer .leftBlock {
        display: none;
        width: 100%;
        background: #4c4c4c;
    }

        .ticiContainer.categoryContainer .leftBlock .clear {
            clear: none;
        }

    .categorydesign p {
        margin-bottom: 0;
        padding: 10px;
    }

    .ribbon .categoryTitleText {
        width: 98%;
        margin-left: 1%;
        padding: 5px 0;
    }

    .categoryTitleText {
        width: 100%;
    }

    #pnlSlider {
        width: 100%;
    }

    .HomePageSlideShowContainer .HomePageSlideShow img {
        max-width: 100%;
    }

    .brandlistselection {
        height: auto;
        margin-bottom: 10px;
    }

    .categorydesign {
        margin-bottom: 0;
    }

    .ticiContainer.categoryContainer .centerCount {
        width: 100% !important;
    }

    .centerCount {
        width: 100%;
    }

    .mobil-search {
        float: left;
        position: relative;
        width: 100%;
        margin: 10px 0;
    }

        .mobil-search input {
            width: -webkit-calc(100% - 10px);
            width: calc(100% - 10px);
            border-radius: 0;
            height: 35px;
            line-height: 35px;
            color: #222;
            background: transparent;
            border-color: #e5e5e5;
            box-shadow: none !important;
        }

        .mobil-search button.Formugonder {
            position: absolute;
            top: 0;
            right: 0px;
            width: 35px;
            height: 35px;
            border: 0;
            background: #e5e5e5;
            cursor: pointer;
        }

    .RightDetail {
        float: left;
        width: 100%;
        min-height: unset;
        padding: 0;
        margin: 10px 0 0;
    }

    .leftImage {
        width: 100%;
    }

    .urunListRel .brandlistselection .blockSelect {
        display: none;
    }

    .ticiContainer.categoryContainer {
        padding: 0 10px 0;
    }

    .homeContainer {
        padding: 10px 0 0;
    }

    .welcome {
        position: static;
        float: left;
        margin: 0;
        height: auto;
        text-align: center;
        width: 100%;
        line-height: 25px;
        color: #fff;
        font-size: 0;
        display: block;
    }

        .welcome > a:last-child:after {
            display: none;
        }

        .welcome ul {
            float: left;
            width: 100%;
            margin: 10px 0 0 0;
        }

        .welcome > a:after {
            display: none;
        }

        .welcome > a {
            width: 50%;
            font-weight: 500;
            padding: 0;
            height: 35px;
            line-height: 35px;
            color: white;
            margin: 0;
            display: inline-block !important;
        }

            .welcome > a:hover {
                color: white;
            }

        .welcome ul li:hover a {
            color: white;
            background: inherit;
        }

    li.headerUyeOl:after {
        display: none;
    }

    a.headerHesabim, a.headerHesabim:hover {
        float: left;
        background: #277e5d;
        border-bottom: 5px solid #1a674a;
    }

    a.headerCikis, a.headerCikis:hover {
        float: right;
        background: #a61a1f;
        border-bottom: 5px solid #7c0d11;
    }

    .facebookbaglan {
        width: 100%;
        background: #3b5998;
        margin-bottom: 10px;
    }

    .welcome ul li a {
        color: #fff;
        height: 35px;
        line-height: 35px;
        margin-right: 0;
        padding: 0;
        font-size: 13px;
    }

    .welcome ul li {
        height: 35px;
        line-height: 35px;
        font-size: 0;
        display: none;
    }

        .welcome ul li.headerUyeGiris {
            width: 50%;
            float: left;
            border: 0;
            margin: 0;
            display: block;
            background: #277e5d;
            border-bottom: 5px solid #1a674a;
        }

            .welcome ul li.headerUyeGiris a {
                float: none;
            }

        .welcome ul li.headerUyeOl {
            width: 50%;
            float: right;
            border: 0;
            margin: 0;
            display: block;
            background: #52bb93;
            border-bottom: 5px solid #33b282;
        }

            .welcome ul li.headerUyeOl a {
                float: none;
            }

        li.headerUyeOl ::after, li.headerUyeOl a:before, li.headerUyeGiris a:before, li.headerUyeGiris a:after, .welcome ul li:first-child:after {
            display: none;
        }

    .ticiContainer.productDetailContainer {
        padding-top: 0;
    }

    .homebox-row {
        width: 100%;
        float: left;
        margin-top: 0;
    }

    .main-top-texts {
        display: none;
    }

    #header {
        height: 70px;
        margin-bottom: 0;
        background: #2d2e2d;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 5555;
    }

    .headerBilgi {
        display: none;
    }

    .ticiContainer, .headerContent, .footerCenter {
        width: 100%;
        padding: 10px 10px 0;
    }

    .homeContainer {
        margin: 0;
    }

    .navigation {
        width: 50px;
        left: 10px;
        top: 14px;
        height: 36px;
        background: none;
    }

    .mycart {
        top: 27px;
        right: 10px;
        background: none;
    }

        .mycart a .sepetTecxt {
            color: #fff;
        }

        .mycart > a {
            padding: 0;
        }

        .mycart a .sepetUrunSayisi {
            position: static;
            margin-right: 10px;
        }

    a.logo {
        top: 0px;
        left: 60px;
    }

    #logo img {
        max-width: 132px;
    }
    /*mobil menu*/
    .fixed {
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    }

    ul.ResimliMenu1 > li {
        display: none;
    }

    ul.ResimliMenu1 .nav-mobil-menu {
        width: 90px;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        height: 100%;
        line-height: 30px;
        text-align: left;
        float: left;
        position: absolute;
        left: 0;
    }

    .side-bar li.listMenu > span {
        position: absolute;
        right: 10px;
        top: 0;
        width: 70px;
        height: 42px;
        font-size: 20px;
        line-height: 37px;
        text-align: right;
        display: block;
        color: #4c4c4c;
    }

    .side-bar li.listMenu.acikMenu > span i {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .side-bar li > span {
        font-size: 0;
        display: none;
    }

    ul.ResimliMenu1 .nav-mobil-menu {
        width: 90px;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        height: 100%;
        line-height: 30px;
        text-align: left;
        float: left;
        position: absolute;
        left: 0;
    }

    ul.ResimliMenu1 .nav-mobil-menu {
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        height: 46px;
        line-height: 44px;
        text-align: left;
        float: left;
    }

        ul.ResimliMenu1 .nav-mobil-menu.translate {
            width: 151px;
            height: 50px;
        }

        ul.ResimliMenu1 .nav-mobil-menu span {
            font-size: 14px;
            color: white;
        }

        ul.ResimliMenu1 .nav-mobil-menu .mobilnav-button {
            position: relative;
            float: left;
            padding: 0;
            font-size: 38px;
            color: white;
        }


    .menu-overlay {
        position: fixed;
        background-color: #000;
        opacity: 0.5;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .side-bar {
        width: 320px;
        height: 100%;
        background: #fbfbfb;
        position: fixed;
        top: 0;
        left: -320px;
        z-index: 999999 !important;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease;
        overflow-y: auto;
        padding: 10px 20px;
    }

    .translate-reset {
        left: 0;
    }

    .side-bar ul.mobil-menu-tasi {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100% !important;
        float: left;
    }

    .side-bar > ul > li .altMenu {
        display: none;
    }

    .side-bar ul.mobil-menu-tasi ul > li {
        border: none !important;
        background-color: #e5e5e5;
    }

    .side-bar ul.mobil-menu-tasi ul li a {
        padding-left: 15px;
        font-size: 12px;
        height: 40px;
    }

    .side-bar ul.mobil-menu-tasi ul ul li a {
        padding-left: 30px;
        font-size: 12px;
    }

    .side-bar ul.mobil-menu-tasi li {
        display: block !important;
        width: 100% !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #e5e5e5;
        height: auto !important;
        float: left;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
    }

    .side-bar > ul.menu-kapat-ul {
        text-align: right;
        padding: 5px 0 0 0;
        background: #4c4c4c;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -10px;
        border-bottom: 4px solid #1f271f;
        float: left;
    }

        .side-bar > ul.menu-kapat-ul li {
            display: inline-block;
        }

            .side-bar > ul.menu-kapat-ul li:first-child {
                margin-left: 20px;
            }

        .side-bar > ul.menu-kapat-ul li {
            float: left;
            font-size: 18px;
            color: #fff;
            line-height: 35px;
            margin-left: 5px;
        }

        .side-bar > ul.menu-kapat-ul > li:last-child {
            float: right;
            margin-right: 20px;
        }

            .side-bar > ul.menu-kapat-ul > li:last-child a {
                background: #fbfbfb;
                line-height: 30px;
                text-align: center;
                padding: 5px 13px;
                color: #424141;
                font-size: 15px;
                font-weight: 900;
            }

    .side-bar ul.mobil-menu-tasi li .altMenuSag {
        display: none;
    }

    .side-bar ul.mobil-menu-tasi li .altmenuSol h4 {
        display: none;
    }

    .side-bar ul.mobil-menu-tasi li a {
        display: inline-block;
        padding: 1em 1em 1em 0;
        color: #222 !important;
        font-weight: 600;
    }

    .altmenuSol ul li ul li {
        background-color: #646464;
        border: none !important;
    }

        .altmenuSol ul li ul li a {
            height: 20px;
            line-height: 20px;
            padding: 0 !important;
            padding-left: 30px !important;
        }

    .side-bar ul.mobil-menu-tasi > li > ul {
        display: none;
    }

    div.altmenuSol > ul > li > a:before {
        float: left;
        width: 4px;
        height: 4px;
        background-color: #000;
        margin-right: 5px;
        margin-top: 6px;
    }
}

/*medya sorgu tablet yan*/
@media (max-width: 992px) and (min-width: 769px) {

    .kategori-banner {
        margin-top: 10px;
    }

    .kat-yazi {
        left: 10px;
        top: 10px;
        bottom: 10px;
        height: auto;
    }

    .musteri-hizmet h3 {
        font-size: 16px;
    }

    .musteri-hizmet p {
        font-size: 21px;
    }

    .sosyalFooter h4 {
        display: none;
    }

    .sosyalFooter li {
        margin-right: 5px;
        float: left;
    }

    .flex-control-nav {
        bottom: 15px !important;
    }

    .slogan {
        top: 26px;
    }

    .ProductListprev {
        left: 0;
    }

    .ProductListnext {
        right: 0;
    }

    .OlcuTablosu {
        float: left;
    }

    .alt-menu {
        right: 110px;
    }

    #pnlSlider {
        width: 100% !important;
    }

    .FirsatSlideItem {
        height: 304px;
        margin-right: 1px;
    }

    .ProductIcon {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }

    .product-social {
        width: 100%;
        margin-top: 15px;
    }

    .categorydesign .kat-yazi h1 {
        font-size: 20px;
    }

    .categorydesign .kat-yazi p {
        font-size: 11px;
    }

    .footer-bilgi {
        height: auto;
        padding: 0 15px;
    }

        .footer-bilgi > p {
            line-height: 80px;
        }

    .homeContainer {
        padding: 0;
    }

    .urunListRel {
        width: 100%;
    }

    .footer-bottom {
        height: auto;
        width: 100%;
        margin: 0;
    }

        .footer-bottom img {
            width: 40%;
        }

            .footer-bottom img:last-child {
                width: 60%;
            }

        .footer-bottom .destek {
            margin-left: 10px;
            margin-right: 0;
        }

            .footer-bottom .destek.sosyalFooter {
                margin-right: 10px;
            }

    #pnlFiyatlar {
        width: 100%;
    }

    .ticiContainer.categoryContainer {
        padding-top: 15px !important;
    }

    .footerLinkler > ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .footerLinkler > ul.sosyalFooter > li:first-child {
        width: 100%;
    }

    .headerYazi {
        left: 0;
        top: 24px;
        background: white;
        width: 100%;
    }

    .main-top-links li {
        font-size: 11px;
    }

    .mycart:hover:after {
        display: none !important;
    }

    .ticiContainer.innerContainer .centerCount {
        width: 100%;
    }

    .ticiContainer.innerContainer .leftBlock {
        width: 100%;
        margin-right: 0;
    }

        .ticiContainer.innerContainer .leftBlock.hesabimLeft {
            width: 100%;
        }

        .ticiContainer.innerContainer .leftBlock .userMenu li {
            width: 20%;
        }


    .social-actions ul.sosyalFooter {
        margin-left: 0;
    }

    #yorumYaz {
        width: 100% !important;
    }

    .urunhakkinda li:first-child {
        padding-left: 0px;
    }

    .urunhakkinda li {
        padding: 0;
        width: 50%;
        text-align: center;
    }

        .urunhakkinda li:last-child {
            padding-right: 0px;
        }

    .BasketBtn .basketBtn input {
        margin-right: 0;
    }

    .Login {
        border: solid 1px #DDDDDD;
        margin-left: 0%;
        padding: 2% 5% 2% 4%;
        width: 48%;
        margin-left: 2%;
        background-color: #FBFBFB;
        height: auto;
    }

    .homeContainer .centerCount {
    }

    .homeContainer .leftBlock {
        display: none;
    }

    .urunOzellik {
        width: 98%;
        margin-left: 1%;
        float: left;
    }

    .product-social ul li {
        margin-right: 5px;
    }

    .ProductList {
        width: 100% !important;
    }

        .ProductList.pr_3 {
            width: 100% !important;
        }

        .ProductList.pr_4 {
            width: 100% !important;
        }

    .brandlistselection .selectBox select {
        width: auto;
    }

    .ProductListContent {
    }

    .col-4.urun-row {
        width: 25%;
    }

    .ProductList .regularPrice {
        margin-left: 5px;
    }

    #divBenzerUrun {
        height: auto;
        width: 98%;
        margin-left: 1%;
        margin: 15px 1% 10px;
    }

    .jCarouselLite ul li {
        margin-right: 0 !important;
        width: 33.33% !important;
    }

    div#divTaksitAciklama {
        width: 250px;
    }

    #divTaksitAciklama .taksitSatir {
        font-size: 12px;
    }

    .productModule2 ul li {
    }

        .productModule2 ul li .moduleimage2 {
            height: 150px;
            line-height: 150px;
        }

            .productModule2 ul li .moduleimage2 img {
                max-height: 150px;
            }

        .productModule2 ul li .moduleprice2 {
            width: 100%;
        }

    .urunTab li {
        width: 25%;
        float: left;
        margin: 0;
    }

        .urunTab li a {
            width: 100%;
            padding: 0;
            font-size: 12px;
        }

        .urunTab li:after {
            display: none;
        }

    .footer-ust {
        padding: 0;
    }

    .ProductList {
        margin-right: 0;
    }

    .RightDetail {
        float: left;
        width: 59% !important;
        margin-left: 1%;
    }

    .leftImage {
        width: 40% !important;
    }

    .Images {
        width: 100%;
        height: auto;
    }

    .SmallImages {
        width: 100%;
        margin-top: 5px;
    }

        .SmallImages .AltImgCapSmallImg {
            width: 25%;
        }

    #mainHolder_linkFiltreKaldir {
        margin-left: 20px;
    }

    .brandlistselection {
        width: 100%;
        height: auto;
    }

    .categorydesign img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .ticiContainer.categoryContainer .centerCount {
        width: 100% !important;
    }

    .ticiContainer.categoryContainer .leftBlock {
        display: none;
    }

    #footer {
        height: auto;
        padding: 10px;
    }

    .KategoriFilitreleme {
        border-top: 0;
        padding: 0;
        border-bottom: 0;
        width: 33.333%;
        float: left;
        height: 180px;
        background: #fff;
    }

    .filtrele {
        width: 200px;
    }

    .blog {
        float: none;
        margin-left: 0;
    }

    .footer-carts img:first-child {
        width: 70%;
    }

    .footerLinkler {
        padding-top: 15px;
    }

        .footerLinkler .ticiContainer > div.Links {
            padding: 0;
            margin-left: 1%;
            margin-right: 0;
            margin-bottom: 15px;
            width: 19%;
        }

            .footerLinkler .ticiContainer > div.Links > ul {
                margin-right: 25px;
            }

    .footer-bilgi img:first-child {
        margin-right: 0;
    }

    .homebox {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0;
        float: left;
    }

        .homebox.margin-20, .homebox.margin-30 {
            margin: 0;
        }

        .homebox.col-8 {
            width: 66.6666%;
        }

        .homebox.col-7 {
            width: 59.5%;
        }

        .homebox.col-6 {
            width: 50%;
        }

        .homebox.col-5 {
            width: 39.5%;
        }

        .homebox.col-4 {
            width: 33.3333%;
        }

        .homebox.col-3 {
            width: 25%;
        }

    .detaylar {
        padding: 10px 0;
    }

        .detaylar > ul {
            padding: 0 10px;
            width: 100%;
        }

            .detaylar > ul > li {
                width: 100%;
                margin-left: 0 !important;
            }

    .footerLinkler.ustLinkler div.Links:first-child, .footerLinkler.ustLinkler div.Links:last-child {
        padding-left: 0;
        border: 0;
    }

    .footerLinkler div.Links {
        padding: 0 !important;
        border: none;
    }
}

/*medya sorgu tablet*/
@media (max-width: 768px) and (min-width: 540px) {
    .ProductList .productItem .productDetail {
        padding: 5px;
    }

    .ProductList .discountPrice {
        font-size: 13px;
    }

    .ProductList .regularPrice {
        font-size: 12px;
        margin-left: 2px;
    }

    .footerLinkler.ustLinkler div.Links:first-child, .footerLinkler.ustLinkler div.Links:last-child {
        padding-left: 10px;
    }

    .footerLinkler div.Links > ul {
        padding-right: 50px;
    }

    .footerLogo {
        width: 98%;
        margin: 0 1% 10px;
        border: none;
    }

        .footerLogo p {
            padding: 0;
        }

    .categorydesign h1 {
        margin-top: 10px;
    }

    .kategori-banner {
        display: none;
    }

    .detaylar > ul {
        padding: 0 10px;
        width: 100%;
    }

    .flex-control-nav {
        bottom: 15px !important;
    }

    .FirsatSlideItem {
        width: 100%;
    }

        .FirsatSlideItem .firsatUrunleri {
            width: 530px !important;
        }

            .FirsatSlideItem .firsatUrunleri ul .firsatUrunleriItem {
                width: 265px !important;
            }

    .urunTab li:after {
        display: none;
    }

    .alt-menu {
        right: 125px;
    }

    .homeContainer .leftBlock {
        display: none;
    }

    a.logo {
        left: 70px !important;
    }

    .footer-yazi {
        margin-bottom: 0;
    }

    .footer-ust {
        padding: 10px 0;
    }

    .ProductIcon {
        width: 100%;
        margin-top: 10px;
    }

    .ProductList .regularPrice {
    }

    .categorydesign .kat-yazi h1 {
        font-size: 20px;
    }

    .categorydesign .kat-yazi p {
        font-size: 11px;
    }

    .footer-bilgi {
        height: auto;
        text-align: center;
        padding: 0 10px;
    }

        .footer-bilgi > p {
            width: 100%;
            text-align: center;
            line-height: 30px;
        }

    .footer-bottom {
    }


    .footer-carts {
        width: 100%;
        text-align: center;
    }

        .footer-carts img {
            float: none !important;
        }

    #pnlFiyatlar {
        width: 100%;
    }

    div#divBenzerUrun > .productModuleTitle p:after {
        display: none;
    }

    .satir1:after {
        display: none;
    }

    .ticiContainer.innerContainer .centerCount {
        width: 100%;
    }

    .ticiContainer.innerContainer .leftBlock {
        width: 100%;
        margin-right: 0;
    }

        .ticiContainer.innerContainer .leftBlock.hesabimLeft {
            width: 100%;
        }

        .ticiContainer.innerContainer .leftBlock .userMenu li {
            width: 33%;
        }

    .grid {
        width: 78%;
    }

    .footerLinkler .ticiContainer > div.Links {
        width: 25%;
        padding: 0;
        margin-left: 0%;
        margin-right: 0;
        margin-bottom: 15px;
        border: 0;
    }

        .footerLinkler .ticiContainer > div.Links:last-child {
            width: 100%;
        }

            .footerLinkler .ticiContainer > div.Links:last-child li {
                width: 50%;
                clear: none;
            }

        .footerLinkler .ticiContainer > div.Links > ul {
            margin-right: 0;
            width: 100%;
        }

    .Links > div {
        width: 50%;
        float: left;
        margin: 0;
        clear: none;
    }

    .sosyalFooter {
        width: 95%;
        margin: 0 2.5%;
        text-align: center;
    }

        .sosyalFooter li {
            margin-right: 10px;
        }

    .musteri-hizmet {
        padding-left: 0;
        background: none;
        width: 95%;
        margin: 0 2.5%;
    }

        .musteri-hizmet a {
            margin-top: 0;
        }

    .footer-bilgi p {
        float: none !important;
        line-height: 40px;
    }

    .footer-bilgi img {
        margin-top: 8px;
    }

    .ticimax_link_main {
        line-height: 35px !important;
    }

    .urunhakkinda li:first-child {
        padding-left: 0px;
    }

    .urunhakkinda li {
        padding: 0;
        width: 50%;
        text-align: center;
    }

        .urunhakkinda li:last-child {
            padding-right: 0px;
        }

    .BasketBtn .basketBtn input {
    }

    .aboneOlun > div {
        width: 100%;
    }

    .ProductList .productItem {
    }

    .centerCount {
        width: 100%;
    }

    .ProductIcon2 {
        text-align: center;
    }

    .OlcuTablosu {
        float: left;
    }

    .Login {
        border: solid 1px #DDDDDD;
        margin-left: 0%;
        padding: 2% 3% 2% 2%;
        width: 44%;
        background-color: #FBFBFB;
        height: auto;
    }

    .LoginSag {
        float: right;
        margin-right: 1px;
    }

    .homeContainer .centerCount {
        margin-top: 0px;
    }

    .product-social ul li {
        margin-right: 5px;
    }


    .filtrele {
        width: 24%;
        margin-left: 1%;
    }

    .KategoriFilitreleme {
        width: 50%;
        float: left;
        height: 180px;
        overflow: auto;
        background: #fff;
    }


    .ProductList {
        width: 100% !important;
    }

        .ProductList.pr_3 {
            width: 100% !important;
        }

        .ProductList.pr_4 {
            width: 100% !important;
        }

    .jCarouselLite {
        width: 550px !important;
        float: none;
        margin: 0 auto 20px auto;
    }

    .JKatAdi.categoryTitle {
        margin-right: 10px;
    }

    .jCarouselLite ul li {
        margin-right: 0 !important;
        width: 50% !important;
    }

    #divBenzerUrun {
        height: auto;
        width: 98%;
        margin: 20px 1% 0;
    }

    div#divBenzerUrun > .productModuleTitle:after {
        width: 100%;
    }

    .productModule2 ul li {
        width: 98%;
        margin-bottom: 10px;
        margin-left: 1%;
        margin-right: 1%;
        background: #fff;
    }

        .productModule2 ul li .moduleimage2 {
            width: 120px;
            height: 120px;
            line-height: 120px;
            float: left;
        }

        .productModule2 ul li .modulename2 {
            width: 400px;
            width: -webkit-calc(100% - 150px);
            width: calc(100% - 150px);
            margin-left: 15px;
            float: left;
        }

        .productModule2 ul li .moduleprice2 {
            float: left;
            width: 400px;
            width: -webkit-calc(100% - 150px);
            width: calc(100% - 150px);
            margin-left: 15px;
            margin-bottom: 0;
        }

    .urunOzellik {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .urunTab li {
        margin: 0;
        float: left;
        width: 25%;
    }

        .urunTab li a {
            width: 100%;
            margin-right: 0px;
            padding: 0;
            font-size: 13px;
        }

    .urunDetayPanel {
        margin: 0;
    }

    .ProductList {
        margin-right: 0;
    }

    .brandlistselection .selectBox p {
        border-right: 0;
    }

    #mainHolder_linkFiltreKaldir {
        margin-left: 20px;
    }

    .brandlistselection {
        width: 100%;
        height: auto;
    }

    .categorydesign img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .ticiContainer.categoryContainer .centerCount {
        width: 100%;
    }

    .ticiContainer.categoryContainer .leftBlock {
        display: none;
    }

    .destek-hatti {
        width: 50%;
    }

        .destek-hatti p {
            margin-top: 5px;
        }

    .footer-ust .ticiContainer {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .aboneOlun {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        border: 0;
        padding: 0 !important;
    }

        .aboneOlun .mail {
            width: 100%;
            float: left;
        }

    .detaylar > li {
        font-size: 11px;
    }

    .footerLinkler {
        margin: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
    }

        .footerLinkler > div.Links {
            width: 33%;
            padding: 0 !important;
            border: none;
        }

        .footerLinkler div.Links:last-child {
            width: 100%;
        }

    .homebox {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0;
        float: left;
    }

        .homebox.margin-20, .homebox.margin-30 {
            margin: 0;
        }

        .homebox.col-8 {
            width: 66.66666%;
        }

        .homebox.col-7 {
            width: 60.5%;
        }

        .homebox.col-6 {
            width: 50%;
        }

        .homebox.col-5 {
            width: 39.5%;
        }

        .homebox.col-4 {
            width: 33.3333%;
        }

        .homebox.col-3 {
            width: 50%;
        }

    .box-detay-2 {
        bottom: 0;
    }

        .box-detay-2 h4 {
            line-height: inherit;
        }

    img.footAnd {
        margin-top: 87px;
        margin-right: -41px;
    }

    .product-social {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .footer-bottom p {
        float: none;
        margin-top: 5px;
        text-align: center;
    }
}

/*telefon medya*/
@media (max-width: 380px) {
    .ProductList .productItem {
        height: 300px;
    }
}

@media (max-width: 540px) {
    .ProductList .productItem {
    }

    .urunTab ul {
        width: 100%;
        height: 90px;
    }

    #divIndirimliFiyat .PiyasafiyatiContent {
        margin-left: 10px;
    }

    .musteri-hizmet p i {
        margin: 0 7px;
    }

    .sosyalFooter h4 {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    div[class*="col"] {
        width: 100%;
    }

    .col-4.footerLogo {
        width: 100%;
        border-right: 0;
    }

    .footer-ust {
        padding: 0;
        border: 0;
    }

    div#divEkstraBilgiler {
        display: none;
    }

    .categorydesign {
        margin-bottom: 5px !important;
    }

        .categorydesign h1 {
            margin-top: 10px;
        }

    .kategori-banner {
        margin-top: 5px;
    }

    .PriceList {
        width: 100%;
        border-right: 0;
    }

    div#divTaksitAciklama {
        width: 100%;
    }

    #yorumYaz {
        width: 100% !important;
    }

    .jCarouselLite {
        width: 300px !important;
        margin: 0 auto;
        float: none;
        margin-bottom: 0px;
    }

    .Jbutonlar {
        position: absolute;
        top: 5px;
        width: -webkit-calc(50% - 150px);
        right: calc(50% - 150px);
        z-index: 999;
        width: 300px;
    }

    .jCarouselLite ul li {
        width: 300px !important;
    }

    .ProductListnext {
        right: 0;
    }

    .ProductListprev {
        left: 0;
    }

    .footer-bilgi {
        height: auto;
        text-align: center;
    }

        .footer-bilgi img {
            display: none;
        }

        .footer-bilgi p {
            margin: 0;
            float: none;
            display: block;
        }

    p.ticimax_link_main {
        float: none !important;
        line-height: 15px;
    }

    .ticimax_link_main a {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .FirsatSlideItem {
        float: none;
        width: 100%;
        display: inline-block;
    }

    .OnYaziContent {
        width: 100%;
    }

    #divUrunEkSecenek {
        width: 100%;
    }

    .alt-menu {
        display: none;
    }

    .footerMail {
        padding: 0;
        width: 100%;
    }

    ul.sosyalHeader {
        display: none;
    }

    .ticiContainer.pageContainer {
        padding: 0;
        width: 98%;
        margin-left: 1%;
    }

    .urunOzellik {
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }

    .urunTab li {
        display: inline-block;
        width: 50%;
        margin: 0;
        float: left;
    }

        .urunTab li a {
            padding: 0;
            width: 100%;
            margin: 0;
            font-size: 13px;
        }

    .urunDetayPanel {
        margin: 0;
    }

    .ProductList.Kategori1 {
    }

    .footer-yazi {
        margin-bottom: 0;
        line-height: 15px;
        padding: 10px 0;
    }

    .destek-hatti {
        width: 95%;
        margin-left: 2.5%;
        height: auto;
        padding-bottom: 10px;
    }

    .detaylar {
        margin: 0;
        padding: 10px;
    }

        .detaylar > ul {
            width: 100%;
            padding: 0;
            text-align: center;
        }

    .footer-ust .detaylar li {
        height: auto;
        width: 100%;
        border-right: 0;
    }

    .detaylar > ul > li:last-child {
        margin: 0;
    }

    .detaylar > ul > li > i {
        float: none;
        display: inline-block;
    }

    .detaylar > ul > li .detay-icerik {
        display: inline-block;
        float: none;
    }

    .sosyalFooter li {
        margin-right: 1%;
        text-align: center;
        margin-bottom: 5px;
        width: 14%;
    }

        .sosyalFooter li a {
            width: 100%;
        }

    #mainHolder_divSayfalamaUst > div.brandlistselection > label {
        margin-left: 5px;
    }

    .userMenu li a {
        display: block;
        font-size: 12px;
        padding: 5px 0;
        color: #414040;
        background: none;
    }

    .userMenu:before {
        text-align: center;
    }

    .footerMail p {
        margin-bottom: 5px;
    }

    .blog {
        width: 100%;
        margin: 0;
        text-align: center;
    }

        .blog a {
            display: inline-block;
        }

    .sosyalFooter {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #divAdetCombo {
        width: 70px;
    }

        #divAdetCombo .right_line select {
            background-position: 45px;
        }

    .flex-control-nav {
        display: none;
    }

    .uyelikBilgilerimRow .row {
        width: 100%;
    }

    .ticiContainer.innerContainer .leftBlock {
        width: 100%;
    }

        .ticiContainer.innerContainer .leftBlock.hesabimLeft {
            width: 100%;
        }

    .ticiContainer.innerContainer .centerCount {
        width: 100% !important;
        float: left;
    }

    .HesabimContainer .categoryTitleText {
        width: 100%;
    }

    .userMenu li {
        width: 50%;
    }

    .grid {
        margin: 0;
        width: 100%;
    }

    .uyeOlGrid_Sol {
        border-right: 0;
    }

    .Login {
        width: 100%;
        margin-bottom: 10px;
    }

    .ProductListContent .ProductList .urun-row {
        width: 50%;
    }

    .ProductList .productItem .productDetail {
        padding: 5px 2px;
    }

    .ProductList .productName a {
        font-size: 12px;
    }

    .ProductList .productPrice {
        bottom: 16px;
    }

    .ProductList .discountPrice {
        font-size: 12px;
        margin-top: 16px;
    }

    .ProductList .regularPrice {
        font-size: 11px;
    }

    .product-social {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .ProductDetail .categoryTitle {
        margin-bottom: 0;
    }

    .filtrele {
        margin-bottom: 5px;
        width: 48%;
        margin-left: 1%;
    }

    .KategoriFilitreleme {
        width: 100%;
        float: left;
    }

    .categorydesign .kat-yazi h1 {
        font-size: 12px;
    }

    .categorydesign .kat-yazi p {
        font-size: 12px;
    }

    .JKatAdi > span {
        padding: 0;
        background: none;
    }

    .main-top-links {
        margin-right: 10px;
        display: none;
    }

    .footerLinkler {
        margin: 0;
        padding: 10px !important;
    }

        .footerLinkler div.Links {
            width: 100%;
            margin-left: 0%;
            margin-right: 0;
            margin-bottom: 15px;
            border: 0;
            padding: 0 !important;
            text-align: center;
        }

            .footerLinkler div.Links > h4 {
                margin-bottom: 10px;
            }

    #divBenzerUrun {
        margin: 15px 0 0;
    }

    .productModule2 ul {
        margin: 0;
    }

    div#divBenzerUrun > .benzerUrunText p {
        margin-top: 5px;
    }

    .productModule2 ul li {
        width: 100%;
        margin: 0 0 10px;
        background: #fff;
        padding: 0;
    }

    div#divBenzerUrun > .productModuleTitle {
        margin-bottom: 10px;
    }

    .productModule2 ul li .moduleimage2 {
        width: 75px;
        height: 75px !important;
        line-height: 75px !important;
        float: left;
    }

        .productModule2 ul li .moduleimage2 img {
            max-height: 165px;
        }

    .productModule2 ul li .modulename2 {
        width: 250px;
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        padding: 5px 9px;
        height: auto;
    }

    .productModule2 ul li .moduleprice2 {
        width: 250px;
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        float: left;
        height: auto;
    }

    .productModule2 ul li .modulename2:after {
        display: none;
    }

    .OlcuTablosu {
        float: right;
        margin-top: 41px;
        margin-left: 0;
    }

    .urunhakkinda li {
        width: 100% !important;
    }

    .homebox-row {
        margin: 0;
    }

    .homebox {
        width: 100%;
        margin-bottom: 0;
    }

    .box-detay-2 {
        bottom: 0;
    }

    .jCarouselLite .Jbutonlar {
        top: 50px;
    }

    .JKatAdi.categoryTitle {
        margin-right: 0;
        width: 33.33%;
    }

    .tabListContent {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .sosyalFooter li i {
        font-size: 20px;
    }

    .footer-bottom .destek {
        float: none;
        margin: 10px auto;
        display: block;
    }

        .footer-bottom .destek.sosyalFooter {
            float: none;
            margin: 20px auto 0 auto;
            text-align: center;
        }

    .uygulamalar {
        float: left;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

        .uygulamalar a {
            float: none;
        }

    .footer-carts {
        display: none;
    }

        .footer-carts img {
            float: none !important;
        }

        .footer-carts .ticiContainer {
            text-align: center;
        }

    .footer-bilgi > p {
        width: 100%;
        text-align: center !important;
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .footer-orta {
        padding: 10px 0;
    }

    .footer-ust .ticiContainer {
        padding: 10px 0;
        margin: 0;
    }

    .musteri-hizmet {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .aboneOlun {
        width: 100% !important;
        float: left;
        background: none;
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }

        .aboneOlun .mail {
            width: 98%;
            float: left;
            margin: 5px 1%;
        }

    .footer-bottom {
    }

    .newaslater label {
        left: 15px;
    }

    .hidden-phone {
        display: none;
    }

    .urunhakkinda {
        top: 110px;
    }

    .urunTabAlt ul li .textbox, .urunTabAlt ul li .textarea {
        width: 100% !important;
    }

    #divBenzerUrun .productModuleTitle p {
        padding: 0;
    }

    .eksecenekLine .left_line {
        width: 100%;
    }

    .Images {
        width: 100%;
        height: auto;
        border-top: none;
    }

    .SmallImages {
        width: 100%;
        margin-top: 10px;
    }

        .SmallImages .AltImgCapSmallImg {
            width: 25%;
        }

    .buybutton {
        width: 100%;
    }

    .BasketBtn {
        width: 100%;
    }

    .basketBtn {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

        .BasketBtn .basketBtn input {
            width: 100%;
            text-align: center;
            text-indent: 0;
            background-image: none;
        }

    .Basketinp > span {
        float: left;
    }

    .Basketinp {
        float: left;
        width: 50%;
        font-size: 0;
    }

        .Basketinp p {
        }

    .buyfast {
        width: 49%;
        float: right;
        margin: 0;
    }

    .buyfastbutton {
        width: 100%;
    }
}

.mobiluygulama {
    position: relative;
    float: left;
    margin-top: 40px;
    right: 335px;
}

.footerLinkler div.Links > a {
    width: 112px;
    float: left;
    margin-right: 20px;
    display: block;
    margin-top: 20px;
}

    .footerLinkler div.Links > a:last-child {
        margin-right: 0;
    }

/*
     FILE ARCHIVED ON 17:35:23 Dec 10, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:32:31 Sep 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.358
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 15.707
  LoadShardBlock: 584.176 (3)
  PetaboxLoader3.datanode: 510.595 (4)
  PetaboxLoader3.resolve: 115.282 (3)
  load_resource: 59.096
*/