﻿/*#region General Styles */
/*#region Grid System Styles */
.main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    padding: 0 0 185px 0;
    clear: both;
}

    .main.main-bg {
        background-image: url('../../images/main_bg.png');
        background-repeat: repeat;
        background-attachment: fixed;
    }

    .main.main-border > .row > .container {
        box-shadow: 0 0 1px 0 #dddddd, 0 0 1px 0 #dddddd;
        box-shadow: 0 0 1px 0 rgba(221,221,221,0.5), 0 0 1px 0 rgba(221,221,221,0.5);
    }

    .main:after {
        display: block;
        content: '';
        clear: both;
    }

.row {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

    .row.maincontent {
        /*margin: 10px auto;*/
        margin: 0 auto;
        /*z-index: 10;*/
    }

        .row.maincontent > .container {
            padding: 10px;
        }

        .row.maincontent:after {
            display: block;
            content: '';
            clear: both;
        }

        .row.maincontent .container:after {
            display: block;
            content: '';
            clear: both;
        }

    .row.mainmenu {
        background-color: transparent;
        /*background-color: #999999;*/
        /*padding: 3px 0;*/
    }

    .row.brands {
        /*z-index: 5;*/
        position: absolute;
        height: 140px;
        bottom: 45px;
    }

    .row.footer {
        /*z-index: 1;*/
        position: absolute;
        height: 76px;
        bottom: 0;
    }

    .row.other {
        display: none;
        z-index: -1;
    }

    .row.hidden-fields {
        display: none;
        z-index: -1;
    }

.container {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    clear: both;
}

.container-search {
    display: block;
    position: relative;
    width: 98%;
    max-width: none;
    height: auto;
    margin: 0 auto 80px auto;
    clear: both;
}

.container .contain {
    /*display: table;*/
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    clear: both;
}

    .container .contain:after {
        display: block;
        content: '';
        clear: both;
    }

    .container .contain .content {
        display: block;
        position: relative;
        width: 100%;
        max-width: none;
        height: auto;
        clear: both;
    }

        .container .contain .content:after {
            display: block;
            content: '';
            clear: both;
        }
/*#endregion */

/*#region Header Styles */
.header {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

    .header .header-full {
        display: table;
        width: 100%;
        height: auto;
        padding: 5px 0;
    }

        .header .header-full > .header-logo,
        .header .header-full > .header-other-information,
        .header .header-full > .header-company-information {
            display: table-cell;
            position: relative;
            height: auto;
            padding: 0 5px;
            vertical-align: middle;
            float: none;
        }

        .header .header-full > .header-logo {
            width: 35%;
        }

            .header .header-full > .header-logo a {
                display: table;
                width: 100%;
                height: 100%;
                /*pointer-events: none;*/
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-user-drag: none;
                user-drag: none;
            }

            .header .header-full > .header-logo > a > img {
                display: table-cell;
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 100px;
                margin: auto;
                vertical-align: middle;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-user-drag: none;
                user-drag: none;
            }

        .header .header-full > .header-company-information {
            width: 30%;
        }

            .header .header-full > .header-company-information a.company,
            .header .header-full > .header-company-information a.company:link,
            .header .header-full > .header-company-information a.company:visited {
                color: #333333;
                font-weight: bold;
                font-size: 18px;
                padding: 5px 0;
                text-decoration: none;
            }

            .header .header-full > .header-company-information a[href].company:hover,
            .header .header-full > .header-company-information a[href].company:focus {
                color: #333333;
                text-decoration: underline;
            }

            .header .header-full > .header-company-information > .header-company-information a.company {
                font-weight: bold;
            }

            .header .header-full > .header-company-information > .header-company-information-row {
                display: table;
                width: 100%;
                height: auto;
                text-align: center;
                clear: both;
            }

                .header .header-full > .header-company-information > .header-company-information-row > .header-company-information-box {
                    line-height: 20px;
                }

                    .header .header-full > .header-company-information > .header-company-information-row > .header-company-information-box > span,
                    .header .header-full > .header-company-information > .header-company-information-row > .header-company-information-box > a.company {
                        display: block;
                    }

                    .header .header-full > .header-company-information > .header-company-information-row > .header-company-information-box > a.button {
                        display: inline-block;
                    }

        /*.header  .header-full > .header-company-information > .header-company-information-row > .header-company-information-box > a.button.button-caution {
                            background-color: #ff0000;
                        }*/

        .header .header-full > .header-other-information {
            width: 35%;
            color: #ffffff;
        }

            .header .header-full > .header-other-information > .header-box-row {
                display: table;
                width: 100%;
                height: auto;
                text-align: right;
                clear: both;
            }

                .header .header-full > .header-other-information > .header-box-row > .header-mini-box {
                    display: table-cell;
                    width: auto;
                    height: 80px;
                    text-align: right;
                    vertical-align: middle;
                    float: none;
                }

                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket {
                        width: 45%;
                        min-width: 45%;
                        max-width: 45%;
                        padding-right: 5px;
                        cursor: pointer;
                    }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket > div {
                            height: 100%;
                        }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket.header-mini-box-highlight .row {
                            background: #ff0000;
                            background: #4870b0;
                            color: #ffffff;
                            border-color: #dddddd;
                        }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket.header-mini-box-highlight .row.row-basket-information > .column-right > .row > .basket-count,
                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket.header-mini-box-highlight .row.row-basket-information > .column-right > .row > .basket-total {
                                color: #ffffff;
                            }

                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information {
                        display: table;
                        width: 100%;
                        height: auto;
                        line-height: 30px;
                        clear: both;
                    }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-left {
                            background: url('../../images/menu/cart.png') 50% 50% no-repeat;
                        }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-left > .empty-column {
                                width: 68px;
                                height: 100%;
                            }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row {
                            height: auto !important;
                            background-color: transparent;
                            background: transparent;
                            border: none;
                        }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .header,
                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .basket-count,
                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .basket-total {
                                text-align: center;
                                margin: 0;
                                padding: 3px 0;
                            }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .header {
                                font-size: 18px;
                            }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .basket-count {
                                color: #454545;
                                font-size: 14px;
                                font-weight: 400;
                                line-height: 14px;
                            }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > .row > .basket-total {
                                color: #454545;
                                font-size: 14px;
                                font-weight: 400;
                                line-height: 14px;
                            }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-basket-information > .column-right > hr.hr-basket-count {
                            max-width: 75px;
                            margin: 1px auto;
                            border: none;
                            border-bottom: 1px solid #000000;
                            border-bottom: 1px solid rgba(0,0,0,0.2);
                        }

                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-salesman {
                        width: 55%;
                        min-width: 55%;
                        max-width: 55%;
                    }

                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-salesman-information {
                        display: table;
                        width: 100%;
                        height: auto;
                        line-height: 30px;
                        clear: both;
                    }

                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row {
                        height: 100% !important;
                        /*background-color: #ffffff;*/
                        /*background: #ffffff;*/
                        /*background: -moz-linear-gradient(top, #ffffff 0, #f6f6f6 47%, #ededed 100%);
                        background: -webkit-gradient(left top, left bottom, color-stop(0, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
                        background: -webkit-linear-gradient(top, #ffffff 0, #f6f6f6 47%, #ededed 100%);
                        background: -o-linear-gradient(top, #ffffff 0, #f6f6f6 47%, #ededed 100%);
                        background: -ms-linear-gradient(top, #ffffff 0, #f6f6f6 47%, #ededed 100%);
                        background: linear-gradient(to bottom, #ffffff 0, #f6f6f6 47%, #ededed 100%);*/
                        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
                        /*border: 1px solid #cfcfcf;*/
                        -ms-border-radius: 3px;
                        border-radius: 3px;
                    }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column {
                            display: table-cell;
                            height: auto;
                            vertical-align: middle;
                            float: none;
                        }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-left,
                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right {
                                line-height: 30px;
                            }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-left {
                                width: 40%;
                            }

                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-left > img {
                                    display: table-cell;
                                    width: 66px;
                                    height: 80px;
                                    height: 84px;
                                    text-align: center;
                                    margin: auto;
                                    vertical-align: middle;
                                }

                                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-left > img.mini-icon {
                                        width: 14px;
                                        height: 14px;
                                    }

                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right {
                                width: 60%;
                                text-align: center;
                            }

                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information {
                                    display: table;
                                    width: 100%;
                                    height: auto;
                                    /*padding: 0 5px;*/
                                    clear: both;
                                }

                                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information {
                                        display: table;
                                        width: 100%;
                                        height: 18px;
                                        line-height: 20px;
                                        margin: 0;
                                        text-align: left;
                                        float: none;
                                    }

                                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information.header {
                                            font-weight: bold;
                                            margin-bottom: 3px;
                                            padding: 0 5px;
                                            text-align: center;
                                            white-space: nowrap;
                                            border-bottom: 1px solid #cfcfcf;
                                        }

                                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column {
                                            display: table-cell;
                                            height: auto;
                                            vertical-align: middle;
                                            float: none;
                                        }

                                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-left {
                                                width: 20%;
                                                text-align: center;
                                            }

                                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-left > img.mini-icon {
                                                    width: 16px;
                                                    height: 16px;
                                                }

                                            .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right {
                                                width: 80%;
                                                max-width: 116px;
                                                text-align: left;
                                                white-space: nowrap;
                                                -ms-text-overflow: ellipsis;
                                                -o-text-overflow: ellipsis;
                                                text-overflow: ellipsis;
                                                overflow: hidden;
                                            }

                                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right a,
                                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right a:link,
                                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right a:visited {
                                                    color: #333333;
                                                    font-size: 11px;
                                                    text-decoration: none;
                                                }

                                                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right a:hover,
                                                    .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right a:focus {
                                                        color: #000000;
                                                        text-decoration: underline;
                                                    }

                                                .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row > .column.column-right > .information > .row-information > .column.column-right span {
                                                    display: block;
                                                    white-space: nowrap;
                                                    -ms-text-overflow: ellipsis;
                                                    -o-text-overflow: ellipsis;
                                                    text-overflow: ellipsis;
                                                    overflow: hidden;
                                                }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-salesman-information > .column.column-left {
                            width: 66px;
                            /*padding: 5px 0 0 0;*/
                            border-right: 1px solid #ccc;
                        }

                        .header .header-full > .header-other-information > .header-box-row > .header-mini-box .row.row-salesman-information > .column.column-right {
                            width: auto;
                        }
/*#endregion */

/*#region Header Menu */
.mainmenu .main-menu-currency-full {
    /*display: table;*/
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 50px;
    /*background-color: #4870b0;f1dd00*/
    background-color: #01145e; /*#e92515;*/
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    clear: both;
}

    .mainmenu .main-menu-currency-full .main-menu-full,
    .mainmenu .main-menu-currency-full .main-currency-full {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .mainmenu .main-menu-currency-full .main-menu-full {
        width: 82%;
    }

        .mainmenu .main-menu-currency-full .main-menu-full .main-menu {
            height: 100%;
            background-color: transparent;
            z-index: 200;
        }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul,
            .mainmenu .main-menu-currency-full .main-menu-full .main-menu li,
            .mainmenu .main-menu-currency-full .main-menu-full .main-menu span,
            .mainmenu .main-menu-currency-full .main-menu-full .main-menu a {
                display: block;
                position: relative;
                margin: 0;
                padding: 0;
                font-size: 13px;
                text-decoration: none;
height: 35px !important;
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu:after,
                .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul:after {
                    display: block;
                    content: '';
                    clear: both;
                }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul {
                display: table;
                width: 100%;
                list-style: none;
                /*border-left: 1px solid #fff;*/
                float: none;
 /*#535353*/
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li {
                    display: table-cell;
                    width: 10%;
                    height: 100%;
                    line-height: 100%;
                    background-size: 40px;
                    background-repeat: no-repeat;
                    background-position: 50% 10px;
                    text-align: center;
                    border-right: 1px solid #535353;
                    -webkit-transition: background-position 0.1s ease-in;
                    -moz-transition: background-position 0.1s ease-in;
                    -o-transition: background-position 0.1s ease-in;
                    transition: background-position 0.1s ease-in;
                    vertical-align: middle;
                    float: none;
                }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li:hover {
                        background-color: #041d7c; /*00549e*/
                        background-position: 50% 15px;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li:hover > a {
                            color: #ffffff;
                            z-index: 201;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty:hover {
                        background-color: transparent;
                        border-color: transparent;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty + li.m-img-opportunity {
                            border-left: 1px solid #535353;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-home {
                        background-image: url('Merkez1_dosyalar/home.png');
                        background-repeat:no-repeat;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-search {
                        background-image: url('../../images/menu/search.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-cart {
                        background-image: url('../../images/menu/cart.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-orders {
                        background-image: url('../../images/menu/orders.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-follow-products {
                        background-image: url('../../images/menu/follow-products.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-finance {
                        background-image: url('../../images/menu/finance.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-payment {
                        background-image: url('../../images/menu/payment.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-collectings {
                        background-image: url('../../images/menu/collectings.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-other {
                        background-image: url('../../images/menu/other.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-report {
                        background-image: url('../../images/menu/reports.png');
                    }

                    /*.mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-quick-search {
                        background-image: url('../../images/menu/quick-search.png');
                    }*/

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-files {
                        background-image: url('Merkez1_dosyalar/files.png');
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-catalog {
                        background-image: url('Merkez1_dosyalar/catalog.png');
                    }

                    /*.mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-account {
                        background-image: url('../../images/menu/account.png');
                    }*/

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty {
                        background-image: none;
                    }

                    /*.mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-opportunity {
                        background-image: url('../../images/menu/opportunity.png');
                    }*/

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.btn-lighting {
                        background-color: #a8a8a8;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.btn-lighting:hover {
                            background-color: #c0c0c0;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a {
                        display: block;
                        font-size: 12px;
                        color: #ffffff;
                        padding: 50px 0.1% 0 0.1%;
                        text-decoration: none;
                        z-index: 201;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a > span {
                            line-height: 17px;
                            white-space: nowrap;
                            -ms-text-overflow: ellipsis;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
top: -30px;
padding-left:15px;
padding-right:15px;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li:hover:after {
                        display: block;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        width: 0;
                        height: 0;
                        content: '';
                        margin-left: -10px;
                        z-index: 210;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub li.btn-lighting > a {
                        background-color: #262626 !important;
                        /*background-color: #4870b0 !important;   ffffff*/
                        color: #000 !important;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub li.btn-lighting:hover > a,
                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub li.btn-lighting > a:hover {
                            background-color: #00549e !important;
                            color: #ffffff !important;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > ul {
                        margin-left: 0 !important;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul:last-child {
                        box-shadow: 1px 1px 5px 0 #000000;
                        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li ul li:last-child > a {
                        border-bottom: none !important;
                    }


                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub {
                        z-index: 202;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub:hover > ul {
                            display: block;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul {
                            display: none;
                            position: absolute;
                            min-width: 200px;
                            width: auto;
                            top: 100%;
                            left: 0;
                            text-align: left;
                            z-index: 203;
                        }

                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.reports {
                                min-width: 200px;
                                width: auto;
                            }

                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.pos-left {
                                left: auto !important;
                                right: 100% !important;
                            }

                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search {
                                right: 0;
                                left: auto;
                            }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row {
                                    display: table;
                                    width: 300px;
                                    height: 50px;
                                    background-color: #ffffff;
                                    color: #333333;
                                    padding: 5px;
                                    border-bottom-left-radius: 5px;
                                    border-bottom-right-radius: 5px;
                                    clear: both;
                                }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-box,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button {
                                        display: table-cell;
                                        vertical-align: middle;
                                        float: none;
                                    }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-box {
                                        width: 80%;
                                    }

                                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-box > input[type=text] {
                                            width: 100%;
                                            height: 40px;
                                            line-height: 40px;
                                            padding: 0 5px;
                                            -webkit-text-size-adjust: none;
                                            text-size-adjust: none;
                                            -webkit-box-shadow: inset 1px 1px 1px 0 #cccccc;
                                            -moz-box-shadow: inset 1px 1px 1px 0 #cccccc;
                                            -ms-box-shadow: inset 1px 1px 1px 0 #cccccc;
                                            box-shadow: inset 1px 1px 1px 0 #cccccc;
                                            -webkit-transition: all 0.5s ease 0.01s;
                                            -moz-transition: all 0.5s ease 0.01s;
                                            -ms-transition: all 0.5s ease 0.01s;
                                            -o-transition: all 0.5s ease 0.01s;
                                            transition: all 0.5s ease 0.01s;
                                            border: 1px solid #CCCCCC;
                                            border-top-left-radius: 4px;
                                            border-bottom-left-radius: 4px;
                                            -moz-resize: none;
                                            -ms-resize: none;
                                            -o-resize: none;
                                            resize: none;
                                        }

                                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-box > input[type=text]:hover {
                                                -webkit-box-shadow: inset 0 0 5px 2px #cccccc;
                                                -moz-box-shadow: inset 0 0 5px 2px #cccccc;
                                                -ms-box-shadow: inset 0 0 5px 2px #cccccc;
                                                box-shadow: inset 0 0 5px 2px #cccccc;
                                                /*border-color: #4870b0;*/
                                                border-color: #262626;
                                            }

                                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-box > input[type=text]:focus {
                                                -webkit-box-shadow: inset 0 0 5px 2px #cccccc;
                                                -moz-box-shadow: inset 0 0 5px 2px #cccccc;
                                                -ms-box-shadow: inset 0 0 5px 2px #cccccc;
                                                box-shadow: inset 0 0 5px 2px #cccccc;
                                                /*border-color: #4870b0;*/
                                                border-color: #262626;
                                            }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button {
                                        width: 20%;
                                    }

                                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search,
                                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search:link,
                                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search:visited {
                                            width: 100%;
                                            height: 40px;
                                            line-height: 40px;
                                            /*background-color: #4870b0;*/
                                            background-color: #262626;
                                            color: #ffffff;
                                            cursor: pointer;
                                            -webkit-transition: all 0.5s ease 0.01s;
                                            -moz-transition: all 0.5s ease 0.01s;
                                            -ms-transition: all 0.5s ease 0.01s;
                                            -o-transition: all 0.5s ease 0.01s;
                                            transition: all 0.5s ease 0.01s;
                                            border: none;
                                            border-top-right-radius: 4px;
                                            border-bottom-right-radius: 4px;
                                        }

                                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search:hover,
                                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search:focus,
                                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul.quick-search .quick-search-row > .search-button > .btn-quick-search:active {
                                                background-color: #333333;
                                                color: #ffffff;
                                            }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li {
                            margin-bottom: -1px;
                            z-index: 204;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub:hover > ul > li.has-sub:hover > a {
                            background-color: #ffffff;
                            color: #333333;
                            border-left-width: 10px;
                            border-bottom-color: #222222;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a {
                            display: block;
                            line-height: 120%;
                            font-size: 11px;
                            padding: 10px;
                            text-decoration: none;
                            -webkit-transition: border 0.2s ease-in;
                            -moz-transition: border 0.2s ease-in;
                            -o-transition: border 0.2s ease-in;
                            transition: border 0.2s ease-in;
                            white-space: nowrap;
                            z-index: 205;
                        }

                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a,
                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:link,
                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:visited {
                                background-color: #041d7c;
                                color: #ffffff;
                                border-left: 5px solid #041d7c; /*#4870b0*/
                                border-bottom: 1px solid #222222;
                            }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:hover,
                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:focus {
                                    background-color: #ffffff;
                                    color: #333333;
                                    border-left-width: 10px;
                                    border-bottom-color: #dfdfdf;
                                }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub:hover > ul {
                            left: 100%;
                            opacity: 1;
                            filter: alpha(opacity=100);
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul {
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            min-width: 200px;
                            width: auto;
                            opacity: 0;
                            filter: alpha(opacity=0);
                            -webkit-transition: all 0.1s ease-in;
                            -moz-transition: all 0.1s ease-in;
                            -o-transition: all 0.1s ease-in;
                            transition: all 0.1s ease-in;
                            z-index: 206;
                        }

                            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li {
                                display: block;
                                position: relative;
                                margin: 0;
                                padding: 0;
                                font-size: 13px;
                                z-index: 207;
                            }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a {
                                    display: block;
                                    line-height: 120%;
                                    font-size: 11px;
                                    padding: 10px;
                                    text-decoration: none;
                                    -webkit-transition: border 0.2s ease-in;
                                    -moz-transition: border 0.2s ease-in;
                                    -o-transition: border 0.2s ease-in;
                                    transition: border 0.2s ease-in;
                                    white-space: nowrap;
                                    z-index: 208;
                                }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a:link,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a:active,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a:visited {
                                        background-color: #555555;
                                        color: #ffffff;
                                        border-bottom: 1px solid #444444;
                                    }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a:hover,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a:focus {
                                        background-color: #4870b0;
                                        color: #ffffff;
                                    }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li:hover > a {
                                    background-color: #ffffff;
                                    color: #333333;
                                    border-left-width: 10px;
                                    border-left-color: #333333;
                                }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub:hover > ul {
                                    left: 100%;
                                    opacity: 1;
                                    filter: alpha(opacity=100);
                                }

                                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul {
                                    display: block;
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    right: 0;
                                    min-width: 200px;
                                    width: auto;
                                    opacity: 0;
                                    filter: alpha(opacity=0);
                                    -webkit-transition: all 0.1s ease-in;
                                    -moz-transition: all 0.1s ease-in;
                                    -o-transition: all 0.1s ease-in;
                                    transition: all 0.1s ease-in;
                                    z-index: 206;
                                }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li a {
                                        display: block;
                                        line-height: 120%;
                                        font-size: 11px;
                                        padding: 10px;
                                        text-decoration: none;
                                        -webkit-transition: border 0.2s ease-in;
                                        -moz-transition: border 0.2s ease-in;
                                        -o-transition: border 0.2s ease-in;
                                        transition: border 0.2s ease-in;
                                        white-space: nowrap;
                                        z-index: 208;
                                    }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a:link,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a:active,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a:visited {
                                        background-color: #777777;
                                        color: #ffffff;
                                        border-bottom: 1px solid #666666;
                                    }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a:hover,
                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a:focus {
                                        background-color: #4870b0;
                                        color: #ffffff;
                                    }

                                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li:hover > a {
                                        background-color: #ffffff;
                                        color: #333333;
                                        border-left-width: 10px;
                                        border-left-color: #333333;
                                    }

    .mainmenu .main-menu-currency-full .main-currency-full {
        width: 18%;
        padding: 0 5px;
        text-align: center;
    }

        .mainmenu .main-menu-currency-full .main-currency-full .main-currency {
            display: table;
            margin: 0 auto;
            clear: both;
        }

            .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs {
                display: table;
                background: #ffffff;
                background: rgba(255, 255, 255, 0.1);
                padding: 5px;
                border: 1px solid #dddddd;
                border: 1px solid rgba(221, 221, 221, 0.08);
                -ms-border-radius: 3px;
                border-radius: 3px;
                -webkit-user-select: text;
                -khtml-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                -o-user-select: text;
                user-select: text;
                float: none;
                clear: both;
            }

                .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box {
                    display: table-cell;
                    color: #ffffff;
                    font-size: 13px;
                    padding: 0 5px;
                    vertical-align: middle;
                    float: none;
                }

                    .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box .main-currency-row {
                        display: table;
                        width: 100%;
                        clear: both;
                    }

                        .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box .main-currency-row .main-currency-column {
                            display: table-cell;
                            width: 50%;
                            text-align: center;
                            vertical-align: middle;
                            float: none;
                        }

                            .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box .main-currency-row .main-currency-column.main-currency-column-left {
                                width: 20%;
                                padding: 0 5px;
                            }

                                .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box .main-currency-row .main-currency-column.main-currency-column-left img {
                                    width: 18px;
                                    height: 18px;
                                    -webkit-touch-callout: none;
                                    -webkit-user-select: none;
                                    -khtml-user-select: none;
                                    -moz-user-select: none;
                                    -ms-user-select: none;
                                    -o-user-select: none;
                                    user-select: none;
                                }

                            .mainmenu .main-menu-currency-full .main-currency-full .main-currency .main-currency-boxs .main-currency-box .main-currency-row .main-currency-column.main-currency-column-right {
                                width: 80%;
                            }

    .mainmenu .main-menu-currency-full.main-menu-currency-mini {
        height: 40px;
    }

        .mainmenu .main-menu-currency-full.main-menu-currency-mini .main-menu-full .main-menu > ul > li {
            background: none !important;
            padding: 0 !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            -webkit-transition: none !important;
            transition: none !important;
        }

            .mainmenu .main-menu-currency-full.main-menu-currency-mini .main-menu-full .main-menu > ul > li > a {
                padding: 0 !important;
            }

                .mainmenu .main-menu-currency-full.main-menu-currency-mini .main-menu-full .main-menu > ul > li > a > span {
                    line-height: 40px;
                }

    .mainmenu .main-menu-currency-full .mobile-menu {
        display: none;
        width: 100%;
        height: 40px;
        line-height: 30px;
        padding: 5px;
        cursor: pointer;
        clear: both;
    }

        .mainmenu .main-menu-currency-full .mobile-menu input[type="checkbox"] {
            display: none;
            position: absolute;
            z-index: -1;
        }

        .mainmenu .main-menu-currency-full .mobile-menu span,
        .mainmenu .main-menu-currency-full .mobile-menu img {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

        .mainmenu .main-menu-currency-full .mobile-menu span {
            color: #ffffff;
            white-space: nowrap;
            float: left;
        }

        .mainmenu .main-menu-currency-full .mobile-menu img {
            width: 30px;
            height: 30px;
            float: right;
        }

        .mainmenu .main-menu-currency-full .mobile-menu.mobile-menu-active,
        .mainmenu .main-menu-currency-full .mobile-menu.mobile-menu-active {
            background-color: #00549e;
            color: #ffffff;
        }
/*#endregion */

/*#region Brands and News Styles */
.brands-bottom-full {
    display: block;
    width: 100%;
    height: auto;
    /*padding: 5px 0;*/
    float: none;
    clear: both;
}

    .brands-bottom-full .news-full {
        display: block;
        width: 100%;
        height: 40px;
        float: none;
        clear: both;
    }

    .brands-bottom-full .brands-full {
        display: block;
        width: 100%;
        height: 100px;
        float: none;
        clear: both;
    }

        .brands-bottom-full .brands-full .bx-wrapper .bx-viewport {
            background-color: transparent;
        }

        .brands-bottom-full .brands-full .brands-main {
            display: block;
            width: 100%;
            height: auto;
            float: none;
            clear: both;
        }

            .brands-bottom-full .brands-full .brands-main .brands-box {
                display: table !important;
                width: 100px !important;
                height: 100px !important;
                max-width: 100px !important;
                max-height: 100px !important;
                /*height: 90px !important;
                max-height: 90px !important;
                margin: 5px !important;*/
                padding: 5px !important;
                text-align: center;
                float: left;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .brands-bottom-full .brands-full .brands-main .brands-box .brands-box-bg {
                    display: table-cell;
                    vertical-align: middle;
                    background-color: #ffffff;
                }

                    .brands-bottom-full .brands-full .brands-main .brands-box .brands-box-bg img {
                        /*max-width: 100px !important;
                        max-height: 100px !important;
                        margin: 0 auto;
                        padding: 10px 0;*/
                        max-width: 80px !important;
                        max-height: 80px !important;
                        margin: 0 auto;
                    }

                .brands-bottom-full .brands-full .brands-main .brands-box:hover {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    transform: scale(1.1);
                }

                    .brands-bottom-full .brands-full .brands-main .brands-box:hover .brands-box-bg {
                        background-color: #ffffff;
                        background-color: rgba(255,255,255,0.8);
                    }
/*#endregion */

/*#region Copyright Styles */
.copyright-full {
    display: table;
    width: 100%;
    height: auto;
    color: gray;
    border-top: 5px solid #555555;
    clear: both;
}

    .copyright-full .copyright-content {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: auto;
        line-height: 30px;
        padding: 5px;
        clear: both;
    }

        .copyright-full .copyright-content .company-name,
        .copyright-full .copyright-content .other-link,
        .copyright-full .copyright-content .signature {
            display: table-cell;
            padding: 0 5px;
            font-size: 14px;
            vertical-align: middle;
            float: none;
        }

        .copyright-full .copyright-content .company-name {
            width: 20%;
            text-align: left;
        }

        .copyright-full .copyright-content .other-link {
            width: 60%;
            text-align: center;
        }

            .copyright-full .copyright-content .other-link a,
            .copyright-full .copyright-content .other-link a:link,
            .copyright-full .copyright-content .other-link a:visited {
                color: #ffffff;
                text-decoration: none;
                padding: 5px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                border-radius: 4px;
            }

                .copyright-full .copyright-content .other-link a:hover,
                .copyright-full .copyright-content .other-link a:focus {
                    background-color: #4870b0;
                    color: #dddddd;
                }

        .copyright-full .copyright-content .signature {
            width: 20%;
            text-align: right;
        }

            .copyright-full .copyright-content .signature .temacss-signature {
                display: block;
                border: 0 none transparent;
                width: 40px;
                height: 24px;
                background: url('../../images/beyaz.png') no-repeat center center;
                -ms-background-size: contain;
                background-size: contain;
                -webkit-transition: background 0.5s linear;
                -moz-transition: background 0.5s linear;
                -ms-transition: background 0.5s linear;
                -o-transition: background 0.5s linear;
                transition: background 0.5s linear;
                margin: 0 auto;
            }

                .copyright-full .copyright-content .signature .temacss-signature:hover {
                    background-image: url('../../images/renkli.png');
                }
/*#endregion */

/*#region Other Styles */
/*#region Product Of Day Styles */
.product-of-day {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0 !important;
    left: -100% !important;
    bottom: 0 !important;
    margin: 0;
    background-color: #ffffff;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: -9999;
}

    .product-of-day[data-show="true"] {
        left: 0 !important;
        -moz-box-shadow: 0 0 6px #000000;
        -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
        box-shadow: 0 0 6px #000000;
        box-shadow: 0 0 6px rgba(0,0,0,0.3);
        z-index: 9900;
    }

    .product-of-day[data-show="false"] {
        left: -100% !important;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: -9999;
    }

    .product-of-day .product-of-day-content,
    .product-of-day .product-of-day-header {
        position: relative;
        width: 100%;
    }

    .product-of-day .product-of-day-header {
        background-color: #4870b0;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        padding: 5px;
        cursor: pointer;
        overflow: hidden;
    }

        .product-of-day .product-of-day-header .product-of-day-close {
            width: 20px;
            height: 20px;
            background-image: url('../../images/plugin/lightbox/prev.png');
            background-size: contain;
            margin: 2px 0;
            cursor: pointer;
            float: right;
        }

    .product-of-day .product-of-day-content {
        height: calc(100% - 35px);
        background-color: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .product-of-day .product-of-day-content .product-of-day-box {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: auto;
            border-bottom: 2px solid #dddddd;
            clear: both;
        }

            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-image,
            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information {
                display: table-cell;
                width: 50%;
                height: 100%;
                vertical-align: middle;
                float: none;
            }

            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-image {
                text-align: center;
                cursor: pointer;
            }

                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-image a {
                    display: table;
                    width: 100%;
                    vertical-align: middle;
                    clear: both;
                }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-image a img {
                        display: table-cell;
                        width: 100%;
                        max-width: 150px;
                        max-height: 150px;
                        vertical-align: middle;
                        float: none;
                    }

            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information {
                font-size: 12px;
                cursor: default;
            }

                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row {
                    display: table;
                    width: 100%;
                    line-height: 20px;
                    clear: both;
                }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row .product-of-day-column {
                        display: table-cell;
                        width: 50%;
                        padding: 5px;
                    }

                        .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row .product-of-day-column.column-left {
                            width: 40%;
                            font-weight: bold;
                        }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row:nth-child(even) .product-of-day-column.column-left {
                        background-color: #dddddd;
                    }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row:nth-child(odd) .product-of-day-column.column-left {
                        background-color: #d2d2d2;
                    }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row .product-of-day-column.column-right {
                        width: 60%;
                        background-color: #ffffff;
                    }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row:nth-child(even) .product-of-day-column.column-right {
                        background-color: #f0f0f0;
                    }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row:nth-child(odd) .product-of-day-column.column-right {
                        background-color: #ffffff;
                    }

                    .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons {
                        clear: both;
                    }

                        .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column {
                            display: table-cell;
                            width: 50%;
                            background-color: #ffffff;
                            text-align: center;
                            padding: 0;
                            vertical-align: middle;
                            float: none;
                        }

                            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-left {
                                width: 40%;
                                padding: 3px;
                            }

                                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-left input[type="text"] {
                                    width: 100%;
                                    max-width: 100%;
                                    height: 24px;
                                    text-align: center;
                                    margin: 0 auto;
                                }

                            .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-right {
                                width: 60%;
                            }

                                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-right a,
                                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-right button,
                                .product-of-day .product-of-day-content .product-of-day-box .product-of-day-information .product-of-day-row.product-of-day-row-buttons .product-of-day-column.column-right input[type="button"] {
                                    max-width: 100%;
                                    height: 30px;
                                    line-height: 30px;
                                    font-size: 12px;
                                    white-space: normal;
                                    margin: 0 auto;
                                    padding: 0;
                                }

@keyframes backgroundcolor {
    from {
        background-color: #4870b0;
    }

    to {
        background-color: #00549e;
    }
}

.product-of-day-shortcut {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 34px;
    height: 220px;
    background-color: #4870b0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 12px 15px 8px;
    text-align: center;
    cursor: pointer;
    margin-top: -110px;
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-animation: backgroundcolor 1s linear 0.5s infinite alternate;
    -moz-animation: backgroundcolor 1s linear 0.5s infinite alternate;
    -o-animation: backgroundcolor 1s linear 0.5s infinite alternate;
    animation: backgroundcolor 1s linear 0.5s infinite alternate;
    z-index: 999;
}

    .product-of-day-shortcut.active {
        display: block;
    }

    .product-of-day-shortcut span {
        display: block;
        width: 10px;
        position: relative;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        white-space: pre-line;
        border-left: none;
    }

        .product-of-day-shortcut span.desktop {
            display: block;
        }

        .product-of-day-shortcut span.mobile {
            display: none;
        }
/*#endregion */

/*#region Nos Quick Search Styles */
@-webkit-keyframes nos-logo {
    0% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }

    50% {
        background-color: #111111;
        background-image: url('../../images/nos-white.png');
    }

    100% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }
}

@-moz-keyframes nos-logo {
    0% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }

    50% {
        background-color: #111111;
        background-image: url('../../images/nos-white.png');
    }

    100% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }
}

@keyframes nos-logo {
    0% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }

    50% {
        background-color: #111111;
        background-image: url('../../images/nos-white.png');
    }

    100% {
        background-color: #ffffff;
        background-image: url('../../images/nos-logo.png');
    }
}

.nos-quick-search {
    display: inline-block;
    position: fixed;
    top: 200px;
    right: -200px;
    width: 300px;
    height: 40px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 500;
    clear: both;
}

    .nos-quick-search:hover {
        right: 0;
    }

    .nos-quick-search.active {
        right: 0;
    }

    .nos-quick-search:hover .nos-quick-search-full .nos-logo {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    .nos-quick-search .nos-quick-search-full {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 0 3px 0 #333333;
        -moz-box-shadow: 0 0 3px 0 #333333;
        box-shadow: 0 0 3px 0 #333333;
        overflow: hidden;
        clear: both;
    }

        .nos-quick-search .nos-quick-search-full .nos-logo,
        .nos-quick-search .nos-quick-search-full .quick-search {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

        .nos-quick-search .nos-quick-search-full .nos-logo {
            width: 100px;
            background-color: #ffffff;
            background-image: url('../../images/nos-logo.png');
            background-size: 90px;
            background-repeat: no-repeat;
            background-position: center center;
            padding: 5px;
            cursor: pointer;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-animation-name: nos-logo;
            -o-animation-name: nos-logo;
            -webkit-animation-name: nos-logo;
            animation-name: nos-logo;
            -moz-animation-duration: 4s;
            -o-animation-duration: 4s;
            -webkit-animation-duration: 4s;
            animation-duration: 4s;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

        .nos-quick-search .nos-quick-search-full .quick-search {
            width: 200px;
        }

            .nos-quick-search .nos-quick-search-full .quick-search .quick-search-box,
            .nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }

            .nos-quick-search .nos-quick-search-full .quick-search .quick-search-box {
                width: 140px;
            }

                .nos-quick-search .nos-quick-search-full .quick-search .quick-search-box input[type="text"] {
                    width: 140px;
                    height: 40px;
                    font-size: 12px;
                    padding: 2px 4px;
                    border: none;
                    border-left: 1px solid;
                    border-color: #cfcfcf;
                    border-color: rgba(207, 207, 207,0.6);
                }

                    .nos-quick-search .nos-quick-search-full .quick-search .quick-search-box input[type="text"]:focus ~ .nos-quick-search {
                        right: 0;
                    }

            .nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn {
                width: 60px;
            }

                .nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn a {
                    width: 60px;
                    height: 40px;
                    line-height: 40px;
                    padding: 0;
                    text-align: center;
                }
/*#endregion */

/*#region Eryaz Loading Panel Styles */
.temacss-loading-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.3);
    z-index: 99999;
    clear: both;
}

.temacss-loading {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-top: -50px;
    margin-left: -150px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    clear: both;
}

    .temacss-loading > img.logo {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        max-height: 100px;
        margin: auto;
    }

    .temacss-loading > img.loader {
        display: inline-block;
        margin: auto;
        line-height: 40px;
        vertical-align: middle;
    }

    .temacss-loading > span.information {
        display: inline-block;
        line-height: 40px;
        font-weight: bold;
        font-size: 20px;
        color: #4870b0;
        padding: 0 5px;
    }
/*#endregion */

/*#region Pace Loading Styles */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: #4870b0;
    z-index: 2000;
}
/*#endregion */
/*#endregion */
/*#endregion */

/*#region Responsive Styles */
@media only screen and (width : 1024px) {
    /*#region Grid System Styles */
    .container {
        max-width: 980px;
    }
    /*#endregion */

    /*#region Header Menu */
    .mainmenu .main-menu-currency-full .main-menu-full {
        width: 80%;
    }

        .mainmenu .main-menu-currency-full .main-menu-full .main-menu span {
            font-size: 11px;
        }

    .mainmenu .main-menu-currency-full .main-currency-full {
        width: 20%;
    }
    /*#endregion */
}

@media only screen and (min-width : 501px) and (max-width : 1023px) {
    /*#region Grid System Styles */
    .container {
        max-width: 100%;
    }
    /*#endregion */

    /*#region Header Styles */
    .header .header-full > .header-logo,
    .header .header-full > .header-other-information,
    .header .header-full > .header-company-information {
        display: table;
        width: 100%;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        float: none;
    }

    /*.header .header-full > .header-other-information > .header-box-row > .header-mini-box {
            display: table;
            width: 100%;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
            float: none;
        }

            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket,
            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-salesman {
                min-width: 100%;
                max-width: 100%;
            }*/
    /*#endregion */

    /*#region Header Menu Styles */
    .mainmenu .main-menu-currency-full {
        height: 40px;
        line-height: 40px;
    }

        .mainmenu .main-menu-currency-full .mobile-menu.mobile-menu-active + .main-menu-full {
            display: table;
        }

        .mainmenu .main-menu-currency-full .main-menu-full {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            right: 0;
            width: 100%;
            clear: both;
        }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul {
                border: none;
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li {
                    display: block;
                    width: 100%;
                    height: 100%;
                    line-height: 100%;
                    background: none !important;
                    padding: 0 !important;
                    text-align: left;
                    border-right: none;
                    -moz-transition: none !important;
                    -o-transition: none !important;
                    -webkit-transition: none !important;
                    transition: none !important;
                    border-bottom: 1px solid #111111;
                }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty {
                        display: none;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a {
                        display: block;
                        background-color: #222222;
                        padding: 0 10px 0 10px !important;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a > span {
                            line-height: 30px;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul {
                        display: block !important;
                        position: relative !important;
                        width: 100% !important;
                        opacity: 1;
                        filter: alpha(opacity=100);
                        -moz-transition: none;
                        -o-transition: none;
                        -webkit-transition: none;
                        transition: none;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub:hover > ul,
                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub:hover > ul,
                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub:hover > ul {
                            top: auto;
                            left: auto;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a {
                            padding-left: 20px;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a {
                            padding-left: 30px;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a {
                            padding-left: 40px;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li a,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > ul > li a,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > ul > li > ul > li > ul {
                        display: block !important;
                        position: relative !important;
                        width: 100% !important;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul:last-child {
                        box-shadow: none;
                    }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a {
                border-left: none !important;
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a:hover,
                .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a:focus {
                    background-color: #4870b0 !important;
                    color: #ffffff !important;
                }

        .mainmenu .main-menu-currency-full .mobile-menu {
            display: table;
        }
    /*#endregion */

    /*#region Copyright Styles */
    .copyright-full .copyright-content .company-name,
    .copyright-full .copyright-content .signature {
        width: 30%;
    }

    .copyright-full .copyright-content .other-link {
        width: 40%;
    }

        .copyright-full .copyright-content .other-link a,
        .copyright-full .copyright-content .other-link a:link,
        .copyright-full .copyright-content .other-link a:visited {
            display: inline-block;
            padding: 0 5px;
        }
    /*#endregion */

    /*#region Other Styles */
    /*#region Product Of Day Styles */
    .product-of-day-shortcut {
        width: 50px;
        height: 50px;
        font-size: 30px;
        padding: 5px 10px;
        margin-top: -25px;
    }

        .product-of-day-shortcut span.desktop {
            display: none;
        }

        .product-of-day-shortcut span.mobile {
            display: block;
        }
    /*#endregion */
    /*#endregion */
}

@media only screen and (max-width : 500px) {
    /*#region Grid System Styles */
    .container {
        max-width: 100%;
    }
    /*#endregion */

    /*#region Header Styles */
    .header .header-full > .header-logo,
    .header .header-full > .header-other-information,
    .header .header-full > .header-company-information {
        display: table;
        width: 100%;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        float: none;
    }

        .header .header-full > .header-other-information > .header-box-row > .header-mini-box {
            display: table;
            width: 100%;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
            float: none;
        }

            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-basket,
            .header .header-full > .header-other-information > .header-box-row > .header-mini-box.header-mini-box-salesman {
                min-width: 100%;
                max-width: 100%;
            }
    /*#endregion */

    /*#region Header Menu Styles */
    .mainmenu .main-menu-currency-full {
        height: 40px;
        line-height: 40px;
    }

        .mainmenu .main-menu-currency-full .mobile-menu.mobile-menu-active + .main-menu-full {
            display: table;
        }

        .mainmenu .main-menu-currency-full .main-menu-full {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            right: 0;
            width: 100%;
            clear: both;
        }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul {
                border: none;
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li {
                    display: block;
                    width: 100%;
                    height: 100%;
                    line-height: 100%;
                    background: none !important;
                    padding: 0 !important;
                    text-align: left;
                    border-right: none;
                    -moz-transition: none !important;
                    -o-transition: none !important;
                    -webkit-transition: none !important;
                    transition: none !important;
                    border-bottom: 1px solid #111111;
                }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.m-img-empty {
                        display: none;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a {
                        display: block;
                        background-color: #222222;
                        padding: 0 10px 0 10px !important;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > a > span {
                            line-height: 30px;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul {
                        display: block !important;
                        position: relative !important;
                        width: 100% !important;
                        opacity: 1;
                        filter: alpha(opacity=100);
                        -moz-transition: none;
                        -o-transition: none;
                        -webkit-transition: none;
                        transition: none;
                    }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub:hover > ul,
                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub:hover > ul,
                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub:hover > ul {
                            top: auto;
                            left: auto;
                        }


                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a {
                            padding-left: 20px;
                        }

                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li > a {
                            padding-left: 30px;
                        }


                        .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a {
                            padding-left: 40px;
                        }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li a,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > ul > li a,
                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li > ul > li > ul > li > ul {
                        display: block !important;
                        position: relative !important;
                        width: 100% !important;
                    }

                    .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub ul:last-child {
                        box-shadow: none;
                    }

            .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a {
                border-left: none !important;
            }

                .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a:hover,
                .mainmenu .main-menu-currency-full .main-menu-full .main-menu ul li a:focus {
                    background-color: #4870b0 !important;
                    color: #ffffff !important;
                }

        .mainmenu .main-menu-currency-full .mobile-menu {
            display: table;
        }
    /*#endregion */

    /*#region Copyright Styles */
    .copyright-full .copyright-content .company-name,
    .copyright-full .copyright-content .other-link,
    .copyright-full .copyright-content .signature {
        display: table;
        width: 100%;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        float: none;
    }

        .copyright-full .copyright-content .other-link a,
        .copyright-full .copyright-content .other-link a:link,
        .copyright-full .copyright-content .other-link a:visited {
            display: inline-block;
            padding: 0 5px;
        }
    /*#endregion */

    /*#region Other Styles */
    /*#region Product Of Day Styles */
    .product-of-day-shortcut {
        width: 50px;
        height: 50px;
        font-size: 30px;
        padding: 5px 10px;
        margin-top: -25px;
    }

        .product-of-day-shortcut span.desktop {
            display: none;
        }

        .product-of-day-shortcut span.mobile {
            display: block;
        }
    /*#endregion */

    /*#region Nos Quick Search Styles */
    .nos-quick-search {
        display: none;
    }
    /*#endregion */
    /*#endregion */
}
/*#endregion */
