article {
    float: left;
    margin-bottom: -1em;
    width: 100%;
}

a:focus {
    outline: medium none;
    outline-offset: -2px;
}

a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.row {
    margin: 0 auto;
}
/*css kısayollarım*/
.square {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.margin_zero {
    margin: 0 auto;
}

.breadcrumb {
    background-color: #fff;
    border-bottom: 1px dotted #ddd;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 2px 4px;
}

.blok50 {
    width: 50%;
}

.red {
    color: #de1e2e;
}

.dark_gray {
    background: #364c62;
    z-index: 2;
    position: relative;
}

.margin11x {
    margin: 11px 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pr_zero {
    padding-right: 0;
}

.pl_zero {
    padding-left: 0;
}

.margin_top2 {
    margin-top: 2em;
}

.displayblock {
    display: block;
}

.margin_top1 {
    margin-top: 1em;
}

.full {
    width: 100%;
}

.gray {
    background: none repeat scroll 0% 0% rgba(54,76,98,0.07);
}

.yellow {
    background: #FFAA31;
}

.yellow2 {
    background: none repeat scroll 0% 0% rgba(124,180,32,1);
}

.orange {
    background: #E3781D;
}

.orange2 {
    background: #bf3f00;
}

.magenta {
    background: #D24032;
}

.magenta2 {
    background: none repeat scroll 0% 0% rgba(153,5,137,1);
}

.purple {
    background: #9955B4;
}

.purple2 {
    background: none repeat scroll 0% 0% #399FB6;
}

.blue {
    background: #3295D8;
}

.blue2 {
    background: #003271;
}

.green {
    background: #1ABC9C;
}

.green2 {
    background: none repeat scroll 0% 0% rgba(50,131,111,1);
}

.black {
    background: #000;
}

.ta_center {
    text-align: center;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: right;
}

.bolder {
    font-weight: bolder;
}

.bs0 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.padding_zero {
    padding-left: 0;
    padding-right: 0;
}

.margin_top {
    margin-top: 1em;
}

.margin_bottom {
    margin-bottom: 1em;
}
/*css kısayollarım*/
.fp_input {
    height: 51px;
}

.fp_tabs {
    float: left;
    margin-bottom: 1em;
    width: 100%;
}

.color3 {
    padding: 12px;
    display: table;
    width: 100%;
    float: left;
    background: #fff;
}

.fp_help_cap {
    background: none repeat scroll 0 0 #275A96;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fp_help {
    height: 227px;
    float: left;
    padding: 5px;
    text-align: center;
    width: 100%;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

a.fp_help:hover {
    background: none repeat scroll 0 0 #DE1E2E;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.fp_help_kapsa {
    padding-left: 9px;
    padding-right: 9px;
}

.border_left {
    border-left: 1px solid rgba(255,255,255,0.1);
}

.border_right {
    border-right: 1px solid rgba(0,0,0,0.28);
}

.fp_help h3 {
    font-size: 22px;
}

.top_menu {
    border-bottom: 1px solid #ddd;
}

.top_L p {
    display: table-cell;
    height: 34px;
    margin: 0 auto;
    vertical-align: middle;
}

.logo {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
}

    .logo img {
        max-width: 295px;
    }

.form-control.ac_spec.ac_input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 0;
    height: 50px;
    width: 88%;
    border-right: 0 none;
}

.btn.btn_search {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #808080;
    font-size: 26px;
    height: 50px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(110,138,165,1);
}

.final_home_tab {
    display: table;
    float: left;
    width: 100%;
}

.final_dark {
    background: none repeat scroll 0 0 #364c62;
    display: table;
    float: left;
    width: 100%;
}

.final_white {
    background: none repeat scroll 0 0 #fff;
    display: table;
    float: left;
    width: 100%;
    z-index: 3;
    position: relative;
}

.final_tabs {
    border-bottom: 0 none;
}

    .final_tabs > li > a {
        color: #fff;
        border-radius: 0;
        min-height: 118px;
        transition: all 0.25s linear 0s;
        -webkit-transition: all 0.25s linear 0s;
        -moz-transition: all 0.25s linear 0s;
    }

        .final_tabs > li > a:hover {
            background-color: #000;
        }

    .final_tabs li {
        margin-bottom: 0;
        margin-right: 0.6%;
        margin-top: 0.6%;
        text-align: center;
        width: 16.06%;
    }

    .final_tabs > li > a > i {
        font-size: 4em;
    }

.final_tabs2 {
    border-bottom: 0 none;
}

    .final_tabs2 > li > a {
        border: 1px solid #ddd;
        border-radius: 0;
        color: #fff;
    }

        .final_tabs2 > li > a:hover {
            background-color: none;
        }

    .final_tabs2 > li.active > a, .final_tabs2 > li.active > a:hover, .final_tabs2 > li.active > a:focus {
        background: fff;
        border: 1px solid #ddd;
    }

    .final_tabs2 li {
        margin-bottom: 0;
        margin-left: 0.6%;
        margin-top: 0.6%;
        text-align: center;
        width: 19.28%;
    }

.final_product {
    border: 1px solid #ddd;
    margin: 6px;
    padding: 0.5em;
    text-decoration: none;
    display: table;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    width: 90%;
}

    .final_product:hover {
        border: 3px solid #1ABC9C;
        margin: 4px;
    }

    .final_product h1 {
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
    }

.product-image-wrapper {
    max-height: 130px;
}

.final_product h1 a {
    color: rgb(65, 65, 65);
    font-weight: 700;
}

.final_product h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
}

    .final_product h2 a, .final_product h3 a {
        color: gray;
    }

        .final_product h2 a:hover, .final_product h3 a:hover {
            color: #d31200;
        }

.final_product h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    height: 21px;
}

.btn-danger {
    background: none repeat scroll 0 0 #d31200;
    border-color: #d31200;
}

.final_product span {
    float: left;
    font-size: 14px;
    color: gray;
}

.final_product span .product-price {
    font-weight: 700;
    white-space: nowrap;
    color: rgb(242, 139, 0);
    display: block;
    height: 20px;
}

.iskontolu {
    font-size: 12pt;
}

span.discount {
    background: url("../img/sprite.png") repeat scroll 0 -174px rgba(0,0,0,0);
    color: #fff;
    display: block;
    font-size: 40px;
    font-style: oblique;
    font-weight: bold;
    height: 58px;
    left: -4px;
    padding-left: 6px;
    position: absolute;
    text-align: left;
    top: 2em;
    width: 113px;
}

.discount > strong {
    float: left;
    margin-top: -3px;
}

.discount.prd {
    left: -11px;
}

span.discount_small {
    background: url("../img/sprite.png") repeat scroll 0 -266px rgba(0,0,0,0);
    color: #fff;
    display: block;
    font-size: 32px;
    font-style: oblique;
    font-weight: bold;
    height: 49px;
    left: -4px;
    padding-left: 6px;
    position: absolute;
    text-align: left;
    top: 2em;
    width: 91px;
}

.discount_small > strong {
    float: left;
    margin-top: -3px;
}

.col-md-5x {
    width: 20%;
}

footer {
    background: none repeat scroll 0 0 #364c62;
    margin-top: 1em;
    display: table;
    float: left;
    width: 100%;
}

    footer h2 {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: #fff;
        font-size: 22px;
        margin: 0 auto;
        padding: 9px 0;
    }

    footer h3 {
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 9px 0;
    }

.footer_dark {
    background: none repeat scroll 0 0 #182b3e;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.margintop20 {
    margin-top: 20px;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #fff;
    padding: 6px 14px;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.copyright {
    color: #fff;
}

    .copyright > p {
        margin: 1em 0;
    }

.credit_card {
    width: 582px;
    height: 43px;
    
    display: block;
    background-position: 0 -619px;
}

.footer_top {
    padding: 0.5em 0;
}

.c_white {
    color: #fff;
}

.c_gray {
    color: #ddd;
}

.c_blue {
    color: #428bca;
}

.c_green {
    color: #1ABC9C;
}

a.c_white:hover {
    opacity: 0.8;
    color: #1ABC9C;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: -2px;
}

.form-control.left.final_mailing {
    border-radius: 0;
    width: 91.5%;
}

.footer_area {
    margin: 0.5em 0;
}
/*NAV MNEU*/
.navbar-inverse {
    background-color: #364C62;
}

    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #182B3E;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #2D4262;
    }

.dropdown-menu {
    background-color: #FFFFFF;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #428BCA;
    }

.navbar-inverse {
    background-image: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
}

.navbar-inverse {
    border-color: #364c62;
}

    .navbar-inverse .navbar-brand {
        color: #FFFFFF;
    }

        .navbar-inverse .navbar-brand:hover {
            color: #FFFFFF;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #FFFFFF;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #FFFFFF;
    }

        .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color: #FFFFFF;
        }

.dropdown-menu > li > a {
    color: #333333;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #FFFFFF;
    }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #FFFFFF;
}
/*NAV MNEU*/
/*dropdown-menu*/
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: -5px;
    padding: 20px 0;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #d31200;
        font-size: 18px;
    }

.tabbable {
    display: table;
    float: left;
    width: 100%;
}

.tabbable2 {
    width: 100%;
}

.pagination_top {
    margin: 5px 0;
}

.cat_left {
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cat_top {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    display: table;
    float: left;
    margin-left: 6px;
    margin-right: 0;
    margin-top: 10px;
    width: 98.6%;
    margin-bottom: 4px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pading_cat {
    padding-left: 6px;
}

.cat_left h1 {
    border-bottom: 1px dotted #ddd;
    font-size: 20px;
    margin: 0 auto;
    padding-bottom: 7px;
    width: 100%;
}

.cat_left > form > .checkbox > label {
    width: 100%;
}

.search_filter {
    padding: 6.5px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.cat_list {
    margin: 11px 0;
}

.only_stock {
    margin: 5px 0;
}

/*list grid*/
.filter_yoket {
    display: none;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .item.list-group-item .list-group-image {
        margin-right: 0;
    }

    .item.list-group-item .final_product {
        margin: 0 auto;
    }

.list-group-item {
    border: 0 none;
    display: block;
    position: relative;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.list_small {
    float: left;
    width: 15%;
}

.g_full {
    width: 98.5%;
}

.final_product.g_full h1 a, .final_product.g_full h2 a, .final_product.g_full h3 a {
    float: left;
    text-align: left;
    width: 55%;
    margin-bottom: 11px;
}

.list_price {
    width: 30%;
}

.final_product.g_full:hover {
    border: 1px solid #1abc9c;
    padding: 0.5em;
    background: rgba(26,188,156,0.08);
}
/*list grid*/
.list_right {
    display: inline-table;
}

.cat_grid {
    margin: 6px 0;
}

.order_form {
    padding-bottom: 1em;
}

    .order_form h3 {
        border-bottom: 3px solid #d31200;
        font-size: 24px;
        height: 30px;
    }

.label-danger {
    background: #d31200;
}

.final_tables {
    margin-bottom: 0;
}

.border_top {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

.margin_top10 {
    margin-top: 10px;
}

.final_category > li.active > a, .final_category > li.active > a:hover, .final_category > li.active > a:focus {
    background-color: rgba(215,215,215,1);
    color: rgba(122,122,122,1);
}

.final_category > li > a {
    border-radius: 0;
    color: #808080;
}

.final_category > li + li {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    margin-left: 0;
    margin-top: 0;
}

.active2 {
    border-right: 4px solid #428bca;
}

.margin_left5 {
    margin-left: 5px;
}

.nav-tabs > li > a {
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.best_tabs {
    border-bottom: 0 none;
    margin-top: 4px;
}
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173,173,173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }
    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }
/* The responsive part */
.btn-breadcrumb > * > div { /* With less:.text-overflow();*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
    display: none;
}
/* === For phones =================================== */
@media (max-width:767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}
/* === For tablets ================================== */
@media (min-width:768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}
/* === For desktops ================================== */
@media (min-width:992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

.product_details title {
    display: block;
    font-size: 20px;
}

.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.padding_top10 {
    padding-top: 10px;
}

.table > tbody > tr > td.border0 {
    border-top: 0 solid;
}

.table > tbody > tr > td {
    border-top: 1px dotted #ddd;
}

.product_table_price {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 0;
}

.product_table > tbody {
    color: rgba(95,95,95,1);
}

.product_price {
    background-color: rgba(249,249,249,0.77);
    border: 1px solid rgba(221,221,221,0.37);
    padding: 13px;
}

.prd_info p {
    line-height: 2;
    margin: 1em 5px;
}

.spt_left {
    width: 72%;
}

.spt_right {
    width: 28%;
    padding: 7px;
}

.spt_cont {
    width: 100%;
    float: left;
    background: none repeat scroll 0 0 #d31200;
    height: 46px;
}

.spt_inp {
    padding: 2px;
}

.spt_cont:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
    color: #fff;
}

.spt_cont_add {
width: 100%;
float: left;
background: none repeat scroll 0 0 #1ABC9C;
height: 46px;
color: #fff;
}


.spt_cont_add:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
    color: #fff;
}


.spt_cont_supply {
width: 100%;
float: left;
background: none repeat scroll  rgba(50,131,111,1);
height: 46px;
color: #fff;
}


.spt_cont_supply:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color: rgba(50,131,111,1);
    border-color:rgba(50,131,111,1);
    color: #fff;
}


.spt_cont_supply_no {
width: 100%;
float: left;
background: none repeat scroll  #D24032;
height: 46px;
color: #fff;
}


.spt_cont_supply_no:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color: #D24032;
    border-color:#D24032;
    color: #fff;
}


.spt_cont_add_no {
width: 100%;
float: left;
background: none repeat scroll   #399FB6;
height: 46px;
color: #fff;
}


.spt_cont_add_no:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color:  #399FB6;
    border-color: #399FB6;
    color: #fff;
}



.spt_cont_supply_yes {
width: 100%;
float: left;
background: none repeat scroll  rgba(124,180,32,1);
height: 46px;
color: #fff;
}


.spt_cont_supply_yes:hover, .btn-spt:hover, .btn-spt:focus, .btn-spt:active, .btn-spt.active, .open > .dropdown-toggle.btn-spt {
    background-color: rgba(124,180,32,1);
    border-color:rgba(124,180,32,1);
    color: #fff;
}


 


.moreCategories {
    width: 100%; height: 24px; margin-top: 10px; padding: 0px 20px; background-color: rgb(238, 238, 238); color: rgb(72, 72, 72); font-size: 14px; line-height: 24px; position: relative; border-radius: 3px;
}



.product_slider.left {
    background-repeat: repeat-x;
    left: auto;
    left: -34px;
}

.product_slider.right {
    background-repeat: repeat-x;
    left: auto;
    right: -34px;
}

.product_slider {
    bottom: 0;
    color: #fff;
    height: 64px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 42%;
    width: 48px;
}

span.arw_left {
    background: url("../img/sprite.png") repeat scroll -247px 0 rgba(0,0,0,0);
    display: block;
    height: 64px;
    width: 48px;
}

    span.arw_left:hover {
        background-position: -247px -76px;
    }

span.arw_right {
    background: url("../img/sprite.png") repeat scroll -327px 0 rgba(0,0,0,0);
    display: block;
    height: 64px;
    width: 48px;
}

    span.arw_right:hover {
        background-position: -327px -76px;
    }

.fvr_fields {
    width: 80%;
    float: left;
}

.fvr_select {
    border: 1px solid #ddd;
    margin: 0;
    padding: 7.5px;
    width: 100%;
}

.prd_favorite {
    background: none repeat scroll 0 0 #364c62;
    height: 48px;
    margin-top: 1em;
    padding: 7px;
    width: 100%;
}

.favori_kisayol {
    text-align: right;
}

.btn-fvr {
    margin-left: 1%;
    width: 19%;
}

.minix {
    min-height: 500px;
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }

.sepetlerim {
    margin: 30px auto;
    max-width: 1100px;
    width: 100%;
}

.spt_tables {
    font-size: 12px;
    margin-bottom: 0;
}

.number-input {
    border: 1px solid #ddd;
    padding: 3px;
}

.close.my_close {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    color: #D31200;
    height: 39px;
    opacity: 1;
    position: absolute;
    right: -13px;
    text-shadow: none;
    top: -14px;
    font-size: 34px;
    width: 39px;
}

.spt_tables > tbody > tr:last-child {
    border-bottom: 1px dotted #ddd;
}

.spt-total {
    display: table;
    padding-top: 10px;
    width: 100%;
}

.displaytable {
    display: table;
}

.header_info {
    color: #808080;
    font-size: 13px;
    padding-left: 7px;
}

.src_detail {
    margin-right: 8px;
}

.spts {
    background: #f5f5f5;
    display: table;
    padding-bottom: 10px;
    border: 1px solid #fff;
    width: 100%;
}

    .spts:hover {
        border-radius: 0;
        background: none repeat scroll 0% 0% #D9F2F8;
        border: 1px solid rgba(112,235,255,1);
    }

.padding_5x {
    padding-left: 5px;
    padding-right: 5px;
}

.padding_10x {
    padding-left: 10px;
    padding-right: 10px;
}

.iptal, .iptal a {
    color: rgba(215,215,215,1);
}

    .iptal img {
        opacity: 0.4;
    }

.input-group .form-control {
    z-index: 0;
}

.fatura > strong {
    float: left;
    width: 134px;
}

.ft_info {
    border: 1px solid #ddd;
    display: table;
    margin: 11px 0;
    padding: 7px;
}

.ft_info2 {
    display: table;
    margin: 11px 0;
    padding: 7px;
}

.iade_adeti {
    width: 50px;
    float: left;
    margin-right: 2px;
}

.btn-stn {
    margin-left: 5px;
}

.spt_cont2 {
    background: none repeat scroll 0 0 #d31200;
    float: left;
    height: 34px;
    margin-bottom: 0.4em;
    width: 100%;
}

.spt_right2 {
    padding: 4px;
    width: 20%;
}

    .spt_right2 > input {
        height: 26px;
    }

.fp_koli {
    border: 5px solid #F4B35F;
}

.left.product_slider.soldan {
    background-repeat: repeat-x;
    left: -44px;
}

.right.product_slider.sagdan {
    background-repeat: repeat-x;
    right: -44px;
}

.label-koli {
    background: none repeat scroll 0 0 #F4B35F;
    color: rgba(134,0,0,1);
    margin: 0 auto;
    padding: 8px 23px;
}

.mb_zero {
    margin-bottom: 0;
}

.mt_zero {
    margin-top: 0;
}

.input-group-addon:first-child {
    border-radius: 0;
    border-right: 0 none;
}

.final_hesabim {
    background: none repeat scroll 0 0 #fff;
    display: table;
    margin-left: 3px;
    width: 99.8%;
}

    .final_hesabim > ul > li > a > i {
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .final_hesabim > ul > li.active > a > i {
        color: #000;
        text-align: center;
        width: 100%;
    }

    .final_hesabim > ul > li > a {
        color: #fff;
        text-align: center;
        width: 100%;
        transition: all 0.25s linear 0s;
        -webkit-transition: all 0.25s linear 0s;
        -moz-transition: all 0.25s linear 0s;
        min-height: 95px;
    }

    .final_hesabim > ul > li {
        margin: 0.2%;
        width: 16.22%;
    }

        .final_hesabim > ul > li > a:hover, .final_hesabim > ul > li.active > a:hover {
            background: #000;
            border: 1px solid #000;
            color: #fff;
        }

            .final_hesabim > ul > li.active > a:hover > i {
                color: #ddd;
            }

        .final_hesabim > ul > li.active a {
            color: #000;
            border-bottom: 1px solid #ddd;
        }

            .final_hesabim > ul > li.active a:focus, .final_hesabim > ul > li.active a:active {
                border-bottom: 1px solid #ddd;
            }

    .final_hesabim > ul {
        border-bottom: 0 solid;
        margin-top: 2px;
    }

.sip_tabss {
    background: none repeat scroll 0 0 #fff;
    display: table;
    margin-left: 1%;
    width: 98%;
    margin-right: 1%;
}

    .sip_tabss > ul > li > a > i {
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .sip_tabss > ul > li.active > a > i {
        color: #000;
        text-align: center;
        width: 100%;
    }

    .sip_tabss > ul > li > a {
        color: #000;
        text-align: center;
        width: 100%;
        transition: all 0.25s linear 0s;
        -webkit-transition: all 0.25s linear 0s;
        -moz-transition: all 0.25s linear 0s;
        min-height: 95px;
    }

        .sip_tabss > ul > li > a > strong {
            font-size: 3em;
            font-weight: bolder;
        }

        .sip_tabss > ul > li > a > p {
            color: #878C93;
        }

    .sip_tabss > ul > li.active > a > p {
        color: #fff;
    }

    .sip_tabss > ul > li {
        width: 25%;
    }

        .sip_tabss > ul > li > a:hover, .sip_tabss > ul > li.active > a:hover {
            background: #364C62;
            border: 1px solid #364C62;
            color: #fff;
        }

            .sip_tabss > ul > li.active > a:hover > i {
                color: #ddd;
            }

        .sip_tabss > ul > li.active a, .sip_tabss > ul > li.active a:active, .sip_tabss > ul > li.active a:focus {
            background: none repeat scroll 0 0 #d31200;
            color: #fff;
            border: 1px solid #d31200;
        }

    .sip_tabss > ul {
        border-bottom: 3px solid #D31200;
    }


.fin_report {
    background: none repeat scroll 0 0 gray;
    color: #fff;
    float: left;
    padding: 17px;
    width: 100%;
}

    .fin_report h4 {
        margin: 4px 0;
    }

.panel-heading > strong {
    font-size: 1.5em;
}

.pnl_hsb {
    min-height: 242px;
}

.fin_report2 {
    background: none repeat scroll 0 0 gray;
    color: #fff;
    float: left;
    margin: 4px;
    padding: 11px;
    width: 100%;
}

.fin_report3 {
    background: none repeat scroll 0 0 rgba(221,221,221,0.38);
    color: #000;
    float: left;
    margin: 4px;
    padding: 4px;
    width: 100%;
}

.hsb_kapsa {
    margin-bottom: 10px;
}

.puan_hsb {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    width: 12%;
}

.fin_report3 h5 {
    color: #ff0039;
}

.fin_report3 > small {
    color: rgba(125,125,125,1);
}

.fin_report3 > i {
    color: rgba(0,168,224,1);
    font-size: 2em;
}

.puan_kitap {
    float: left;
    width: 83%;
}

.img-circle.musteri {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(142,219,255,1);
    float: left;
    max-width: 129px;
    width: 38%;
}

.musteri_bilgi {
    float: left;
    margin-left: 2%;
    width: 60%;
}

    .musteri_bilgi > h3 {
        font-size: 3em;
        color: rgba(0,138,255,1);
        margin: 8px auto;
    }

    .musteri_bilgi strong {
        color: rgba(0,195,167,1);
    }

.musteri_tel {
    float: left;
    font-size: 2.3em;
    margin: 3px 0;
    text-align: center;
    width: 100%;
}

    .musteri_tel i {
        color: rgba(231,73,0,1);
    }

.musteri_mail {
    float: left;
    font-size: 1.3em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .musteri_mail i {
        color: rgba(48,127,177,1);
    }

.musteri_bilgi > small {
    font-size: 16px;
    margin: 0 auto;
}

.bulten-box2 {
    width: 50%;
}

.yayinevi_thumb {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-height: 165px;
    margin-bottom: 10px;
}

.pg_yayinevi > li > a, .pg_yayinevi > li > span {
    padding: 6px 11px;
}

.pagination > li > a.selected {
    background: #428bca;
    color: #fff;
}

.yayinevi > h3 {
    margin: 4px 4px 14px;
    text-align: center;
}

.yazar_kat {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    height: 200px;
    margin-bottom: 10px;
    padding: 0.5em;
}

.yazar_link > a {
    float: left;
    line-height: 1.55;
    margin-left: 1em;
    width: 100%;
}

.yazar_link {
    display: table-cell;
    float: left;
    margin-top: 0;
    width: 83%;
}

.fa_social {
    text-align: right;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: rgba(0,0,0,0.17);
}

.border_drop {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.productbox {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.producttitle {
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.productprice {
    border-top: 1px solid #dadada;
    padding-top: 5px;
}

.pricetext {
    font-weight: bold;
    font-size: 1.4em;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.s_container {
    margin-top: 2em;
    float: left;
}

.btn-fvr {
    float: right;
}

.sepetim {
    margin-top: 2em;
}

    .sepetim > .btn-group {
        float: right;
    }

.modal-content {
    margin: 4%;
    width: 92%;
}

.filter_left {
    margin-top: 10px;
}

.yayinevi {
    display: table;
    float: left;
    width: 100%;
}

.sw_input {
    border-radius: 0;
    float: left;
    width: 91.5%;
}

.sw_button {
    border-radius: 0;
    float: left;
    width: 8.5%;
}

.sw_button2 {
    border-radius: 0;
    float: left;
    width: 12%;
}

.prd_info {
    display: table;
    width: 100%;
}

.fi_kurumsal {
    margin-top: 10px;
    padding-right: 0;
}

.y_search {
    display: table;
    float: left;
    margin-top: 15px;
    padding: 0 10px;
    width: 100%;
}

.filter_select {
    margin-top: 5px;
}

.sirala_2 {
    color: #808080;
    float: left;
    font-weight: normal;
    padding-right: 7px;
    padding-top: 12px;
}

.select_fvr {
    float: left;
    width: 80%;
}

.table {
    display: -moz-stack;
}

.credit_cards {
    background: url("http://finalpazarlama.com/Content/img/other/creditcards.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    height: 172px;
    text-align: center;
    width: 270px;
}

    .credit_cards > span {
        float: left;
        font-size: 19px;
        margin-top: 3em;
        padding-left: 4em;
        width: 100%;
    }

        .credit_cards > span.name {
            margin-top: 0;
            text-align: left;
        }

        .credit_cards > span.visamaster {
            float: right;
            margin-top: 0;
            width: 50%;
        }

        .credit_cards > span.date {
            font-size: 12px;
            margin-left: 0;
            margin-top: 2px;
            padding-left: 29px;
            text-align: left;
            width: 50%;
        }

.btn_kapsa {
    width: 200px;
    float: right;
}

.sip_adim h3 {
    border-bottom: 1px solid #777777;
    font-size: 24px;
    height: 30px;
}

.sip_adim {
    padding: 0;
}

.yeni_sip {
    margin-top: 10px;
    padding: 0;
}

.min65 {
    min-width: 65px;
}

#filtreleme_blok {
    padding-bottom: 1em;
    padding-top: 1em;
}

@media (max-width:1200px) {
    .sirala_2 {
        display: none;
    }

    .product_table_price {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .musteri_bilgi > h3 {
        font-size: 25px;
    }

    .musteri_tel {
        font-size: 2em;
    }

    .hsb_spec > strong {
        font-size: 16px;
    }
}

@media (max-width:1185px) {
}

@media (max-width:992px) {
    .final_hesabim > ul > li > a {
        min-height: 105px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .top_L {
        display: none;
    }

    .margin_top2 {
        margin-top: 1em;
    }

    .s_container, .sepetim {
        margin: 5px 0;
        float: left;
    }

    .musteri_bilgi > h3 {
        font-size: 25px;
    }
}

@media (max-width:975px) {
    .col-md-5x {
        width: 33.33%;
        float: left;
    }

    .favori_kisayol {
        float: right;
        text-align: center;
    }

    .product_table_price {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .filter_yoket {
        display: block;
    }
}

@media (max-width:768px) {
    .col-md-5x {
        width: 33.33%;
        float: left;
    }

    .final_tabs li {
        width: 32.12%;
    }

    .logo img {
        max-width: 186px;
    }

    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }

    .s_container.left {
        margin-top: 0;
    }

    .header_info {
        font-size: 10px;
    }

    .btn-fvr2 {
        float: none;
    }

    .dropdown-menu.dropdown-menu-large.row {
        background: none repeat scroll 0 0 #fff;
    }

    .dropdown-menu {
        background-color: #ffffff;
    }

    .list_price {
        width: 100%;
    }

    .final_hesabim > ul > li > a > i {
        display: none;
    }

    .final_hesabim > ul > li > a {
        min-height: 50px;
    }

    .final_hesabim > ul > li {
        margin: 0.5%;
        width: 24%;
    }

    .final_product.g_full h1 a, .final_product.g_full h2 a, .final_product.g_full h3 a {
        margin-left: 5%;
        width: 85%;
    }

    .col-md-5x {
        width: 50%;
    }

    .fi_kurumsal {
        margin-top: 10px;
        padding-right: 15px;
    }

    .filter_left {
        padding-left: 15px;
        padding-right: 5px;
    }

    .sip_adim > h3 {
        font-size: 20px;
    }

    .sip_tabss > ul > li > a > strong {
        font-size: 1em;
        font-weight: bolder;
    }
}

@media (max-width:625px) {
    .payment_logo {
        display: none;
    }

    .final_tabs li {
        width: 48.5%;
    }

    .final_tabs > li > a > i {
        font-size: 2em;
    }

    .final_tabs > li > a {
        min-height: 87px;
    }

    .final_dark > .container {
        padding-left: 1.5%;
        padding-right: 0;
    }

    .final_tabs li {
        margin-right: 1.5%;
        margin-top: 1.5%;
    }

    .form-control.ac_spec.ac_input {
        width: 78%;
    }

    .sw_button2 {
        width: 22%;
    }

    .fa_social {
        text-align: center;
    }

        .fa_social > a {
            color: #1ABC9C;
        }

    .product_table_price {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .siparis_onay > h3 {
        font-size: 16px;
    }

    .final_hesabim > ul > li > a {
        min-height: 63px;
    }

    .final_hesabim > ul > li {
        margin: 0.5%;
        width: 49%;
    }

    .logo > img {
        max-width: 150px;
    }

    .logo.margin11x {
        margin: 2px 0;
    }

    .sip_tabss > ul > li {
        width: 50%;
    }
}

@media (max-width:400px) {
    .yoket400, .header_info {
        display: none;
    }

    .col-md-5x {
        width: 100%;
        float: left;
    }

    .siparis_onay > h3 {
        font-size: 15px;
    }
}



.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
        width: 100%;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }


        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }


.input_num {
    width: 68px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


.whatsup {
    max-width: 78px;
}

.text-muted {
    font-weight: normal;
}

#box {
    color: #fff;
    padding: 10px;
    background: #D31200;
}

.p_zero {
    padding-left: 0;
    padding-right: 0;
}

.btn-kargo {
    padding: 0;
}

.content.fluid label {
    width: 100%;
}

.fp_slider {
    padding: 0;
}


/* Carousel */

#quote-carousel {
    padding: 0;
    margin-top: 0;
    height: 344px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

        #quote-carousel .carousel-control.left {
            left: -60px;
        }

        #quote-carousel .carousel-control.right {
            right: -60px;
        }

    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }


.carousel-inner-home {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}

    .col-item .photo img {
        margin: 0 auto;
        width: 100%;
    }

    .col-item .info {
        padding: 10px;
        border-radius: 0 0 5px 5px;
        margin-top: 1px;
    }

    .col-item:hover .info {
        background-color: #F5F5DC;
    }

    .col-item .price {
        /*width: 50%;*/
        float: left;
        margin-top: 5px;
    }

        .col-item .price h5 {
            line-height: 20px;
            margin: 0;
        }

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

    .col-item .separator p i {
        margin-right: 5px;
    }

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    /* margin-top: 20px;*/
    margin-top: 0;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

span.fa.fa-angle-left {
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 45%;
    color: rgb(95, 95, 95);
    right: 10px;
    text-shadow: none;
}

span.fa.fa-angle-right {
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 45%;
    color: rgb(95, 95, 95);
    left: 10px;
    text-shadow: none;
}

.firsatus {
    text-align: center;
    width: 100%;
    font-size: 25px;
    border-bottom: 1px dashed #ddd;
    color: rgb(54, 76, 98) !important;
    width: 96%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    height: 39px;
}

.final_product.gunun_firsati {
    border: 0px;
    border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
}

    .final_product.gunun_firsati:hover {
        border: 0px;
        border-left: 1px dotted #ddd;
        border-right: 1px dotted #ddd;
    }

.gunun_firsati {
    text-align: center;
    display: block;
    padding: 0 15px;
}

    .gunun_firsati h1 {
        line-height: 1px;
        margin: 0 auto;
    }

        .gunun_firsati h1 a {
            font-size: 18px;
            line-height: 1;
        }

    .gunun_firsati span {
        width: 100%;
        float: left;
        /*color: rgb(161, 161, 161);*/
    }

.gunutus {
    border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
}

.slider_kapsa {
    z-index: 0;
    position: relative;
}

.bigx {
    font-size: 16px;
}

.excel_aktar {
    margin: 21px 13px;
}

.excele_aktar2 {
    margin-right: 1em;
}

.btn-favdel {
    padding: 0px 9px;
    color: rgb(210, 64, 50);
}

.devamet {
    width: 104px;
}

.fatura-table {
    border: 1px solid #ddd;
}

.fatura_ust {
    border-bottom: 4px double #ddd;
    margin-top: 2em;
}

    .fatura_ust h3 {
        margin: 0 auto;
        font-size: 21px;
    }

    .fatura_ust span {
        width: 100%;
        float: left;
    }

    .fatura_ust address {
        margin: 0 auto;
    }

    .fatura_ust img {
        margin-right: 10px;
    }

.fatura_alt {
    margin-bottom: 2em;
}

.shadow {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
    -webkit-transition: opacity 1.45s ease-out;
    -moz-transition: opacity 1.45s ease-out;
    -ms-transition: opacity 1.45s ease-out;
    -o-transition: opacity 1.45s ease-out;
    transition: opacity 1.45s ease-out;
}

header {
    background-color: #fff;
}

.shadow.view {
    display: block;
    height: 100%;
    -webkit-transition: opacity 1.45s ease-out;
    -moz-transition: opacity 1.45s ease-out;
    -ms-transition: opacity 1.45s ease-out;
    -o-transition: opacity 1.45s ease-out;
    transition: opacity 1.45s ease-out;
}

.product_details h1 {
    display: block;
    font-size: 20px;
}

.carousel {
    position: relative;
    display: block;
}



.list_small img {
    width: 100%;
    height: auto;
}







.final_product .title {
    height: 40px;
    font-weight: 400;
    display: block;
    /*margin: 10px 0;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
}



.right.bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.final_product.fav_list {
    margin: 0 auto;
}



    .final_product.fav_list:hover {
        border: 1px solid #1ABC9C;
        margin: 0 auto;
    }

.mt_1em {
    margin-top: 1em;
}


span.discount.discount_small.fav_discount {
    top: 34%;
}

.fav_orta h1, .fav_orta h2, .fav_orta h3, .fav_orta a {
    text-align: left;
}

.favori_blok p {
    margin: 1em auto;
}

.pagination > li > a {
    cursor: pointer;
}

.list-group-item figure {
    float: left;
    width: 100px;
    margin-right: 10px;
}

    .list-group-item figure .list_small {
        width: 100%;
        margin-right: 10px;
    }

.list-group-item .list_right.list_price {
    float: right;
    text-align: right;
    margin-right: 15px;
}

    .list-group-item .list_right.list_price span {
        float: none;
        display: block;
    }

/*.filters-container .category-item, .tabs-navigation.old li a, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0px;
padding: 0px;
border: 0px none;
vertical-align: baseline;
}*/

.AppliedFilters.widget.desktop .applied-filter-container {
    padding: 10px 20px 20px;
    line-height: 1;
    /*border-bottom: 1px solid #E5E5E5;*/
    background-color: #FFF;
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

    .AppliedFilters.widget.desktop .applied-filter-container ul li {
        border-radius: 2px;
        display: inline-block;
        padding: 4px;
        background-color: #EEE;
        margin-top: 10px;
        margin-right: 10px;
        float: left;
    }

    .AppliedFilters.widget.desktop .applied-filter-container ul li {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-webkit-radius: 2px;
        zoom: 1;
        display: inline-block;
        padding: 4px;
        background-color: #eee;
        margin-top: 10px;
        margin-right: 10px;
        float: left;
    }

        .AppliedFilters.widget.desktop .applied-filter-container ul li a {
            border-radius: 100%;
            width: 24px;
            height: 24px;
            background-color: #FFF;
            text-align: center;
            position: relative;
            float: left;
            display: inline-block;
            margin-right: 5px;
            margin-top: 0px;
        }

        .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content span.brand {
            font-size: 11px;
            color: #999;
        }

        .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content span {
            font-size: 12px;
            margin: 0px 20px 0px 0px;
            padding: 0px;
            display: block;
            width: 100%;
            height: auto;
            color: #484848;
            line-height: 1;
        }

        .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content {
            display: inline-block;
            width: auto;
            font-family: Helvetica,Roboto,Arial,sans-serif;
            float: left;
        }

        .AppliedFilters.widget.desktop .applied-filter-container ul li.removeAllFilters {
            background-color: transparent;
            height: 33px;
        }





            .AppliedFilters.widget.desktop .applied-filter-container ul li.removeAllFilters button {
                background-color: transparent;
                color: #F28B00;
                font-weight: 700;
                font-size: 14px;
                cursor: pointer;
            }


.applied-filter-container ul {
    padding: 0;
}


.not-active {
    pointer-events: none;
    cursor: pointer;
}

.breadcrumbs-wrapper {
    position: relative;
    height: 48px;
    overflow: hidden;
}

    .breadcrumbs-wrapper .breadcrumbs {
        min-width: 100%;
        padding: 17px 0px 17px 2px;
        line-height: 1;
        position: absolute;
        right: 0px;
        text-align: left;
    }

        .breadcrumbs-wrapper .breadcrumbs li {
            display: inline-block;
            line-height: 1;
        }

            .breadcrumbs-wrapper .breadcrumbs li a {
                font-size: 12px;
                padding: 0px 10px;
                color: #646464;
                font-weight: 700;
            }

                .breadcrumbs-wrapper .breadcrumbs li a:after {
                    content: '  >';
                }

.breadcrumbs li a:after {
    margin-left: 10px;
}

.breadcrumbs-wrapper .breadcrumbs li:last-child a:after {
    display: none;
}