/*@import url("datepicker.css");*/

a.showAdmin{
    display:none !important;
}

.angularTemplate{
    visibility:hidden;
}

.whiteBg{
    background-color:#fff;
}

.blockLightBg{
    background-color:#f7f7f7;
}

.lightBg{
    background-color:#e5e5e5;
}

/*.scrollflt{
    overflow-y: scroll;
    height: 400px;
}*/

.scrollflt::-webkit-scrollbar {
    width: 1px;
  }

.darkBg{
    color:#fff;
    background-color:#444;
}

.lightFluBg{
    background-color:rgba(255,255,255,.5);
}

.darkFluBg{
    color:#fff;
    background-color:rgba(0,0,0,.5);
}

[dir="rtl"] .campaignWrap{
    right:0;
}

.campaignDescription{
    background:rgba(255,255,255,.5);
}

.campaignDescription.dark{
    color:#fff;
    background:rgba(0,0,0,.5);
}

#navigasyon a span.forDesktop:before{
    line-height: 20px;
}

#catImg{
    position:relative;
}

#catImg p{
    padding-bottom: 0;
}

#catImg img{
    /*	float:left: ;
            width:100%;*/
}

#filterSort select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.filter-box{
    margin-bottom:-1px;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    line-height:30px;
    font-size:12px;
    color:#6c6c6c;
}

[dir="rtl"] .filter-box,
[dir="rtl"] .box.b-right[for="stock"]{
    border-right:0;
    border-left:1px solid #d9d9d9;
}

.filter-box select{
    float:left;
    height:30px;
    margin:0;
    padding-right:15px;
    border:0;
    font-size:12px;
    color:#6c6c6c;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

[dir="rtl"] .filter-box select{
    padding-right:0;
    padding-left:15px;
}

.filter-box .input-wrap{
    height:30px;
}

.filter-box.col-text{
    line-height:30px;
    font-size:12px;
    color:#6C6C6C;
}

#pageLayout :not(.icon-no-space):before{
    margin-right:5px;
}

.select-wrapper{
    position:relative;
    width:53px;
    height:30px;
}

.select{
    width:33px;
    padding:30px 5px 0;
    position:absolute;
    left:5px;
    z-index:333;
}

.select:hover{
    background:#F3F3F3;
}

.select span{
    width:33px;
    height:20px;
    cursor:pointer;
    display:none;
    padding:5px 0;
    border-top:1px solid #B7B7B7;
}

.select span.selected{
    position:absolute;
    top:0;
    left:5px;
    cursor:default;
    display:block;
    border-top:0;
}

.select:hover span{
    display:block;
}

.filter-item-list{
    max-height:280px;
    overflow:auto;
}

#filtre .btn.btn-default{
    font-size:12px;
}

#leftColumn #filtre .btn.btn-default{
    font-size:20px;
}

#newsList .line-top:first-child{
    border-top:0;
}

.productType, .qtyBtns input{
    font-size:12px;
    text-transform:uppercase;
}

.productType{
    line-height:30px;
}

.middleItem .productType{
    line-height:14px;
}

#commentTabContent .stars{
    margin-bottom:5px;
    margin-left:10px;
}

#cart-wrapper .qtyBox{
    min-width:100px;
}

.qtyBtns{
    height:48px;
    padding-top:1px;
    padding-bottom:1px;
    background-color:#e5e5e5;
}

.package-line .qtyBtns{
    height:30px;
}

.middleItem .qtyBtns{
    height:30px;
    padding-top:1px;
    padding-bottom:1px;
    background:#e5e5e5;
}

.qtyBtns a{
    float:left;
    width:25px;
    height:48px;
    line-height:48px;
    text-align:center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}

.middleItem .qtyBtns a{
    height:30px;
    line-height:28px;
    opacity:.5;
}

.package-line .qtyBtns a{
    height:30px;
    line-height:30px;
}

.qtyBtns a p.icon-minus:before{
    font-size:1px;
}

.qtyBtns a p.icon-plus:before{
    font-size:7px;
}

.qtyBtns input{
    float:left;
    width:calc(100% - 50px);
    height:48px;
    line-height:48px;
    font-size:14px;
    color:#5e5e5e;
    text-align:center;
    padding-right:5px;
    padding-left:5px;
    border:0;
    box-sizing:border-box;
}

.form.large .package-line .qtyBtns input{
    height:30px;
    line-height:30px;
}

.middleItem .qtyBtns input{
    height:30px;
    line-height:30px;
    font-size:14px;
}

.middleItem td{
    padding:10px;
    vertical-align:middle;
}

.middleItem .lightBg td.line-right{
    border-right:1px solid #dadada;
}

.productRow div > span, 
.middleItem td > span{
    line-height:1.5;
    clear:both;
}

.productRow div > span.basketProName, 
.middleItem td > span.basketProName{
    font-size:14px;
}

.productRow div > span.basketSubPro,
.middleItem td > span.basketSubPro{
    display:inline-block;
    font-size:12px;
    color:#5e5e5e;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:10px;
}

.incBasketProduct, .decBasketProduct{

}

.incBasketProduct{

}

.decBasketProduct{

}

.qtyBasketProduct{
    width:28px;
}

.productPrc{
    font-size:14px;
}

.removeBasketProduct{
    float:left;
    width:30px;
    height:30px;
    background:#000;
}

.mDetay{
    cursor:pointer;
}

#cartEmpty{
    font-size: 25px;
    line-height:250px;
}

#leftColumn #cartEmpty, #rightColumn #cartEmpty{
    font-size: 14px;
    line-height: 25px;
}

#cartEmpty:before{
    content:'';
    display: inline-block;
    background: url('cartEmpty.png') no-repeat center center;
    width: 128px;
    height: 128px;
    vertical-align:middle;
    margin-right:20px;
}

#rightColumn #cartEmpty:before, #leftColumn #cartEmpty:before{
    margin-right:0;
}

#currentPageLayer{
    width:100% !important;
}

#CustomForm{
    background-color:#fff;
}

.line-label{
    font-size:14px;
    color:#545454;
    font-weight:700;
    margin-bottom:0;
}

.package-line:nth-child(odd){
    background-color:#f5f5f5;
}

.package-line:nth-child(even) > .box{
    padding-top:0;
    padding-bottom:0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-responsive > table{
    width: 100%;
    max-width: 100%;
}

/* Custom */
#navigasyon{
    background:#f8f8f8;
}
#navigasyon a{
    height:35px;
    line-height:35px;
    font-size:11px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:300;
    padding-right:10px;
}
#navigasyon li:not(:last-child) a:after{
    content:'';
    float:right;
    width:5px;
    height:35px;
    background:url('arrow-right.svg') no-repeat right center;
    margin-right:10px;
}
#navigasyon li:last-child a{
    font-weight:500;
}
#cat-img *,
#cat-content *{
    float:left;
    width:100%;
}
#cat-img p{
    padding-bottom:0;
}
#cat-content h1{
    line-height:24px;
    font-size:20px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:300;
    text-align:center;
    padding-bottom:10px;
    margin-top:0;
    margin-bottom:0;
}
#cat-content p{
    line-height:14px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:300;
    text-align:justify;
    padding-bottom:0;
}
#content{
    position:relative;
}
#leftColumn.fixed + #mainColumn{
    float:right;
}
/*#leftColumn.fixed{
    position:fixed;
    top:77px;
    max-width:200px;
}*/
/*#leftColumn.fixed.bottom{
    position:absolute;
    top:auto;
    bottom:0;
}*/
.double.filter-wrap{
    padding-right:25px;
    padding-left:25px;
    background:#f8f8f8;
}
.filter-wrap .col-title{
    line-height:35px;
    font-size:18px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    padding-bottom:5px;
}
.filter-wrap .filter-title{
    line-height:35px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    padding-top:15px;
    border-top:1px solid #e0e0e0;
    margin-top:15px;
    cursor:pointer;
}
.filter-wrap .filter-title .icon-minus:before,
.filter-wrap .filter-title .icon-plus:before{
    line-height:35px;
    font-size:18px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
}
.filter-wrap .filter-title .icon-minus:before{
    content:'-';
}
.filter-wrap .filter-title .icon-plus:before{
    content:'+';
}
.filter-wrap .filter-title + div{
    padding-right:5px;
    padding-left:5px;
}
.filter-wrap #filterCats a{
    line-height:35px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
}
.filter-item{
    line-height:37px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:300;
}
.icon-square-checked:before,
.icon-square-unchecked:before{
    content:'';
    float:left;
    width:13px;
    height:13px;
}
.icon-square-checked:before{
    background:url('checkbox-selected.svg');
}
.icon-square-unchecked:before{
    background:url('checkbox.svg');
}
.color-wrapper{
    padding:3px;
    box-sizing:border-box;
}
.color-wrapper input{
    position:absolute;
    top:0;
    left:0;
}
.color-wrapper input + span{
    width:22px;
    height:22px;
    border:1px solid #e0e0e0;
    border-radius:14px;
    box-sizing:border-box;
}
.color-wrapper input + span:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:28px;
    border:1px solid transparent;
    border-radius:14px;
    box-sizing:border-box;
}
.color-wrapper input:checked + span{
    border-color:transparent;
}
.color-wrapper input:checked + span:before{
    border-color:#1f1f1f;
}
#priceSlider,
.priceWrap{
    padding-right:5px;
    padding-left:5px;
}
.priceWrap{
    line-height:35px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:300;
}
#slider-range{
    width:calc(100% - 11px);
    height:1px;
    margin-top:18px;
    margin-right:11px;
    background:#e0e0e0;
    position:relative;
}
.ui-slider-range{
    position:absolute;
    top:0;
    height:1px;
    background:#1f1f1f;
}
.ui-slider-handle{
    position:absolute;
    top:-5.5px;
    width:11px;
    height:11px;
    background:#fff;
    border:1px solid #1f1f1f;
    border-radius:5.5px;
    box-sizing:border-box;
    cursor:pointer;
}
.myFilterButton{
    line-height:50px;
    font-size:15px;
    color:#fff;
    font-family:'Roboto', sans-serif;
    background:#1f1f1f;
    cursor:pointer;
}
#set-banner{
    background:#f8f8f8;
}
#set-banner .content{
    padding:40px;
    flex-direction:column;
    justify-content:center;
}
#set-banner .title{
    line-height:33px;
    font-size:28px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    font-weight:700;
    padding-bottom:15px;
}
#set-banner .text{
    line-height:19px;
    font-size:12px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
}
/* Custom */
/* Set */
#set-cart-wrapper{
    background:#f8f8f8;
}
#set-cart-inner{
    padding:15px 15px 10px;
    background:#fff;
}
#set-cart-title{
    line-height:20px;
    font-size:17px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    padding-bottom:15px;
    border-bottom:1px solid #e1e1e1;
}
#cart-products li{
    border:1px solid #e1e1e1;
}
#cart-products li .title{
    line-height:20px;
}
#cart-products li .title .text{
    line-height:20px;
    font-size:14px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    text-transform:capitalize;
    cursor:pointer;
}
#cart-products li .title .edit-button{
    font-size:12px;
    color:#ec640d;
    padding-left:35px;
    background:url('edit.svg') no-repeat 15px center;
    border-left:1px solid #d8d8d8;
    box-sizing:border-box;
    cursor:pointer;
}
#cart-products li .title:not(.active) .edit-button{
    display:none;
}
#cart-products li .cart-product{
    padding-top:15px;
    border-top:1px solid #f0f0f0;
    margin-top:10px;
}
#set-groups{
    border:1px solid #f0f0f0;
}
.group-container{
    padding-top:20px;
    padding-bottom:20px;
}
.group-container:not(:last-child){
    border-bottom:1px solid #f0f0f0;
}
.group-name{
    position:relative;
    line-height:28px;
    font-size:17px;
    color:#1f1f1f;
    font-family:'Roboto', sans-serif;
    padding-left:27px;
    box-sizing:border-box;
    cursor:pointer;
}
.group-name:before{
    content:'';
    position:absolute;
    top:calc(50% - 5px);
    left:0;
    width:7px;
    height:10px;
    background:url('title-arrow.svg') no-repeat;
    -webkit-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -moz-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -ms-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -o-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -ms-transition-duration:.5s;
    -o-transition-duration:.5s;
    transition-duration:.5s;
}
.group-name.active:before{
    transform:rotate(90deg);
}
.product-container{
    padding-top:10px;
    margin-right:-10px;
    margin-left:-10px;
}
#cart-inner{
    flex-direction:column;
    justify-content:center;
}
#cart-inner .text{
    line-height:25px;
    font-size:19px;
    color:#8a8a8a;
    font-family:'Roboto', sans-serif;
    padding-bottom:30px;
}
#cart-inner .button{
    max-width:255px;
    line-height:55px;
    font-size:16px;
    color:#fff;
    font-family:'Roboto', sans-serif;
    text-align:center;
    padding-right:20px;
    padding-left:20px;
    background:#1f1f1f;
    cursor:pointer;
}
/* Set */

/* icerik yonetimi */


div#icerik-left-blok {
    background-color: #f8f8f8;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.icerik-blok-title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.84;
    text-transform: uppercase;
    padding-bottom: 17px;
    border-bottom: 1px solid #e0e0e0;
}

div#icerik-left-blok ul li a {
    font-size: 12px;
    font-weight: 300;
    line-height: 3.08;
    color: #1f1f1f;
}

div#icerik-left-blok ul li a.selected {
    font-weight: bold;
    color: #ec640d;
}

div#icerik-left-blok ul {
    margin-top: 7px;
}

.icerik-container {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    min-height: 495px;
}

.icerik-container h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.67;
    color: #1f1f1f;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.icerik-container p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #1f1f1f;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

div#icerik-left-blok *, .icerik-container *, .iletisim-formu-kp * {
    font-family: 'Roboto', sans-serif !important;
}

.mt20 {
    margin-top: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

table.hesap-num-table {
    width: 100%;
}

table.hesap-num-table td {
    border: solid 1px #cdcdcd;
    height: 55px;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 14px;
}

tr.tr-title td {
    color: #1f1f1f;
    font-weight: bold;
}

tr.tr-icerik td {
    font-weight: 300;
    color: #1f1f1f;
}

tr.tr-icerik {
    background: #fff;
}

.mb20 {
    margin-bottom: 20px;
}

.kurumsal-iletisim span {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
    color: #1f1f1f;
}

.mobil-order-columb {
    width: 480px;
    height: 223px;
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(mobil-order-columb.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobil-order-img {
    position: absolute;
    left: 0;
    top: -16px;
    right: 0;
    margin: 0 auto;
    width: 220px;
}

i.mobil-order-icon {
    width: 43px;
    height: 43px;
    background: url(mobil-order-icon.svg) no-repeat center;
    position: absolute;
    left: 0;
}

.mobil-order-columb-box {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 56px;
}

.mobil-order-columb-box span:before {}

.mobil-order-columb-box span {font-size: 35px;font-weight: bold;line-height: 0.6;color: #ec640d;}

.mobil-order-columb-box p {
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    color: #1f1f1f;
    line-height: 28px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.sss-container {
    border: solid 1px #cdcdcd;
    background-color: #fff;
    position: relative;
}

.sss-container:nth-child(2n+1) {
    background: #f8f8f8;
}

.sss-quest {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
    color: #1f1f1f;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.sss-answer {
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #1f1f1f;
    display: none;
}

.sss-quest:before {content: '';width: 55px;height: 55px;border-left: solid 1px #cdcdcd;position: absolute;right: 0;top: 0;background: url(sss-plus.svg) no-repeat center;}

.sss-quest.active:before {
    background: url(sss-minus.svg) no-repeat center;
    border: 0;
}

.sss-quest.active {
    color: #ec640d;
}

.sss-answer.active {
    display: block;
}

.sss-quest.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #cdcdcd;
    content: '';
    width: calc(100% - 40px);
    margin: auto;
}

.why-bg {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.why-bg > .fl.col-12.mb20 {
    position: relative;
}

.why-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-container {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f8f5;
    padding-bottom: 0;
}

.why-container h3 {
    color: #ec640d;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    display: flex;
    align-items: center;
}

.why-container h3 span {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: solid 1.4px #ec640d;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-container h4 {
    font-size: 14px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 16px;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    height: 34px;
}

.why-container p {
    min-height: 200px;
}

.bt-title {
    display: flex;
    align-items: center;
}

.bt-title img {
    margin-right: 15px;
}

.bilgi-toplumu-table tr td:first-child {
    font-size: 14px;
    font-weight: bold;
}

.bilgi-toplumu-table tr td {
    padding: 10px 20px;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5;
    color: #1f1f1f;
    vertical-align: middle;
}

.bilgi-toplumu-table tr {
    background-color: #f8f8f8;
}

.bilgi-toplumu-table tr:nth-child(2n) {
    background: #fff;
}

.icerik-menu-columb + .iletisim-formu-kp {
    display: none;
}

.iletisim-table td {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5;
    color: #1f1f1f;
    vertical-align: middle;
}

.iletisim-table td:nth-child(2) {
    padding: 0 5px;
}

.iletisim-table td:first-child {
    font-weight: bold;
}

.iletisim-maps iframe {
    max-width: 100%;
    width: 100%;
}

.iletisim-abs {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.iletisim-formu-kp {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.iletisim-form-bg {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #f8f8f8;
}

.iletisim-title {
    font-size: 21px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1.67;
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.iletisim-title:after {content: '';width: 45px;height: 40px;margin-left: auto;background: url(contact-form-icon.svg) no-repeat center;}

form#iletisim-form input {
    height: 60px;
    border: solid 1px #979797;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
    padding-top: 15px;
}

form#iletisim-form input + .placeholder {
    line-height: 60px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

form#iletisim-form input + .placeholder.focus {
    line-height: 30px;
    height: 30px;
    font-size:11px;
    color:#999;
}

form#iletisim-form .icon.myFlag {
    display: none;
}

form#iletisim-form input#sendMessage {
    border: 0;
    background-color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
}

form#iletisim-form label[for="gizlilik-politikasi-onay"] {
    margin: 0;
    height: 60px;
}

form#iletisim-form label[for="gizlilik-politikasi-onay"] span {
    font-size: 15px;
    font-weight: normal;
    color: #1f1f1f;
}

.form-icons {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    height: 20px;
    display: flex;
    align-items: center;
}

/* icerik yonetimi */


/* Uye Kayit */

.uye-kayit-columb form#memberForm {
    background: #f6f6f6;
}

.uye-kayit-columb form#memberForm > .col.col-sm-12.col-7 {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.uye-kayit-title {
    padding: 0;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.uye-kayit-title:after {content: '';width: 44px;height: 45px;background: url(uye-kayit-member.svg) no-repeat center;margin-left: auto;}

.uye-kayit-columb form#memberForm .form-control.large {
    padding: 0 10px;
    margin-bottom: 20px;
}

.uye-kayit-columb form#memberForm .form-control.large input {
    height: 60px;
    padding: 0 20px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

.uye-kayit-columb form#memberForm .form-control.large .placeholder {
    line-height: 60px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

.uye-kayit-columb form#memberForm .form-control.large .placeholder.focus {
    line-height: 25px;
    font-size:11px;
    color:#ccc;
}

.uye-kayit-columb form#memberForm .form-control.large .icon.myFlag {
    display: none;
}

.uye-kayit-columb form#memberForm label {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    color: #1f1f1f;
}

.uye-kayit-columb form#memberForm label a {
    font-weight: bold;
}

.uye-kayit-columb form#memberForm a#uye-kayit-btn {
    background-color: #1f1f1f;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 21px 20px;
    line-height: 1;
}

.uye-kayit-columb {
    margin-top: 25px;
    margin-bottom: 40px;
}

.privacy_message {
    color: #1f1f1f;
    font-size: 15px;
}

.uye-kayit-columb form#memberForm .form-control.large:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: red;
    z-index: 333;
}

.uye-kayit-columb form#memberForm div#alan_ad:before, .uye-kayit-columb form#memberForm div#alan_soyad:before {
    background: url(r-member-icon.svg) no-repeat center;
}

.uye-kayit-columb form#memberForm div#alan_ceptel:before {
    background: url(r-phone-icon.svg) no-repeat center;
}

.uye-kayit-columb form#memberForm div#alan_eposta:before {
    background: url(r-mail-icon.svg) no-repeat center;
}

.uye-kayit-columb form#memberForm div#alan_parola:before {
    background: url(r-pass-icon.svg) no-repeat center;
}

.uye-kayit-columb form#memberForm div#alan_parola + div#alan_parola:before {
    background: url(r-pass2-icon.svg) no-repeat center;
}

div#login-form > div, div#membership-right > div {
    background-color: #f6f6f6;
    padding: 20px;
    padding-top: 60px;
    box-sizing: border-box;
}

.BigTitle {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    padding: 0;
    padding-bottom: 42px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

div#login-form .BigTitle:after {content: '';width: 44px;height: 40px;background: url(uye-giris.svg) no-repeat center;margin-left: auto;}

div#page-login {
    margin-top: 25px;
    margin-bottom: 20px;
}

div#page-login .form-control input {
    height: 60px;
    border: solid 1px #979797 !important;
    background-color: #ffffff !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

div#page-login .form-control .placeholder {
    line-height: 60px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

div#page-login .form-control .placeholder.focus {
    line-height: 30px;
}

a#member-login-btn {
    background-color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 21px 10px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

div#membership-right .BigTitle:after {
    content: '';
    width: 44px;
    height: 45px;
    background: url(uye-ol.svg) no-repeat center;
    margin-left: auto;
}

div#membership-right > div {
    padding-top: 55px;
}

.remember-me-active {
    font-size: 15px;
    font-weight: bold;
    color: #1f1f1f;
}

a#member-forgot-password {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #1f1f1f;
}

a#order-login-btn {
    background-color: #ec640d;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 18px;
    padding: 21px 10px;
    margin-bottom: 18px;
}

a.fr.whty_email {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    color: #1f1f1f;
}

a#membership-btn {
    border: solid 1px #979797;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #1f1f1f;
    position: relative;
}

a#membership-btn:before {content: '';width: 45px;height: 40px;background: url(uye-olmadan.svg)  no-repeat center;margin-right: 20px;}

a#membership-btn:after {content: '';width: 6px;height: 11px;background: url(uye-right-arrow.svg) no-repeat center;position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;}

.form-icon-icon:before {content: '';width: 35px;height: 35px;position: absolute;right: 17px;top: 0;bottom: 0;margin: auto;display: inline-block;z-index: 99;}

.form-mail-icon:before {
    background: url(r-mail-icon.svg) no-repeat center;
}

.form-pass-icon:before {
    background: url(r-pass-icon.svg) no-repeat center;
}

.form-user-icon:before {
    background: url(r-member-icon.svg) no-repeat center;
}

.form-phone-icon:before {
    background: url(r-phone-icon.svg) no-repeat center;
}

/* Uye Kayit */

@media screen and (min-width:1001px) { 
aside#leftColumn {
    width: 22%;
}

aside#leftColumn + div#mainColumn {
    width: 78%;
}
}



@media screen and (max-width: 1230px) {

    #leftColumn.fixed{
        max-width:calc((100% - 20px) / 6);
    }

    #nav-wrapper{
        padding-right:10px;
        padding-left:10px;
        box-sizing:border-box;
    }

}

@media screen and (max-width: 1000px) {

    #leftColumn.fixed{
        max-width:calc((100% - 20px) / 4);
    }

}

@media screen and (min-width: 1001px) {

    .qtyBtns input{
        min-width:28px;
    }

}

@media screen and (max-width: 1000px) and (min-width: 769px) {

    .navIcon{
        width:30px;
        height:30px;
    }

    #navigasyon a{
        height:30px;
        line-height:30px;
        font-size:13px;
    }

}

@media screen and (min-width: 769px) {

    .middleItem .qtyBtns input{
        width:28px;
    }

}

@media screen and (max-width: 768px) {

div#category-list {
    padding: 0;
}

ul#membershipTabs {
    padding: 0 10px;
    box-sizing: border-box;
}

ul#membershipTabs li {
    width: 50%;
}

ul#membershipTabs li.active {
    background: #f6f6f6;
}

.BigTitle {
    padding-bottom: 22px;
    margin-bottom: 15px;
    font-size: 18px;
}

div#login-form > div, div#membership-right > div {
    padding: 20px;
}

.uye-kayit-columb form#memberForm > .col.col-sm-12.col-7 {
    padding: 20px;
}

.uye-kayit-title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-scroll {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.table-scroll > div {
    width: auto;
}

.table-scroll > table {
    width: auto;
}

table.hesap-num-table td {
    padding-right: 20px;
}

.icerik-container h3 {
    font-size: 18px;
    line-height: 1.5;
}

.icerik-container p {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 10px;
}

.sss-quest {padding: 10px;line-height: 1.8;padding-right: 50px;font-size: 12px;}

.sss-quest:before {
    width: 45px;
    height: 100%;
    background-size: 20px;
}

.sss-answer {
    font-size: 12px;
}

.mobil-order-columb {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
    background: transparent;
    height: auto;
    float: left;
    flex-direction: column;
}

.mobil-order-img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
}

.icerik-telefon-siparis > div > img {
    display: none;
}

i.mobil-order-icon {
    background-size: 100%;
    width: 33px;
    height: 33px;
}

.mobil-order-columb-box span {
    font-size: 28px;
}

.mobil-order-columb-box p {
    line-height: 1.7;
    margin-top: 5px;
}

.mobil-order-columb-box {
    padding-left: 46px;
    margin-top: 20px;
}

.icerik-container {
    min-height: auto;
}

.icerik-menu-columb {
    padding: 0;
}

div#icerik-left-blok {
    margin-bottom: 10px;
}

    #set-banner{
        display:inherit;
    }

    #set-banner .content{
        padding:25px;
    }

    #nav-wrapper i:before{
        line-height:40px;
        padding-right:10px;
    }

    #navigasyon{
        border: 0;
        position: relative;
        border-bottom:1px solid #f0f0f0;
        margin-top:-10px;
    }

    #navigasyon li{
        position:absolute;
        width:calc(100% - 30px);
        height:100%;
        opacity:0;
        visibility: hidden;
    }

    #navigasyon[data-last-step="true"] li:last-child,
    #navigasyon[data-last-step="false"] li:nth-last-child(2){
        position:static;
        opacity:1;
        z-index:0;
        white-space:nowrap;
        visibility: visible;
    }

    #navigasyon li:after{
        position:absolute;
        right:10px;
        content:'\e81d';
        line-height:40px;
        color:#e35252;
        font-family:'tsoft', sans-serif;
        font-style:normal;
        font-weight:normal;
        text-decoration:inherit;
        font-variant:normal;
        text-align:center;
        text-transform:none;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        speak:none;
    }

    #navigasyon a{
        width:100%;
        padding-right:0;
        padding-left:0;
        line-height:40px;
        height:40px;
        color:#535353;
        font-size:13px;
        text-transform:uppercase;
        text-align:center;
        font-style:normal;
    }

    #navigasyon a.navHome{
        padding-right:0;
    }

    .filter-box{
        margin-bottom: 0;
    }

    .alertListBtn{
        padding-right:0;
        padding-bottom:10px;
    }

    .shopImg{
        padding-right:0;
    }

    .campaignWrap{
        position:relative;
        padding-top:0;
        padding-right:0;
        padding-bottom:30px;
        padding-left:0;
    }

    #cartEmpty{
        line-height:40px;
    }

    #cartEmpty:before{
        width:100%;
    }

    .productRow{
        display:block;
    }

    .productRow div > span.basketProName{
        position:relative;
        font-size:13px;
        line-height:1.7;
    }

    #cart-wrapper{
        display:initial;
    }

    .form.large .package-line .qtyBtns input{
        padding-right:5px;
        padding-left:5px;
    }

}