<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:not(#mainMenu) &gt; .menu, :not(#mainMenu) &gt; .menu div:not(.dynamicMenu){
    background-color:inherit;
}

:not(#mainMenu) &gt; .menu{
    position:relative;
}

.menu-list{
    z-index:33;
}

.menu li{
    float:left;
}

[dir="rtl"] .menu li{
    float:right;
}

.menu a{
    float:left;
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
}

[dir="rtl"] .menu a{
    float:right;
}

.menu li.parentLink &gt; ul{
    position:absolute;
    top:100%;
    left:0;
    width:200px;
    display:none;
}

[dir="rtl"] .menu li.parentLink &gt; ul{
    right:0;
    left:auto;
}

.menu li.parentLink li a{
    line-height: 17px;
    color: #797979;
}

.menu li.parentLink li.parentLink ul{
    float:left;
    position:relative;
    box-sizing:border-box;
    border-left:10px solid #dedede;
}

[dir="rtl"] .menu li.parentLink li.parentLink ul{
    float:right;
    border-right:10px solid #dedede;
    border-left:0;
}

#mobileAppNotify{
    position:fixed;
    z-index:9999;
}

#appNotify{
    display:flex;
    align-items:center;
}

#appLogo p{
    padding-bottom:0;
}

#appLogo img{
    max-width:100%;
    width:auto;
    height:auto;
}

#appBtn{
    white-space:nowrap;
}

.sticky .dn-sticky{
    display:none;
}

.header-wrapper{
    z-index: 10;
}

#header-wrap{
}

#header-wrap.sticky{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}

#headerTop{
    background: #f9f9f9;
}

.headerContact{
    line-height: 30px;
}

.headerContact span{
    color: #878787;
    font-size: 12px;
    padding-left: 20px;
    background: url(destek.svg) left center no-repeat;
}

.headerContact strong{
    color: #0047ba;
}

.headerSocial{
    height: 30px;
}

.headerSocial a{
    display: inline-block;
    margin-left: 5px;
}

.headerSocial a img{
    float: left;
    width:20px;
}

.sticky #headerTop{
    height:0;
    overflow:hidden;
}

.locationLinkWrap{
    padding: 7px 10px;
    box-sizing: border-box;
}

[dir="rtl"] #topMenu, 
[dir="rtl"] #topMenu li, 
[dir="rtl"] #topMenu a{
    float:right;
}

#topMenu a{
    line-height:30px;
    color:#545454;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    border-right:1px solid #ddd;
}

[dir="rtl"] #topMenu a{
    border-right:0;
    border-left:1px solid #ddd;
}

#topMenu ul li:hover &gt; span, #topMenu ul li:hover &gt; a{
    background:#e2e2e2;
}

#headerTop select{
    height:30px;
    padding:0 30px 0 10px;
    background:url('selectArrow.png') no-repeat right center;
    border:0;
    border-left:1px solid #ddd;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    color:#545454;
    font-size:12px;
}

[dir="rtl"] #headerTop select{
    padding:0 10px 0 30px;
    background:url('selectArrow.png') no-repeat 10px center;
    border-right:1px solid #ddd;
    border-left:0;
}

#headerTop select option{

}

#headerPhone{
    color:#545454;
    font-size:12px;
    line-height:30px;
}

#header-wrap .cart-soft-count,
#header-customer-msg .message-count{
}

#basketList{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    z-index:3333;
}

#logo a{
    float:left;
    width:100%;
    height:95px;
}

.sticky #logo a{
    height:56px;
}

#logo p,
#logo img{
    -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;
}

#logo p{
    float:left;
    width:100%;
    height:95px;
    display:flex;
    align-items:center;
    padding-bottom:0;
}

.sticky #logo p{
    height:56px;
}

#logo img{
    display:inherit;
    max-height:100%;
    max-width:100%;
    width:auto;
}

#searchListWrap{
    position:relative;
}

#live-search{
    height:36px;
    line-height:14px;
}

#live-search-box{
    top:100%;
    left:-1px;
    z-index:999;
}

#FormAra{
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    position: relative;
}

#FormAra:before{
    content: none;
}

[dir="rtl"] #FormAra{
}

.sticky #FormAra{
    height:30px;
}

.forDesktop #FormAra:not(.focus){
}

.forDesktop #FormAra.focus{
}

.forDesktop #FormAra.focus:before{
    /*content:'';*/
}

.forDesktop #FormAra:not(.focus):before{
    /*display:block;
    position:absolute;
    top:0;
    right:48px;
    line-height:48px;
    font-size:14px;
    color:#5e5e5e;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;*/
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):before{
    /*left: 48px;
    right: auto;*/
}

.sticky .forDesktop #FormAra:not(.focus):before{
    /*right:38px;*/
    line-height:38px;
}

[dir="rtl"] .sticky .forDesktop #FormAra:not(.focus):before{
    /*left: 38px;*/
    right: auto;
}

.forDesktop #FormAra:not(.focus):after{
    /*content:'\e811';
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:48px;
    line-height:48px;
    color:#e35252;
    font-size:13px;
    font-family:'tsoft';
    font-size:20px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;*/
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):after{
    left: 0;
    right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):after{
    width:38px;
    line-height:38px;
}

#FormAra input[type="text"]{
    width: calc(100% - 60px);
    height: 38px;
    color: #000;
    font-size: 13px;
    border: 0;
    box-sizing: border-box;
    border-radius: 4px;
}

#FormAra input[type="text"]::-webkit-input-placeholder{
    color: #000;
    font-size: 13px;
}

#FormAra input[type="text"]::-moz-placeholder{
    color: #000;
    font-size: 13px;
}

#FormAra input[type="text"]:-ms-input-placeholder{
    color: #000;
    font-size: 13px;
}

#FormAra input[type="text"]:-moz-placeholder{
    color: #000;
    font-size: 13px;
}

.sticky #FormAra input[type="text"]{
    /*width:calc(100% - 38px);*/
    height:28px;
}

#FormAra input[type="text"]:focus{
    box-shadow:none;
}

#FormAra button[type="submit"]{
    position: absolute;
    width: 50px;
    height: 26px;
    right: 10px;
    top: 6px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    background:none;
    background: rgb(255,116,46);
    background: -moz-linear-gradient(180deg, rgba(255,116,46,1) 0%, rgba(242,94,21,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,116,46,1) 0%, rgba(242,94,21,1) 100%);
    background: linear-gradient(180deg, rgba(255,116,46,1) 0%, rgba(242,94,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff742e",endColorstr="#f25e15",GradientType=1);
}

#FormAra button[type="submit"]:before{
    content: '';
    background: url(search_ico.svg) center no-repeat;
    width: 12px;
    height: 15px;
    display: block;
    float: left;
}

.sticky #FormAra button[type="submit"]{
    width:45px;
    height:18px;
}

#FormAra.focus input[type="text"],
#mobileWrapper #FormAra input[type="text"],
#FormAra.focus button[type="submit"],
#mobileWrapper #FormAra.focus button[type="submit"]{
    display:block;
}

#live-search{
    height:36px;
    line-height:14px;
}

#live-search-box{
    position:absolute;
    top:100%;
    width:calc(100% + 2px);
    background:#fff;
    border-bottom:0;
    z-index:999;
}

#live-search-box ul{
    float:left;
    width:100%;
    border-top:1px solid #ececec;
}

#live-search-box li{
    float:left;
    width:100%;
    box-sizing:border-box;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-left:1px solid #ececec;
}

#live-search-box a{
    float:left;
    width:100%;
    font-weight:600;
    display:flex;
    align-items:center;
}

#live-search-box:not([data-callback]) span,
#live-search-box div.search-image{
    width:5%;
    height:0;
    padding-bottom:5%;
    margin-top:5px;
    margin-right:15px;
    margin-bottom:5px;
    margin-left:5px;
    overflow:hidden;
}

#live-search-box[data-callback] span{
    padding: 0 10px;
    box-sizing: border-box;
}

#live-search-box img{
    margin:0 auto;
}

.hmInner{
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    text-align: center;
}

.hmInner a span{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    display: block;
    line-height: 18px;
}

.hmInner strong{
    font-weight: 400;
}

.hmInner .hmBasket span{
    background-image: url(basket.svg);
    padding-left: 22px;
}

.hmInner .hmAccount span{
    background-image: url(account.svg);
}

.hmInner .hmVendor span{
    background-image: url(bayi.svg);
}
.hmInner .hmFav span {
    background: url(fav.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: flex;
    background-size: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.hmInner .hmFav span strong {
    padding-left:15px;
}
.hmInner span{
    font-size: 13px;
    color: #000;
}

.hmInner .hmBasket b{
    position: absolute;
    font-weight: 400;
    width: 11px;
    height: 11px;
    line-height: 11px;
    background: #0047ba;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    top: 0;
    left: 10px;
    font-size: 10px;
}

.sticky .hmInner{
    padding: 5px 10px;
}

#mainMenu .menu &gt; li{
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
}

#mainMenu a{
    font-size: 15px;
    color: #fff;
    text-align: center;
    /*border-right: 1px solid #2682e4;*/
    padding-left: 5px;
    padding-right: 5px;
}

#mainMenu .menu &gt; li:last-child a{
    border: none;
}

.sticky #mainMenu .menu &gt; li{
    padding-top: 6px;
    padding-bottom: 6px;
}

#mainMenu .menu &gt; li:hover{
    background: #2682e4;
}

.sticky #mainMenu a{
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

#mainMenu a:hover{
}

.menu li.parentLink &gt; a{
    background-color:transparent;
}

#mainMenu .parentLink li a{
    height:auto;
    line-height:35px;
    font-size:14px;
    color:#545454;
    border-right:0;
    padding-right:0;
    padding-left:0;
    text-align: left;
}

#mainMenu .parentLink li a i:before{
    line-height: 35px;
    font-size: 10px;
}

#mainMenu .parentLink li a:hover, #mainMenu .parentLink li a:hover i:before{
    color: #0051bf;
}

#mainMenu .menu &gt; li.parentLink:hover &gt; span &gt; a{
}

.menu li:hover &gt; a{
    color:#e35252;
}

.subMenu{
    max-width:1200px;
    box-shadow:0 2px 2px 0px rgba(0,0,0,.1);
}

.subMenu *:not(.dynamicMenu){
    background-color:transparent;
}

.menuTitle{
    font-size:20px;
    padding-bottom:10px;
}

.subMenu a{
    padding-right:10px;
    padding-left:10px;
    font-size:12px;
    font-family:"Poppins", sans-serif;
    box-sizing:border-box;
}

.subMenu li li a{
    font-size:11px;
    background-repeat:no-repeat;
    background-position:0 center;
}

.subMenu a:hover{
    background-color:#fff;
    padding-right:10px;
    padding-left:10px;
}

#mainMenu .subMenu a:hover,
#mainMenu .parentLink .sublink-wrap li a:hover{
}

.subMenu .dynamicMenu{
    background:#fff;
}

#mainMenu .parentList{
    overflow: auto;
    overflow-x: hidden;
    /*max-height: 430px;*/
    /*min-height: 430px;*/
}

#mainMenu .parentList::-webkit-scrollbar-thumb{
    background: #f25e15;
}

.top-down-position {
	position: absolute !important;
    top: 52% !important;
}

#mainMenu .parentLink .subHoverContent{
    position: absolute;
    left: calc(25% + 5px);
    top: 0;
    bottom: 0;
    min-width: 650px;
    max-width: 870px;
    display: none;
}

#mainMenu .link-wrap:hover .subHoverContent{
    display: block;
}

#mainMenu .parentLink .sublink-wrap &gt; li{
    margin-bottom: 20px;
}

#mainMenu .parentLink .sublink-wrap &gt; li &gt; a{
    font-size: 14px;
    color:#0051bf;
}

#mainMenu .parentLink .sublink-wrap &gt; li li a{
    color: #949494;
}

.hoverBannerTitle{
    /*background: rgb(0,153,229);
    background: -moz-linear-gradient(180deg, rgba(0,153,229,1) 0%, rgba(0,71,186,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,153,229,1) 0%, rgba(0,71,186,1) 100%);
    background: linear-gradient(180deg, rgba(0,153,229,1) 0%, rgba(0,71,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099e5",endColorstr="#0047ba",GradientType=1);
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    line-height: 25px;*/
    background: url(cat_title_bg.png) center no-repeat;
    background-size: cover;
    height: 46px;
    border-radius: 10px;
}

#mainMenu .subHoverBanner a{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#headerBottom{
    height:20px;
    overflow:hidden;
}

.sticky #headerBottom{
    height:0;
}

#alterMenu.menu &gt; li:before{
    content:'.';
    float:left;
    line-height:20px;
    font-size:25px;
    margin-top:-17px;
}

#alterMenu a{
    line-height:20px;
    font-size:11px;
    color:#5e5e5e;
}

[dir="rtl"] #alterMenu a{
    border-right:0;
    border-left:1px solid #ddd;
}

#alterMenu li:last-child a{
    border-right:0;
}

[dir="rtl"] #alterMenu li:last-child a{
    border-left:0;
}

#alterMenu .menu &gt; li:hover a{
    color:#000;
}

#alterMenu .menu &gt; li:hover .subMenu{
    top:29px;
    z-index:3333;
}

#alterMenu .menu &gt; li:hover .subMenu a{
    border-right:0;
}

#alterMenu .menu &gt; li:hover .subMenu a:hover{
    color:#f37121;
}

#alterMenu .subMenu li, #alterMenu .subMenu a{
    line-height:30px;
    border-color:#e0e0e0;
}

.sticky .col-sticky-12{
    width:100%;
}

.sticky .col-sticky-11{
    width:91.66666667%;
}

.sticky .col-sticky-10{
    width:83.33333333%;
}

.sticky .col-sticky-9{
    width:75%;
}

.sticky .col-sticky-8{
    width:66.66666667%;
}

.sticky .col-sticky-7{
    width:58.33333333%;
}

.sticky .col-sticky-6{
    width:50%;
}

.sticky .col-sticky-5{
    width:41.66666667%;
}

.sticky .col-sticky-4{
    width:33.33333333%;
}

.sticky .col-sticky-3{
    width:25%;
}

.sticky .col-sticky-2{
    width:16.66666667%;
}

.sticky .col-sticky-1{
    width:8.33333333%;
}

.sticky .col-sticky-auto{
    width:auto;
}

/*slick Slider*/

#mainColumn .slick-dots li{
    width: auto;
    height: auto;
    margin: 0;
}

#mainColumn .slick-dots li button:before{
    content: none;
}

#mainColumn .slick-dots li button{
    display: inline-block;
    width: 7px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-indent: -999em;
    background: #d0d0d0;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    overflow: hidden;
    padding: 0;
}

#mainColumn .slick-dots li.slick-active button{
    background: #fe732d;
}
/*slick Slider*/

/*sitebilgi*/

.bilgiBar{
    background: #f4f9ff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bilgiImg{
    padding-top: 10px;
    padding-bottom: 30px;
}

.bilgiTitle{
    font-size: 18px;
    color: #000;
}

.bilgiText{
    color: #6b6b6b;
    font-size: 14px;
    line-height: 18px;
}

/*sitebilgi*/

/*once cikan kategoriler*/

.catWrapItemImg{
    background: #f4f9ff;
    border-radius: 10px;
    border: 1px solid #fff;
}

.catWrapItemImg img{
    border-radius: 10px;
}

.catWrapItem .catText{
    color: #000;
    font-size: 14px;
}

.catWrapItem:hover .catWrapItemImg{
    border: 1px solid #0047ba;
}

.catWrapItem:hover .catText{
    color: #0047ba;
}

/*once cikan kategoriler*/

/*markaSlider*/

.allLink a{
    font-size: 16px;
    color: #f7671f;
    background: url(all_ico.svg) right center no-repeat;
    padding-right: 20px;
}

.slick-slide, .slick-slide *{
    outline: none;
}

#mainWrapper .slick-prev, #mainWrapper .slick-next{
    width: 45px;
    height: 45px;
}

#mainWrapper .slick-prev{
    left: 0;
}

#mainWrapper .slick-next{
    right: 0;
}

#mainWrapper .slick-prev:before, #mainWrapper .slick-next:before{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: block;
}

#mainWrapper .slick-prev:before{
    background-image: url(../../../genel/firat/v4/font/slide_prev.svg);
}

#mainWrapper .slick-next:before{
    background-image: url(../../../genel/firat/v4/font/slide_next.svg);
}

#markaSlider .slick-slide{
    margin: 0 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f9ff;
    border-radius: 10px;
}

#markaSlider img{
    opacity: 0.42;
    mix-blend-mode: darken;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*markaSlider*/

/*seo alani*/

.seoText{
    font-size: 14px;
    line-height: 18px;
    color: #6b6b6b;
}

.moreBtn{
    cursor: pointer;
}

/*seo alani*/
#mainMenu .menu {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1230px) {

    #header-info{
        border-left:0;
    }

    #headerMain{
        padding-right:20px;
        padding-left:20px;
    }

    #mainMenu .menu &gt; li{
    }

    .menu a{
        padding-right:5px;
        padding-left:5px;
    }

}

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


    #mainWrapper .slick-prev{
        left: -40px;
    }

    #mainWrapper .slick-next{
        right: -40px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px){
    .hmInner a span{
        height: 18px;
        background-position: center;
    }
    .hmInner a span strong{
        display: none;
    }
}

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

    .sticky .col-md-sticky-12{
        width:100%;
    }

    .sticky .col-md-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-md-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-md-sticky-9{
        width:75%;
    }

    .sticky .col-md-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-md-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-md-sticky-6{
        width:50%;
    }

    .sticky .col-md-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-md-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-md-sticky-3{
        width:25%;
    }

    .sticky .col-md-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-md-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-md-sticky-auto{
        width:auto;
    }

    .forDesktop #FormAra:before{
        content:'';
    }

    #headerTop{
        height:46px;
        line-height:45px;
    }

    #mainMenu a{
        font-size:12px;
    }

}

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

    #header-wrap:not(.sticky) *{
        transition: none !important;
    }

    .menu li.parentLink:hover &gt; ul{
        display:block;
    }

    .sticky #logo{
        width: 16.66666667%;
        margin-right: 16.66666667%;
    }

}

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

    .sticky .col-sm-sticky-12{
        width:100%;
    }

    .sticky .col-sm-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-sm-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-sm-sticky-9{
        width:75%;
    }

    .sticky .col-sm-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-sm-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-sm-sticky-6{
        width:50%;
    }

    .sticky .col-sm-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-sm-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-sm-sticky-3{
        width:25%;
    }

    .sticky .col-sm-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-sm-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-sm-sticky-auto{
        width:auto;
    }

    #mobileAppNotify{
        background-color:#e0e0e0;
    }

    #appNotify{
        position:relative;
        z-index:9999;
    }

    #appNotifyClose{
        background-color: #000;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        margin-right: 10px;
        border-radius: 100%;
    }

    #appLogo{
        background-color: #FFF;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #applogo *{
        margin:0px;
        padding:0px;
    }

    #appText{
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        width: calc(100% - 176px);
    }

    .menu-list, .menu-list li, .menu-list a{
        width:100%;
    }

    .menu-list.show, .menu li.parentLink ul.show{
        display:block;
    }

    .animate{
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #menuBtn{
        font-size:31px;
        cursor:pointer;
    }

    [dir="rtl"] #menuBtn{
        background-position:10px center;
    }

    @-webkit-keyframes pageOverlayDefault{

        from{
            opacity:1;
        }

        to{
            opacity:0;
        }

    }

    @keyframes pageOverlayDefault{

        from{
            opacity:1;
        }

        to{
            opacity:0;
        }

    }

    #pageOverlay{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background:rgba(0,0,0,.7);
        z-index:3333;
        opacity:0;
        display:none;
        -webkit-animation-duration:1.5s;
        animation-duration:1.5s;
        -webkit-animation-name:pageOverlayDefault;
        animation-name:pageOverlayDefault;
    }

    @-webkit-keyframes pageOverlay{

        from{
            opacity:0;
        }

        to{
            opacity:1;
        }

    }

    @keyframes pageOverlay{

        from{
            opacity:0;
        }

        to{
            opacity:1;
        }

    }

    .menuShow #pageOverlay{
        display:block;
        -webkit-animation-name:pageOverlay;
        animation-name:pageOverlay;
    }

    @-webkit-keyframes mobileMenuDefault{

        from{
            left:0;
        }

        to{
            left:-100%;
        }

    }

    @-webkit-keyframes mobileMenuDefaultRtl{

        from{
            right:0;
        }

        to{
            right:-100%;
        }

    }

    @keyframes mobileMenuDefault{

        from{
            left:0;
        }

        to{
            left:-100%;
        }

    }

    @keyframes mobileMenuDefaultRtl{

        from{
            right:0;
        }

        to{
            right:-100%;
        }

    }

    #mobileMenu{
        position:fixed;
        left:-100%;
        top:0;
        bottom:0;
        width:100%;
        background:#fff;
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
        z-index:4444;
        -webkit-animation-name:mobileMenuDefault;
        animation-name:mobileMenuDefault;
    }

    [dir="rtl"] #mobileMenu{
        right:-100%;
        left:auto;
        -webkit-animation-name:mobileMenuDefaultRtl;
        animation-name:mobileMenuDefaultRtl;
    }

    @-webkit-keyframes mobileMenu{

        from{
            left:-100%;
        }

        to{
            left:0;
        }

    }

    @-webkit-keyframes mobileMenuRtl{

        from{
            right:-100%;
        }

        to{
            right:0;
        }

    }

    @keyframes mobileMenu{

        from{
            left:-100%;
        }

        to{
            left:0;
        }

    }

    @keyframes mobileMenuRtl{

        from{
            right:-100%;
        }

        to{
            right:0;
        }

    }

    .menuShow #mobileMenu{
        -webkit-animation-name:mobileMenu;
        animation-name:mobileMenu;
    }

    [dir="rtl"] .menuShow #mobileMenu{
        -webkit-animation-name:mobileMenuRtl;
        animation-name:mobileMenuRtl;
    }

    #mobileMenu .text-title{
        line-height:45px;
        font-size:20px;
    }

    #mobileMenuMain span, 
    #mobileMenuMain a, 
    #mobileMenuMain label, 
    #mobileMenuMain select{
        color:#666;
        font-size:17px;
        line-height:50px;
        cursor:pointer;
    }

    #mobileMenu span.active{
        color:#e35252;
        font-weight:600;
    }

    #mobileMenu li ul{
        display:none;
    }

    #mobileMenu li ul a{
        color:#999;
        font-size:15px;
        line-height:35px;
    }

    #mobileMenu select,
    [dir="rtl"] #mobileMenu select{
        background:none;
        border:0;
    }

    #headerMain{
        font-size:16px;
    }

    #logo a{
        height:74px;
        line-height:74px;
    }

    #logo p{
        height:74px;
        line-height:74px;
    }

    #logo a img{
        width:auto;
        display:inline;
        vertical-align:middle;
    }

    #search{
        padding-left:0;
        padding-right:0;
        margin-top:0;
        margin-bottom:0;
    }

    #FormAra{
        position:relative;
        height:50px;
    }

    #FormAra:before{
        content:'';
    }

    #FormAra input[type="text"]{
        display:block;
        font-size:15px;
        padding-top:0;
        padding-bottom:0;
        height: 48px;
        width: calc(100% - 80px);
    }

    #FormAra button[type="submit"]{
        display:block;
        width: 22%;
        height: 35px;
        font-size: 15px;
    }

    #FormAra button[type="submit"]:before{
        content: none;
    }

/*    #live-search-box{
        opacity:0;
    }*/

    #mobileOptions{
        line-height:50px;
    }

    #mobileOptions a, 
    #mobileOptions span, 
    #mobileOptions label, 
    #mobileOptions select{
        color:#363636;
        font-size:15px;
        text-transform:capitalize;
    }

    #mobileOptions select{
        height:50px;
        line-height:50px;
    }

    #header-wrap .cart-soft-count,
    .accountMessageLink .message-count{
    }

    .bilgiTitle{
        font-size: 16px;
    }

    .bilgiText{
        font-size: 12px;
    }

}

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

    .sticky .col-xs-sticky-12{
        width:100%;
    }

    .sticky .col-xs-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-xs-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-xs-sticky-9{
        width:75%;
    }

    .sticky .col-xs-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-xs-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-xs-sticky-6{
        width:50%;
    }

    .sticky .col-xs-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-xs-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-xs-sticky-3{
        width:25%;
    }

    .sticky .col-xs-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-xs-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-xs-sticky-auto{
        width:auto;
    }

    #header{
        padding-top:74px;
    }

    #headerMain{
        position:fixed;
        top:0;
        left:0;
        background:#fff;
        box-shadow:0 3px 3px rgba(0,0,0,.1);
        z-index:999;
    }

    #menuBtn{
        font-size:25px;
    }

    #mainMenu{
        border-radius:0;
    }

    #closeMobileMenu{
        font-size:14px;
    }

    #FormAra{
        height:40px;
    }

    #FormAra input[type="text"]{
        height:38px;
        font-size:13px;
    }

    #FormAra input[type="text"]::-webkit-input-placeholder{
        font-size:13px;
    }

    #FormAra input[type="text"]::-moz-placeholder{
        font-size:13px;
    }

    #FormAra input[type="text"]:-ms-input-placeholder{
        font-size:13px;
    }

    #FormAra input[type="text"]:-moz-placeholder{
        font-size:13px;
    }

    #FormAra button[type="submit"]{
        height:38px;
        height: 37px;
        line-height: 35px;
        top: 1px;
        right: 0px;
    }

    #mobileMenu .text-title{
        font-size:18px;
    }

    #mobileMenuMain span, 
    #mobileMenuMain label, 
    #mobileMenuMain select{
        line-height:40px;
        font-size:12px;
        text-transform: uppercase;
    }

    #mobileMenuMain a,
    #mobileMenuMain li span{
        line-height:40px;
        font-size:15px;
    }

    #mobileMenu li ul a, 
    #mobileMenu li ul span{
        line-height:30px;
        font-size:13px;
    }

    #mobileOptions a, 
    #mobileOptions span, 
    #mobileOptions label, 
    #mobileOptions select{
        font-size:13px;
    }

    .menuOverflow{
        position:relative;
    }

    .menuPrev, .menuNext{
        position:absolute;
        top:0;
        bottom:0;
        width:15px;
        height:100%;
        background-color:rgba(0,0,0,.3);
        z-index:33;
    }

    .menuPrev{
        left:0;
    }

    .menuNext{
        right:0;
    }

    .basketLink .icon-cart:before,
    .accountMessageLink .icon-email:before{
        margin-right:0;
    }

    #headerMain .icon-member-default,
    #headerMain .icon-cart{
        font-size:16px;
    }

    .hmItem{
        padding-right: 0;
    }

    .hmInner{
        padding: 5px;
    }

    .hmInner a{
        padding: 0;
    }

    .hmInner a span{
        background-position: center;
        width: 100%;
        height: 20px;
        padding-left: 0;
    }

    .hmInner .hmBasket span{
        padding-left: 0;
    }

    .hmInner .hmBasket b{
        left: auto;
    }

    .bilgiItem{
        margin-bottom: 10px;
    }

    .bilgiImg{
        padding: 0;
        min-height: 50px;
    }
}


@media screen and (max-width: 375px){
    .bilgiTitle{
        font-size: 11px;
    }

    .bilgiText{
        font-size: 8px;
    }
}</pre></body></html>