#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}

.input-form-error {
  font-size: 12px;
  color: #ff8080;
  font-style: italic;
}

.form-group {
  margin: 5px;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000 !important;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-autocomplete-loading {
  background: url("/img/loader.gif") no-repeat right center;
}

.dropzone .dz-preview .dz-error-mark {
  background: red;
  border-radius: 50%;
}

/* .dropzone .dz-preview .dz-error-message {
   display: none !important; 
   top:  155px !important; 
} */

.mini-sepet .artibtn,
.mini-sepet .eksibtn {
  width: 20px;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
}

.swal2-popup {
  font-size: 14px !important;
}

.form-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 40px;
  margin-left: 10px;
  font-size: 16px;
}

.social-icons {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.social-icons li a i {
  color: #fff !important;
  width: 35px;
  height: 35px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}

.social-icons li a i.ti-facebook {
  background-color: rgba(25, 119, 242, 0.85);
}

.social-icons li a i.ti-twitter-alt {
  background-color: rgba(121, 200, 237, 0.85);
}

.social-icons li a i.ti-instagram {
  background-color: rgba(202, 57, 222, 0.85);
}

.social-icons li a i.ti-youtube {
  background-color: rgba(230, 98, 98, 0.85);
}

.social-icons li a i.ti-pinterest {
  background-color: rgba(255, 65, 65, 0.85);
}

.social-icons li a:hover i.ti-facebook,
.social-icons li a:hover i.ti-twitter-alt,
.social-icons li a:hover i.ti-instagram,
.social-icons li a:hover i.ti-youtube,
.social-icons li a:hover i.ti-pinterest {
  background-color: #d43b3b;
  transition: all 0.2s ease-in-out 0s;
}

.note-editor {
  width: 100% !important;
}

.choices {
  width: 100% !important;
}

.modal .modal-header .close {
  height: 2rem;
  width: 2rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  background-color: #e23f3f;
  border: 1px solid #ffffff;
  border-radius: 0.2rem;
  opacity: 1 !important;
  color: #ffffff;
  text-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 0;
  font-weight: 400;
}

.nav-treeview > .nav-item > .nav-link {
  border-color: #17a2b8 !important;
}

.nav-treeview > .nav-item > .nav-link.active {
  background-color: #ababab !important;
  border-color: #17a2b8 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #0086b4 !important;
}

.produc-detail-varyant {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.produc-detail .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.produc-detail .swiper-slide {
  background-size: cover;
  background-position: center;
}

.produc-detail .gallery-top {
  height: 400px !important;
  width: 100%;
  cursor: zoom-in;
}

.produc-detail .gallery-thumbs {
  height: 150px !important;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

.produc-detail .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.produc-detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#cookieModal .cookie-body {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2px;
  max-width: 100% !important;
  z-index: 9999999;
  background-color: white;
  text-align: center;
  border-top: 2px solid #000;
}

#cookieModal .cookie-text {
  padding: 5px;
}

#cookieModal .btn {
  margin: 0.2rem;
  padding: 10px 20px;
  border-radius: 5px;
}

.bg-facebook {
  background-color: #4267b2 !important;
}

.bg-twitter {
  background-color: #449de8 !important;
}

.bg-instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
}

.bg-linkedin {
  background-color: #2f6ea3 !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

.bg-pinterest {
  background-color: #bd081c !important;
}

.bg-whatsapp {
  background-color: #25d366 !important;
}

.bg-vimeo {
  background-color: #1ab7ea !important;
}

.bg-googleplus {
  background-color: #db4437 !important;
}

.icon-bar {
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.icon-bar a {
  text-decoration: none;
  width: 62px;
  background: #3b5999;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  font-size: 22px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: 0 5px 5px 0;
}

.icon-bar a i {
  padding-left: 20px;
  font-size: 32px !important;
  /* animation: letszoom 3s linear alternate-reverse infinite; */
}

.icon-bar a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

@-webkit-keyframes letszoom {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

@keyframes letszoom {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

/* ribon */

.ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #f13131;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 215px;
  padding: 15px 0;
  background-color: #eb4949;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 200 14px/1 "Open Sans", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/

.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/

.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/

.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.youtube-video {
  height: calc(150vh/2);
}

@media only screen and (max-width: 991px) {
  .youtube-video {
    height: calc(90vh/2);
  }
}

.toggle-group .btn {
  font-weight: 500 !important;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.tablestyle1 th,
.tablestyle1 td,
.tablestyle1 button,
.tablestyle1 select {
  font-size: 14px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tablestyle2 th,
.tablestyle2 td,
.tablestyle2 button,
.tablestyle2 select {
  font-size: 16px;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .tablestyle1 th,
  .tablestyle1 td,
  .tablestyle1 button,
  .tablestyle1 select {
    max-width: 100%;
  }

  .tablestyle2 th,
  .tablestyle2 td,
  .tablestyle2 button,
  .tablestyle2 select {
    max-width: 100%;
  }

  /*.mobiltable */

  .mobiltable table,
  .mobiltable thead,
  .mobiltable tbody,
  .mobiltable th,
  .mobiltable td,
  .mobiltable tr {
    display: block;
    padding: 1px;
    border-radius: 5px;
  }

  .mobiltable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .mobiltable tr {
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 2px;
  }

  .mobiltable td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 5px;
    white-space: normal;
    text-align: right;
    overflow: hidden;
  }

  .mobiltable td:before {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 50%;
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
  }

  .mobiltable tr td:empty,
  .mobiltable tr th:empty {
    display: none;
  }

  /*.mobiltable2 */

  .mobiltable2 table,
  .mobiltable2 thead,
  .mobiltable2 tbody,
  .mobiltable2 th,
  .mobiltable2 td,
  .mobiltable2 tr {
    display: block;
    padding: 1px;
    border-radius: 5px;
  }

  .mobiltable2 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .mobiltable2 tr {
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 2px;
  }

  .mobiltable2 tr td:empty,
  .mobiltable2 tr th:empty {
    display: none;
  }
}

