﻿/*sdfsdfsdfsdf*/

body {
    margin: 0 auto;
    padding: 0;
    font-family: Arimo, sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    color: #666!important;
}



h3, .h3 {
    font-size: 20px;
}
.control-label {
    margin-top: 0.9rem;
    margin-bottom: 0.2rem;
}
.divLoading {
    border-radius: 100px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 4px;
    background-color: #fff;
    z-index: 2001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
}


.top-step-container {
    background: #f0f0f0;
    overflow: hidden;
    width: 100%;    
}
.top-step-item {
    padding-right: 0;
    padding-left: 0;
    color: #bdbdbd;
    float: left;
    width: 25%;
    text-align: center;
    height: 60px;
    line-height:60px;    
}

    .top-step-item.active {
        background-color: #008fd7;
    }
        .top-step-item.active > a,
        .top-step-item > a,
        .top-step-item.active > a:hover {
            color: #fff;
        }

        .top-step-item.active:after {
            position: absolute;
            z-index: 4;
            border-color: transparent transparent transparent #008fd7;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: rgb(0, 143, 215);
            right: -17px;
            top: 0;
            border-style: solid;
            border-top-width: 30px;
            border-left-width: 15px;
            border-bottom-width: 30px;
            content: '';
        }

.btn-next-order {
    background-color: #ff9600 !important;
}
.btn-next-order,
.btn-back-site {
    color: #fff !important;
    border: 0;
    background-color: #069;   
    display: block;
    text-align: center;
}
    .btn-next-order:hover {
        background-color: #ee930f !important;
        cursor: pointer;
        color: #fff;
    }
.basket-tutar {
    font-size: 24px;
    color: #069;
}
    .basket-tutar > span {
        font-size:18px;
    }


.form-control {
    border-radius: 0;
}

.breadcrumb {
    border-radius:0;
}

.btn {
    border-radius: 0;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb {
    background-color: white;
}
    .breadcrumb > li + li:before {
        padding: 0 0 0 8px;
        color: #ccc;
        content: "/\00a0";
    }

.jumbotron {
    background-color: #fafafa;
    border-radius: 0;
}

.text-blue {
    color: #069;
}

.jumbotron-blue {
    padding-top: 9px !important;
    padding-bottom: 1px !important;
    background-color: #069 !important;
    color: white !important;
}

    .jumbotron-blue > h1 {
        padding: 0 !important;
        font-size: 18px !important;
    }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

dt, dl, dd {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
}

.home-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 12;
    transition: all .2s ease;
    top: 0;
    left: 0;
}


.header-top {
    background-color: #fefefe;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 13;
}

.header-left {
    float: left;
    position: relative;
}

.header-right {
    float: right;
    position: relative;
}

.header-top-menu {
    float: right;
}

    .header-top-menu > li {
        float: left;
    }

        .header-top-menu > li > div > a,
        .header-top-menu > li > a {
            font-size: 12px;
            display: block;
            color: #999 !important;
            background-image: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/icon1.png');
            background-position-x: -3px;
            background-repeat: no-repeat;
            text-decoration: none;
            overflow: hidden;
            letter-spacing: 1px;
            cursor: pointer;
            transition: 0.4s;
            position:relative;
        }

.top-basket-count {
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: bold;
    top: 0;
    left: 20px;
    
}

            .top-userin {
                background-position-y: -134px;
            }

.top-usernew {
    background-position-y: -68px;
}

.top-order {
    background-position-y: -335px;
}

.top-contact {
    background-position-y: -202px;
}

.top-basket {
    background-position-y: -3px;
}

.top-search {
    background-position-y: -38px;
}

.top-userin.login {
    background-position-y: -102px !important;
}

.network-icon li {
    float: left;
    transition: all .35s ease;
}

.network-icon > li > a {
    display: block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}

.facebook {
    background-color: #5d80cb;
}

.twitter {
    background-color: #1da1f2;
}

.pinterest {
    background-color: #e60023;
}

.youtube {
    background-color: #ff0000;
}

.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.top-login {
    font-size: 12px;
    display: block;
    color: #038acd;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 6px 10px;
}

    .top-login > span {
        font-style: italic;
    }

.hdr-middle {
    float: left;
    width: 100%;
    background-image: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

    .hdr-middle > div > div {
        width: 100%;
        float: left;
    }
/*.top-search-con > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}*/
.top-search-con {
    width: 100%;
    vertical-align: middle;
    position: relative;
    margin-top: 7px;
    float: left;
}

.txt-search {
    width: 100%;
    border: 1px solid #e2e2e2;
    outline: 0;
    font-size: 12px;
}

.btn-search {
    width: 17px;
    height: 17px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/search.png');
    position: absolute;
    top: 8px;
    right: 8px;
}

.top-phone {
    width: 100%;
    text-align: right;
}

    .top-phone > div > a {
        display: block;
        width: 100%;
        text-align: right;
    }

    .top-phone > div > span {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 12px;
        color: #000;
        display: block;
        letter-spacing: 1px;
    }

.a-mobil-category {
    font-size: 21px;
    cursor: pointer;
}

.phone-mobil {
    text-align: right;
    padding-right: 8px;
    padding-top: 4px
}

    .phone-mobil > a {
        text-align: right;
        letter-spacing: 0;
    }

.top-basket-user-mobil .dropdown-item {
    font-size: 12px;
    padding: 5px 0 5px 5px;
}

    .top-basket-user-mobil .dropdown-item:first-child {
        border-bottom: 1px solid #ccc;
    }

    .top-basket-user-mobil .dropdown-item:last-child {
        border-top: 1px solid #ccc;
    }

.top-basket-user-mobil .dropdown-menu {
    min-width: initial;
    width: 80px !important;
    overflow: hidden;
    padding: 0;
    transform: translate3d(-50px, 21px, 0px) !important;
}

.top-search-mobil {
    width: 100%;
    float: left;
}

.hm-active {
    left: 0 !important;
}

.us-active {
    right: 0 !important;
}

.top-user-menu {
    position: fixed;
    background-image: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/menu-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    height: 100%;
    transition: all .2s ease;
    overflow-y: hidden;
    box-shadow: -3px 3px 3px rgba(0,0,0,.2);
    width: 207px;
    right: -215px;
    z-index: 99999;
}

.avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #04689b;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    top: 20px;
    left: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.top-user-menu-he {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #038acd;
    padding-top: 10px;
    box-shadow: 1px 2px 3px rgba(0,0,0,.4);
}

.top-user-menu-wel {
    text-align: left;
    color: #fff;
    text-align: center;
    padding: 5px 3px;
    margin: 5px 0;
    font-size: 12px;
    width: 100%;
}

    .top-user-menu-wel > span {
        font-style: italic;
    }

.tum-items > li > a {
    font-size: 14px;
    display: block;
    color: #4b4b4b;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    padding: 8px 10px;
}

.top-category-con > .container {
    position: relative;
    height: 100%;
}

.banner-container {
    width: 100%;
}

.banner-image {
    width: 100%;
}

.UpArrow {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    background-color: whitesmoke;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    display: none;
    z-index: 999999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
}

/*#region Product Item */
.product-slider-container {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.product-item {
    width: 100%;
    background: #fff;
    transition: all .35s ease;
    display: block;
    border: 1px solid #f5f5f5;
    /*box-shadow: 0 0 5px #D6D6D6;*/
    position:relative;
}

    .product-item:hover {
        box-shadow: 0 0 10px #D6D6D6;
    }

.product-title {
    color: #069;
    margin: 5px 0;
    width: auto;
    text-align: center;
    display: block;
    overflow: hidden;
    /*white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
}

.product-bottom {
    margin: 10px 20px;
    border-top: solid 1px #e2e2e2;
    /*border-bottom: solid 1px #e2e2e2;*/
    padding: 7px 0 9px 0;
}

.product-oldprice {
    height: auto;
    color: #a0a0a0;
    text-decoration: line-through;
    width: auto;
    text-align: center;
    display: block;
}

    .product-oldprice > span {
        font-size: 12px;
    }

.product-price {
    width: auto;
    height: auto;
    color: #069;    
    text-align: center;
    display: block;
}

    .product-price > span {
        font-size: 16px;
    }

.product-code {
    width: auto;
    height: auto;
    color: #a0a0a0;
    text-align: center;
    display: block;
}
.product-kampanya {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}
.product-video {
    position:absolute;
    top:10px;
    right:10px;
    left:auto;
}


/*#endregion */

/*#region Taksit */
.installment-con {
    width: 100%;
}

.installment-container {
    padding: 20px 0;
}

    .installment-container table {
        font-size: 12px;
    }

.installment-item {
    cursor: pointer;
}

.installment-container > h1 {
    font-size: 26px !important;
    font-weight: 700;
    color: #ff6000;
}

.installment-container table thead {
    background-color: rgba(0,0,0,.1);
}

.installment-container h1 {
    font-size: 18px;
}

.installment-container .control-label {
    margin-left: 0;
}
/*#endregion */


/*#region LOGİN PAGE */
.login-container {
    width: 100%;
}
.login-container .jumbotron {
    width:100%;
}
   
    .login-container .pd-link-map {
       width:100%;
    }
.login-in label {
    margin-top:7px;
    margin-bottom:3px;
    font-weight:bold;
}
.login-in img {
width:100%;
}

/*#endregion */

/*#region Order Finsh */
.of-item {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
    .of-item > i {
        color:#349512;
        font-size:60px;
    }

.of-order-code {
    color: #e81919;
    font-weight: normal;
    font-size: 18px;
}

.of-order-total {
    font-weight: normal;
}

.order-finsh-container h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    font-size: 27px;
}

.order-finsh-container h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
}



/*#endregion */


.breadcrumb {
    padding: 0.75rem 0;
    width:100%;
}
 .pd-link-map {
    width: 100%;
}
.cs-container {
    width: auto;
    height: auto;
    min-height: 1050px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}
.cs_alan {
    width: auto;
    height: auto;
    border-bottom: dotted 1px #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.mavi {color: #069 !important;}
.cs_form_satir {
    width: auto;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #069;
    display: block;   
}
.cs_form_baslik {
    width: 140px;
    height: 38px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #069;
    float: left;
    line-height: 38px;
}
.cs_form_satir .guvenlik_gorsel {
    width: 100px;
    height: 38px;
    outline: 0;
    float: left;
    margin-right: 20px;
}
.cs_form_satir .cs_form_guvenlik {
    width: 95px;
    height: 38px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    outline: 0;
}

.cs_form_satir .cs_form_input {
    width: 215px;
    height: 38px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    outline: 0;
}

.cs_form_buton {
    width: 237px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: #999;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border: 0;
    cursor: pointer;
    outline: 0;
    margin-top: 20px;    
}
.cs_logo_gorsel {
    width: 250px;
    height: auto;    
}
.cs_adres {   
    margin-top: 20px;
    width: auto;
    height: auto;
}
.harita {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
}
.bilgi_icerik {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.footerAltMenu .alt_iletisim_bilgi {
    width: auto;
    height: auto;
    float: left;
}
.footerAltMenu .alt_telefon {
    font-size: 31px;
    color: #505050;
}

.footerAltMenu .alt_iletisim {
    width: auto;
    height: auto;
    display: table;
    margin-top: 20px;
}
    .footerAltMenu .alt_iletisim > div > img {
        width: 60px;
        height: 60px;
        display: block;
        margin-right: 10px;
    }
    .footerAltMenu .alt_iletisim > div > span {
        color: #505050;
        font-size: 12px;
        display: block;      
        width:100%;
    }




.footerAltMenu .alt_telefon span {
    font-size: 13px;
    color: #505050;
    display: block;
    margin-bottom: 5px;
}
.home-comment .hc-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #0062cc;
    font-size: 18px;
    margin-top:30px;
}

.blog_alan {
    width: 100%;    
    float: left;
    margin-top: 30px;
    background-color: #f8f8f8;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom:50px;
    padding-bottom:20px;
}
.blog_baslik {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(0, 98, 204);
    font-size: 18px;
    margin:10px 0;
}
.blog_alan .blog_icerik .blog_ic_gorsel > img {
   width:100%;
    border: 1px solid #dedede;
}
.blog_ic_baslik {
    display: block;
    font-size: 16px;
    color: #069;
    margin-bottom: 5px;
}
.blog_alan .blog_alt_link {
    font-size: 12px;
    color: #a4a4a4;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-decoration: underline;
}

.user-form-container {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
    margin-right:20px;
}
    .user-form-container .control-label {
        width: auto;
        height: auto;
        margin-bottom: 5px;
        font-size: 14px;
        color: #069;
    }

.clear {
    clear: both;
}

.light_alan {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    font-size: 16px;
    color: #777;
    line-height: 20px;
    text-align: left;
}
    .light_alan .la_title {
        width:100%;
        display: table;
        font-size: 26px;
        color: #069;
        text-align: center;
        margin-bottom: 20px;
    }


#footerBankaRow {
    background: #e7e7e7;
    padding: 30px 0 20px;
}

.footericonYazi {
    color: white;
    font-size: 14px;
    float: left;
    font-weight: bold;
    padding: 7px;
}

.footerMesajRow {
    background: #6e6f70;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footerAltMenu {    
    background: #f2f2f2;
    color: #666;
    font-size: 13px;
}


    #footerAltMenu a {
        color: #666;
    }

#footerSertifika {
    background: #fdfdfd;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
}

#footerCopy {
    background: #fff;
    font-size: 12px;
    color: #a9a9a9;
    padding: 20px 0;
}

.footericonYazi {
    font-weight: normal;
}

.footer-bank-icon img {
    width:100%;
}

.footer-mesaj-item {
    float:left;
    width:20%;
    text-align:center;
    display:flex;
    justify-content:center;
}
.footer-mesaj-item > a {
   display:block;
   width:100%;
   text-align:center;
}
    .footer-mesaj-item > a > span {
        display: inline-block;
        width: 100%;
        text-align: center;
        color:#fff;
        padding-top:5px;
    }

.footerAltMenu .ami li strong {
    color: #069
}
.footerAltMenu .ami li a:hover {
    text-decoration:underline;
}


.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99111;
    text-align: center;
}
.whatsapp-icon img {
    width:40px;
}

    .note-email-con input,
    .note-email-con select,
    .note-email-con textarea {
        font-size: 12px;
    }
.frame_baslik {
    color: #006699;
    font-size: 24px;
    margin: 10px 0px;
    text-align: center;
    font-weight: bold;
}
.frame_baslik-text {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    width: auto;
    text-align: center;
}
.tb_link {
    color: #006699;
    text-decoration: underline;
}
.bi-model-no, .bi-yazi, .bi-olcu-no {
    color: #6f6f6f;
    font-size: 11px;    
    display: inline-block;
    width: 100%;
}
.bi-yazi, .bi-olcu-no {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #bb2a2a;
}


.subcategory-container h3 {
    color: #069;
    margin: 10px -15px;
    font-size: 25px;
}
.subcategory-container .subcategory-descripton {
    width:100%;
    text-align:left;

}
.subcategory-container .row > div {
    padding: 5px;
    margin: 0;
}
.subcategory-container a {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: flex;
    padding: 5px;
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
}
    .subcategory-container a:hover {        
        box-shadow: 1px 2px 3px #069;
    }
    .subcategory-container a span {
        float: right;
        text-align: left;
        padding-right:7px;
        color: #505050;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        line-height: normal;
    }
    .subcategory-container img {
        width: 150px;   
        float:left;
    }
.textYuzukOlcu-not{
    text-align:right;
    width:100%;
}
.yo-know-not {
    cursor:pointer;
    color:#038acd !important;
    font-size:13px;
}

.right_icerik .bilgi_icerik table {
    width: 100%;
}
.HeaderStyle, .PagerStyle {
    background-color: #069;
    color: #fff;
    line-height: 25px;
}
.GridViewStyle td {
    padding: 10px;
    border: 2px solid #ebebeb;
}

.home-small-banner {
    float:left;
}
.home-small-banner img {
   width:100%;
}

.product-item-img > img {
    width: 100%;
}

.basket-warning {
    border: 1px solid #e41a1a;
    background-color: #e60000;
    color:#fff;
    font-size:11px;
    padding:3px;    
    border-radius:6px;
    font-weight:600;
    letter-spacing:.5px;
}

.kvkk-container {
    padding-top: 20px;
}

    .kvkk-container h1, .kvkk-containerh2 {
        color: #2c3e50;
    }

    .kvkk-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .kvkk-container h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .kvkk-container p {
        margin-bottom: 12px;
    }

    .kvkk-container ul {
        margin-bottom: 20px;
    }

    .kvkk-container li {
        margin-bottom: 6px;
    }



@media screen and (max-width:767px) {
    .note-email-con {font-size:11px;padding:0;}

    .mobil-show {
        display: block !important;
    }

    .desktop-show {
        display: none !important;
    }

    .body-content {
        margin-top: 127px;
    }

    .header-top {
        box-shadow: 0 3px 3px rgba(0,0,0,.2);
    }

    .hdr-top.container {
        padding-right: 0;
        padding-left: 0;
    }

    .top-basket {
        border-right: 0;
    }

    .header-top-menu > li > a, .header-top-menu > li > div > a {
        padding: 6px 0 6px 39px;
        width: 34px;
    }

    .top-logo img {
        width: 90px;
    }

    .hdr-middle {
        padding: 5px 0;
    }

    .txt-search {
        padding: 6px 35px 6px 8px;
    }

    .top-phone > div > a {
        font-size: 15px;
        padding-top: 5px;
    }

    .header-top-menu > li > a:hover {
        background-color: transparent;
        color: #fff !important;
    }

    .header-top-menu > li > a {
        border-left: 0
    }

    .network-icon li {
        margin: 4px 2px;
    }

    .top-logo-con > div {
        text-align: center !important;
    }

    .top-user-menu {
        top: 126px;
    }

    .hdr-middle .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .ht1 {
        float: left;
        width: 30%;
    }

    .ht2 {
        float: left;
        width: 40%;
        text-align: center
    }

    .ht3 {
        float: left;
        width: 30%;
    }

    /*#region KATEGORİ */
    .top-category-item-4,
    .top-category-item-5,
    .top-category-item-6,
    .top-category-item-7,
    .top-category-item-8,
    .top-category-item-9 {
        width: 100%
    }

    .hdr-bottom {
        float: left;
        width: 100%;
    }

    .top-category-title {
        float: left;
        background-color: #323232;
        color: #fff;
        text-align: left;
        font-size: 18px;
        width: 100%;
        padding: 10px;
        box-shadow: 1px 2px 3px rgba(0,0,0,.4);
        margin-bottom: 8px;
    }

        /*.top-category-title > i {
            margin-top: 0;
        }*/

    .top-category-con {
        position: fixed;
        background-image: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/menu-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        height: 100%;
        transition: all .2s ease;
        box-shadow: 3px 3px 3px rgba(0,0,0,.2);
        width: 207px;
        left: -215px;
    }

    .top-category-items {
        width: 100%;
        float: left;
        height: calc(100% - 159px);
        overflow-y: auto;
        position: absolute;
        top: 46px;
    }

        .top-category-items > ul {
            position: relative;
            display: inline-block;
        }

            .top-category-items > ul > li {
                float: left;
            }

                .top-category-items > ul > li > a {
                    display: inline-block;
                    padding: 8px 10px;
                    font-size: 12px;
                    text-align: left;
                    width: 100%;
                    font-weight: bold;
                    letter-spacing: 1px;
                }

                    .top-category-items > ul > li > a:hover {
                        background-color: transparent;
                        color: #038acd !important;
                        cursor: pointer;
                    }

    .top-subcategory {
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.68));
        width: 100%;
        box-shadow: none;
        display: none;
    }

    .top-subcategory-items {
        display: inline-block;
        padding: 5px 10px;
    }

        .top-subcategory-items > li {
            float: initial;
        }

            .top-subcategory-items > li > a {
                display: inline-block;
                padding: 8px 20px;
                font-size: 12px;
                text-align: left;
                width: 100%;
                color: #323232;
                margin-bottom: 0;
            }

                .top-subcategory-items > li > a:hover {
                    text-decoration: none;
                    color: #038acd;
                }

                .top-subcategory-items > li > a > img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    box-shadow: 0px 2px 2px #6f6f6f;
                    margin: 0 auto;
                    padding: 10px 5px;
                    background-color: #fff;
                    margin-bottom: 5px;
                }

    .top-subcategory-item:hover {
        text-decoration: none;
    }
    /*#endregion */

    .home-category {
        margin: 15px 0;
    }

    #footerSertifika img {
        width: 100%;
    }

    .product-oldprice {
        font-size: 12px;
    }

    .product-price {
        font-size: 20px;
    }

    .product-title {
        font-size: 11px;
        height: 34px;
    }

    .product-code {
        font-size: 10px;
    }

    .login-container .login-in {
        padding: 20px;
        margin-right: 0;
    }

    .order-finsh-container {margin:5px 0 5px 0;}

    .cs-left {padding-right: 0;float: left;width: 100%;}
    .cs-right {padding-left: 0;float: left;width: 100%;}

    .blog_icrik-left {float:left;width:30%;padding:0 5px;}
    .blog_icrik-rigth {float: left;width: 70%;padding: 0 5px;}

     #footerBankaRow div {font-size: 1.0rem;}

     .footer-bank-icon > div > div {padding:5px;}

     .footer-mesaj-item > a > span { font-size:11px;font-weight:normal; }
    .footerMesajRow .row {padding-left: 5px;padding-right: 5px;}
    .footer-mesaj-item > a > img {width:50px}   

    .cs_form_buton{margin-left: 0;}

    .btn-next-order, .btn-back-site {font-size: 12px;padding: 8px 0;font-weight:bold;width: 100%;}

    .basket-item img {width:40px;}

    .basket-item {font-size: 12px;}

    .basket-container .table td {padding:5px;}

     .top-step-item {font-size: 12px}
     .top-step-container {margin: 20px 0 20px 0;}

     .footerAltMenu  .alt_telefon {font-size: 24px;color: #505050;}
     #footerAltMenu {padding: 20px}
     .alt_iletisim > div:first-child {float:left;width:35%;}
    .alt_iletisim > div:last-child {float: left;width: 65%;}

    .home-small-banner { width:100%;padding:10px}

    .category-product-items .product-item-img > img { height: auto;}
}

@media (min-width: 768px) {
    .note-email-con {font-size:12px;padding:0 50px;}

    .mobil-show {
        display: block !important;
    }

    .desktop-show {
        display: none !important;
    }

    .body-content {
        margin-top: 112px;
    }

    .hdr-top.container {
        padding-right: 0;
        padding-left: 0;
    }

    .top-basket {
        border-right: 0;
    }

    .header-top-menu > li > a, .header-top-menu > li > div > a {
        padding: 6px 0 6px 39px;
        width: 34px;
    }

    .top-logo img {
        width: 70px;
    }

    .hdr-middle {
        padding: 5px 0;
    }

    .txt-search {
        padding: 6px 35px 6px 8px;
    }

    .top-phone > div > a {
        font-size: 15px;
        padding-top: 5px;
    }

    .header-top-menu > li > a:hover {
        background-color: transparent;
        color: #fff !important;
    }

    .header-top-menu > li > a {
        border-left: 0
    }

    .network-icon li {
        margin: 4px 2px;
    }

    .top-logo-con > div {
        text-align: center !important;
    }

    .hdr-middle .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .ht1 {
        float: left;
        width: 30%;
    }

    .ht2 {
        float: left;
        width: 40%;
        text-align: center
    }

    .ht3 {
        float: left;
        width: 30%;
    }

    .top-user-menu {
        top: 117px;
    }

    /*#region KATEGORİ */
    .top-category-item-4,
    .top-category-item-5,
    .top-category-item-6,
    .top-category-item-7,
    .top-category-item-8,
    .top-category-item-9 {
        width: 100%
    }

    .hdr-bottom {
        float: left;
        width: 100%;
    }

    .top-category-title {
        float: left;
        background-color: #323232;
        color: #fff;
        text-align: left;
        font-size: 18px;
        width: 100%;
        padding: 10px;
        box-shadow: 1px 2px 3px rgba(0,0,0,.4);
        margin-bottom: 8px;
    }

        /*.top-category-title > i {
            margin-top: 0;
        }*/

    .top-category-con {
        position: fixed;
        background-image: url('https://sirius-image.s3.eu-central-1.amazonaws.com/tasarim/designer/menu-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        height: 100%;
        transition: all .2s ease;
        box-shadow: 3px 3px 3px rgba(0,0,0,.2);
        width: 207px;
        left: -215px;
    }

    .top-category-items {
        width: 100%;
        float: left;
        height: calc(100% - 159px);
        overflow-y: auto;
        position: absolute;
        top: 46px;
    }

        .top-category-items > ul > li {
            float: left;
        }

            .top-category-items > ul > li > a {
                display: inline-block;
                padding: 8px 10px;
                font-size: 12px;
                text-align: left;
                width: 100%;
                font-weight: bold;
                letter-spacing: 1px;
            }

                .top-category-items > ul > li > a:hover {
                    background-color: transparent;
                    color: #038acd !important;
                    cursor: pointer;
                }

    .top-subcategory {
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.68));
        width: 100%;
        box-shadow: none;
        display: none;
    }

    .top-subcategory-items {
        display: inline-block;
        padding: 5px 10px;
    }

        .top-subcategory-items > li {
            float: initial;
        }

            .top-subcategory-items > li > a {
                display: inline-block;
                padding: 8px 20px;
                font-size: 12px;
                text-align: left;
                width: 100%;
                color: #323232;
                margin-bottom: 0;
            }

                .top-subcategory-items > li > a:hover {
                    text-decoration: none;
                    color: #038acd;
                }

                .top-subcategory-items > li > a > img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    box-shadow: 0px 2px 2px #6f6f6f;
                    margin: 0 auto;
                    padding: 10px 5px;
                    background-color: #fff;
                    margin-bottom: 5px;
                }

    .top-subcategory-item:hover {
        text-decoration: none;
    }
    /*#endregion */

    .home-category {
        margin: 15px 0;
    }

    #footerSertifika img {
        width: 100%;
    }

    .product-oldprice {
        font-size: 14px;
    }

    .product-price {
        font-size: 24px;
    }

    .product-title {
        font-size: 13px;
        height: 51px;
    }

    .product-code {
        font-size: 12px;
    }

    .login-container .login-in {
        padding: 10px;
        margin-right: 15px;
    }

    .order-finsh-container {margin:10px 0 10px 0;}

    .cs-left {padding-right: 0;float: left;width: 100%;}
    .cs-right {padding-left: 0;float: left;width: 100%;}

    .blog_icrik-left {float:left;width:30%;padding:0 5px;}
    .blog_icrik-rigth {float: left;width: 70%;padding: 0 5px;}

     #footerBankaRow div {font-size: 1.75rem;}

     .footer-bank-icon > div > div {padding:15px;}

     .footer-mesaj-item > a > span { font-size:16px;font-weight:bold; }
    .footerMesajRow .row {padding-left: 30px;padding-right: 30px;}
    .footer-mesaj-item > a > img {width:60px}

    .cs_form_buton{margin-left: 140px;}

    .btn-next-order,.btn-back-site {font-size: 18px;padding: 8px 0;width:100%;}

    .basket-item img {width:100px;}

    .bi-title{font-size:18px;}

     .top-step-item {font-size: 18px}
     .top-step-container {margin: 20px 0 20px 0;}

     .footerAltMenu  .alt_telefon {font-size: 15px;color: #505050;}
     #footerAltMenu {padding: 20px}
     .alt_iletisim > div:first-child {float:left;width:51%;}
    .alt_iletisim > div:last-child {float: left;width: 49%;}

    .home-small-banner { width:33.3333%;padding:0 10px;}

    .category-product-items .product-item-img > img { height: 170px;}
}

@media (min-width: 992px) {
    .note-email-con {font-size:12px;padding:0 50px;}

    .mobil-show {
        display: none !important;
    }

    .desktop-show {
        display: block !important;
    }

    .body-content {
        margin-top: 144px;
    }

    .top-basket {
        border-right: 1px solid #e2e2e2;
    }

    .header-top-menu > li > a, .header-top-menu > li > div > a {
        padding: 6px 10px 6px 40px;
        width: auto;
    }

    .top-logo img {
        width: 100px;
    }

    .hdr-middle {
        padding: 10px 0;
    }

    .txt-search {
        padding: 8px 35px 8px 8px;
    }

    .top-phone > div > a {
        font-size: 22.5px;
        padding-top: 0;
    }

    .header-top-menu > li > a:hover {
        background-color: #038acd;
        color: #fff !important;
        background-position-x: -247px;
    }

    .header-top-menu > li > a {
        border-left: 1px solid #e2e2e2;
    }

    .network-icon li {
        margin-right: 10px;
        margin-top: 4px;
    }

    .top-logo-con > div {
        text-align: left;
    }

    .hdr-middle .container {
        padding-right: 0;
        padding-left: 0;
    }

    .ht2 {
        float: left;
        width: 25%;
        text-align: left
    }

    .ht4 {
        float: left;
        width: 45%;
    }

    .ht5 {
        float: left;
        width: 30%;
    }

    .top-user-menu {
        top: 113px;
    }

    /*#region Kategori */
    .top-category-item-4 {
        width: 25%
    }

    .top-category-item-5 {
        width: 20%
    }

    .top-category-item-6 {
        width: 16.66%
    }

    .top-category-item-7 {
        width: 14.28%
    }

    .top-category-item-8 {
        width: 12.50%
    }

    .top-category-item-9 {
        width: 11.11%
    }

    .hdr-bottom {
        float: left;
        width: 100%;
    }

    .top-category-title {
        float: left;
        background-color: #069;
        color: #fff;
        text-align: center;
        font-size: 28px;
        width: 1%;
        margin-bottom: 0;
        padding: 2px;
        box-shadow: none;
    }

        /*.top-category-title > i {
            margin-top: 5px;
        }*/

    .top-category-items {
        width: 99%;
        float: left;
        height: auto;
        overflow-y: visible;
        position: relative;
        top: auto;
    }

    .top-category-con {
        position: relative;
        background-image: none;
        background-color: #fff;
        background-size: auto;
        padding: 0 10px;
        height: 100%;
        transition: all .2s ease;
        box-shadow: none;
        width: 100%;
        left: 0;
        padding: 0;
        height: auto;
        transition: all .2s ease;
        box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    }

    .top-category-items > ul > li {
        float: left;
    }

        .top-category-items > ul > li > a {
            display: block;
            border-right: 1px solid #e2e2e2;
            padding: 10px 0;
            font-size: 12px;
            text-align: center;
            font-weight: normal;
        }

            .top-category-items > ul > li > a:hover {
                background-color: #fbfbfb;
                color: #038acd;
                cursor: pointer;
            }

    .top-subcategory {
        position: absolute;
        background-color: #fbfbfb;
        background-image: none;
        top: 37px;
        left: -10px;
        width: calc(100% + 10px);
        box-shadow: 0 9px 10px rgba(0,0,0,.2);
        display: none;
        border-left: 10px solid #069;
        border-bottom-left-radius: 20px;
    }

    .top-subcategory-items {
        display: inline-block;
        padding: 20px 20px 0 20px;
    }

        .top-subcategory-items > li {
            float: left;
        }

            .top-subcategory-items > li > a {
                display: block;
                width: 100%;
                line-height: normal;
                font-size: 13px;
                text-align: center;
                width: 150px;
                min-height: 167px;
                color: #038acd;
                margin-bottom: 20px;
            }

                .top-subcategory-items > li > a:hover {
                    text-decoration: none;
                    color: #4d4d4d;
                }

                .top-subcategory-items > li > a > img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    box-shadow: 0px 2px 2px #6f6f6f;
                    margin: 0 auto;
                    padding: 10px 5px;
                    background-color: #fff;
                    margin-bottom: 5px;
                }

                    .top-subcategory-items > li > a > img:hover {
                        transform: scale(1.1);
                        transition: all .3s;
                    }
    /*#endregion */

    .home-category {
        margin: 30px 0;
    }

    #footerSertifika img {
        width: auto;
    }

    .product-oldprice {
        font-size: 14px;
    }

    .product-price {
        font-size: 24px;
    }

    .product-title {
        font-size: 12px;
        height: 51px;
    }

    .product-code {
        font-size: 12px;
    }

    .login-container .login-in {
        padding: 12px;
        margin-right: 15px;
    }

    .order-finsh-container {margin:50px 0 50px 0;}

    .cs-left {padding-right: 10px;float: left;width: 50%;}
    .cs-right {padding-left: 10px;float: left;width: 50%;}

    .blog_icrik-left {float:left;width:10%;padding:0 5px;}
    .blog_icrik-rigth {float: left;width: 90%;padding: 0 5px;}

    #footerBankaRow div {font-size: 1.75rem;}

    .footer-bank-icon > div > div {padding:15px;}

    .footer-mesaj-item > a > span { font-size:16px;font-weight:bold; }
    .footerMesajRow .row {padding-left: 30px;padding-right: 30px;}
    .footer-mesaj-item > a > img {width:60px}

    .cs_form_buton{margin-left: 140px;}

    .btn-next-order, .btn-back-site {font-size: 18px;padding: 8px 0;width:100%;}

    .basket-item img {width:100px;}

    .bi-title{font-size:18px;}

     .top-step-item {font-size: 18px}
     .top-step-container {margin: -20px 0 20px 0;}

     .footerAltMenu  .alt_telefon {font-size: 20px;color: #505050;}
     #footerAltMenu {padding: 20px 0;}
     .alt_iletisim > div:first-child {float:left;width:40%;}
    .alt_iletisim > div:last-child {float: left;width: 60%;}

     .home-small-banner { width:33.3333%;padding:0 12px}

     .category-product-items .product-item-img > img { height: 125px;}
}

@media (min-width: 1200px) {
    .note-email-con {font-size:12px;padding:0 50px;}

    .mobil-show {
        display: none !important;
    }

    .desktop-show {
        display: block !important;
    }

    .body-content {
        margin-top: 144px;
    }

    .header-top {
        box-shadow: none;
    }

    .top-basket {
        border-right: 1px solid #e2e2e2;
    }

    .header-top-menu > li > a, .header-top-menu > li > div > a {
        padding: 6px 10px 6px 40px;
        width: auto;
    }

    .top-logo img {
        width: 100px;
    }

    .hdr-middle {
        padding: 10px 0;
    }

    .txt-search {
        padding: 8px 35px 8px 8px;
    }

    .top-phone > div > a {
        font-size: 22.5px;
        padding-top: 0;
    }

    .header-top-menu > li > a:hover {
        background-color: #038acd;
        color: #fff !important;
        background-position-x: -247px;
    }

    .header-top-menu > li > a {
        border-left: 1px solid #e2e2e2;
    }

    .network-icon li {
        margin-right: 10px;
        margin-top: 4px;
    }

    .top-logo-con > div {
        text-align: left;
    }

    .hdr-middle .container {
        padding-right: 0;
        padding-left: 0;
    }

    .ht2 {
        float: left;
        width: 25%;
        text-align: left
    }

    .ht4 {
        float: left;
        width: 45%;
    }

    .ht5 {
        float: left;
        width: 30%;
    }

    .top-user-menu {
        top: 113px;
    }

    /*#region Kategori */
    .top-category-item-4 {
        width: 25%
    }

    .top-category-item-5 {
        width: 20%
    }

    .top-category-item-6 {
        width: 16.66%
    }

    .top-category-item-7 {
        width: 14.28%
    }

    .top-category-item-8 {
        width: 12.50%
    }

    .top-category-item-9 {
        width: 11.11%
    }

    .hdr-bottom {
        float: left;
        width: 100%;
    }

    .top-category-title {
        float: left;
        background-color: #069;
        color: #fff;
        text-align: center;
        font-size: 28px;
        width: 1%;
        margin-bottom: 0;
        padding: 2px;
        box-shadow: none;
    }

        /*.top-category-title > i {
            margin-top: 5px;
        }*/

    .top-category-items {
        width: 99%;
        float: left;
        height: auto;
        overflow-y: visible;
        position: relative;
        top: auto;
    }

    .top-category-con {
        position: relative;
        background-image: none;
        background-color: #fff;
        background-size: auto;
        padding: 0 10px;
        height: 100%;
        transition: all .2s ease;
        box-shadow: none;
        width: 100%;
        left: 0;
        padding: 0;
        height: auto;
        transition: all .2s ease;
        box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    }

    .top-category-items > ul > li {
        float: left;
    }

        .top-category-items > ul > li > a {
            display: block;
            border-right: 1px solid #e2e2e2;
            padding: 10px 0;
            font-size: 14px;
            text-align: center;
            font-weight: normal;
        }

            .top-category-items > ul > li > a:hover {
                background-color: #fbfbfb;
                color: #038acd;
                cursor: pointer;
            }

    .top-subcategory {
        position: absolute;
        background-color: #fbfbfb;
        background-image: none;
        top: 41px;
        left: -10px;
        width: calc(100% + 10px);
        box-shadow: 0 9px 10px rgba(0,0,0,.2);
        display: none;
        border-left: 10px solid #069;
        border-bottom-left-radius: 20px;
    }

    .top-subcategory-items {
        display: inline-block;
        padding: 20px 20px 0 20px;
    }

        .top-subcategory-items > li {
            float: left;
        }

            .top-subcategory-items > li > a {
                display: block;
                width: 100%;
                line-height: normal;
                font-size: 13px;
                text-align: center;
                width: 154px;
                min-height:167px;
                color: #038acd;
                margin-bottom: 20px;
            }

                .top-subcategory-items > li > a:hover {
                    text-decoration: none;
                    color: #4d4d4d;
                }

                .top-subcategory-items > li > a > img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    box-shadow: 0px 2px 2px #6f6f6f;
                    margin: 0 auto;
                    padding: 10px 5px;
                    background-color: #fff;
                    margin-bottom: 5px;
                }

                    .top-subcategory-items > li > a > img:hover {
                        transform: scale(1.1);
                        transition: all .3s;
                    }
    /*#endregion */

    .home-category {
        margin: 30px 0;
    }

    #footerSertifika img {
        width: auto;
    }

    .product-oldprice {
        font-size: 14px;
    }

    .product-price {
        font-size: 24px;
    }

    .product-title {
        font-size: 12px;
        height: 51px;
    }

    .product-code {
        font-size: 12px;
    }

    .login-container .login-in {
        padding: 31px;
        margin-right: 15px;
    }

    .order-finsh-container {margin:50px 0 50px 0;}

    .cs-left {padding-right: 10px;float: left;width: 50%;}
    .cs-right {padding-left: 10px;float: left;width: 50%;}

    .blog_icrik-left {float:left;width:10%;padding:0 5px;}
    .blog_icrik-rigth {float: left;width: 90%;padding: 0 5px;}

    #footerBankaRow div {font-size: 1.75rem;}

    .footer-bank-icon > div > div {padding:15px;}

    .footer-mesaj-item > a > span { font-size:16px;font-weight:bold; }
    .footerMesajRow .row {padding-left: 30px;padding-right: 30px;}
    .footer-mesaj-item > a > img {width:60px}

    .cs_form_buton{margin-left: 140px;}

    .btn-next-order, .btn-back-site {font-size: 18px;padding: 8px 0;width:100%;}

    .basket-item img {width:100px;}

    .bi-title{font-size:18px;}

    .top-step-item {font-size: 18px}
    .top-step-container {margin: -20px 0 20px 0;}

    .footerAltMenu  .alt_telefon {font-size: 24px;color: #505050;}
    #footerAltMenu {padding: 20px 0;}
    .alt_iletisim > div:first-child {float:left;width:35%;}
    .alt_iletisim > div:last-child {float: left;width: 65%;}

    .home-small-banner { width:33.3333%;padding:0 12px;}

    .category-product-items .product-item-img > img { height: 143px;}
}
