
/*
body:not(.fixed-topbar) .main-content .page-content {
    margin-top: 0;
    width: 100%;
    display: table;
}
*/

body {
    background-color: #fff;
    font-size: 14px;
}

header .header-menu {
    background-color: #393938;
    height: 50px;
}

header .header-menu nav ul.web-menu li a {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    display: block;
    line-height: 50px;
}

header .header-menu nav ul.web-menu .pull-right {
    background-color: #0a0a0a;
}

header .header-menu nav ul.web-menu li a:hover {
    background-color: #d01115;
    color: #fff;
}

header .header-menu nav ul.web-menu li a:hover {
    background-color: #d01115;
    color: #fff;
    box-shadow: 0 0 24px -6px black inset;
}

header .header-menu nav ul.web-menu li.last_item ul.submenu {
    border: 1px solid #393938;
}

header .header-menu nav ul.web-menu li.last_item ul.submenu li a {
    padding: 5px;
    font-size: 15px;
    line-height: 25px;
    color: black;
}

header a.login{
/*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top:10px !important;
    */
}

img {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 100%;
}

h1, .h1 {

    font-size: 30px;
    margin-top: 10px;
    font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;

}

header {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.product-list {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.product-list .list-item {
    float: left;
    padding: 0;
    margin: 5px;
    width: calc(35% - 25px);
    height: 600px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 5px -5px;
}

.product-list .list-item .list-image {

    display: table;
    width: 100%;
    height: 360px !important;

}

.product-list .list-item .list-image a img {
    max-width: 100%;
    width: auto;
    border-radius: 5px;
    max-height: 350px;
}

.product-list .list-item .item-group:hover {
    border: none;
    margin-bottom: 10px;
}

.product-list .list-item .item-group {
    border: none;
    margin-bottom: 10px;
}

.cart-group{

    padding: 0 10px;
}

.cart-group input{
    width: 50px;
    display: inline-block;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    position: relative;
    top: -2px;
    padding: 0 5px;
    text-align: center;
}

.cart-group button {
    width: calc(100% - 55px) !important;
    display: inline-block;
    border: 1px solid #ff6000 !important;
    color: #ff6000 !important;
}

.product-list .list-item button.cart-add-button:hover {
    background-color: #ff6e04;
    color: white !important;
}

.product-list .list-item .options .price {
    font-size: 18px;
    color: #000;
}

.filter{
    background: white;
    margin-top: 10px;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
}

.filter-group {

    margin-bottom: 20px;
    border-bottom: 1px solid

    #f4e7e7;
    padding-bottom: 15px;

}

.filter-group h3{
    display: block;
    margin-top: 5px !important;
    padding-left: 10px;
    font-weight: bold;
    color: black;
}
.filter-group ul{
    display: table;
    margin: 0 auto;
    width: 100%;
}
.filter-group ul li{
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.filter-group ul li a {
    color: #222222;
    width: 100%;
    display: table;
}

.filter-group ul li:hover a{
    color: #fff;
}
.filter-group ul li:hover {
    background-color: #eb6e00;
    
}
.filter-group ul li:first-child {
    border-top: none;
}
.filter-group ul li {

    list-style: none;
    display: block;
    margin: 5px;
    border-top: 1px solid #d4e2fd;
    padding: 3px 5px;
    border-radius: 2px;

}

.mobil-filter span{
    display: none;
}

.category-product .category-items {
    width: 100%;
    float: left;
}

.submit-button{
    display: block;
    background:#08e308;
    color:white;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    border-radius: 4px;
    width: 100%;
    border: none;
}

#user-login label,#user-register label{
    display: block;
    width: 100%;
}

.alert-error{
    padding: 5px;
    background: #ea4949;
    color: white;
    border-radius: 3px;
    margin: 5px 0;
}


.product-details .price-list .odd{
    text-decoration: line-through;
    display: inline-block;
    color:
            gray;
}

.quantity-buttons{
    display: inline-block;
}

.hidden-lg, .hidden-md {
    display: none !important;
}

header .header-menu nav ul.web-menu li.last_item ul.submenu {
    z-index: 1000000 !important;
}

nav.main_menu ul li a{
    color: black;
    border-right: 1px solid #e9e9e9;
    padding: 20px;
    line-height: 40px;
    font-size: 16px;
    display: table;

}
nav.main_menu ul li{
    list-style: none;
    display: inline-block;
    height: 75px;
}

.login-right, .login-left {
    font-size: 14px;
    margin-bottom: 25px;
}

nav.main_menu ul{
    padding: 0;
    margin: 0;
}

header .header-center {
    padding: 0;
}

.main-content .page-content.page-thin {
    padding: 0;
}

header .header-center .accounts {
    padding: 0;
    display: table;
    float: right;
    position: relative;
    top: 10px;
}

.header-center img.logo{
    position: relative;
    top: 5px;
    height: 100px !important;
    width: auto;
}

header .header-center .search .input-search {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;

}
header .header-center .search span i {
    color: #1d1d1c;
    font-size: 20px;
    line-height: 46px;
}

header .header-center .search span:hover {
    background: #000000;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
}

header .cart-count {
    background-color: #232323;

}

header a.login, header a.logout {
    padding: 11px 20px;
    background: rgb(208 17 21);
    top: 2px;
}

.yetkili_resmi img{
    height: 100px;
}

a.fileinput-exists{
    display: inline-block;
    padding: 7px 17px;
    margin-right: 0;
    background: red;
    color: white;
}

.swal-overlay{
    z-index: 1000000;
}

.swal-footer{
    display: table !important;
    margin: 0 auto !important;
}

.messages{
    display: table;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
}

.message-item{
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.send-date{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.message-info {
    background-color: #f4f9ff;
    min-height: 175px !important;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
}

.this-user .message-info {
    background-color: #e5ffe3;
}
.message-info:after {
    border-right-color: #f4f9ff;
}
.message-info:after {
    right: 100%;
    top: 53px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 248, 248, 0);
    border-right-color: #f4f9ff;
    border-width: 20px;
    margin-top: -20px;
}

.message{
    padding: 10px 0;
}

.messages h3{
    text-align: center;
}
.messages .sender_img{
    border-radius: 50% !important;
    border: 3px solid #eee;
    width: 80px;
    height: 80px;
}

.sender-info{padding-top: 10px}

.account-check{
    display: table;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: orange;
    color: white;
    border-radius: 5px;
}

.account-setting-menu{
    margin: 0;
    padding: 0;
}

.account-setting-menu li{
    list-style: none;
    background: white;
    display: table;
    width: 100%;
    margin: 5px 0;
    position: relative;
}

.account-setting-menu li:first-child{
    margin-top: 0;
}

.account-setting-menu li.active{
    background: #f2f2f2;
}

.account-setting-menu li.active::after {
    content: ' ';
    background: #f2f2f2;
    width: 50px;
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    height: 45px;
}

.account-setting-menu li a{
    display: block;
    color: #0f0f0f;
    padding: 10px;
}

.setting-content{
    background: #f2f2f2;
    display: block;
    padding: 20px;
    min-height: 250px;
}

.setting-section{
    padding: 10px 0;

}

.payment-item.active{
    background: greenyellow !important;
    opacity: 1;
}
.payment-item a{
    color: black;
    display: table;
    width: 100%;
    padding: 20px;
}
.payment-item{

    background: white;
    margin: 5px 0;
    opacity: 0.5;
}

#find-product:focus,#find-product:active{
    background: #fff !important;
}

#find-products:focus,#find-products:active{
    background: #fff !important;
}

#find-myproducts:focus,#find-myproducts:active{
    background: #fff !important;
}
.search-area{
    position: relative;
    top: -5px;
}
.search-area:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f002";
    position: absolute;
    z-index: 11;
    top: 10px;
    left: 10px;
    font-size: 18px;
}

.search-area button{
    position: absolute;
}

#find-product, #find-products,#find-myproduct{
    background: white;
    border: none;
    position: relative;
    padding-left: 50px;
    width: calc(100% - 100px);
    display: inline-block;
}

#return-area{display: none}

#search-response{
    display: block;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.seach-item:first-child{
    border-top:none;
}
.seach-item{
    margin: 5px 0;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}

.main-content {
    background: #fff;
    margin-left: 0px;
    min-height: 350px;
    padding-bottom: 0px;
}

.main-content .page-content {
    background-color: #fff;
}

body section {
    height: auto;
    background-color: #fff;
}

.add-discount{
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
}

h3.form-title{margin: 8px 0 !important;}

.panel-header .btn{
    margin-bottom: 0 !important;
    position: relative;
    top: 5px;
}

table tfoot td{border: none !important}

.btn.shop-btn {
    background-color: #ff9a17 !important;
    color: #fff;
}

.btn.shop-btn:hover {
    background-color: #eb781f !important;
    color: #fff;
}

.arrow_aciklama{
    background: #e6fcff;
    padding: 20px;
}

.arrow_aciklama title{
    display: inline-block;
    width: 60px;
    font-weight: bold;
}

.arrow_aciklama ul li{
    list-style: none;

}

.fav-add-button{
    display: none;
}

#product-info .product-details ul li.price-list {
    border: 1px solid #fb6f0a;
}

#product-info .product-details ul li.price-list .shipping {
    background: #fb6f0a;
}

#product-info .product-details ul li .cart-add-button:hover {
    background-color: #c85909;
}

#product-info .product-details ul li .cart-add-button {
    background: #fb6f0a;
}

.quantity-block{
    width: 90px;
    display: table;
}

/* Chrome, Safari, Edge, Opera */
.quantity-block input::-webkit-outer-spin-button,
.quantity-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-block input[type=number] {
    -moz-appearance: textfield;
}

.quantity-block input{
    width: 40px !important;
    height: 40px !important;
    display: inline-block !important;

}
.quantity-group{
    width: 30px;
    display: inline-block;
}

.btn-quantity{
    border: 1px solid #bfbfbf;
    display: block;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.cart-summary .cart-total {
    border: 1px solid #E4E4E4;
    margin: 0px !important;
    padding: 0;
}

.cart-total ul li span {
    font-size: 22px;
    width: 50%;
    float: left;
    text-align: right;
}

.cart-total ul li.total {
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 12px;
}

.table-6n{
    display: block;
    width: 100%;
}

.table-8n{
    display: block;
    width: 100%;
}

.table-6n .thead>ul>li:nth-child(1),.table-6n .tbody>ul>li>ul>li:nth-child(1){
    width: 20%;
}
.table-6n .thead>ul>li:nth-child(2),.table-6n .tbody>ul>li>ul>li:nth-child(2){
    width: 30%;
}
.table-6n .thead>ul>li:nth-child(3),.table-6n .tbody>ul>li>ul>li:nth-child(3){
    width: 14%;
}
.table-6n .thead>ul>li:nth-child(4),.table-6n .tbody>ul>li>ul>li:nth-child(4){
    width: 10%;
}
.table-6n .thead>ul>li:nth-child(5),.table-6n .tbody>ul>li>ul>li:nth-child(5){
    width: 10%;
}
.table-6n .thead>ul>li:nth-child(6),.table-6n .tbody>ul>li>ul>li:nth-child(6){
    width: 14%;
}




.table-8n .thead>ul>li:nth-child(1),.table-8n .tbody>ul>li:nth-child(1){
    width: 15%;
}
.table-8n .thead>ul>li:nth-child(2),.table-8n .tbody>ul>li:nth-child(2){
    width: 25%;
}
.table-8n .thead>ul>li:nth-child(3),.table-8n .tbody>ul>li:nth-child(3){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(4),.table-8n .tbody>ul>li:nth-child(4){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(5),.table-8n .tbody>ul>li:nth-child(5){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(6),.table-8n .tbody>ul>li:nth-child(6){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(7),.table-8n .tbody>ul>li:nth-child(7){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(8),.table-8n .tbody>ul>li:nth-child(8){
    width: 10%;
}


.table-8n .thead>ul>li:nth-child(1),.table-8n .tbody>div>ul>li:nth-child(1){
    width: 15%;
}
.table-8n .thead>ul>li:nth-child(2),.table-8n .tbody>div>ul>li:nth-child(2){
    width: 25%;
}
.table-8n .thead>ul>li:nth-child(3),.table-8n .tbody>div>ul>li:nth-child(3){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(4),.table-8n .tbody>div>ul>li:nth-child(4){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(5),.table-8n .tbody>div>ul>li:nth-child(5){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(6),.table-8n .tbody>div>ul>li:nth-child(6){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(7),.table-8n .tbody>div>ul>li:nth-child(7){
    width: 10%;
}
.table-8n .thead>ul>li:nth-child(8),.table-8n .tbody>div>ul>li:nth-child(8){
    width: 10%;
}





.cart-group span.title{
    padding: 5px 20px;
    position: absolute;
    top: -23px;
    background: white;
    left: 10px;
}
.table-6n .tbody>ul.cart-group>li{
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 5px 0;
    margin-top: 5px;
    padding: 10px;
    margin-top: 25px;
    position: relative;
}
.table-6n .tbody>ul>li>ul:first-of-type {
    border-top: none;
}
.table-6n .tbody>ul>li>ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    border-top: 1px dashed #cacaca;
    padding: 10px 0;
}
.table-6n .thead>ul>li{
    border-bottom: 1px solid #dfdfdf;
    padding: 0 5px;
}

.table-6n ul{
    clear: both;
}

.table-6n ul li{
    list-style: none;
    display: block;
    float: left;
}
.table-6n ul{
    margin: 0;
    padding: 0;
}



.table-8n .tbody>ul.cart-group>li{
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 5px 0;
    margin-top: 5px;
    padding: 10px;
    margin-top: 25px;
    position: relative;
}
.table-8n .tbody>div>ul:first-of-type {
    border-top: none;
}
.table-8n .tbody>div>ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    border-top: 1px dashed #cacaca;
    padding: 10px 0;
}
.table-8n .thead>ul>li{
    border-bottom: 1px solid #dfdfdf;
    padding: 0 5px;
}

.table-8n ul{
    clear: both;
}

.table-8n ul li{
    list-style: none;
    display: block;
    float: left;
}
.table-8n ul{
    margin: 0;
    padding: 0;
}



#calendar{
    padding: 20px;
}

.modal-open .modal {
    z-index: 2000000;
}
.modal-open .select2-dropdown {
    z-index: 2000050 !important;
}
.modal-backdrop {
    z-index: 1040000;
}


.iziToast-wrapper-center .iziToast,.iziToast-wrapper-topCenter .iziToast,.iziToast-wrapper-bottomCenter .iziToast {
    margin:5px auto !important;
    display: table !important;
}

.fc-time-grid .fc-slats td {
    height: 3.5em !important;
    border-bottom: 0;
}

li.account-menu:hover ul.account-toggle{
    display: block;
}

.cart-group button.cart-add-button {
    width: 100%;
    border: 1px solid #fd3b6d;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #ff6000;
    color: white !important;
}
.cart-group button {
    width: calc(100% - 55px) !important;
    display: inline-block;
    border: 1px solid #ff6000 !important;
    color: #ff6000 !important;
}

#shipping_list label.ship-item h4{
    display: inline-block;
    position: relative;
    top: 3px;
}
#shipping_list label.ship-item:hover {
    background: #eee;
}
#shipping_list label.ship-item {
    list-style: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 10px;
    position: relative;
    width: 24%;
    min-height: 75px;
    float: left;
    cursor: pointer;
}

.doshedl h2,.doshedl p{
    text-align: right;
}

.sale-address{
    width: 100%;
    display: block;
    background: #ebebeb;
    padding: 15px;
    line-height: 22px;
}
/*
input.iban{
    padding-left: 30px;
}
.iban-title{
    position: absolute;
    top: 10px;
    left: 23px;
}
*/

.radio_items{
    display: none;
}
.icon-calendar{
    top: 3px !important;
    left: 5px !important;
}

#event-km-modal{
    z-index: 1050000 !important;
}

.reseller{
    position: absolute;
    right: 0;
    top: -25px;
}

.discount-form .product-item .btn-danger{
    position: relative;
    top: 5px;
    right: -5px;
}
.discount-form .product-item{
    border: 1px solid #d2d1d1;
    padding: 0 15px;
    margin: 3px 0;
    position: relative;
}
.discount-form .search-area button{
    right: 75px !important;
}

.datepicker{
    z-index: 1222222 !important;
}

.price .old-price{
    text-decoration-line: line-through;
}

.price .price{
    font-weight: bold;
    font-size: 14px;
}

.price .discount{
    background: red;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.seach-item .searc-item-content{
    position: relative;
    top: -10px;
}

.seach-item b{
    font-weight: 700;
    width: 70px;
    display: inline-block;
    line-height: 25px;
}

.seach-item .barcode b{
    line-height: 12px;
    font-size: 12px;
}

#return-area{
    display: none;
}

.table-8n ul.cart-group>li{
    width: 100%;
}

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

.cart-company-group h3.title{
    position: absolute;
    top: -37px;
    background: white;
    padding: 5px 10px;

}
.cart-company-group {
    display: table;
    width: 100%;
    position: relative;
    padding: 20px;
    border: 1px solid #d0d0d0;
    margin: 30px 0;
}

ul.cart-group>li {
    position: relative;
    padding: 20px 0;
    margin: 20px 0;
    border: 1px dashed #c3c3c3;
}

.order-detail .cart-product-group {
    width: 90%;
    display: inline-block;
}


.order-detail .button-group a{
    width: 80%;
}
.order-detail .input-group b{
    display: inline-block;
    width: 150px;
}
.order-detail .button-group{
    width: 20% !important;
    display: table-cell;
    vertical-align: middle;
}

.order-detail img{
    border-radius: 0 !important;
}


.order-detail .table-8n .thead > ul > li:nth-child(2), .table-8n .tbody > div > div > ul > li > ul > li:nth-child(2) {
    width: 35%;
}

.order-detail .table-8n .thead > ul > li:nth-child(3), .table-8n .tbody > div > div > ul > li > ul > li:nth-child(3) {
    width: 25%;
}

.order-detail .cart-company-group h3.title {
    position: absolute;
    top: -55px;
    background: #ff8f00;
    padding: 10px;
    width: 100%;
    left: 0;
    color: white;
}

#excel-content fieldset .btn-success{
    /*margin: 0;*/
}
#excel-content fieldset{
    width: 33%;
    display: inline-block;
}
#item-area .product-item{
    border: 1px solid #c1c1c1;
    padding: 5px;
    padding-bottom: 5px;
    padding-bottom: 0;
    margin: 5px 0;
}

#item-area .product-item h4{
    margin: 0;
}

input.findinput{
    padding-left: 30px;
}

.seach-item h4{
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

header .header-center .account-toggle {

    right: -6px;
    left: initial;
}

.cart-group li ul:first-of-type{
    border: none;
}

.cart-group li ul li i.icons-office-52{
    color: red;
    font-weight: bold;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
}

.cart-group li ul{
    margin: 5px 0;
    display: table;
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 5px 0;
}

.table-8n ul.cart-group li ul li {
    list-style: none;
    display: table-cell;
    float: initial;
    vertical-align: middle;
}

.sf-sea .sf-nav li.sf-active, .sf-sea .sf-nav li.sf-nav-link:hover {
    background: #e67700 !important;
}

#user-panel .widget-info .right .number {
    font-family: 'Lato', 'Open Sans', Arial;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
}

#user-panel .widget-info .right {
    float: initial;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#user-panel .panel-content .row{display:table}
#user-panel .panel-content{
    padding: 10px 20px;
    display: table;
}
.close-search-response{
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #d7d7d7;
    text-align: center;
    padding: 0 3px;
    cursor: pointer;
}

.search-area button{
    position: absolute;
    right: -5px;
    top: 5px;
    padding: 0px 20px;
    height: 30px !important;
    background: #ffa0a0;
    background-color: rgb(255, 160, 160);
    color: white;
}
.search-area input{
    padding-left: 40px;
}
.search-area{
    position: relative;
    margin-top: 10px;
}

#account-editproduct #item-area .product-item h4,#account-productform #item-area .product-item h4 {
    margin: 0;
    position: relative;
    top: 11px;
}

#account-editproduct .product-item input:after,#account-productform .product-item input:after {
    content: 'ADET';
}
#account-editproduct .product-item input,#account-productform .product-item input {
    width: 105px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 50px;
}
#account-editproduct #search-response, #account-productform #search-response {
    display: block;
    width: 100%;
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 30px;
}

.list-item .item-group .flag ul li{
    list-style: none;
    text-align: right;
    background: #ffa500eb;
    color: white;
    padding: 2px 5px;
    margin: 5px 0;
    width: auto;
    display: table;

}
.list-item .item-group .flag{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.list-item .item-group{
    position: relative;
}

#product-view .seach-item .image-item{
    height: 330px;
}
#product-view .seach-item{
    width: 23%;
    border: 1px solid #e3e3e3;
    margin: 5px;
    display: inline-block;
    height: 450px;
    padding: 10px;
}

.topbar .header-left .topnav .menutoggle{
    width: 50px !important;
    position: relative;
    top: 0;
}

.topbar .header-right .header-menu #user-header .dropdown-menu li a i {
    padding-right: 8px;
    position: relative !important;
}

.topbar .header-left .topnav > ul > li > a {
    padding: 13px 7px 13px !important;
}

.topbar .header-left .topnav > ul > li > a:hover, .topbar .header-left .topnav > ul:not(.nav-icons) > li > a:focus, .topbar .header-left .topnav > ul:not(.nav-icons) > li.open > a, .topbar .header-left .topnav > ul:not(.nav-icons) > li.active > a {
    padding: 13px 7px 13px !important;
}

.dashboard .main-content .page-content.page-thin {
    padding: 70px 25px 0 25px !important;
}

.dashboard .main-content {
    background: #F5F5F5;
    margin-left: 240px;
    min-height: 750px;
}

.sidebar .sidebar-inner .nav-sidebar > li.active > a {
    background-color: orange !important;
}

@media screen and (min-width: 1024px) {
    .sidebar-collapsed:not(.boxed) .topbar .header-left .topnav{
        background: orange;
        width: 50px;
    }

    .sidebar-collapsed .dashboard .topnav {
        background: orange;
        width: 50px;
    }
    .sidebar-collapsed .dashboard .main-content {
        margin-left: 50px;
    }

    .sidebar-collapsed .main-content {
        margin-left: 50px;
    }

    .sidebar-collapsed .sidebar .sidebar-inner .nav-sidebar > li.nav-hover > a {
        background: orange;
    }
    .sidebar-collapsed .sidebar .sidebar-inner .nav-sidebar > li.nav-hover:not(.nav-active) > a span:not(.badge) {
        background: orange;
    }

    .sidebar-collapsed .topbar .header-left .topnav .menutoggle {
        background: orange;
    }
}

#account-productsale #search-response button{ margin: 0 }

#search-response-cart button{
    margin: 0;
    position: relative;
    top: 5px;
}
#search-response-cart{
    background: white;
    display: none;
    padding: 10px;
    width: 100%;
    height: 50px;
}

.addcart:hover{
    background: #00a833;
}
.addcart{
    background: #007b25;
}

.addcartsale:hover{
    background: #5effc8;
}
.addcartsale{
    background: #3baf8c;
}
.addcart a i, .addcart a span{
    opacity: 1 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #10d95e;
    border-color: #025c19 !important;
    color: #fff;
}

table.table td[contenteditable="true"]:focus{
    border: 3px solid #ffa500;
    background: #fff2cc;
    color: black;
}

#account-productsale .seach-item input{
    width: 80px;
    height: 35px;
    margin-right: 5px;
}

#account-productsale .seach-item a{
    margin: 0;
}

#success-order{display: none}

span.buble{
    position: absolute;
    right: 60px;
    background: #ff8300;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 10px;
    opacity: 1;
}

span.sub_buble{
    position: absolute;
    right: 5px;
    background: #ff8300;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 10px;
    opacity: 1;
}

.product-list .list-item button.cart-add-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #ff6000;
    color: white !important;
}

.product-list .list-item button[data-success] i{
    position: relative;
    top: 0px;
}
.product-list .list-item button[data-success] {
    background-color: #ff3133 !important;;
}
.seach-item button[data-success]{
    background-color: #f90000 !important;
    font-size: 14px !important;
    padding: 0;
}

.active_passive {width: 80px !important;}

.active_passive .onoffswitch-switch {
    right: 53px;
}

.active_passive .onoffswitch-inner::before {
    content: "AKTİF" !important;
}

.active_passive .onoffswitch-inner::after {
    content: "PASİF" !important;
}


.yes_no {width: 80px !important;}

.yes_no .onoffswitch-switch {
    right: 53px;
}

.yes_no .onoffswitch-inner::before {
    content: "EVET" !important;
}

.yes_no .onoffswitch-inner::after {
    content: "HAYIR" !important;
}

.mh-head .mh-btns-right {
    right: 10px;
    left: initial;
}

#safes-list ul li .title{
    padding: 5px;
    border-bottom: 1px solid #d4d4d4;
    background: #ffc485;
    color: black;

}

#safes-list ul li.main{
    list-style: none;
    display: inline-block;
    margin: 5px;
    height: 150px;
    border: 1px solid #d4d4d4;
    width: 49%;
    float: left;
}

#swal2-content .form-group{
    margin: 5px 0;
    display: table;
    width: 100%;
}

#safes-list li .items a span{
    display: block;
    text-align: center;
}

#safes-list li .items a{
    background: #f7f7f7;
    box-shadow: 0 0 7px -4px;
    list-style: none;
    display: inline-block;
    padding: 10px;
    position: relative;
    margin: 20px 10px;
    font-size: 17px;
    text-align: center;
    color: black;
}

.invicerow h3 button{
    position: absolute;
    right: 0;
    top: 6px;
}

.invicerow h3{
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid gray;
    margin: 0px !important;
    padding: 10px;
}

.invicerow{
    background: #eaeaea;
    display: table;
    width: 100%;
}

.invicerow_items div input{
    width: calc(100% - 39px);
}

.invicerow_items div i{
    background: red;
    padding: 10px 12px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.invicerow_items div{
    position: relative;
    background: white;
    padding: 5px;
    border: 1px solid gainsboro;
}

.col-sm-20{
    width: 20%;
    float: left;
}
.payment-item:nth-child(even){
    background-color: #efefef;
}

.iframe_content{position: relative}

.header_area{
    position: absolute;
    width: 100%;
    height: 82px;
    background-color: #2b3ea5;
    right: 0;
    top: 0;
}

.footer_area{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 235px;
    background: white;
}

footer {
    background-color: #FFFFFF;
    color: #777777;
    margin-top: 20px;
    border-top: 4px solid #393938;
}

.brand-list ul li a:hover {
    background: #d01115;
    color: white;
}

.profile{
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
}