﻿/*
*   ULUNET Ugurcan Omur
-----------------------------------------------*/
/*
*   Default Styles
-----------------------------------------------*/
.loading {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.select2 .select2-container .select2-container--default .select2-container--open .select2-container--focus .select2-container--above
{
    width:100%;
}
.select2-container {
    display: block !important;
}
html {
    overflow-y: scroll;
}

.container {
/*    width: 1170px !important;
*/    margin-top:20px;
}

body {
    font-weight: 300;
    font: 13px 'Roboto', 'Arial', sans-serif;
    background: #f6f6f6;
}

.order-body {
    background: #fff;
}

a {
    outline: none !important;
}

.relative {
    position: relative;
}

.footer-c {
    padding: 10px 0;
}

#nprogress .bar {
    position: absolute !important;
    z-index: 1200;
    height: 5px;
    margin-top: 0;
    background: #F57921;
}

#nprogress .peg {
    display: none !important;
}

#nprogress .spinner-icon {
    z-index: 1201;
    border-top-color: #F57921;
    border-left-color: #F57921;
}

.input-group {
    position: relative;
    display: -webkit-inline-box !important;
    border-collapse: separate;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        /* width: 70px;*/
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

#noty_top_layout_container .animated {
    height: auto !important;
}

.noty_message {
    font-weight: 400 !important;
}

.noty_buttons button {
    padding: 6px 10px;
    outline: none;
    border: none;
}

.goProduct {
    position: absolute;
    top: 0;
    right: 10%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transform: translateY(50%);
}

    .goProduct a {
        color: #fff;
    }

/*.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;*/
/*    background: transparent;
*/    /*height: 100%;
}

.modal-header {
    background: #F57921;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    color: #fff;
}

.modal-body {
    background: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.modal-content .showcase {
    padding: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.modal-content form label {
    display: block;
    margin-top: 9px;
    font-size: 12px;
    font-weight: 600;
}

.modal-content form input,
.modal-content form textarea {
    outline: none;
    display: block;
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #ddd;
}

.modal-content form button {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    background: transparent;
}

    .modal-content form button.send {
        margin-top: 5px;
        color: #fff;
        background: #F57921;
    }

        .modal-content form button.send .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

#previewModal {
    height: 100%;
}

    #previewModal .modal-header {
        padding: 0;
        border-bottom: none;
    }

        #previewModal .modal-header a {
            text-decoration: none;
        }

        #previewModal .modal-header .close {
            outline: none;
            margin: 0;
            position: absolute;
            top: 2%;
            right: 2%;
            font-size: 25px;
            color: #fff;
            opacity: 1;
        }

    #previewModal .modal-dialog {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 60%;
    }*/

/*        #previewModal .modal-dialog .product-detail {
            margin-top: 0;
            display: flex;
            height: 100%;
        }

        #previewModal .modal-dialog .modal-content {
            height: 100%;
        }

.product-tabs .modal-body {
    height: 100%;
    overflow: overlay;
}

#previewModal .modal-dialog #quickview, #previewModal .modal-dialog #quickview .tab-content, #previewModal .modal-dialog #quickview .tab-content > .active {
    height: 100%;
}*/

.product-tabs .nav-tabs {
    border-bottom: none;
}

#quickview .normal-image {
    /*height: 20vh;*/
    display: grid;
    grid-template-rows: 80% 20%;
}

#quickview .product-detail .thumbs {
    display: flex;
}

#quickview .normal-image .thumbs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    #quickview .normal-image .thumbs ul li {
        float: left;
        cursor: pointer;
        height: 100%;
    }

#quickview .thumbs li img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#quickview .normal-image img {
    cursor: nesw-resize;
}

#quickview .product-detail > div:last-child > div {
    display: flex;
    height: 100%;
}

#quickview .product-detail .product-information .social {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
}

    #quickview .product-detail .product-information .social ul {
        margin-bottom: 0;
        display: flex;
    }

    #quickview .product-detail .product-information .social li {
        float: none;
        margin: 0;
    }

        #quickview .product-detail .product-information .social li a {
            margin-right: 0;
            font-size: 32px;
            margin-left: 13px;
        }

#quickview .product-detail .product-information h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0;
}

#quickview .product-detail .product-information .price {
    margin: 5px 0;
}

    #quickview .product-detail .product-information .price div.new-price {
        font-size: 25px;
    }

#quickview .product-detail .product-information .add-basket .gozatsepet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#quickview .product-detail .product-information .add-basket .gozatbuton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

#quickview .product-detail .product-information .add-basket a {
    margin: 5px 0;
    width: 120px;
}

#quickview .product-detail .product-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 15px 0;
    width: 100%;
}

    #quickview .product-detail .product-information .add-basket .gozatinput {
        display: grid;
        grid-template-columns: 75% 25%;
        align-items: center;
        width: 100%;
    }

        #quickview .product-detail .product-information .add-basket .gozatinput .input-group {
            display: flex !important;
            justify-content: center;
        }

.sod_select,
sod_list_wrapper {
    background: transparent !important;
}

    .sod_select:hover,
    .sod_select.open,
    .sod_select.focus,
    .sod_select,
    .sod_select .sod_list_wrapper {
        width: 100%;
        border-color: #F57921;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

        .sod_select .sod_option.selected,
        .sod_select .sod_option.selected.active {
            color: #fff;
            background: #F57921;
        }

        .sod_select .sod_option.active {
            color: #fff;
            background: #3bc8ff;
        }

        .sod_select .sod_option.disabled {
            color: #fff;
            background: #E53935;
        }

        .sod_select .sod_list_wrapper {
            z-index: 15;
            margin: 0;
            font-weight: 400;
            border: none;
            -webkit-box-shadow: 3px 3px 0px 0px #F57921, -3px 3px 0px 0px #F57921;
            -moz-box-shadow: 3px 3px 0px 0px #F57921, -3px 3px 0px 0px #F57921;
            box-shadow: 3px 3px 0px 0px #F57921, -3px 3px 0px 0px #F57921;
        }

#boxView {
    padding: 0;
    border: none;
}

    #boxView.focus {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

    #boxView::before {
        display: none !important;
    }

    #boxView .sod_label {
        display: none !important;
    }

    #boxView .sod_list_wrapper {
        display: block !important;
        position: static !important;
        -webkit-box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
        -moz-box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
        box-shadow: 0 0 0px 0px transparent, 0 0 0px 0px transparent;
    }

    #boxView .sod_list {
        overflow-y: visible;
        margin-bottom: -2px;
    }

        #boxView .sod_list .sod_option {
            cursor: pointer;
            min-width: 40px;
            text-align: center;
            display: inline-block;
            padding: 10px !important;
            border: solid 2px #F57921;
            margin: 2px;
        }

            #boxView .sod_list .sod_option:first-child {
                display: none !important;
            }

            #boxView .sod_list .sod_option::before {
                display: none !important;
            }

            #boxView .sod_list .sod_option.active {
                color: #000;
                background: transparent;
            }

            #boxView .sod_list .sod_option.selected {
                color: #fff;
                background: #0086bb;
            }

            #boxView .sod_list .sod_option:hover {
                color: #fff !important;
                background: #00aaee !important;
                border-color: #00aaee;
            }

            #boxView .sod_list .sod_option.disabled {
                border-color: #E53935;
            }

                #boxView .sod_list .sod_option.disabled:hover {
                    color: #fff;
                    background: #E53935 !important;
                    border-color: #E53935;
                }

.area-360,
.threesixty_images {
    height: 610px !important;
    overflow: hidden;
}
/*.navbar-toggle {
  cursor: pointer;
  padding: 4px 7px;
  width: 40px;
  color: #F57921;
  border: solid 2px #F57921;
}*/
/*.navbar-toggle span {
  position: relative;
  display: block;
  height: 3px;
  margin: 3px 0;
  background: #F57921;
}*/
/*.navbar-toggle[aria-expanded="true"] span:nth-child(1) {
  bottom: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.colorprice {
    color: #009900;
    font-weight: 600;
}

.colorprice2 {
    color: #F57921;
    font-weight: 600;
}
/*
*   Header Styles
-----------------------------------------------*/
.homevitrin {
    display: flex;
    flex-direction: column;
}

.homevitrintitle {
    color: #F57921;
    padding: 10px 0;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px 5px #dedede;
    -webkit-box-shadow: 0 0 10px 5px #dedede;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .homevitrintitle h2 {
        width: 100%;
        border-bottom: 3px solid #F57921;
        line-height: 0.1em;
        margin: 10px 0 10px;
    }

        .homevitrintitle h2 span {
            background: #fff;
            padding: 0 10px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }

.homevitrin .showcase {
    background: transparent;
    box-shadow: none;
}

    .homevitrin .showcase > div {
        border: none !important;
    }

    .homevitrin .showcase .item1 {
        display: block;
        height: 425px;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        background: #fff;
    }

        .homevitrin .showcase .item1 h3 {
            text-align: center;
            padding: 0 7px;
        }

        .homevitrin .showcase .item1 .price-area {
            text-align: center;
            padding: 0 7px;
            height: 60px;
            margin-bottom: 0;
        }

        .homevitrin .showcase .item1 input {
            display: unset !important;
            text-align: center;
            width: 75px;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

        .homevitrin .showcase .item1 .mini-action > div:last-child {
            display: flex;
            align-items: center;
            text-align: center;
            color: #464646;
            font-size: 14px;
            justify-content: center;
            padding-bottom: 12px;
        }

.header {
    padding-top: 10px;
}

.header1 {
    padding: 1% 0;
}

.header2 {
    /*display: grid;
    grid-template-columns: 20% 40% 15% 25%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    align-items: center;*/
    display: flex;
    flex-direction: column;
    background: #ADADAD url(/Uploads/Files/menu-bg.jpg) bottom;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .header2 > div:first-child {
        display: grid;
        grid-template-columns: 20% 44% 16% 20%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 2px #ae5617;
        background: #F57921 url(/Images/HeaderMiddle.png) no-repeat center top;
    }

.header .headeruser {
    display: flex;
    align-items: center;
}

.header .logo {
}

.header .usta {
    display: flex;
    justify-content: center;
}

    .header .usta img {
        position: absolute;
        top: 7px;
    }

.header .logo img {
    width: 170px;
    padding: 10px;
    ;
}

.header .headersearch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header .headernavigation {
    /*position: relative;
	padding: 5px 0;
	background: #F57921;
	border-radius: 0 0 10px 10px;*/
}

.header .hero {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.header .search-container {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    background: #fff;
    border: solid 1px #e2e2e2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .header .search-container::after {
        color: #ccc;
        content: "\f002";
        position: absolute;
        left: 10px;
        top: 0;
        transform: translateY(50%);
        font: normal normal normal 17px/1 FontAwesome;
    }

    .header .search-container input,
    .header .search-container button {
        float: left;
        height: 35px;
        padding: 0 10px;
        line-height: 35px;
        border: none;
        outline: none;
        background: transparent;
    }

        .header .search-container input[type="text"] {
            position: relative;
            width: 80%;
            font-weight: 500;
            color: #9E9E9E;
        }

            .header .search-container input[type="text"]::-webkit-input-placeholder {
                font-weight: 500;
                color: #9E9E9E;
            }

    .header .search-container button {
        color: #F57921;
        float: right;
        text-align: center;
        padding: 0 15px;
        background: #9E9E9E;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        border-radius: 0 30px 30px 0;
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        background: transparent;
    }

    .header .search-container.focus {
        /*border-color: #F57921;*/
    }

        .header .search-container.focus button {
            /*background: #F57921;*/
        }

    .header .search-container #autocomplete-results {
        position: static;
    }

        .header .search-container #autocomplete-results ul.ui-widget-content {
            margin-top: 42px !important;
            padding: 20px 10px 15px 10px !important;
        }

        .header .search-container #autocomplete-results .ui-menu-item {
            border: none;
            margin-bottom: 5px;
        }

            .header .search-container #autocomplete-results .ui-menu-item a {
                display: block;
                padding: 5px 10px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                text-decoration: none;
            }

        .header .search-container #autocomplete-results .search-result-image {
            margin-top: 3px;
        }

        .header .search-container #autocomplete-results .search-result-info {
            color: #333;
            padding-top: 0;
            padding-bottom: 0;
            text-align: left;
        }

            .header .search-container #autocomplete-results .search-result-info .SRproduct-code {
                font-size: 11px;
                font-weight: 600;
            }

}

.headernavigation ul {
    display:block;
    justify-content: space-around;
    margin-bottom: 0;
}

.headernavigation > ul > li {
    float: left;
}

    .headernavigation > ul > li > a {
        position: relative;
        display: inline-block;
        padding: 12px 17px 12px 17px;
        color: #111;
        font-size: 12px;
        font-weight: 300;
        margin-left: 16px;
        text-decoration: none;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        display: block;
        color: #111;
        font-size: 13px;
        padding: 13px 12px;
        text-decoration: none;
        border-left: solid 1px #9E9E9E;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .headernavigation > ul > li > a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 20px;
            margin: 9px 0 0 -16px;
          /*  background: #006188;*/
        }

    .headernavigation > ul > li:hover > a {
        color: #F57921;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
    }

    .headernavigation > ul > li:first-child a {
        border: none;
    }

        .headernavigation > ul > li:first-child a::after {
            display: none;
        }

    .headernavigation > ul > li .dropdown {
        z-index: 99;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        min-width: 200px;
        min-width: 320px;
        max-width: 1140px;
        margin-left: 15px;
    }

        .headernavigation > ul > li .dropdown > ul {
            padding: 0 15px 15px 15px;
            background: #fff;
            flex-direction: column;
        }

            .headernavigation > ul > li .dropdown > ul li {
                display: inline-block;
                float: left;
                width: 100%;
            }

                .headernavigation > ul > li .dropdown > ul li a {
                    float: left;
                    color: #F57921;
                    font-size: 15px;
                    font-weight: 600;
                    text-decoration: none;
                    margin: 0;
                    padding: 0;
                    margin-right: 5px;
                    -webkit-transition: all 0.4s ease-in;
                    -moz-transition: all 0.4s ease-in;
                    transition: all 0.4s ease-in;
                }

                .headernavigation > ul > li .dropdown > ul li ul li {
                    margin-right: 5px;
                    margin-bottom: 5px;
                }

                    .headernavigation > ul > li .dropdown > ul li ul li a {
                        color: #666;
                        font-size: 11px;
                        padding: 0;
                        min-width: 0;
                        font-weight: 400;
                    }

                        .headernavigation > ul > li .dropdown > ul li ul li a:hover {
                            color: #F57921;
                        }

            .headernavigation > ul > li .dropdown > ul > li {
                margin-top: 15px;
            }

.headernavigation .container > ul > li .dropdown > ul > li > a {
    display: block !important;
    float: none !important;
    margin-bottom: 7px;
}

.headernavigation > ul > li .dropdown > ul .banner-area {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
}

.headernavigation > ul > li:hover .dropdown {
    display: block;
}

.header .account-menu {
}

    .header .account-menu .account,
    .header .account-menu .login {
        display: flex;
    }

        .header .account-menu .account .user-menu,
        .header .account-menu .login .user-menu,
        .header .account-menu .account .sign-in,
        .header .account-menu .login .sign-in {
        }

        .header .account-menu .account .bottom-line,
        .header .account-menu .login .bottom-line {
        }

        .header .account-menu .account a,
        .header .account-menu .login a {
            color: #9E9E9E;
            font-weight: 600;
            text-decoration: none;
            margin-right: 10px;
        }

            .header .account-menu .account a:hover,
            .header .account-menu .login a:hover {
                color: #F57921;
            }

.header .basket-container {
    position: relative;
    z-index: 25;
    /*display: inline-block;*/
    -webkit-perspective: 1000px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .basket-button {
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
}

    .header .basket-button i {
        font-size: 25px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header .basket-button:hover, .header .basket-button > a:hover {
        color: #D3282B;
    }

    .header .basket-button > a {
        display: block;
        color: #fff;
        margin-left: 5%;
        text-decoration: none;
        font-size: 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header .basket-button .count {
        opacity: 0;
        z-index: 3;
        position: absolute;
        left: 55%;
        top: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        color: #fff;
        font-size: 11px;
        text-align: center;
        line-height: 22px;
        background: #F57921;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .header .basket-button .count.active {
            opacity: 1;
            margin-top: -10px;
        }

.header .view-cart-container {
    z-index: 999;
    position: absolute;
    right: 0;
    top: 5px;
    width: 380px;
    height: 310px;
    display: none;
    opacity: 0;
    margin-top: 65px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-40deg);
    -moz-transform: rotateY(-40deg);
    transform: rotateY(-40deg);
}

    .header .view-cart-container .content {
        height: 100%;
        background: url("../img/loading.gif") no-repeat center;
    }

    .header .view-cart-container .table-scroll {
        height: 210px;
        overflow-y: scroll;
        background: #fff;
    }

        .header .view-cart-container .table-scroll.basket-empty {
            padding: 20px;
            overflow: hidden;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .header .view-cart-container .table-scroll.basket-empty i {
                color: #eee;
                font-size: 70px;
            }

            .header .view-cart-container .table-scroll.basket-empty strong {
                display: block;
                font-size: 18px;
                font-weight: 700;
                margin: 10px 0;
            }

    .header .view-cart-container table {
        width: 100%;
    }

        .header .view-cart-container table td {
            position: relative;
            padding: 10px;
            vertical-align: top;
        }

            .header .view-cart-container table td img {
                float: left;
                display: inline-block;
                margin-right: 10px;
            }

            .header .view-cart-container table td .count {
                display: block;
                margin-top: 5px;
            }

            .header .view-cart-container table td h4 {
                display: . block;
                color: #777;
                font-size: 14px;
                font-weight: 700;
            }

            .header .view-cart-container table td .option {
                display: block;
                margin-bottom: 4px;
                font-size: 11px;
            }

            .header .view-cart-container table td .price,
            .header .view-cart-container table td .old-price {
                font-weight: 700;
                font-size: 16px;
                color: #F57921;
            }

                .header .view-cart-container table td .price i,
                .header .view-cart-container table td .old-price i {
                    position: relative;
                }

            .header .view-cart-container table td .old-price {
                font-size: 13px;
                font-weight: 600;
                color: #777;
                text-decoration: line-through;
            }

            .header .view-cart-container table td a {
                color: #777;
                text-decoration: none;
            }

            .header .view-cart-container table td.remove a {
                display: inline-block;
                width: 20px;
                height: 21px;
                color: #666;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
                line-height: 20px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

    .header .view-cart-container.active {
        opacity: 1;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }

    .header .view-cart-container .buttons {
        padding: 5px 10px;
        background: #ddd;
        margin: 10px 0;
    }

        .header .view-cart-container .buttons a {
            display: inline-block;
            padding: 7px 12px;
            color: #777;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;
            background: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .header .view-cart-container .buttons a.basket {
                color: #fff;
                background: #F57921;
            }

            .header .view-cart-container .buttons a .ripple {
                -webkit-animation: ripple 1.1s;
                -moz-animation: ripple 1.1s;
                animation: ripple 1.1s;
                background: rgba(255, 255, 255, 0.4);
            }

        .header .view-cart-container .buttons strong {
            display: inline-block;
            padding: 8px 12px 10px 12px;
            font-size: 14px;
            font-weight: 700;
        }

    .header .view-cart-container .bottom {
        padding: 0 10px;
        line-height: 14px;
    }
/*
*   Content Type Styles
-----------------------------------------------*/
.text-bar {
    margin: 65px 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .text-bar a {
        float: right;
        display: inline-block;
        padding: 7px 15px;
        color: #fff;
        font-weight: 500;
        margin-top: 6px;
        text-decoration: none;
        background: #F57921;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .text-bar strong {
        display: block;
        font-weight: 500;
        font-size: 17px;
    }

    .text-bar p {
        font-size: 15px;
        font-weight: 300;
    }
/*
*   Slider Styles
-----------------------------------------------*/
.homepage-slider {
    margin-top: 10px;
}

    .homepage-slider .owl-dots {
        /*position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);*/
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

        .homepage-slider .owl-dots div {
            float: left;
            margin: 0 2px;
        }

        .homepage-slider .owl-dots span {
            opacity: 0.3;
            display: block;
            width: 10px !important;
            height: 10px !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            background: #848388 !important;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .homepage-slider .owl-dots .active span,
        .homepage-slider .owl-dot:hover span {
            opacity: 1;
        }

    .homepage-slider .owl-nav div {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
        margin-right: -17px;
        font-size: 22px;
        color: #848388;
        margin-top: -17px;
        text-align: center;
        line-height: 35px;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .homepage-slider .owl-nav div.owl-prev,
        .homepage-slider .owl-nav div.owl-next {
            opacity: 0.8;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);
        }

    .homepage-slider .owl-dots .active span,
    .homepage-slider .owl-dot:hover span {
        opacity: 1;
    }

.showcase .owl-dots {
    /*position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);*/
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .showcase .owl-dots div {
        float: left;
        margin: 0 2px;
    }

    .showcase .owl-dots span {
        opacity: 0.3;
        display: block;
        width: 10px !important;
        height: 10px !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #848383 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .showcase .owl-dots .active span,
    .showcase .owl-dot:hover span {
        opacity: 1;
    }

.sidebar-item {
    margin-top: 19px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .sidebar-item:first-child {
        margin-top: 15px;
    }

    .sidebar-item img {
        width: 100%;
    }

.homepageThumbnails {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    display: none !important;
}

    .homepageThumbnails .owl-item > div {
        padding: 10px 15px;
        border-bottom: solid 4px transparent;
    }

        .homepageThumbnails .owl-item > div img {
            height: 60px;
        }

    .homepageThumbnails .owl-item.focus > div {
        border-color: #848388;
    }

.xslider .info h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.xslider .info p {
    color: #484848;
    text-align: center;
    font-size: 12px;
}

.xslider a, a:focus, a:hover {
    text-decoration: none;
}
/*
*   Showcase Styles
-----------------------------------------------*/
.showcase-tab {
    margin: 15px 0;
}

    .showcase-tab .tab-navigation {
        padding: 5px 5px 0 5px;
        background: #F57921;
    }

        .showcase-tab .tab-navigation ul li {
            float: left;
        }

            .showcase-tab .tab-navigation ul li > a {
                position: relative;
                display: inline-block;
                padding: 10px 17px 11px 12px;
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                margin-left: 16px;
                text-decoration: none;
                -webkit-transition: all 0.4s ease-in;
                -moz-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
            }

                .showcase-tab .tab-navigation ul li > a::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 1px;
                    height: 17px;
                    margin: 7px 0 0 -8px;
                    background: #0073a1;
                }

            .showcase-tab .tab-navigation ul li:first-child a {
                margin-left: 0;
            }

                .showcase-tab .tab-navigation ul li:first-child a::after {
                    display: none;
                }

            .showcase-tab .tab-navigation ul li > a.selected,
            .showcase-tab .tab-navigation ul li:hover > a {
                color: #F57921;
                background: #fff;
            }

.owl-nav div {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-right: -17px;
    font-size: 17px;
    color: #F57921;
    margin-top: -17px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .owl-nav div.owl-prev {
        right: auto;
        left: 10px;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
        margin-right: 0;
        margin-left: 0;
    }

    .owl-nav div.owl-next {
        margin-right: 0;
    }

    .owl-nav div:hover {
        color: #fff;
        background: #F57921;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.vitrin-basket {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #F57921;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.showcase {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .showcase .item {
        margin: 25px 0px;
        display: flex;
    }

    .showcase .item1 {
        padding: 0px 17px;
        border: 1px solid #dedede;
        margin: 20px 0px;
        display: block;
        height: 375px;
    }

.catalog-product {
    border-bottom: 1px solid #d8d4d4;
}

.showcase .item .status {
    display: inline-block;
}

.showcase .item1 .status {
    /*z-index: 1;
    position: absolute;
    top: 20px;*/
    display: flex;
    justify-content: center;
}

.showcase .item .status > span {
    min-width: 100px;
    font-size: 13px;
    padding: 3px 1px;
}

.showcase .item .status > span {
    display: block;
    min-width: 100px;
    font-size: 13px;
    padding: 3px 1px;
}

.showcase .item1 .status > span {
    /* display: block;
    min-width: 104px;
    font-size: 14px;
    padding: 4px 7px;*/
    padding: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    margin: 0 5px;
    width: 90px;
}

.showcase .item .status > span.new {
    background: #7CB342;
}

.showcase .statusdurum > span.new {
    background: #7CB342;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #80c575;
    border-right: 10px solid #80c575;
    "
}

.catalog-content .showcase .input-area input {
    text-align: right;
}

.showcase .item1 .add {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.showcase .item1 .status > span.new {
    background: #7CB342;
}

.showcase .item .status > span.discount {
    background: #E53935;
}

.showcase .statusdurum > span.discount {
    background: #E53935;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #e57e7c;
    border-right: 10px solid #e57e7c;
}

.showcase .item1 span.discount {
    padding: 4px;
    background: #EEB446;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
}

.showcase .item .status > span.sold-out {
    background: #424242;
}

.showcase .statusdurum > span.sold-out {
    /*background: #424242;*/
    background: #7CB342;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #80c575;
    border-right: 10px solid #80c575;
    "
}

.showcase .item1 .status > span.sold-out {
    color: white;
    background: #424242;
}

.showcase .item .status > span.fast {
    background: #7CB342;
}

.showcase .statusdurum > span.fast {
    /*background: #7CB342;*/
    background: #7CB342;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #80c575;
    border-right: 10px solid #80c575;
}

.showcase .item1 .status > span.fast {
    background: #7CB342;
}

.showcase .item .image {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    height: 70px;
}

.showcase .item1 .image1 {
    height: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.showcase .item .image img {
    margin: auto;
    max-width: 80px;
    height: auto;
    border: 0;
}

.showcase .item1 .image1 img {
    padding: 10%;
    width: 100%;
    height: 200px;
    margin: 0;
    object-fit: contain;
    border: 0;
}

.showcase .item a {
    color: #484848;
    text-decoration: none;
    position: relative;
}

.showcase .item1 a {
    text-align: center;
    color: #484848;
    display: block;
    text-decoration: none;
    position: relative;
}

.showcase .item h3 {
    width: 100%;
    font-weight: 400;
    display: block;
    margin: 0px;
    font-size: 13px;
    text-align: left;
    color: #0f6cb2;
}

.showcase .item1 h3 {
    font-weight: 500;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    color: #4f4f4f;
    height: 38px;
}

.showcase .item .item-brand {
    display: block;
    margin: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #7CB342;
    text-align: center;
}

.showcase .item .price-area {
    text-align: center;
}

.showcase .item1 .price-area {
    text-align: left;
    margin-bottom: 11px;
}

.showcase .item .price-area > div {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.showcase .item1 .price-area > div {
    margin-top: 10px;
}

.showcase .item .price-area > div.old-price {
    text-decoration: line-through;
}

.old-price {
    font-weight: 100;
    margin: 0px 10px;
    color: #009900;
    font-size: 15px;
}

.new-price {
    color: #F57921;
    font-size: 17px;
    font-weight: bold;
}

.showcase .item .mini-action {
    margin: 15px;
}

.showcase .item1.mini-action {
    margin: 15px;
}

.showcase .item .mini-action a {
    float: right;
    color: #F57921;
    font-size: 11px;
    border-bottom: solid 1px #F57921;
    text-decoration: none;
}

.showcase .item1.mini-action a {
    float: right;
    color: #F57921;
    font-size: 11px;
    border-bottom: solid 1px #F57921;
    text-decoration: none;
}

.showcase .item .mini-action .code {
    display: flex;
    color: #3e3e3e;
    /* text-align: left; */
    height: 30px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}

.showcase .item1 .mini-action .code {
    display: flex;
    align-items: center;
    text-align: center;
    color: #464646;
    padding-top: 12px;
    font-size: 14px;
    justify-content: center;
}

.showcase .item .add {
    position: absolute;
    left: 80%;
    bottom: 0;
    width: 160px;
    height: 35px;
    margin: 0 0 1px -80px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    display: inline-block;
    background: #F57921;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #F57921;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.showcase .item1.add {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 160px;
    height: 35px;
    margin: 0 0 1px -80px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    display: inline-block;
    background: #F57921;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #F57921;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.showcase .item .add .loading {
    display: none;
}

.showcase .item1.add .loading {
    display: none;
}

.showcase .item .add.sold-out {
    background: #000;
    border-color: #000;
}

.showcase .item1 .add.sold-out {
    display: inline-block;
    background: #fae501;
    border-color: #000;
    padding: 8px 28px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.showcase .item .add.sold-out:hover {
    color: #fff;
    background: #000;
}

.showcase .item1 .add.sold-out:hover {
    color: #fff;
    background: #000;
}

.showcase .item .add.block {
    background: #C62828;
    border-color: #C62828;
}

.showcase .item1 .add.block {
    background: #C62828;
    border-color: #C62828;
}

.showcase .item .add.block:hover {
    color: #fff;
    background: #C62828;
}

.showcase .item1 .add.block:hover {
    color: #fff;
    background: #C62828;
}

.showcase .item .add.option {
    background: #FF9800;
    border-color: #FF9800;
}

.showcase .item1 .add.option {
    background: #FF9800;
    border-color: #FF9800;
}

.showcase .item .add.option:hover {
    color: #FF9800;
}

.showcase .item1 .add.option:hover {
    color: #FF9800;
}

.showcase .item .add:hover {
    color: #F57921;
    background: #fff;
}

.showcase .item1 .add:hover {
    color: #F57921;
    background: #fff;
}

.showcase .item:hover .image {
    opacity: .7;
}

.showcase .recommended .status {
    width: 100%;
}

.showcase .recommended h3 {
    font-size: 12px;
}

.showcase .recommended .price-area {
    height: 50px;
}

    .showcase .recommended .price-area div {
        display: block !important;
        font-weight: 400 !important;
    }

    .showcase .recommended .price-area .new-price {
        font-size: 14px !important;
    }

.showcase-carousel {
    margin: 15px 0;
    padding: 0 15px 15px 15px;
}

    .showcase-carousel .item {
        margin: 15px;
        background: #fff;
    }

    .showcase-carousel .title {
        padding-bottom: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        border-bottom: solid 1px #ddd;
    }

.brands-carousel {
    margin-top: 65px;
}

    .brands-carousel .owl-item > div {
        padding: 0 50px;
    }

    .brands-carousel img {
        width: auto;
    }
/*
*   Catalog Page Styles
-----------------------------------------------*/
.page-breadcrumb {
    margin-top: 10px;
    padding: 10px 0;
    color: #777;
    font-size: 13px;
    font-weight: 600;
}

    .page-breadcrumb a {
        color: #777;
        text-decoration: none;
    }

    .page-breadcrumb li {
        float: left;
        margin-right: 10px;
    }

        .page-breadcrumb li a::before {
            content: ">";
            left: -5px;
            position: relative;
        }

        .page-breadcrumb li:first-child a::before {
            display: none;
        }

        .page-breadcrumb li:last-child a {
            opacity: 1;
        }

.catalog-page {
    , background: #f9f9f9;
    margin-bottom: 15px;
}

    .catalog-page .catalog-content .showcase {
        background: #FFF;
        padding: 15px 30px;
    }

        .catalog-page .catalog-content .showcase input {
            /*pointer-events: none;*/
        }

    .catalog-page .category-slider .banners {
        margin-bottom: 15px;
    }

        .catalog-page .category-slider .banners a {
            display: block;
            background: #fff;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        }

    .catalog-page .category-slider .homepage-slider {
        margin-top: 0;
    }

    .catalog-page .category-slider .showcase-carousel {
        margin-top: 0;
        margin-bottom: 0;
    }

    .catalog-page .category-slider .showcase {
        padding: 15px;
    }

        .catalog-page .category-slider .showcase .title {
            font-size: 13px;
        }

        .catalog-page .category-slider .showcase .item {
            border: none;
            margin: 0;
            min-height: 0;
            text-align: center;
        }

            .catalog-page .category-slider .showcase .item .add {
                position: static;
                margin: 0;
            }

            .catalog-page .category-slider .showcase .item img {
                height: 190px;
                width: auto;
                margin: 0 auto;
            }

            .catalog-page .category-slider .showcase .item h3 {
                margin-top: 0;
            }

            .catalog-page .category-slider .showcase .item .mini-action {
                margin-bottom: 0;
                text-align: left;
            }

    .catalog-page .catalog-content .showcase .catalog-product .statusdurum {
        display: flex;
        justify-content: center;
    }

        .catalog-page .catalog-content .showcase .catalog-product .statusdurum span {
            margin: 0 5px;
            padding: 2px;
            width: 120px;
            text-align: center;
            color: #fff;
        }

    .catalog-page .catalog-filter {
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

        .catalog-page .catalog-filter .navbar-toggle {
            width: auto;
            margin-right: 0;
        }

            .catalog-page .catalog-filter .navbar-toggle[aria-expanded="true"] {
                color: #666;
                border-color: #ddd;
            }

        .catalog-page .catalog-filter .navbar-collapse {
            padding: 0;
            width: 100%;
        }

        .catalog-page .catalog-filter,
        .catalog-page .catalog-filter * {
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            transition: all 0s ease;
        }

            .catalog-page .catalog-filter .filter {
                margin-top: 15px;
                color: #666;
                border-top: solid 1px #f1f1f1;
            }

                .catalog-page .catalog-filter .filter:first-of-type {
                    border: none;
                }

                .catalog-page .catalog-filter .filter h4 {
                    display: block;
                    padding: 10px;
                    color: #484848;
                    font-size: 14px;
                    padding-bottom: 0;
                    font-weight: 600;
                }

                .catalog-page .catalog-filter .filter .content {
                    padding: 10px;
                    overflow-x: hidden;
                }

                .catalog-page .catalog-filter .filter.category span i {
                    cursor: pointer;
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    float: right;
                    color: #9E9E9E;
                    text-align: center;
                    font-size: 15px;
                    line-height: 15px;
                }

                    .catalog-page .catalog-filter .filter.category span i.fa-toggle-on,
                    .catalog-page .catalog-filter .filter.category span i.fa-chevron-down {
                        display: none;
                    }

                .catalog-page .catalog-filter .filter.category li.active > span i.fa-toggle-off,
                .catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-right {
                    display: none;
                }

                .catalog-page .catalog-filter .filter.category li.active > span i.fa-toggle-on,
                .catalog-page .catalog-filter .filter.category li.active > span i.fa-chevron-down {
                    display: inline-block;
                }

                .catalog-page .catalog-filter .filter.category li ul {
                    display: none;
                    /*background: #ddd;*/
                    -webkit-transition: all 0s ease;
                    -moz-transition: all 0s ease;
                    transition: all 0s ease;
                }

                    .catalog-page .catalog-filter .filter.category li ul li {
                        margin-left: 15px;
                    }

                .catalog-page .catalog-filter .filter.category li a,
                .catalog-page .catalog-filter .filter.list-view li a {
                    display: block;
                    padding: 3px;
                    font-size: 13px;
                    color: #666;
                    font-weight: 400;
                    text-decoration: none;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .catalog-page .catalog-filter .filter.category li a:hover,
                    .catalog-page .catalog-filter .filter.list-view li a:hover {
                        color: #000;
                    }

                .catalog-page .catalog-filter .filter.colors li {
                    display: inline;
                }

                    .catalog-page .catalog-filter .filter.colors li a {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        -webkit-transition: all 0.4s ease;
                        -moz-transition: all 0.4s ease;
                        transition: all 0.4s ease;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                        -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
                        -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
                        box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
                    }

                        .catalog-page .catalog-filter .filter.colors li a:hover {
                            opacity: 0.8;
                        }

                .catalog-page .catalog-filter .filter.box li {
                    display: inline;
                }

                    .catalog-page .catalog-filter .filter.box li a {
                        display: inline-block;
                        padding: 5px;
                        color: #666;
                        margin: 2px 1px;
                        border: solid 1px #ccc;
                        text-decoration: none;
                        -webkit-transition: all 0.4s ease;
                        -moz-transition: all 0.4s ease;
                        transition: all 0.4s ease;
                    }

                    .catalog-page .catalog-filter .filter.box li:hover a,
                    .catalog-page .catalog-filter .filter.box li.selected a {
                        color: #F57921;
                        border-color: #F57921;
                    }

                .catalog-page .catalog-filter .filter:first-child {
                    margin-top: 0 !important;
                }

            .catalog-page .catalog-filter a.filter {
                display: block;
                margin-top: 30px;
                padding: 10px 17px;
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                background: #F57921;
                -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
            }

                .catalog-page .catalog-filter a.filter .ripple {
                    background: rgba(255, 255, 255, 0.4);
                }

            .catalog-page .catalog-filter.active {
                z-index: 66;
                position: fixed;
                top: 0;
                width: 263px;
                margin-top: 0;
                padding-top: 20px !important;
                padding-right: 15px !important;
                overflow-y: scroll;
            }

                .catalog-page .catalog-filter.active .filter {
                    margin-top: 15px;
                }

            .catalog-page .catalog-filter.active-end {
                position: absolute;
            }

            .catalog-page .catalog-filter.top-filter {
                position: static !important;
                margin-top: 15px !important;
            }

                .catalog-page .catalog-filter.top-filter .filter {
                    position: relative;
                    display: inline-block;
                    margin-right: 10px;
                    margin-top: 0;
                    float: left;
                    background: #FBFBFB;
                    -webkit-box-shadow: 1px 1px 1px 0px #ddd;
                    -moz-box-shadow: 1px 1px 1px 0px #ddd;
                    box-shadow: 1px 1px 1px 0px #ddd;
                }

                    .catalog-page .catalog-filter.top-filter .filter:nth-child(3),
                    .catalog-page .catalog-filter.top-filter .filter:nth-child(4),
                    .catalog-page .catalog-filter.top-filter .filter:nth-child(5) {
                        display: none;
                    }

                    .catalog-page .catalog-filter.top-filter .filter h4 {
                        cursor: pointer;
                        font-size: 13px;
                        padding-bottom: 10px;
                    }

                    .catalog-page .catalog-filter.top-filter .filter .content {
                        z-index: 80;
                        position: absolute;
                        left: 0;
                        top: 100%;
                        display: none;
                        padding: 0;
                        width: 250px;
                        padding: 15px;
                        background: #fff;
                        border: solid 1px #eee;
                    }

                    .catalog-page .catalog-filter.top-filter .filter:hover .content {
                        display: block;
                    }

    .catalog-page .category-information {
        margin-bottom: 15px;
    }

        .catalog-page .category-information h2 {
            margin: 10px 0;
            font-size: 17px;
            font-weight: 700;
        }

        .catalog-page .category-information p {
            cfont-size: 14px;
        }

    .catalog-page .category-showcase .showcase-carousel {
        margin-top: 20px;
    }

    .catalog-page .showcase {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .catalog-page .showcase .notices {
            margin: 10px 0 25px;
            font-size: 13px;
            text-align: right;
        }

            .catalog-page .showcase .notices strong {
                font-weight: 600;
            }

        .catalog-page .showcase .product-rate {
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: left;
            width: auto !important;
        }

@media (min-width: 1024px) {
    .catalog-page .showcase .catalog-product .hide-full {
        display: block;
    }

    .catalog-page .showcase .catalog-product .show-full,
    .catalog-page .showcase .catalog-product .b2b__view {
        display: none;
    }

        .catalog-page .showcase .catalog-product.full-view .hide-full,
        .catalog-page .showcase .catalog-product.b2b__view .hide-full {
            display: none;
        }

        .catalog-page .showcase .catalog-product.full-view .show-full,
        .catalog-page .showcase .catalog-product.b2b__view .show-full {
            display: block;
        }

    .catalog-page .showcase .full-view-container > div {
        width: 100%;
    }

    .catalog-page .showcase .full-view-container .item {
        min-height: 0;
    }

    .catalog-page .showcase .full-view-container .image {
        width: 30%;
        float: left;
    }

        .catalog-page .showcase .full-view-container .image .owl-item {
            padding: 50px;
        }

    .catalog-page .showcase .full-view-container .information {
        width: 67%;
        float: right;
    }

        .catalog-page .showcase .full-view-container .information h3 {
            margin: 15px 0;
            white-space: normal;
        }

        .catalog-page .showcase .full-view-container .information .right-box {
            padding: 15px;
            float: right;
            width: 300px;
            margin-top: -15px;
            margin-left: 10px;
            background: #f1f1f1;
        }

            .catalog-page .showcase .full-view-container .information .right-box .price-area {
                margin-bottom: 15px;
            }

                .catalog-page .showcase .full-view-container .information .right-box .price-area .old-price,
                .catalog-page .showcase .full-view-container .information .right-box .price-area .new-price {
                    display: block;
                }

                .catalog-page .showcase .full-view-container .information .right-box .price-area .new-price {
                    font-size: 25px;
                    font-weight: 600;
                }

            .catalog-page .showcase .full-view-container .information .right-box .code {
                margin: 10px 0;
                color: #999;
                font-size: 11px;
            }

            .catalog-page .showcase .full-view-container .information .right-box .special-list li {
                list-style-type: none;
                margin: 5px 0;
                color: #666;
            }

                .catalog-page .showcase .full-view-container .information .right-box .special-list li strong {
                    font-weight: 600;
                }

            .catalog-page .showcase .full-view-container .information .right-box .add {
                position: static;
                width: 100%;
                margin: 0;
                font-size: 11px;
            }

    .catalog-page .showcase .b2b__view__container .list__title {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .catalog-page .showcase .b2b__view__container .item {
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px #eee !important;
        margin-top: -1px !important;
        margin-bottom: 0 !important;
    }

    .catalog-page .showcase .b2b__view__container .count {
        display: block;
        font-size: 16px;
        text-align: left;
        font-weight: 700;
    }

    .catalog-page .showcase .b2b__view__container > div {
        width: 100% !important;
    }

    .catalog-page .showcase .b2b__view__container .status {
        right: auto;
        left: 0;
    }

        .catalog-page .showcase .b2b__view__container .status > span {
            font-size: 10px;
        }

    .catalog-page .showcase .b2b__view__container .information {
        padding: 0 15px;
    }

    .catalog-page .showcase .b2b__view__container a {
        color: #000;
    }

    .catalog-page .showcase .b2b__view__container h3 {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 20px;
        font-weight: 400;
        overflow: hidden;
        text-align: left;
        margin-top: 10px !important;
    }

    .catalog-page .showcase .b2b__view__container .price-area {
        text-align: right;
        position: relative;
        margin-top: 9px !important;
    }

        .catalog-page .showcase .b2b__view__container .price-area .old-price,
        .catalog-page .showcase .b2b__view__container .price-area .new-price {
            color: #666;
            display: block;
        }

        .catalog-page .showcase .b2b__view__container .price-area .new-price {
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            white-space: nowrap;
        }

        .catalog-page .showcase .b2b__view__container .price-area .featured {
            color: #D50000;
            font-weight: 700;
        }

    .catalog-page .showcase .b2b__view__container .code {
        color: #999;
        font-size: 11px;
        line-height: 25px;
        margin-top: 9px !important;
    }

    .catalog-page .showcase .b2b__view__container .add__basket {
        position: relative;
        margin-top: 9px !important;
    }

        .catalog-page .showcase .b2b__view__container .add__basket .input-group {
            display: inline;
        }

        .catalog-page .showcase .b2b__view__container .add__basket .input-group-btn-vertical {
            display: none !important;
        }

        .catalog-page .showcase .b2b__view__container .add__basket input {
            width: 33px;
            height: 25px;
            outline: none;
            float: left;
            padding: 0;
            border: solid 1px #eee;
            text-align: center;
            line-height: 25px;
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
        }

        .catalog-page .showcase .b2b__view__container .add__basket .add {
            display: inline-block;
            position: static;
            width: auto;
            margin: 0;
            float: left;
            height: auto;
            padding: 0 3px;
            margin-left: -1px;
            line-height: 23px;
            font-size: 12px;
            font-weight: 400;
            color: #444;
            background: #f0f0f0;
            border: solid 1px #f0f0f0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
}

.catalog-page .catalog-order {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .catalog-page .catalog-order .order-catalog {
        padding: 3px 7px;
        background: #fff;
    }

        .catalog-page .catalog-order .order-catalog span,
        .catalog-page .catalog-order .order-catalog select {
            width: 75%;
            height: 30px;
            line-height: 32px;
            border: none;
            background: none;
            outline: none;
            display: inline-block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .catalog-page .catalog-order .order-catalog select {
            padding-right: 30px;
            background: url("../img/arrow-down.png") no-repeat center right;
        }

        .catalog-page .catalog-order .order-catalog span {
            width: 21%;
            float: left;
        }

    .catalog-page .catalog-order .list-view-type a {
        display: inline-block;
        width: 40px;
        height: 36px;
        float: left;
        margin: 0 2px;
        color: #C3C3C3;
        font-size: 17px;
        text-align: center;
        line-height: 36px;
        border: solid 1px #eee;
        background-position: center;
        background-repeat: no-repeat;
    }

        .catalog-page .catalog-order .list-view-type a.active {
            color: #1c95d1;
            border-color: #1c95d1;
        }

        .catalog-page .catalog-order .list-view-type a.view3 {
            background-image: url("../img/viewStyle3.png");
        }

            .catalog-page .catalog-order .list-view-type a.view3.active {
                background-image: url("../img/viewStyle3active.png");
            }

.pagination {
    display: block;
    padding: 20px;
    text-align: right;
    background: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .pagination li {
        display: inline;
    }

        .pagination li a {
            opacity: 0.5;
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-left: 2px;
            font-size: 12px;
            color: #fff;
            line-height: 27px;
            text-align: center;
            background: #F57921;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .pagination li:hover a {
            opacity: 0.7;
        }

        .pagination li.active a {
            opacity: 1;
        }
/*
*   Product Page Styles
-----------------------------------------------*/
.zoomImg {
    cursor: move;
}

.product-detail {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    width: 100%;
}

    .product-detail .row > div {
        height: 100%;
    }

    .product-detail .product-image {
        /*z-index: 27;
  width: auto!important;
  padding: 0 50px;
  position: relative;
  overflow: hidden;*/
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }

        .product-detail .product-image .view-area {
            cursor: move;
            height: 100%;
        }

        .product-detail .product-image .fixed-name {
            display: none;
            font-size: 22px;
            font-weight: 600;
        }

        .product-detail .product-image.fixed {
            /*position: fixed;
            top: 0;
            margin-top: 15px;

            .fixed-name {
                display: block;
            }*/
        }

        .product-detail .product-image .status {
            z-index: 12;
            position: absolute;
            left: 0;
            top: 0;
            margin: 30px;
            font-weight: 700;
            display: none;
        }

            .product-detail .product-image .status span {
                position: relative;
                display: block;
                padding: 6px;
                font-size: 12px;
                font-weight: 700;
                text-align: center;
                border-left: 6px solid #FF8F00;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
            }

                .product-detail .product-image .status span.new {
                    color: #FF8F00;
                }

                .product-detail .product-image .status span.discount {
                    color: #FF6F00;
                    border-color: #FF6F00;
                }

                .product-detail .product-image .status span.sold-out {
                    color: #607D8B;
                    border-color: #607D8B;
                }

        .product-detail .product-image .view-area .area-360 {
            display: none;
        }

        .product-detail .product-image .view-area.active360 .normal-image {
            display: none;
        }

        .product-detail .product-image .view-area.active360 .area-360 {
            display: block;
        }

        .product-detail .product-image .view-area .area-360,
        .product-detail .product-image .view-area .area-360 * {
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            transition: all 0s ease;
        }

        .product-detail .product-image .thumbnail-images {
            position: relative;
            margin-top: 20px;
            padding: 0 40px;
        }

            .product-detail .product-image .thumbnail-images .owl-prev {
                margin-left: -40px;
            }

            .product-detail .product-image .thumbnail-images .owl-next {
                margin-right: -40px;
            }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th,
        .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th,
        .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

    .product-detail .product-information {
        padding: 30px 15px;
        background: #f5f5f5;
        display: grid;
    }

        .product-detail .product-information .row > .col-sm-5 {
            background: #f1f1f1;
        }

        .product-detail .product-information h1 {
            font-size: 27px;
            line-height: 29px;
            font-weight: 700;
        }

        .product-detail .product-information .product-code {
            display: block;
            margin: 5px 0;
        }

        .product-detail .product-information .product-rate {
            display: inline-block;
        }

        .product-detail .product-information .rating-text {
            position: relative;
            top: -2px;
            font-size: 16px;
            font-weight: 700;
        }

        .product-detail .product-information .product-rate-detail {
            margin-bottom: 15px;
        }

        .product-detail .product-information .price div {
            display: inline-block;
            color: #009900;
        }

            .product-detail .product-information .price div.new-price {
                font-size: 30px;
                font-weight: 700;
                color: #F57921;
                margin-right: 5px;
            }

                .product-detail .product-information .price div.new-price i {
                    position: relative;
                }

            .product-detail .product-information .price div.old-price {
                font-size: 17px;
                font-weight: 700;
                color: #666;
                text-decoration: line-through;
            }

            .product-detail .product-information .price div.kdv {
                display: block;
                font-size: 14px;
                margin-top: 5px;
                margin-bottom: 15px;
            }

                .product-detail .product-information .price div.kdv i {
                    display: none;
                }

                .product-detail .product-information .price div.kdv span i {
                    display: inline-block !important;
                }

        .product-detail .product-information p {
            margin-bottom: 15px;
        }

        .product-detail .product-information .properties {
            padding: 10px;
            margin-bottom: 15px;
            background: #f1f1f1;
        }

            .product-detail .product-information .properties li {
                padding: 4px 5px;
            }

                .product-detail .product-information .properties li strong {
                    display: inline-block;
                    width: 20%;
                    font-size: 14px;
                    font-weight: 600;
                }

        .product-detail .product-information .properties-image {
            margin-bottom: 15px;
        }

            .product-detail .product-information .properties-image li {
                float: left;
                width: 20%;
                height: 104px;
                padding: 10px 0;
                text-align: center;
                border: solid 1px #eee;
            }

                .product-detail .product-information .properties-image li img {
                    display: block;
                    margin: 0 auto;
                }

                .product-detail .product-information .properties-image li:first-child {
                    border-left: solid 3px #F57921;
                }

                    .product-detail .product-information .properties-image li:first-child h3 {
                        margin-top: 28px;
                        font-size: 15px;
                        font-weight: 600;
                    }

        .product-detail .product-information .option-select {
            padding: 10px;
            margin: -10px;
        }

            .product-detail .product-information .option-select label {
                display: block;
                margin-bottom: 3px;
                font-size: 14px;
                font-weight: 600;
                margin-top: 10px;
            }

            .product-detail .product-information .option-select select {
                width: 100%;
                padding: 7px 0;
                outline: none;
                border: solid 1px #ccc;
            }

            .product-detail .product-information .option-select.focus {
                position: relative;
                z-index: 889;
                background: #fff;
            }

        .product-detail .product-information .add-basket {
            margin-bottom: 10%;
            display: flex;
            align-items: center;
        }

            .product-detail .product-information .add-basket .unit {
                position: relative;
            }

            .product-detail .product-information .add-basket input {
                float: left;
                width: 50px;
                height: 40px;
                padding: 0;
                margin-right: 5px;
                font-size: 17px;
                text-align: center;
                outline: none;
                border: solid 1px #ccc;
            }

            .product-detail .product-information .add-basket a {
                margin-top: -3px;
                display: inline-block;
                padding: 8px 25px;
                color: #fff;
                font-size: 12px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                background: #F57921;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
            }

                .product-detail .product-information .add-basket a .ripple {
                    background: rgba(255, 255, 255, 0.3);
                }

                .product-detail .product-information .add-basket a.sold-out {
                    cursor: default;
                    background: #000;
                }

                .product-detail .product-information .add-basket a.buy-now {
                    background: #FF8F00;
                }

                .product-detail .product-information .add-basket a:hover {
                    background: #999;
                }

                .product-detail .product-information .add-basket a:active,
                .product-detail .product-information .add-basket a:focus {
                    color: #666;
                    background: #eee;
                }

                .product-detail .product-information .add-basket a i {
                    margin-right: 10px;
                }

            .product-detail .product-information .add-basket .input-area {
                float: left;
                /* width: 80px;*/
            }

                .product-detail .product-information .add-basket .input-area input {
                    width: 55%;
                    text-align: right;
                    padding-right: 5px;
                }

                .product-detail .product-information .add-basket .input-area .input-control,
                .product-detail .product-information .add-basket .input-area .input-group-btn-vertical {
                    width: 15px;
                    height: 40px;
                    float: left;
                }

                    .product-detail .product-information .add-basket .input-area .input-control span,
                    .product-detail .product-information .add-basket .input-area .input-group-btn-vertical span,
                    .product-detail .product-information .add-basket .input-area .input-control button,
                    .product-detail .product-information .add-basket .input-area .input-group-btn-vertical button {
                        cursor: pointer;
                        display: block;
                        height: 20px;
                        padding: 0;
                        line-height: 20px;
                        color: #F57921;
                        border: none;
                        background: none;
                        outline: none;
                    }

                        .product-detail .product-information .add-basket .input-area .input-control span:active,
                        .product-detail .product-information .add-basket .input-area .input-group-btn-vertical span:active,
                        .product-detail .product-information .add-basket .input-area .input-control button:active,
                        .product-detail .product-information .add-basket .input-area .input-group-btn-vertical button:active {
                            -webkit-box-shadow: 0 0 0 0 transparent;
                            -moz-box-shadow: 0 0 0 0 transparent;
                            box-shadow: 0 0 0 0 transparent;
                        }

        .product-detail .product-information .product-buttons {
            margin-top: 15px;
        }

            .product-detail .product-information .product-buttons a {
                width: 100%;
                display: block;
                padding: 7px 0;
                color: #666;
                text-align: left;
                font-size: 14px;
                text-decoration: none;
            }

                .product-detail .product-information .product-buttons a i {
                    color: #999;
                    position: relative;
                    bottom: -1px;
                    margin-right: 10px;
                }

        .product-detail .product-information .social {
            margin: 15px 0;
        }

            .product-detail .product-information .social strong {
                display: block;
                margin-bottom: 5px;
                font-size: 14px;
                font-weight: 600;
            }

            .product-detail .product-information .social li {
                float: left;
                margin-right: 10px;
            }

                .product-detail .product-information .social li a {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 30px;
                }

                .product-detail .product-information .social li.facebook a {
                    color: #3b5998;
                }

                .product-detail .product-information .social li.twitter a {
                    color: #00aced;
                }

                .product-detail .product-information .social li.google a {
                    color: #dd4b39;
                }

    .product-detail .discount-table {
        margin: 15px 0;
        width: 100%;
    }

        .product-detail .discount-table table {
            width: 100%;
        }

        .product-detail .discount-table th,
        .product-detail .discount-table td {
            padding: 5px;
            font-size: 11px;
            border: solid 1px #eee;
        }

        .product-detail .discount-table th {
            font-weight: 700;
            font-size: 12px;
        }

.product-customize {
    padding-right: 150px;
    background: url('../img/magic_lamp.jpg') no-repeat right bottom;
}

    .product-customize ul li {
        margin: 10px 0;
        color: #666;
        font-size: 14px;
    }

        .product-customize ul li i {
            color: #F57921;
            margin-right: 3px;
        }

    .product-customize form {
        margin: 30px 150px 30px 0;
    }

        .product-customize form label {
            margin-top: 10px;
        }

    .product-customize a {
        color: #F44336;
        text-decoration: none;
    }

.product-tabs {
    margin: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .product-tabs .navigation {
        background: #F57921;
        border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
    }

        .product-tabs .navigation ul {
            margin: 0;
        }

        .product-tabs .navigation li {
            display: inline-flex;
        }

            .product-tabs .navigation li a {
                color: #fff;
                padding: 14px 15px;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
            }

.nav-tabs > li > a {
    color: #fff;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.nav-tabs > li:first-child > a {
    border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
}

.nav-tabs > li > a:hover {
    color: #F57921;
    border-color: transparent;
    background: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #F57921;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 400;
}

    .nav-tabs > li.active > a:focus {
        color: #F57921;
    }
/*.product-tabs .navigation li a {
	color: #fff;
  display: inline-block;
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-tabs .navigation li:first-child a:hover{
	border-radius: 6px 0 0;
    -webkit-border-radius: 6px 0 0;
    -moz-border-radius: 6px 0 0;
}
.product-tabs .navigation li a:hover,
.product-tabs .navigation li a.selected {
  color: #F57921;
  background: #fff;
  border-color: #F57921;
}*/
.product-tabs .content {
    padding: 20px 10px;
    font-size: 13px;
}

    .product-tabs .content h3 {
        font-size: 16px;
        font-weight: 700;
    }

    .product-tabs .content p {
        margin: 10px 0;
    }

.product-tabs form {
    width: 70%;
    margin: 0 auto;
}

    .product-tabs form label {
        display: block;
        margin: 7px 0 3px 0;
        font-size: 13px;
        font-weight: 700;
    }

    .product-tabs form input[type="email"],
    .product-tabs form input[type="text"],
    .product-tabs form textarea {
        width: 100%;
        padding: 7px 10px;
        outline: none;
        border: solid 1px #ddd;
    }

    .product-tabs form button {
        display: inline-block;
        padding: 7px 10px;
        margin-top: 7px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: #7CB342;
        outline: none;
        border: none;
    }

        .product-tabs form button .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

.product-tabs ul.comments {
    margin: 15px 0;
}

    .product-tabs ul.comments li {
        margin: 30px 0;
    }

        .product-tabs ul.comments li span.name {
            display: block;
            font-size: 16px;
        }

        .product-tabs ul.comments li strong.title {
            display: block;
            font-size: 14px;
            margin: 5px 0;
            font-weight: 700;
        }

        .product-tabs ul.comments li .product-rate {
            top: -3px;
            float: right;
        }

        .product-tabs ul.comments li .action {
            font-size: 12px;
            font-weight: 700;
        }

            .product-tabs ul.comments li .action .like {
                display: inline-block;
                margin-right: 5px;
                color: #2E7D32;
                text-decoration: none;
            }

            .product-tabs ul.comments li .action .dislike {
                color: #F44336;
                text-decoration: none;
            }

.product-tabs #taksit-secenekleri {
    font-size: 12px;
}

#galleryModal .zoomImg {
    display: none !important;
}

#galleryModal .hiddenModal {
    display: none;
}

#galleryModal .fixed-name {
    display: none;
}

#galleryModal .modal-dialog {
    width: 50%;
}

#galleryModal .controls {
    display: none !important;
}

#galleryModal .view-area {
    float: left;
    width: 65%;
}

    #galleryModal .view-area img {
        max-width: 400px;
        margin: 0 auto;
    }

#galleryModal .product-image {
    position: static !important;
    width: auto !important;
}

#galleryModal .thumbnail-images {
    width: 35%;
    float: left;
}

    #galleryModal .thumbnail-images .owl-item {
        display: inline-block;
        margin-bottom: 5px;
        width: 33.33% !important;
        border: solid 1px transparent;
    }

        #galleryModal .thumbnail-images .owl-item.active {
            border-color: #eee;
        }

#galleryModal .owl-stage {
    width: 100% !important;
}
/*
*   Basket Page Styles
-----------------------------------------------*/
.result__negative {
    margin: 50px 0;
    font-size: 15px;
    text-align: center;
}

    .result__negative i {
        color: #F57921;
        font-size: 80px;
        margin-bottom: 10px;
    }

.basket-view {
    margin-top: 15px;
}

    .basket-view .showcase {
        position: relative;
        margin-top: 0;
    }

        .basket-view .showcase .controls {
            margin-top: -5px;
        }

    .basket-view h3.title {
        display: block;
        padding-bottom: 15px;
        color: #F57921;
        font-weight: 700;
        font-size: 25px;
    }

    .basket-view table {
        width: 100%;
        font-size: 14px;
    }

    .basket-view .basket-items {
        margin-bottom: 15px;
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

        .basket-view .basket-items table a {
            font-size: 13px;
            display: grid;
            text-decoration: none;
        }

        .basket-view .basket-items table th {
            padding: 15px 15px;
            text-align: center;
        }

        .basket-view .basket-items table td {
            text-align: center;
            padding: 5px 3px;
            vertical-align: top;
            border-top: solid 1px #eee;
        }

            .basket-view .basket-items table td img {
                font-size: 6px;
                -webkit-box-shadow: 0px 2px 1px 0px #ccc;
                -moz-box-shadow: 0px 2px 1px 0px #ccc;
                box-shadow: 0px 2px 1px 0px #ccc;
            }

            .basket-view .basket-items table td h2 {
                font-size: 12px;
                margin-bottom: 10px;
            }

                .basket-view .basket-items table td h2 a {
                    color: #666;
                }

            .basket-view .basket-items table td strong {
                font-weight: 700;
            }

            .basket-view .basket-items table td .status {
                display: block;
                margin: 10px 0;
            }

                .basket-view .basket-items table td .status span {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 12px;
                    font-weight: 700;
                }

                    .basket-view .basket-items table td .status span.new {
                        color: #F57921;
                    }

                    .basket-view .basket-items table td .status span.discount {
                        color: #FF6F00;
                    }

                    .basket-view .basket-items table td .status span.sold-out {
                        color: #607D8B;
                    }

            .basket-view .basket-items table td .customize {
                font-size: 12px;
            }

                .basket-view .basket-items table td .customize .edit {
                    color: #F57921;
                    font-weight: 600;
                }

                .basket-view .basket-items table td .customize .remove {
                    color: #F44336;
                    font-weight: 600;
                }

            .basket-view .basket-items table td .input-area {
                position: relative;
                width: 80px;
                height: 34px;
                background: #eee;
            }

                .basket-view .basket-items table td .input-area .input-group-btn-vertical {
                    position: absolute;
                    width: 15px;
                    /* float: left; */
                    left: 81px;
                    display: block;
                }

                .basket-view .basket-items table td .input-area input {
                    width: 80px;
                    float: left;
                    border: none;
                    outline: none;
                    padding: 0;
                    text-align: center;
                    background: #eee;
                    -webkit-box-shadow: 0 0 0 0 transparent;
                    -moz-box-shadow: 0 0 0 0 transparent;
                    box-shadow: 0 0 0 0 transparent;
                }

                .basket-view .basket-items table td .input-area button {
                    cursor: pointer;
                    color: #979797;
                    padding: 0;
                    margin-top: -4px;
                    border: none;
                    background: none;
                    outline: none;
                    line-height: 11px;
                }

                    .basket-view .basket-items table td .input-area button:active {
                        -webkit-box-shadow: 0 0 0 0 transparent;
                        -moz-box-shadow: 0 0 0 0 transparent;
                        box-shadow: 0 0 0 0 transparent;
                    }

                .basket-view .basket-items table td .input-area::after {
                    opacity: 0;
                    visibility: hidden;
                    z-index: 10;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: url('../img/loading-red-spot.gif') no-repeat center;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    background-size: cover;
                }

                .basket-view .basket-items table td .input-area.loading::after {
                    opacity: 1;
                    visibility: visible;
                }

            .basket-view .basket-items table td .old-price {
                display: block;
                color: #999;
                text-decoration: line-through;
            }

            .basket-view .basket-items table td .remove {
                color: #F44336;
                font-weight: 600;
            }

        .basket-view .basket-items.coupons button {
            position: relative;
            top: -2px;
            right: -10px;
        }

    .basket-view .coupons {
        text-align: left;
        margin-top: 15px;
    }

        .basket-view .coupons .basket-items {
            padding: 0;
            background: #fff;
            -webkit-box-shadow: 0 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
        }

            .basket-view .coupons .basket-items tr.done {
                opacity: 0.3;
            }

            .basket-view .coupons .basket-items td,
            .basket-view .coupons .basket-items th {
                font-size: 13px;
            }

    .basket-view .actions form {
        display: flex;
    }

        .basket-view .actions form button {
            background: #F57921;
            color: #fff;
            border: none;
            margin-left: 1%;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            outline: none;
        }

        .basket-view .actions form input {
            outline: none;
        }

.basket-total {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .basket-total .price-info {
        display: flex;
        justify-content: space-between;
    }

    .basket-total .price > div {
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .basket-total .price span {
        font-size: 16px;
    }

    .basket-total td {
        padding: 5px 0 !important;
    }

    .basket-total .count {
        /*  font-size: 16px;*/
    }

    .basket-total .price {
        margin: 3% 0;
        width: 40%;
    }

        .basket-total .price .total {
            /* display: block;
  font-size: 22px;
  font-weight: 700;*/
        }

        .basket-total .price .kdv {
            /* display: block;
  margin: 3px 0;
  font-size: 13px;
  color: #888;*/
        }

        .basket-total .price .discount {
            /*display: block;
  font-size: 13px;
  font-weight: 700;
  color: #F57921;*/
        }

            .basket-total .price .discount a {
                /* position: relative;
  left: -2px;
  color: #F44336;*/
            }

    .basket-total .matrah {
        margin: 3% 0;
        width: 40%;
    }

        .basket-total .matrah > div > table > thead {
            border-bottom: 1px solid #ddd;
        }

            .basket-total .matrah > div > table > thead > tr > th {
                text-align: right;
            }

        .basket-total .matrah > div > table > tbody > tr > td {
            text-align: right;
        }

    .basket-total .actions a {
        display: block;
        padding: 5px 0;
        color: #777;
        font-weight: 600;
        text-decoration: none;
    }

        .basket-total .actions a.buy {
            padding: 10px 20px;
            margin: 10px 0;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            text-align: center;
            background: #F57921;
        }

            .basket-total .actions a.buy i {
                font-weight: 400;
            }

            .basket-total .actions a.buy .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

        .basket-total .actions a.continue {
            display: inline-block;
            text-align: left;
            margin-top: 10px;
            padding: 10px 10px;
            color: #F57921;
            border-bottom: dotted 1px #F57921;
        }

            .basket-total .actions a.continue .ripple {
                background: rgba(0, 0, 0, 0.4);
            }

        .basket-total .actions a.remove-all {
            color: #F44336;
        }

        .basket-total .actions a .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

    .basket-total .coupon {
        margin: 10px;
        width: 100%;
        float: none !important;
        text-align: left;
    }

        .basket-total .coupon input {
            width: 60%;
            height: 34px;
            padding: 0 10px;
            border: none;
            outline: none;
            background: #eee;
        }

        .basket-total .coupon button {
            display: inline-block;
            padding: 10px;
            color: #fff;
            font-weight: 600;
            background: #3bc8ff;
            border: none;
            outline: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .basket-total .coupon button .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

            .basket-total .coupon button:hover {
                background: #0073a1;
            }
/*
*   Order Page Styles
-----------------------------------------------*/
.order-page-item {
    display: none;
}

#OrderAddress {
    display: block;
}

.order-page {
    padding-bottom: 30px;
}

    .order-page .address-white {
        padding: 20px;
        border: solid 1px #f1f1f1;
    }

    .order-page .step-container {
        background: #7e7e7e;
        margin-bottom: 15px;
    }

    .order-page .order-navigation {
        padding: 20px 0;
        background: #868686;
    }

    .order-page .order-navigation {
        font-size: 13px;
        text-align: center;
    }

        .order-page .order-navigation a {
            position: relative;
            opacity: 0.3;
            display: inline-block;
            margin: 0 25px 0 25px;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .order-page .order-navigation a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                width: 60px;
                height: 1px;
                margin: -10px 0 0 -55px;
                background: #fff;
            }

            .order-page .order-navigation a:first-child::after {
                display: none;
            }

            .order-page .order-navigation a span {
                display: inline-block;
                width: 40px;
                height: 40px;
                font-size: 20px;
                line-height: 40px;
                color: #F57921;
                background: #fff;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

            .order-page .order-navigation a strong {
                display: block;
                margin-top: 7px;
            }

            .order-page .order-navigation a.active {
                opacity: 1;
            }

                .order-page .order-navigation a.active::after {
                    opacity: 0.3;
                }

        .order-page .order-navigation .progress {
            display: none;
        }

        .order-page .order-navigation .progress-bar {
            display: none;
            background: #F57921;
            text-indent: -9999px;
        }

    .order-page h3.form-title {
        display: block;
        padding: 10px 15px;
        color: #F57921;
        font-size: 18px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
    }

    .order-page select,
    .order-page textarea,
    .order-page input[type="email"],
    .order-page input[type="text"],
    .order-page input[type="tel"] {
        outline: none;
        display: block;
        width: 100%;
        padding: 7px 10px;
        border: solid 1px #ddd;
    }

    .order-page .notices p {
        display: block;
        width: 48%;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        float: left;
    }

        .order-page .notices p.green {
            border: dashed 2px #6ed6ff;
        }

            .order-page .notices p.green a {
                display: inline-block;
                color: #F57921;
                text-decoration: none;
                border-bottom: dotted 1px #F57921;
            }

        .order-page .notices p.invoice-form {
            float: right;
            border: dashed 2px #ccc;
        }

            .order-page .notices p.invoice-form input {
                margin: 0;
                outline: none;
                position: relative;
                bottom: -2px;
            }

    .order-page .notices .add-store,
    .order-page .notices .add-address {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: #F57921;
        text-decoration: none;
    }

        .order-page .notices .add-store .ripple,
        .order-page .notices .add-address .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

    .order-page .notices .add-store {
        background: #7CB342;
    }

    .order-page .actions {
        margin-top: 30px;
    }

        .order-page .actions a,
        .order-page .actions button {
            display: inline-block;
            padding: 10px 15px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            border: none;
            outline: none;
        }

            .order-page .actions a.next,
            .order-page .actions button.next {
                float: right;
                color: #fff;
                background: #F57921;
            }

                .order-page .actions a.next .ripple,
                .order-page .actions button.next .ripple {
                    background: rgba(255, 255, 255, 0.4);
                }

            .order-page .actions a.prev,
            .order-page .actions button.prev {
                color: #666;
                background: #ddd;
            }

    .order-page .choose-address {
        padding: 50px 70px;
    }

        .order-page .choose-address label {
            display: block;
            font-size: 27px;
            font-weight: 600;
        }

        .order-page .choose-address .address-select .label-text {
            cursor: pointer;
            display: block;
            padding: 10px 15px;
            margin-top: 15px;
            font-size: 16px;
            border: solid 3px #F57921;
            -webkit-box-shadow: 0px 2px 4px 0px #ccc;
            -moz-box-shadow: 0px 2px 4px 0px #ccc;
            box-shadow: 0px 2px 4px 0px #ccc;
        }

            .order-page .choose-address .address-select .label-text i {
                float: right;
            }

        .order-page .choose-address #shippingDate {
            padding: 10px 15px;
            border: solid 3px #F57921;
            -webkit-box-shadow: 0px 2px 4px 0px #ccc;
            -moz-box-shadow: 0px 2px 4px 0px #ccc;
            box-shadow: 0px 2px 4px 0px #ccc;
        }

        .order-page .choose-address .address-select {
            position: relative;
        }

            .order-page .choose-address .address-select .list-container {
                z-index: 10;
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                height: 0;
                overflow-y: hidden;
                border: solid 3px transparent;
                background: #fff;
            }

                .order-page .choose-address .address-select .list-container.active {
                    z-index: 60;
                    height: 250px;
                    overflow-y: scroll;
                    border: solid 3px #eee;
                }

            .order-page .choose-address .address-select .address {
                cursor: pointer;
                margin: 0;
                padding: 15px 10px;
                border: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

                .order-page .choose-address .address-select .address .actions {
                    margin-top: 0;
                }

                .order-page .choose-address .address-select .address:hover {
                    background: #f1f1f1;
                }

        .order-page .choose-address #addressLine {
            margin: 20px 0;
        }

    .order-page .cargo {
        text-align: center;
    }

        .order-page .cargo label {
            cursor: pointer;
            display: inline-block;
            padding-bottom: 10px;
            margin: 0 10px;
            color: #666;
            font-weight: 600;
            border: solid 2px #eee;
            text-decoration: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .order-page .cargo label img,
            .order-page .cargo label strong {
                display: block;
            }

            .order-page .cargo label:hover,
            .order-page .cargo label.active {
                border-color: #F57921;
            }

    .order-page .payment .amount {
        display: block;
        margin-top: 30px;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
    }

    .order-page .payment .payment-type {
        border: solid 2px #F57921;
    }

        .order-page .payment .payment-type .navigation {
            background: #eee;
        }

        .order-page .payment .payment-type .payment-tab {
            font-size: 14px;
        }

            .order-page .payment .payment-type .payment-tab li {
                position: relative;
                padding: 0;
                text-align: center;
                background: #eee;
            }

                .order-page .payment .payment-type .payment-tab li a {
                    display: block;
                    padding: 15px 0;
                    color: #666;
                    text-decoration: none;
                }

                    .order-page .payment .payment-type .payment-tab li a i {
                        margin-right: 5px;
                    }

                    .order-page .payment .payment-type .payment-tab li a.selected {
                        color: #fff;
                        background: #F57921;
                    }

                .order-page .payment .payment-type .payment-tab li input {
                    visibility: hidden;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

        .order-page .payment .payment-type .content {
            padding: 15px;
        }

    .order-page .payment #banka-transfer > label {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .order-page .payment #banka-transfer input {
        margin: 0 10px 0 0;
    }

    .order-page .payment #banka-transfer strong {
        cursor: text;
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 600;
    }

    .order-page .payment #kredi-karti .secure-logo {
        display: inline-block;
        width: 130px;
        height: 90px;
        float: right;
        margin-bottom: 10px;
        background: url("../img/3dsecure.png") no-repeat center;
    }

    .order-page .payment #kredi-karti .card-type li {
        margin: 5px 0;
        font-size: 14px;
    }

        .order-page .payment #kredi-karti .card-type li span {
            display: inline-block;
            width: 100px;
        }

        .order-page .payment #kredi-karti .card-type li select {
            width: 200px;
            display: inline-block;
        }

    .order-page .payment #kredi-karti .card-information label {
        font-weight: 600;
        margin-top: 5px;
    }

    .order-page .payment #kredi-karti .card-wrapper .jp-card-container {
        float: right;
    }

    .order-page .payment #paypal .paypal {
        display: inline-block;
        width: 100px;
        height: 29px;
        background: url("../img/paypal.png") no-repeat center;
    }

    .order-page .payment .basket-total h3.title {
        display: block;
        padding-bottom: 15px;
        color: #F57921;
        font-weight: 700;
        font-size: 25px;
    }

    .order-page .payment .basket-total .type {
        color: #ccc;
        font-size: 16px;
    }

        .order-page .payment .basket-total .type strong {
            color: #000;
        }

    .order-page .payment .basket-total .discount {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #F57921;
    }

        .order-page .payment .basket-total .discount a {
            position: relative;
            left: -2px;
            color: #F44336;
        }

    .order-page .payment .payment-summary-content .products {
        padding: 15px;
        margin-bottom: 15px;
        border: solid 1px #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .order-page .payment .payment-summary-content .products .old-price {
            display: block;
            color: #999;
            text-decoration: line-through;
        }

    .order-page .payment .payment-summary-content .address {
        padding: 15px;
        margin-bottom: 15px;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .order-page .payment .payment-summary-content .address h2 {
            display: block;
            font-size: 17px;
            font-weight: 700;
        }

        .order-page .payment .payment-summary-content .address h4 {
            margin: 7px 0;
            font-size: 14px;
            font-weight: 600;
        }

        .order-page .payment .payment-summary-content .address p {
            margin: 10px 0;
        }

    .order-page .payment .payment-summary-content .bottom input {
        position: relative;
        bottom: -3px;
        margin-right: 3px;
    }

.fast-order-address {
    margin-top: 15px;
}

    .fast-order-address .delivery-address .corporate-item,
    .fast-order-address .invoice-address .corporate-item {
        display: none;
    }

    .fast-order-address .delivery-address .order-type,
    .fast-order-address .invoice-address .order-type {
        margin-top: 15px;
        text-align: center;
    }

        .fast-order-address .delivery-address .order-type label,
        .fast-order-address .invoice-address .order-type label {
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0 0 10px 0;
            color: #004f6e;
            background: #55cfff;
        }

            .fast-order-address .delivery-address .order-type label span,
            .fast-order-address .invoice-address .order-type label span {
                display: block;
                padding: 10px 15px;
            }

            .fast-order-address .delivery-address .order-type label input,
            .fast-order-address .invoice-address .order-type label input {
                cursor: pointer;
                opacity: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

            .fast-order-address .delivery-address .order-type label.active,
            .fast-order-address .invoice-address .order-type label.active {
                color: #fff;
                background: #F57921;
            }

            .fast-order-address .delivery-address .order-type label .ripple,
            .fast-order-address .invoice-address .order-type label .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

    .fast-order-address .delivery-address label,
    .fast-order-address .invoice-address label {
        display: block;
        margin-top: 13px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
    }

    .fast-order-address .address {
        padding: 15px;
        margin-top: 15px;
        border: solid 1px #F57921;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .fast-order-address .address h2 {
            display: block;
            font-size: 22px;
            font-weight: 700;
        }

        .fast-order-address .address h4 {
            margin: 7px 0;
            font-size: 14px;
            font-weight: 600;
        }

        .fast-order-address .address p {
            margin: 10px 0;
        }

        .fast-order-address .address .actions label {
            cursor: pointer;
            margin-right: 10px;
            color: #F57921;
            font-weight: 600;
            border-bottom: dotted 1px #F57921;
        }

            .fast-order-address .address .actions label input {
                outline: none;
            }

        .fast-order-address .address .actions a {
            display: inline-block;
            float: right;
            padding: 3px;
            color: #666;
            font-weight: 600;
            border-bottom: dotted 1px #666;
        }

.address-popup h3.form-title {
    display: block;
    padding: 10px 15px;
    color: #F57921;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
}

.address-popup form .corporate-item {
    display: none;
}

.address-popup form .order-type {
    margin-top: 15px;
    text-align: center;
}

    .address-popup form .order-type label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        margin: 0 0 10px 0;
        color: #004f6e;
        background: #55cfff;
    }

        .address-popup form .order-type label span {
            display: block;
            padding: 10px 15px;
        }

        .address-popup form .order-type label input {
            cursor: pointer;
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .address-popup form .order-type label.active {
            color: #fff;
            background: #F57921;
        }

        .address-popup form .order-type label .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

.address-popup form label {
    display: block;
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.address-popup form select,
.address-popup form textarea,
.address-popup form input[type="text"],
.address-popup form input[type="tel"] {
    outline: none;
    display: block;
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #ddd;
}

.address-popup form button[type="submit"] {
    float: right;
    margin-top: 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #F57921;
    text-decoration: none;
    border: solid 1px #F57921;
    outline: none !important;
    margin-right: 15px;
}

    .address-popup form button[type="submit"]:hover {
        color: #F57921;
        background: transparent;
    }

    .address-popup form button[type="submit"] .ripple {
        background: rgba(255, 255, 255, 0.4);
    }

.address-popup .address {
    padding: 15px;
    margin-top: 15px;
    border: solid 1px #F57921;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .address-popup .address h2 {
        display: block;
        font-size: 22px;
        font-weight: 700;
    }

    .address-popup .address h4 {
        margin: 7px 0;
        font-size: 14px;
        font-weight: 600;
    }

    .address-popup .address p {
        margin: 10px 0;
    }

.address-popup .actions label {
    cursor: pointer;
    margin-right: 10px;
    color: #F57921;
    font-weight: 600;
    border-bottom: dotted 1px #F57921;
}

    .address-popup .actions label input {
        outline: none;
    }

.address-popup .actions a {
    display: inline-block;
    float: right;
    padding: 3px;
    color: #666;
    font-weight: 600;
    border-bottom: dotted 1px #666;
}
/*
*   Order Styles
-----------------------------------------------*/
.order-complette {
    padding: 0 !important;
    margin: 100px auto 0 auto;
    /*color: #fff;*/
    color: #333;
    font-size: 18px;
    text-align: center;
    border: none !important;
}

    .order-complette a {
        display: inline-block;
        /*color: #fff;*/
        color: #333;
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 30px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .order-complette img {
        visibility: hidden;
    }

    .order-complette .sweet-alert {
        display: block;
        position: static;
        margin: 0 auto;
        border: solid 1px #f1f1f1;
    }
/*
*   Feeds
-----------------------------------------------*/
.feed__container {
    padding: 30px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.03);
}

.feed__box .title {
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #F57921;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.feed__box .feeds {
    padding: 0 15px 15px 15px;
    border-top: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .feed__box .feeds .item {
        padding-top: 15px;
    }

        .feed__box .feeds .item img {
            float: left;
            margin-right: 10px;
        }

        .feed__box .feeds .item a {
            text-decoration: none;
        }

        .feed__box .feeds .item h3 {
            color: #F57921;
            font-size: 17px;
            font-weight: 600;
        }

        .feed__box .feeds .item p {
            font-size: 11px;
            color: #666;
        }

.article__posts {
    margin-top: 50px;
}

    .article__posts .hero {
        color: #F57921;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .article__posts li {
        float: left;
        width: 33.33%;
        margin-bottom: 20px;
        list-style-type: disc;
        list-style-position: inside;
    }

        .article__posts li a {
            color: #F57921;
            font-size: 12px;
            font-weight: 600;
            text-decoration: underline;
        }
/*
*   Content Pages Styles
-----------------------------------------------*/
.content-type,
.blog__content {
    padding: 20px 0;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .content-type h1,
    .blog__content h1 {
        display: block;
        color: #F57921;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .content-type .title__date h1,
    .blog__content .title__date h1 {
        margin-bottom: 0;
    }

    .content-type .title__date .date,
    .blog__content .title__date .date {
        color: #666;
        font-size: 11px;
        margin-bottom: 20px;
    }

    .content-type .image__block,
    .blog__content .image__block {
        display: block;
        margin-bottom: 20px;
    }

    .content-type .dynamic__form,
    .blog__content .dynamic__form {
        margin: 30px 0;
    }

        .content-type .dynamic__form label,
        .blog__content .dynamic__form label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .content-type .dynamic__form select,
        .blog__content .dynamic__form select,
        .content-type .dynamic__form textarea,
        .blog__content .dynamic__form textarea,
        .content-type .dynamic__form input[type="text"],
        .blog__content .dynamic__form input[type="text"] {
            width: 290px;
            padding: 7px 15px;
            outline: none;
            border: solid 1px #eee;
        }

        .content-type .dynamic__form textarea,
        .blog__content .dynamic__form textarea {
            height: 130px;
        }

        .content-type .dynamic__form button[type="submit"],
        .blog__content .dynamic__form button[type="submit"] {
            padding: 7px 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            background: #F57921;
            border: none;
            margin-top: 10px;
        }

        .content-type .dynamic__form .input__row,
        .blog__content .dynamic__form .input__row {
            position: relative;
        }

            .content-type .dynamic__form .input__row .field-validation-error,
            .blog__content .dynamic__form .input__row .field-validation-error {
                position: absolute;
                z-index: 50;
                left: 0;
                top: 100%;
            }

                .content-type .dynamic__form .input__row .field-validation-error span,
                .blog__content .dynamic__form .input__row .field-validation-error span {
                    position: relative;
                    display: inline-block;
                    padding: 7px 15px;
                    margin-top: 5px;
                    color: #fff;
                    text-align: left;
                    background: #E20F00;
                }

                    .content-type .dynamic__form .input__row .field-validation-error span::before,
                    .blog__content .dynamic__form .input__row .field-validation-error span::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 0;
                        height: 0;
                        margin-top: -15px;
                        border: solid 10px transparent;
                        border-bottom-color: #E20F00;
                    }

.blog__content {
    padding: 0;
}

    .blog__content img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .blog__content .sum {
        display: block;
        font-size: 14px;
        margin: 10px 0;
        color: #888;
    }

    .blog__content .text {
        font-size: 16px;
        line-height: 20px;
    }

    .blog__content .date {
        display: block;
        margin-top: 10px;
        color: #666;
        font-size: 11px;
        margin-bottom: 20px;
    }

    .blog__content .tags a {
        opacity: 0.6;
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        float: left;
        font-size: 11px;
        margin-right: 1px;
        background: #F57921;
    }
/*
*   User Pages Styles
-----------------------------------------------*/
.user-content {
    margin: 30px 0;
}

    .user-content .white-section {
        padding: 1px 15px 20px 15px;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .user-content h3.title {
        font-size: 20px;
        color: #555555;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        display: block;
    }

    .user-content label {
        margin-top: 2px;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        color: #9e9e9e;
        font-size: 15px;
        font-weight: 400;
    }

    .user-content .user-order-cancel label {
        text-align: left;
    }

    .user-content .user-order-cancel #divAciklama .form-group {
        margin: 0 -15px;
    }

        .user-content .user-order-cancel #divAciklama .form-group .col-sm-4 {
            width: 100%;
            margin-bottom: 5px;
        }

    .user-content .margin {
        display: block;
        margin-top: 15px;
    }

    .user-content .type label {
        position: relative;
        bottom: -5px;
        text-align: left;
        display: inline-block;
        margin: 0 10px 15px 0;
    }

        .user-content .type label input {
            position: relative;
            bottom: -2px;
        }

    .user-content select,
    .user-content textarea,
    .user-content input[type="tel"],
    .user-content input[type="text"],
    .user-content input[type="email"],
    .user-content input[type="number"],
    .user-content input[type="password"] {
        outline: none;
        display: block;
        width: 100%;
        height: 34px;
        padding: 7px 10px;
        border: solid 1px #ddd;
    }

    .user-content textarea {
        height: auto;
    }

    .user-content select.bdate {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

        .user-content select.bdate.last {
            margin-right: 0;
        }

    .user-content button[type="submit"] {
        display: inline-block;
        margin-top: 6px;
        padding: 13px 0px;
        color: #fff;
        font-size: 16px;
        font-size: 16px;
        outline: none;
        background: #0574c5;
        border: solid 1px #F57921;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
        margin-bottom: 10px;
    }

        .user-content button[type="submit"]:hover {
            color: #F57921;
            background: #000d42;
        }

    .user-content .social-login button[type="submit"] {
        border: none;
    }

        .user-content .social-login button[type="submit"]:hover {
            color: #fff;
        }

    .user-content .order-action-dropdown > a {
        color: #fff;
        font-size: 11px;
        padding: 7px 10px;
        text-decoration: none;
        background: #F57921;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .user-content .sign-in .social-login {
        margin-top: 20px;
    }

        .user-content .sign-in .social-login button {
            width: 100%;
            display: block;
            margin: 10px 0;
            padding: 10px 0;
            color: #fff;
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            border: none;
        }

            .user-content .sign-in .social-login button.facebook {
                background: #3b5998;
            }

            .user-content .sign-in .social-login button.twitter {
                background: #00aced;
            }

            .user-content .sign-in .social-login button.google {
                background: #dd4b39;
            }

            .user-content .sign-in .social-login button .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

    .user-content .social-login {
        margin-top: 20px;
    }

        .user-content .social-login button {
            width: 100%;
            display: block;
            margin: 10px 0;
            padding: 10px 0;
            color: #fff;
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
        }

            .user-content .social-login button.facebook {
                background: #3b5998;
            }

            .user-content .social-login button.twitter {
                background: #00aced;
            }

            .user-content .social-login button.google {
                background: #dd4b39;
            }

            .user-content .social-login button .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

            .user-content .social-login button:hover {
                border-color: transparent !important;
            }

    .user-content .content .dont-have {
        font-weight: 700;
        margin: 10px 0;
    }

    .user-content .content h3.title {
        padding-top: 0;
    }

    .user-content .content .add-address {
        display: inline-block;
        padding: 10px 15px;
        margin-top: 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background: #F57921;
        text-decoration: none;
    }

        .user-content .content .add-address .ripple {
            background: rgba(255, 255, 255, 0.4);
        }

    .user-content .content .address .actions {
        margin-top: 30px;
    }

        .user-content .content .address .actions label {
            display: inline-block;
            margin-top: 0;
        }

        .user-content .content .address .actions a {
            text-decoration: none;
        }

            .user-content .content .address .actions a.remove {
                float: left;
                color: #F44336;
                border: none;
            }

    .user-content .content .social-buttons button {
        display: block;
        margin: 4px 0;
        padding: 0;
        color: #337ab7;
        font-size: 14px;
        font-weight: 400;
        background: none;
        border: none;
    }

    .user-content .content .basket-items table {
        width: 100%;
    }

        .user-content .content .basket-items table tr.done {
            opacity: 0.3;
        }

        .user-content .content .basket-items table a {
            text-decoration: none;
        }

        .user-content .content .basket-items table th {
            padding: 15px 0;
        }

        .user-content .content .basket-items table td {
            padding: 20px 0;
            vertical-align: top;
            border-top: solid 1px #eee;
        }

            .user-content .content .basket-items table td img {
                -webkit-box-shadow: 0px 2px 1px 0px #ccc;
                -moz-box-shadow: 0px 2px 1px 0px #ccc;
                box-shadow: 0px 2px 1px 0px #ccc;
            }

            .user-content .content .basket-items table td h2 {
                margin-bottom: 10px;
            }

                .user-content .content .basket-items table td h2 a {
                    color: #666;
                }

            .user-content .content .basket-items table td strong {
                font-weight: 700;
            }

            .user-content .content .basket-items table td .status {
                display: block;
                margin: 10px 0;
            }

                .user-content .content .basket-items table td .status span {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 12px;
                    font-weight: 700;
                }

                    .user-content .content .basket-items table td .status span.new {
                        color: #4CAF50;
                    }

                    .user-content .content .basket-items table td .status span.discount {
                        color: #FF6F00;
                    }

                    .user-content .content .basket-items table td .status span.sold-out {
                        color: #607D8B;
                    }

            .user-content .content .basket-items table td .old-price {
                display: block;
                color: #999;
                text-decoration: line-through;
            }

            .user-content .content .basket-items table td .add {
                display: block;
                margin-bottom: 5px;
                color: #4CAF50;
                font-weight: 600;
            }

            .user-content .content .basket-items table td .remove {
                display: block;
                color: #F44336;
                font-weight: 600;
            }

    .user-content .content .orders-table td {
        padding: 10px !important;
        vertical-align: middle !important;
    }

        .user-content .content .orders-table td .order-detail {
            display: inline-block;
            padding: 7px 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            background: #F57921;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

            .user-content .content .orders-table td .order-detail .ripple {
                background: rgba(255, 255, 255, 0.4);
            }

    .user-content .content .scores {
        margin-top: 30px;
    }

        .user-content .content .scores .total {
            font-size: 20px;
        }

            .user-content .content .scores .total strong {
                font-weight: 700;
            }

        .user-content .content .scores label {
            margin-top: 0;
        }

.user-menu {
    position: relative;
}

    .user-menu .welcome {
        margin-bottom: 20px;
        color: #999;
        font-size: 17px;
    }

        .user-menu .welcome span {
            color: #000;
        }

    .user-menu .navbar-toggle {
        position: absolute;
        right: 0;
        top: -10px;
        margin: 0;
        clear: both;
    }

    .user-menu .navbar-collapse {
        width: 100%;
        padding: 0;
    }

    .user-menu ul li a {
        position: relative;
        display: block;
        padding: 10px 15px 9px 10px;
        color: #6D6D6D;
        font-size: 13px;
        text-decoration: none;
        border-left: solid 2px transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .user-menu ul li a i {
            display: inline-block;
            width: 25px;
            text-align: center;
        }

        .user-menu ul li a:hover,
        .user-menu ul li a.active {
            color: #F57921;
            border-color: #F57921;
        }

.message-history .main-message {
    padding: 15px;
    margin-bottom: 30px;
    background: #FDFBE8;
    border: solid 1px #FFE6A7;
}

    .message-history .main-message .message-id {
        font-weight: 600;
    }

    .message-history .main-message .message-date {
        font-size: 11px;
    }

    .message-history .main-message .message-title {
        margin-top: 10px;
    }

    .message-history .main-message .message-status > span {
        display: inline-block;
        font-size: 11px;
        padding: 5px 10px;
        background: #eee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px #ddd;
    }

        .message-history .main-message .message-status > span.open {
            color: #33691E;
            background: #AED581;
            border-color: #7CB342;
        }

        .message-history .main-message .message-status > span.review {
            color: #01579B;
            background: #4FC3F7;
            border-color: #039BE5;
        }

        .message-history .main-message .message-status > span.closed {
            color: #DD2C00;
            background: #FF8A65;
            border-color: #F4511E;
        }

.message-history .message-area {
    max-height: 300px;
    overflow-y: scroll;
}

    .message-history .message-area ul {
        padding-right: 10px;
    }

    .message-history .message-area li {
        margin: 15px 0;
    }

        .message-history .message-area li .user {
            display: block;
            font-weight: 600;
            margin-bottom: 3px;
        }

        .message-history .message-area li .message-item {
            position: relative;
            max-width: 100%;
            display: inline-block;
            padding: 10px 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #E4E4E4;
            border: solid 1px #AEACAF;
        }

            .message-history .message-area li .message-item span {
                font-size: 11px;
            }

        .message-history .message-area li.text-left .message-item {
            background: #AED581;
            border-color: #7CB342;
        }

.message-history .history-message-form {
    width: 400px;
    margin: 0 auto;
}

    .message-history .history-message-form .col-sm-4,
    .message-history .history-message-form .col-sm-8 {
        display: block;
        width: 100%;
        padding: 0;
    }

    .message-history .history-message-form label {
        text-align: left;
    }

    .message-history .history-message-form button[type="submit"] {
        position: relative;
        margin: 0;
        min-width: 100px;
        overflow: hidden;
        color: #fff;
        background: #F57921;
    }

        .message-history .history-message-form button[type="submit"]:hover {
            background: #F57921;
            border-color: transparent !important;
        }

    .message-history .history-message-form .field-validation-error {
        position: absolute;
    }

.order-cancel-table {
    margin: 30px 0;
}

    .order-cancel-table .collapse-btn {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        float: right;
        text-align: center;
        line-height: 20px;
        background: #F57921;
        text-decoration: none;
    }

        .order-cancel-table .collapse-btn::after {
            content: '\f107';
            font: 14px/1px FontAwesome;
        }

        .order-cancel-table .collapse-btn.active::after {
            content: '\f106';
        }

    .order-cancel-table td table {
        width: 100%;
        background: #F1F1F1;
    }

        .order-cancel-table td table td {
            overflow: hidden !important;
            border-bottom: solid 1px #ddd;
        }

            .order-cancel-table td table td > div {
                padding: 7px 10px;
            }
/*.input-error label {
    color: #a94442;
}

.input-error input,
.input-error select {
    border-color: #a94442!important;
}*/
.input-error .field-validation-error {
    position: absolute;
    z-index: 50;
}

    .input-error .field-validation-error span {
        position: relative;
        display: inline-block;
        padding: 7px 15px;
        margin-top: 5px;
        color: #fff;
        text-align: left;
        background: #E20F00;
    }

        .input-error .field-validation-error span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            margin-top: -15px;
            border: solid 10px transparent;
            border-bottom-color: #E20F00;
        }

#login-modal {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.modal-body .user-content {
    margin: 0;
}

    .modal-body .user-content .white-section {
        padding: 0;
        border: none;
    }

    .modal-body .user-content input[type=checkbox],
    .modal-body .user-content input[type=radio] {
        width: auto !important;
        display: inline-block !important;
    }

.modal-body .selectedOpt {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 700;
}

    .modal-body .selectedOpt div {
        margin: 4px 0;
    }

        .modal-body .selectedOpt div span:first-child {
            display: inline-block;
            margin-right: 5px;
            font-weight: 300;
        }

#PriceNotice label {
    margin-bottom: 5px;
}

#orderModal .modal-dialog {
    width: 45%;
}

#orderModal .payment-summary-content .products {
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #orderModal .payment-summary-content .products .old-price {
        display: block;
        color: #999;
        text-decoration: line-through;
    }

#orderModal .payment-summary-content .cargo {
    text-align: center;
}

    #orderModal .payment-summary-content .cargo i {
        display: block;
        margin-bottom: 10px;
        font-size: 45px;
    }

    #orderModal .payment-summary-content .cargo a {
        color: #F57921;
    }

#orderModal .payment-summary-content .address {
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #orderModal .payment-summary-content .address h2 {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }

    #orderModal .payment-summary-content .address h4 {
        margin: 7px 0;
        font-size: 14px;
        font-weight: 600;
    }

    #orderModal .payment-summary-content .address p {
        margin: 10px 0;
    }

.blog__posts .post {
    padding-bottom: 15px;
    border-bottom: solid 1px #f1f1f1;
}

    .blog__posts .post img {
        width: 100%;
    }

    .blog__posts .post a {
        color: #666;
        text-decoration: none;
    }

    .blog__posts .post h3 {
        display: block;
        margin: 10px 0;
        color: #F57921;
        font-size: 16px;
        font-weight: 600;
    }

    .blog__posts .post .date {
        font-size: 10px;
        color: #999;
        font-style: oblique;
    }
/*
*   Footer Styles
-----------------------------------------------*/
.footer-boxes {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .footer-boxes .box {
        padding: 30px 15px;
        font-size: 15px;
        color: #777;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

        .footer-boxes .box i {
            display: block;
            text-align: center;
            font-size: 34px;
        }

        .footer-boxes .box strong {
            display: block;
            font-weight: 700;
        }

.footer-container {
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.footer {
    color: #777;
}

    .footer p {
        font-size: 12px
    }

.footer-container h4 {
    margin: 0;
    font-weight: 55px;
}

.footer-container .address {
    font-size: 15px;
}

    .footer-container .address img {
        width: 210px;
        display: block;
        margin-bottom: 7px;
    }

.footer-container ul li a {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    color: #777;
}

    .footer-container ul li a:hover {
        color: #F57921;
    }

.footer-container .newsteller form {
    font-size: 11px;
    padding: 4px 7px;
    border: solid 1px #eee;
}

    .footer-container .newsteller form .form-group {
        width: 72%;
        display: inline-block;
    }

    .footer-container .newsteller form input[type="text"],
    .footer-container .newsteller form input[type="email"] {
        position: relative;
        bottom: -1px;
        display: block;
        height: 30px;
        width: 100%;
        line-height: 30px;
        border: none;
        outline: none;
    }

    .footer-container .newsteller form button {
        float: right;
        display: inline-block;
        color: #fff;
        background: #F57921;
        height: 30px;
        line-height: 30px;
        border: none;
        outline: none;
    }

.footer-container .social li {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

    .footer-container .social li a {
        display: inline-block;
        font-size: 30px;
    }

        .footer-container .social li a i {
            background: transparent;
        }

    .footer-container .social li.facebook a {
        color: #3b5998;
    }

    .footer-container .social li.twitter a {
        color: #00aced;
    }

    .footer-container .social li.instagram a {
        color: #00aced;
    }

    .footer-container .social li.pintrest a {
        color: #C41F25;
    }

    .footer-container .social li.google a {
        color: #dd4b39;
    }

.footer-bottom {
    padding: 15px 0;
    font-size: 11px;
}

    .footer-bottom a {
        color: #666;
    }

        .footer-bottom a span {
            color: #5c6bc0;
        }

#storeAddress {
    display: none;
}

#storeCity {
    margin-bottom: 5px;
}

#stores {
    margin-bottom: 5px;
}

.fa-clock {
    color: #3b5998 !important;
}
/*
*   Error Page Styles
-----------------------------------------------*/
.error__content {
    padding: 150px 30px;
    text-align: center;
}

    .error__content .title {
        font-size: 14px;
        font-weight: 600;
    }

    .error__content .error__code {
        display: block;
        margin: 25px 0 60px 0;
        font-size: 130px;
        color: #F57921;
        font-weight: 700;
    }

    .error__content .button {
        color: #B5B5B5;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .error__content .button:hover {
            color: #0086bb;
        }

@media (max-width: 1170px) {
    .not__found .content-container {
        width: 100% !important;
    }

    .not__found .error__content {
        padding: 30px 15px;
    }
}
/*
*   Compare Styles
-----------------------------------------------*/
.product-compare div[class*="col-"] {
    padding: 0;
}

.product-compare .compare-header {
    height: 75px;
    padding: 10px;
    position: relative;
}

    .product-compare .compare-header > h1 {
        color: #F57921;
        font-size: 16px;
        font-weight: 600;
    }

    .product-compare .compare-header > span {
        color: #9E9E9E;
        font-size: 13px;
    }

    .product-compare .compare-header > .link {
        display: inline-block;
        width: 55px;
        height: 55px;
        float: left;
        margin-right: 2px;
        text-align: center;
        border: 1px solid #eee;
    }

    .product-compare .compare-header > .title {
        display: inline-block;
        line-height: 1;
        max-width: 125px;
        padding: 7px 0;
        text-decoration: none;
        font-size: 12px;
        color: #333;
    }

        .product-compare .compare-header > .title:hover {
            color: #111;
        }

    .product-compare .compare-header > .close {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        font-size: 15px;
        font-weight: normal;
        background-color: #F57921;
        color: #FFF;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: 0.3;
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
    }

        .product-compare .compare-header > .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.product-compare .compare-list > li {
    line-height: 33px;
    text-align: center;
}

    .product-compare .compare-list > li strong {
        font-weight: 700;
    }

.product-compare .first-column > .compare-header {
    border: 1px solid #eee;
    border-right: none;
    padding: 20px 10px 10px 10px;
}

.product-compare .first-column > .compare-list > li {
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
    padding: 0 10px;
    font-weight: 600;
    text-align: left;
}

    .product-compare .first-column > .compare-list > li.compare-price {
        line-height: 58px !important;
    }

    .product-compare .first-column > .compare-list > li.compare-cart {
        line-height: 52px !important;
    }

    .product-compare .first-column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .first-column > .compare-list > li.compare-desc > .desc {
            line-height: 15px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .column > .compare-header {
    border: 1px solid #eee;
    border-right: none;
}

.product-compare .column > .compare-list > li {
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
}

    .product-compare .column > .compare-list > li.compare-price {
        height: 59px !important;
    }

    .product-compare .column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .column > .compare-list > li.compare-desc > .desc {
            line-height: 20px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .last-column > .compare-header {
    border: 1px solid #eee;
}

.product-compare .last-column > .compare-list > li {
    border: 1px solid #eee;
    border-top: none;
}

    .product-compare .last-column > .compare-list > li.compare-price {
        height: 59px !important;
    }

    .product-compare .last-column > .compare-list > li.compare-desc {
        line-height: 80px !important;
        height: 80px !important;
    }

        .product-compare .last-column > .compare-list > li.compare-desc > .desc {
            line-height: 20px;
            font-size: 10px;
            padding: 5px;
        }

.product-compare .comments-rate {
    margin: 0 auto;
    text-align: center;
}

    .product-compare .comments-rate .rating {
        display: inline-block;
        top: 5px;
    }

    .product-compare .comments-rate .rating-text {
        position: relative;
        font-size: 12px;
        top: 2px;
        font-weight: 600;
    }

.product-compare .compare-attr {
    font-size: 11px;
}

.product-compare .price-area {
    padding: 10px 0 7px 0;
}

    .product-compare .price-area > div {
        line-height: 11px;
        text-align: left;
        display: inline-block;
    }

        .product-compare .price-area > div.discount__value {
            position: relative;
            top: -5px;
            margin-right: 5px;
            padding: 5px;
            font-weight: 700;
            color: #fff;
            font-size: 13px;
            line-height: 11px;
            text-align: center;
            background: #f90909;
        }

            .product-compare .price-area > div.discount__value span {
                display: block;
                font-size: 9px;
            }

        .product-compare .price-area > div .old-price {
            color: #9e9e9e;
            font-size: 13px;
            text-decoration: line-through;
        }

        .product-compare .price-area > div .new-price {
            color: #484848;
            font-size: 20px;
            font-weight: 700;
        }

.product-compare .material {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #F57921;
    line-height: 30px !important;
    width: 125px;
    margin: 5px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product-compare .material .ripple {
        background: rgba(255, 255, 255, 0.3);
    }

    .product-compare .material i {
        font-size: 17px;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

.product-compare .null-column {
    background-color: #eee;
    display: table;
    text-align: center;
}

    .product-compare .null-column > span {
        vertical-align: middle;
        display: table-cell;
        font-size: 12px;
        color: #666;
    }

        .product-compare .null-column > span > i {
            display: block;
            font-size: 40px;
            color: #666;
            margin-bottom: 15px;
        }

.cariodemedetay {
    background: #F57921;
    color: #fff !important;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-decoration: none;
}

.cariekstre .siparisbaslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cariekstre .cariekstrebaslik {
    display: grid;
    grid-template-columns: 25% 25% 13% 37%;
    background: #fff;
    padding: 2% 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .cariekstre .cariekstrebaslik > div:last-child {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.cariekstre .btn-success,
.cariekstre .btn-primary {
    margin-left: 10px;
    background-color: #F57921;
    border: none;
    outline: none;
}

.cariekstre .siparislerim {
    display: grid;
    grid-template-columns: 20% 35% 45%;
    align-items: center;
    margin: 15px 0;
}

.cariekstre .cariekstrelerim {
    display: grid;
    align-items: center;
    grid-template-columns: 27% 27% 46%;
    margin: 15px 0;
}

.cariekstre .hero {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    width: 100%;
}

.cariekstre .tarih {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.cariekstre .form-group {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .cariekstre .form-group label {
        margin: 0;
        padding-top: 0;
    }

    .cariekstre .form-group select {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    .cariekstre .form-group > div {
        width: 75%;
    }

.cariekstre .siparislerim-tarih {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cariekstre .siparislerim-tarih > div {
        font-size: 13px;
        font-weight: 700;
    }

    .cariekstre .siparislerim-tarih input {
        border: 1px solid #ccc;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        padding: 7px;
        height: 34px;
    }

    .cariekstre .siparislerim-tarih button {
        border: 1px solid #F57921;
        background: #F57921;
        color: #fff;
        padding: 7px;
        font-size: 14px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        height: 34px;
    }

        .cariekstre .siparislerim-tarih button:focus, .cariekstre .siparislerim-tarih input:focus {
            outline: none;
        }

.bootstrap-datetimepicker-widget table td.active {
    background-color: #F57921 !important;
}

.main .product-tabs {
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.result-div thead tr {
    font-weight: 700;
}

.result-div tr:nth-child(even) {
    background: #f9f9f9;
}

.result-div tbody td a {
    background: #F57921;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-decoration: none;
}

.b2b-ekstre-tabs .navigation {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .b2b-ekstre-tabs .navigation li:first-child a {
        border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        -moz-border-radius: 6px 0 0 0;
    }

#divReport tbody tr:nth-child(even) {
    background: #f9f9f9;
}

#divReport table > tbody > tr:last-child {
    background: #fff !important;
}

#divReport .content {
    padding: 20px 10px;
}

.activetab {
    background: #fff;
    color: #F57921 !important;
}

#divReport > div > table > tbody > tr > th {
    font-weight: 700;
}


#previewModal #galleryModal .modal-body {
    display: flex;
}

#previewModal #galleryModal .thumbs img {
    width: 90px;
}

#previewModal #galleryModal .modal-header {
    padding: 10px 5px;
}

#previewModal #galleryModal .thumbs ul {
    display: flex;
    align-items: center;
}

#previewModal #galleryModal .modal-dialog {
    max-height: 80%;
    overflow: auto;
}

.b2b-ekstre-tabs #siparisler .result-div {
    position: relative;
}

    .b2b-ekstre-tabs #siparisler .result-div > div {
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 15px;
        font-weight: bold;
        display: block !important;
    }

#galleryModal2 .thumbs {
    display: flex;
}

    #galleryModal2 .thumbs ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

        #galleryModal2 .thumbs ul li {
            width: 10%;
            height: 100%;
            cursor: pointer;
        }

.selectedthumbs {
    border: 1px solid #F57921;
}

#galleryModal2 .thumbs ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

#galleryModal2 .modal-header {
    padding: 10px;
}

#galleryModal2 .modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 80%;
    width: 60%;
}

    #galleryModal2 .modal-dialog .modal-content {
        background: #fff;
        display: grid;
        grid-template-rows: 7% 93%;
    }

        #galleryModal2 .modal-dialog .modal-content .modal-body {
            display: grid;
            grid-template-rows: 85% 15%;
        }

            #galleryModal2 .modal-dialog .modal-content .modal-body > div:first-child img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }

#quickview #buyukresim {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    cursor: default;
}

    #quickview #buyukresim i {
        margin-right: 7px;
    }

#quickview .row {
    height: 100%;
}

#quickview .view-area {
    height: 100%;
    display: grid;
    grid-template-rows: 90% 10%;
}

#divYetkiler > div {
    display: grid;
    grid-template-columns: 50% 50%;
}

    #divYetkiler > div label {
        display: inline-flex;
        align-items: center;
        margin: 5px 0;
    }

        #divYetkiler > div label input {
            position: relative;
            margin: 0;
            margin-right: 5px;
        }

.informationupdate > div:last-child > div:last-child button {
    float: right;
    background: #F57921;
    border-color: #F57921;
    outline: none;
}
