a.showAdmin{
    display:none !important;
}

[v-cloak]{
    display: none;
}

.angularTemplate{
    visibility:hidden;
}
.ustvitrin-title {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}

.ustvitrin-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    color: #000000;
}

.alt-cat > ul {
    padding-left: 0;
    padding-right: 0;
}

#leftColumn + #mainColumn.col-10 {
    box-sizing: border-box;
    padding-left: 10px;
}

.alt-cat a {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.gorsel-ve-text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
}

.filter-wrap-box {
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div#filterPanel {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 20px;
}

.filter-title {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}

.col-text.form-item {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.filterBtn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    background-color: #ff0013;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: white;
}

div#priceSlider {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.priceWrap {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-item .icon-square-unchecked:before {
    float: left;
    line-height: normal;
    font-size: 0;
    content: url(/Data/EditorFiles/tasarim/unchecked.svg);
}
.filter-item .icon-square-checked:before {
    float: left;
    line-height: normal;
    font-size: 0;
    content: url(/Data/EditorFiles/tasarim/checked.svg);
}
.whiteBg{
    background-color:#fff;
}

.blockLightBg{
    background-color:#f7f7f7;
}

.lightBg{
    background-color:#e5e5e5;
}

.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);
}

.navIcon{
    width:20px;
    height:20px;
    background:url('navIcon.png') no-repeat center center;
}

[dir="rtl"] #navigasyon li{
    float:right;
}
div#navigasyon {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-bottom: 17px;
}
#navigasyon a{
    height: 20px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #828282;
    display: flex;
    align-items: center;
}
div#nav-wrapper > i {
    display: none;
}

#navigasyon li:last-child a {
    color: #000000;
    font-weight: bold;
}
#navigasyon a.navHome{
    /* color:#6c6c6c; */
}

#navigasyon a span.forDesktop{
    padding-left: 5px;
    padding-right: 10px;
    display: inline-block;
}

#navigasyon a span.forDesktop:before{
    line-height: normal;
    float: left;
    font-size: 0;
    content: url(/Data/EditorFiles/tasarim/navAyrac.svg);
}

[dir="rtl"] #navigasyon a{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    padding-left:0;
    padding-right:5px;
}
.list-top-wrap {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 30px;
}

div[for="stock"] {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #151616;
}

div[for="stock"] .input-wrap.checkbox {
    background: url(/Data/EditorFiles/tasarim/unchecked.svg) no-repeat center;
}

div[for="stock"] .input-wrap.checkbox.active {
    background: url(/Data/EditorFiles/tasarim/checked.svg) no-repeat center;
}

.changeGridBtns {
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
}

.changeGridBtns a {
    object-fit: contain;
    background-color: #f5f5f5;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #151616;
    cursor: pointer;
}

.changeGridBtns a.active {
    color: white;
    background: #de0707;
}

.horizontalBtn {
    margin-left: 12px;
}
[dir="rtl"] #navigasyon a span.forDesktop{
    padding-right: 5px;
    padding-left: 10px;
    float: right;
    margin-left: auto;
}
.filter-wrap-box.price-filter-wrap {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

[dir="rtl"] #navigasyon a span.forDesktop:before{
    content: '\e81c';
}

#catImg{
    position:relative;
    margin-top: 15px;
}

#catImg p{
    padding-bottom: 0;
}

#filterSort select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #151616;
    height: 60px;
    padding-right: 70px;
    background: url(/Data/EditorFiles/tasarim/sirala-bototm.svg) no-repeat calc(100% - 20px);
    border-right: 1px solid #e7e7e7;
}

.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: 235px;
    overflow:auto;
}

#slider-range{
    width:calc(100% - 16px);
    height:2px;
    margin-top:18px;
    margin-right:17px;
    background: #e7e7e7;
    position:relative;
    margin-bottom: 15px;
}

.middle-price-filter{
    display: -webkit-box;
    display: flex;
    white-space: nowrap;
}

.middle-price-filter #slider-range{
    width: 100px;
    margin-top: 14px;
}

.ui-slider-range{
    position:absolute;
    top:0;
    height:2px;
    background: #ff0013;
}

.ui-slider-handle{
    position:absolute;
    top:-7px;
    width: 14px;
    height: 14px;
    background-color: #ff0013;
    box-sizing:border-box;
    cursor:pointer;
    border-radius: 50%;
}

#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:110px;
}

.middleItem {
    overflow-x: auto;
}

.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%;
}

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

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

}

@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) {

    .filter-box{
        margin-bottom: 0;
    }
    #leftColumn + #mainColumn.col-10 {
        padding-left: 0;
    }

    #filterSort select {
        width: 100%;
        border-right: none;
        height: 40px;
    }

    div[for="stock"] {
        justify-content: end;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 40px;
    }

    .ustvitrin-title {
        font-size: 19px;
    }
    .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;
    }

    .removeBtn{
        position:absolute;
        top:0;
        right:0;
    }

    [dir="rtl"] .removeBtn{
        right:auto;
        left:0;
    }

    #cart-wrapper{
        display:initial;
    }

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

}