a.showAdmin {
    display: none !important;
}

[v-cloak] {
    display: none;
}

.angularTemplate {
    visibility: hidden;
}

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

#navigasyon .breadcrumb a.navHome {
    padding-left: 5px;
}

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

ul.fl.breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb li.fl {
    display: flex;
    align-items: center;
}

#navigasyon .icon-pointer:before, #navigasyon .icon-arrow-simple-right:before {
    content: "";
}

#navigasyon .icon-pointer {
    background: url("navicon.svg") no-repeat left center;
    width: 13px;
    height: 14px;
}

#navigasyon .icon-arrow-simple-right {
    background: url("navright.svg") no-repeat left center;
    width: 5px;
    height: 14px;
}

[dir="rtl"] #navigasyon li {
    float: right;
}

#navigasyon a {
    height: 14px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
}

#navigasyon li:last-child a {
    font-weight: bold;
}
.safari #navigasyon li:last-child a{
    display: flex;
}

#navigasyon a span.forDesktop { /* padding-left: 5px; */
    padding-right: 15px;
}

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

[dir="rtl"] #navigasyon a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 5px;
}

[dir="rtl"] #navigasyon a span.forDesktop {
    padding-right: 5px;
    padding-left: 10px;
    float: right;
    margin-left: auto;
}

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

#catImg {
    position: relative;
}

#catImg p {
    padding-bottom: 0;
}

.sortAlan select:focus {
    box-shadow: none;
}

.sortAlan select:hover {
    cursor: pointer;
}

#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;
}

.fl.col-12.mb.filter-item {
    margin-bottom: 0;
}


.fl.col-12.mb.filter-wrap {
    position: relative;
    margin-bottom: 0;
}

:not(.priceFilter):not(.catFilter).fl.col-12.mb.filter-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background: #e6e6e6;
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

label.col-text.form-item {
    font-size: 13px;
    font-weight: normal;
    line-height: 2.38;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
    display: flex;
    align-items: center;
}

#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: 365px;
    overflow: auto; /* border-bottom: 1px solid #e6e6e6; */
}

.col-title.filter-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
    padding: 20px;
}

.box.p-bottom.col-12.filter-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-top: 0;
}

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

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

.ui-slider-handle {
    position: absolute;
    top: -7px;
    width: 16px;
    height: 16px;
    background: #158fe1;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 100%;
}

#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;
}

.qtyBtns {
    height: 58px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 2px;
    border: solid 1px #000000;
    background-color: #ffffff;
}

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

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

.qtyBtns a {
    float: left;
    width: 25px;
    height: 58px;
    line-height: 58px;
    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: 58px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    border: 0;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
}

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

div#instaText {
    background-color: #d50037;
}

div#instagram {
    padding-bottom: 175px;
}

a.instaMini {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-align: justify;
    color: #d50037;
    padding-top: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.instaMiniLogo {
    padding-right: 5px;
}

span.fl.col-12.text-center.instaLogo {
    padding-top: 93px;
    padding-bottom: 29px;
}

span.fl.col-12.text-center.instaLink {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

span.fl.col-12.instaBtn .col {
    width: 289px;
    height: 61px;
    border-radius: 30.5px;
    background-color: #ffffff;
}

span.fl.col-12.instaBtn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 93px;
}

span.instaBtnText {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #d50037;
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 13px;
}

a.instaText {
}

.p-right.filterAlan {
    padding-right: 0;
}

.ust-vitrin-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;
    padding-bottom: 15px;
    font-family: 'Public Sans', sans-serif;
}

.ust-vitrin-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
}

ul#filterCats {
    border: solid 1px #e6e6e6;
}

.mainCat {
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.subCat {
    font-size: 15px;
    font-weight: normal;
    line-height: 2.67;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
}

.subCatList {
    padding-top: 10px;
    padding-bottom: 15px;
}

.otherFilters {
    border: solid 1px #e6e6e6;
}

.filterText:hover {
    cursor: pointer;
}

.filterText {
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #ffffff;
    background: #158fe1;
    padding: 22px 0 21px 20px;
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;

}

#leftFilter span.fl.icon-wrapper {
    padding-right: 6px;
}

#leftFilter .icon-minus:before, #leftFilter .icon-plus:before, #leftFilter .icon-square-unchecked:before, .form-item .icon-square-unchecked:before, #leftFilter .icon-square-checked:before, .form-item .icon-square-checked:before, input.karsilastirma + a i:before, #filterSort .icon-arrow-simple-down:before, .ustBorder .icon-comparison:before {
    content: '';
}


#leftFilter .icon-square-checked,
.form-item .icon-square-checked, input.karsilastirma + a.active i {
    background: url("check.svg") no-repeat right center;
    width: 13px;
    height: 13px;

}

#leftFilter .icon-square-unchecked,
.form-item .icon-square-unchecked, input.karsilastirma + a i {
    background: url("uncheck.svg") no-repeat right center;
    width: 13px;
    height: 13px;
}

input.karsilastirma + a i {
    margin-right: 5px;
}

div#filterSort {
    padding: 0;
}

.ustAlan2 { /* min-width: 1080px; */
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.sortAlan select {
    font-size: 15px;
    line-height: 71px;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
    width: 100%;
    padding-left: 20px;
    background: url("down.svg") no-repeat 90% center;
    padding-right: 0;
    border: 1px solid #e6e6e6 !important;
}

.ustBorder {
    border: 1px solid #e6e6e6;
}

.sortAlan { /* border: 1px solid #e6e6e6; *//* max-width: 250px; */
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
}

.filter-wrap .icon-minus, #filterSort .icon-arrow-simple-down {
    background: url("down.svg") no-repeat right center;
    width: 21px;
    height: 6px;
}

.filter-wrap .icon-plus {
    background: url("right.svg") no-repeat right center;
    width: 7px;
    height: 12px;
}

.fl.col-12.mb.filter-wrap.catFilter {
    padding-bottom: 20px;
}

.form-item.stockArea {
    font-size: 15px;
    line-height: 1.50;
    letter-spacing: normal;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.form-item.stockArea .icon-wrapper {
    padding-right: 10px;
}

#leftFilter ::-webkit-scrollbar-thumb {
    background-color: #158fe1;

}

#leftFilter ::-webkit-scrollbar {
    width: 3px;
    background: #e6e6e6;
}

.fl.col-12.mb.filter-wrap.priceFilter {
    padding-bottom: 30px;
}

.priceWrap.row.text-center span {
    font-size: 13px;
    font-weight: normal;
    line-height: 2.38;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
}

.mt .filterText {
    padding-left: 0;
}

.ustBorder .icon-comparison {
    background: url("compare.svg") no-repeat left center;
    width: 12px;
    height: 12px;
    padding-right: 15px;
}

a#productComparison {
    background: transparent;
    font-size: 13px;
    line-height: 1.69;
    color: #ff0000;
    padding-top: 10px;
    padding-left: 50px;
}
.safari a#productComparison{
    display: flex;
    line-height: 11px;
    margin-top: 9px;
}

div#pageLayout {
    padding-top: 15px;
    display: flex;
    align-items: center;
    padding-right: 0;
}

span.col.catalogBtn.double {
    padding-right: 15px;
    padding-left: 0;
}

span.col.horizontalBtn {
    padding-left: 0;
}


.gorunum1-check {
    background: url("gorunum1-check.svg") no-repeat left center;
    width: 34px;
    height: 16px;
}

.gorunum1-uncheck {
    background: url("gorunum1-uncheck.svg") no-repeat left center;
    width: 34px;
    height: 16px;
}

.gorunum2-check {
    background: url("gorunum2-check.svg") no-repeat left center;
    width: 25px;
    height: 16px;
}

.gorunum2-uncheck {
    background: url("gorunum2-uncheck.svg") no-repeat left center;
    width: 25px;
    height: 16px;
}

.gorunum {
    font-size: 13px;
    line-height: 1.69;
    color: #2a2a2a;
    font-family: 'Public Sans', sans-serif;
}

.total-border.mb {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #002a3a;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.fl.col-12.bilgi {
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

span.bilgiImg {
    padding-right: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.inner.mt.mb.siteBilgi .mt {
    margin-top: 0;
}

span.bilgiText {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
}

select#raventi_select {
    background: url("down.svg") no-repeat 75% center;
}

div#pageLayout span:hover, .stockArea:hover {
    cursor: pointer;
}

a#productComparison:hover {
    box-shadow: none;
}
.owl-thumbs.fn.d-inline-block {
    width: 100%;
}
@media screen and (max-width: 520px) {
    .fl.col-12.bilgi {
        margin: 0;
        display: block;
        text-align: center;
    }

    span.bilgiImg {
        width: 100%;
        float: left;
        padding: 5px;
    }

    .inner.mt.mb.siteBilgi .d-flex {
        display: block;
    }

    span.bilgiText {
        font-size: 11px;
    }

    span.fl.col-12.instaBtn {
        padding-bottom: 20px;
    }
    span.fl.col-12.text-center.instaLogo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@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) {
    .col.col-9.double.ustAlan2.p-right {
        width: 100%;
    }

    .fr.box.col-xs-12.p-left {
        padding: 0;
    }


    #filterSort select {

        border: 0 !important;
        border-bottom: 1px solid #e6e6e6 !important;
    }
    div#pageLayout{
        display: none;
    }
    #navigasyon li:first-child {
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
    }

    #navigasyon {
        border: 0;
        position: relative;
        margin-top: 10px;
        height: 20px;
        display: flex;
        align-items: center;
    }
    div#nav-wrapper {
        height: 20px;
        display: flex;
        align-items: center;
    }

    .removeFlexMobile{
        display: none !important;
    }


    div#instagram {
        padding-bottom: 20px;
    }
    #gorselVitrin {
        padding-top: 10px;
    }

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

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