/*LiveSearch Start*/
.eac-item img {
  margin-right: 4px;
  max-height: 30px;
  max-width: 30px;
}
/*LiveSearch END*/

.owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-dots .owl-dot span{
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  width: 7px !important;
  height: 7px !important;
  margin: 2px 4px !important;
}
.spinning-loading {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100000;
  background: rgba(255,255,255,0.5) url("/images/loading.gif") no-repeat center center;
}
.loading{
  background: url("/images/loading.gif") no-repeat center center;
  min-height: 30px;
}
#e2-toast {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  margin-left: 5px;
  z-index:99;
}
#e2-toast .alert {
  margin: 0.5rem 0 0;
  padding: 0.25rem 0.75rem;
  float: right;
  clear: right;
  text-align: center;
  line-height: 1.3;
}
.e2-cart tbody tr td{
  vertical-align: middle;
}
.add-to-cart-pty-minus-plus input{
  text-align: center;
}
.add-to-cart-pty-minus-plus input::-webkit-outer-spin-button,
.add-to-cart-pty-minus-plus input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.add-to-cart-pty-minus-plus input[type=number] {
  -moz-appearance:textfield; /* Firefox */
}
.mini-cart-table{
  font-size: 90%;
}
.mini-cart-table tbody td{
  padding: 0;
  vertical-align: middle;
}
.mini-cart-table thead th{
  border: none !important;
}
.mini-cart-table img{
  max-height: 50px;
  max-width: 50px;
}

.modal-header .close {
  font-size: 1.8rem;
}

.productListPrev, .productListNext{
  float: left;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  background: #e6e4e6;
  opacity: 0.5;
  border: none;
}
.productListPrev{
  left: 15px;
}
.productListNext{
  right: 15px;
}
.productListPrev span, .productListNext span{
  font-size: 48px;
  line-height: 24px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Pending Orders Detail table css kodları başlangıç*/

#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(1){
  width: 10%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(2){
  width: 14%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(3){
  width: 11%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(4){
  width: 16%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(5){
  width: 15%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(6){
  width: 16%;
}
#pending_orders_detail_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(7){
  width: 13%;
}

/* Pending Orders Detail table css kodları bitiş */

/* Orders table css kodları başlangıç*/

#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(1){
  width: 15%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(2){
  width: 15%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(3){
  width: 17%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(4){
  width: 15%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(5){
  width: 15%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(6){
  width: 15%;
}
#order_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(7){
  width: 8%;
}

/* Orders table css kodları bitiş */

/* Invoices table css kodları başlangıç*/

#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(1){
  width: 8%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(2){
  width: 11%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(3){
  width: 10%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(4){
  width: 8%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(5){
  width: 7%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(6){
  width: 9%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(7){
  width: 10%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(8){
  width: 11%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(9){
  width: 10%;
}
#service_forms_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(10){
  width: 1%;
}

/* Servis form css kodları bitiş */
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(1){
  width: 12%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(2){
  width: 11%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(3){
  width: 19%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(4){
  width: 30%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(5){
  width: 13%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(6){
  width: 9%;
}
#invoice_table > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(7){
  width: 8%;
}

/* Invoices table css kodları bitiş */

/* Dispatches table css kodları başlangıç*/

#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(1){
  width: 19%;
}
#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(2){
  width: 11%;
}
#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(3){
  width: 18%;
}
#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(4){
  width: 31%;
}
#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(5){
  width: 13%;
}
#dispatches_id > div > table.VueTables__table.table.table-striped.table-bordered.table-hover > thead > tr > th:nth-child(6){
  width: 8%;
}

/* Invoices table css kodları bitiş */

/*.productListPrev::after, .productListNext::after {*/
/*  font-family: 'FontAwesome';*/
/*  color: #000;*/
/*  font-size: 16px;*/
/*  line-height: 40px;*/
/*}*/
/*.productListPrev::after {*/
/*  content: "\f053";*/
/*}*/
/*.productListNext::after {*/
/*  content: "\f054";*/
/*}*/

.pointer{
  cursor: pointer;
}

.e2Shop .border-success{
  box-shadow: inset 0 0 2px #00b31a;
}
.e2Shop .border-success .custom-control-input:checked ~ .custom-control-label::before{
  border-color: #00b31a;
  background-color: #00b31a;
}
.e2Shop .border-success label{}
.e2Shop .custom-control{
  display: inline-block;
}

.e2Shop .vpos .card-header{
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.e2Shop .vpos .list-group-item{
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.e2Shop .vpos .vpos_disable{
  opacity: 0.5;
}
.vpos .card .card-header .logo{
  display: inline-block;
  width: 66px;
  height: 20px;
  background: url(/images/sanal_poslar.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  border-radius: 4px;
  /*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);*/
  margin-right: 10px;
}
.vpos.bonus .card{ background-color: #D0ECB5; }
.vpos.bonus .card .card-header .logo{}
.vpos.world .card{ background-color: #E0B7E7; }
.vpos.world .card .card-header .logo{ background-position: center -20px }
.vpos.maximum .card{ background-color: #FAAADB; }
.vpos.maximum .card .card-header .logo{ background-position: center -40px }
.vpos.finans .card{ background-color: #ADC1EA; }
.vpos.finans .card .card-header .logo{ background-position: center -60px; }
.vpos.axess .card{ background-color: #f5eca2; }
.vpos.axess .card .card-header .logo{ background-position: center -80px; }
.vpos.advantage .card{ background-color: #f5eca2; }
.vpos.advantage .card .card-header .logo{ background-position: center -100px; }
/*.taksit_panel .asya{ background-color: #b3d3e5; }*/
/*.taksit_panel .asya span{ background-position: center -120px; }*/
.vpos.paraf .card{ background-color: #ace2f5; }
.vpos.paraf .card .card-header .logo{ background-position: center -180px; }
.vpos.other .card{ background-color: #dddddd; }
.vpos.other .card .card-header .logo{ background-position: center -200px; }
.vpos.kuveyt .card{ background-color: #b7ded0; }
.vpos.kuveyt .card .card-header .logo{ background-position: center -220px }
.vpos.combo .card{ background-color: #dddddd; }
.vpos.combo .card .card-header .logo{ background-position: center -240px; }
.vpos.imece .card{ background-color: #9edcf2; }
.vpos.imece .card .card-header .logo{ background-position: center -260px; }
.vpos.uretici .card{ background-color: #D0ECB5; }
.vpos.uretici .card .card-header .logo{ background-position: center -280px; }

.product-list-left-filter.desktop {font-size: 90%}
.product-list-left-filter .card-header{ padding: .5rem .75rem; font-weight: bold; }
.product-list-left-filter.desktop .card-body{ padding: .4rem .2rem .4rem .6rem; }
.product-list-left-filter.mobile .card-body{ padding: .5rem .25rem .5rem .75rem }
.product-list-left-filter .card-body .scroll{ max-height: 200px; overflow-y: auto; }
.product-list-left-filter .card-body .scroll::-webkit-scrollbar { width: 3px; height: 1px }
.product-list-left-filter .card-body .scroll::-webkit-scrollbar-track { background: #eaeaea; border-radius: 5px; }
.product-list-left-filter .card-body .scroll::-webkit-scrollbar-thumb { background: #999; border-radius: 5px; }
.product-list-left-filter.desktop .filter-item .custom-control-label{padding-top: 0.1rem}
.product-list-left-filter .variant_color_box .filter-item .custom-control-label::before{
  background: var(--bgCol) !important;
}
.product-list-left-filter .variant_color_box .filter-item .custom-control-input:checked ~ .custom-control-label::before{
  border: 1px solid #000;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
.product-list-left-filter .variant_color_box .custom-control.custom-checkbox{
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.product-list-left-filter .filter-item .filter-count{
  border: 1px solid #ccc;
  color: #aaa;
  font-size: 70%;
  padding: 0 .2rem;
  vertical-align: middle;
}
.product-list-left-filter .filter-item .custom-control-label{
  white-space: nowrap;
}


.input-group-md > .form-control:not(textarea),
.input-group-md > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-md > .form-control,
.input-group-md > .custom-select,
.input-group-md > .input-group-prepend > .input-group-text,
.input-group-md > .input-group-append > .input-group-text,
.input-group-md > .input-group-prepend > .btn,
.input-group-md > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.col-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xl-25 {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 576px) {
  .col-sm-25 {
    flex: 0 0 20.8333333333% !important;
    max-width: 20.8333333333% !important; }
}
@media (min-width: 768px) {
  .col-md-25 {
    flex: 0 0 20.8333333333% !important;
    max-width: 20.8333333333% !important; }
}
@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 20.8333333333% !important;
    max-width: 20.8333333333% !important; }
}
@media (min-width: 1200px) {
  .col-xl-25 {
    flex: 0 0 20.8333333333% !important;
    max-width: 20.8333333333% !important; }
}

.custom-select{
  -webkit-appearance: none;
}

.product-list-left-filter.mobile{
  position: fixed;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  /*left: -70%;*/
  /*transition: .5s;*/
  left: 0;
  transition: transform 300ms linear;
  transform: translateX(-100%);
}
.product-list-left-filter.mobile.open{
  /*left: 0;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transform: translateX(0%);
}

.product-list-left-filter.mobile .filter-overlay{
  margin-left: 100%;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0);
}
.product-list-left-filter.mobile.open .filter-overlay{
  width: 200%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.product-list-left-filter.mobile .filter-overlay .filter-icon{
  top: calc(50% - 10px);
  border: #ccc solid 1px;
  border-left-width: 0;
  position: fixed;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  opacity: 1;
  transition: .5s;
  visibility: visible;
}
.mobile-menu-open .product-list-left-filter.mobile .filter-overlay .filter-icon{
  opacity: 0;
  visibility: hidden;
}
.product-list-left-filter.mobile .left-filter-body{
  overflow-y: scroll;
  height: 100%;
}

.product-variants button.color-selected{
  border: 2px solid #000 !important;
}
.product-variants button:disabled::after, .product-variants button:disabled::before{
  content: '';
  border-top: 1px solid rgba(0,0,0, 0.5);
  width: 70%;
  left: 15%;
  top: 50%;
  position: absolute;
  -webkit-backface-visibility: hidden;
}
.product-variants button:disabled::after{
  transform: rotate(-35deg);
}
.product-variants button:disabled::before{
  transform: rotate(35deg);
}


@media screen and (max-width:601px) {
  table.mobile-optimised {
    word-wrap:break-word;
  }
  table.mobile-optimised thead {
    display:none
  }
  table.mobile-optimised tbody td {
    display:block;
    float:right;/* ie9 and under hack */
    width:100%;
    clear:both;
    background:#f5f5f5;
    text-align: right;
    box-sizing:border-box;
  }
  table.mobile-optimised tbody, table.mobile-optimised tr {
    display:block
  }
  .mobile-optimised tbody td:before {
    content:attr(data-th);
    display:inline-block;
    font-weight:bold;
    padding-right: 10px;
    float: left;
  }
  .mobile-optimised tbody tr {
    float:left;width:100%;
    margin-bottom:10px;
  }
  table.mobile-optimised tfoot tr {
    text-align: right;
  }
  table.mobile-optimised tfoot tr td{
    display: inline-block;
    border: none;
  }
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}
.line-head {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.line-head::before {
  content: ' ';
  border-top: 8px solid;
  border-top-color: inherit;
  height: 0;
  width: 100%;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}
.line-head span {
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
}

/*Vuetables*/
.VueTables__limit {
  display: none;
}

.favorite-list > div {
  border: 1px solid #ddd;
  height: 100%;
}
.favorite-list .fa-heart {
  font-size: 1.4rem;
  cursor: pointer;
}

/*Fotorama CSS Başlangıç*/
.fotorama__wrap {
  margin: 0 auto; }
.fotorama__fullscreen-icon {
  width: 48px !important;
  height: 48px !important;
  top: 0px !important;
  right: 0px !important;
  background-position: -4px -76px !important;
  z-index: 20;
}
.fotorama__arr--next{
  right: 0px !important;
  background-position: -70px 0px !important;
}
.fotorama__arr--prev{
  left: 0px !important;
  background-position: -10px 0px !important;
}
.fotorama__arr {
  position: absolute;
  width: 48px !important;
  height: 64px !important;
  top: 50%;
  margin-top: -32px;
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(/images/fotorama@2x.png) no-repeat;
}
/*Fotorama CSS Bitiş*/

.rating {
  font-size: 45px;
  color: #727272;
}

.rate-hover-layer, .rate-select-layer, .star-color {
  color: #efb73e;
}

.review-stars {
  font-size: 14px;
}

.read-only-rate {
  font-size: 35px;
  color: #727272;
}
/*Icon Menu CSS Başlangıç*/
.icon-menu-text {
  text-align:center;
  font-size:.9rem;
  line-height:1.15rem;
}
.icon-menu-text h6 {
  margin-bottom: 0px;
  font-weight: 500;
}
.icon-menu-text span {
  font-weight: 300;
}
#icon-menu-slider.owl-carousel .owl-stage .owl-item {
  padding: 10px;
  align-items: center !important;
  display: flex !important;
  min-height: 132px;
}
.horizontal-menu-image-custom{
  max-height: 40px;
  margin-right: 5px;
}
.vertical-menu-image-custom{
  max-height: 40px;
}
.icon-menu-image-custom{
  max-height: 50px;
  width: auto !important;
  margin-bottom: 8px;
}
/*Icon Menu CSS Bitiş*/

/* Select2 Custom Başlangıç */
.select2-selection--multiple .select2-selection__choice{
  margin: .25rem 0 0 .1875rem !important;
}
/* Select2 Custom Bitiş */