.shadow {
  -webkit-box-shadow: 0px 16px 31px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 16px 31px 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 16px 31px 8px rgba(0, 0, 0, 0.75);
}

.shadow-soft{
  -webkit-box-shadow: 0px 10px 45px -33px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 45px -33px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 45px -33px rgba(0,0,0,0.75);
}

.showcase-item {
  width: 100%;
  padding: 5px;
}

.message-table{
  display: none;
}

.message-field-openend{
  margin-bottom:15px;
  border-bottom:1px solid grey;
  padding:5px;
  background:#f2f2f2;
}

.message-badge{
  position: absolute;
  top: -10px;
  right: 0;
}

.text-white{
  color: #fff!important;
}

.plains-numbers{
  padding: 5px;
  border-radius: 3px;
  color:#fff;
  font-weight:500;
  width: 50px;
  margin-right: 5px;
}
.badge-success{
   background: #33af09;
}

.badge-dark{
  background: #232323;
}

.mt-2{
  margin-top: 10px;
}

.font-36{
  font-size: 36px;
}

.btn-fv-sel-store{
  padding: 10px;
  border:1px solid #9fa699;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 7px;
}

.showcase-item:hover {
  background: #e6e6e6;
}
.image-saller-item{
  min-height: 115px;
  max-height: 200px;
}

.seller-item {
  width: 100%;
  padding: 5px;
  min-height: 235px;
  max-height: 320px;
}
.btn-saller-item{
  bottom: 0;
}
.btn-info:hover {
  color: #fff !important;
}

.producttab {
  margin-top: -20px;
}

.min-height-165{
  min-height:165px
}

.btn-red, .btn-danger {
  background: #FF2D37;
  color: #fff;
}

.badge-danger{
  background: #FF2D37;
}

.btn-red:hover {
  background: #bb1e25;
  color: #fff !important;
}

.showcase-body {
  height: 55px;
  margin-top: -10px;
}

/* Mobil */
@media only screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-no-float {
    float: none !important;
  }

  .producttab .tabsslider.vertical-tabs .tab-content {
    margin-top: -100px;
  }

  .product-item-equipt .img-fluid{
      height:225px!important;
      margin-left: auto;
      margin-right: auto;
    }

    .social-buttons-product{
      width: 25%;
      float: left;
    }

    .wdt-25{
      width: 25%;
      float: left;
    }
    .wdt-75{
      width: 75%;
      float: left;
    }
}

/* Masaüstü */
@media only screen and (min-width: 600px) {
  .proPropertyElement {
    width: 43%;
    float: left;
  }


  .product-first-img{
    max-height: 350px;
    min-height: 350px;
  }
  .product-item-equipt .rounded{
    height: 150px!important;
  }

  .product-item-equipt .img-fluid{
    height:125px!important;
  }

  .mobile-only {
    display: none !important;
  }

  .campaing-img {
    min-height: 480px !important;
    max-height: 480px !important;
  }
}

.equipt-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  float: left;
}

.wishlist {
  margin-top: 10px;
}

.modtitle {
  color: #fff !important;
}

.text-size {
  font-size: 12px;
}

/*Product gallery*/
.other-image-fields:hover {
  opacity: 0.7;
  cursor: pointer;
}

.tiles {
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.tile {
  top: 0;
  left: 0;
  position: relative;
  float: left !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease-out;
}

.social-shared-buttons{
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 15%;
  border-bottom-right-radius: 10px!important;
  border-top-right-radius: 10px!important;
}

.social-shared-buttons ul{

}

.social-shared-buttons li{
  font-size: 32px;
  padding: 8px;
  transition: all 0.2s;
}
.social-shared-buttons li:hover{
  transform: scale(1.1);
}


.slider-buttons span {
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  transition: all 0.8s;
}

.slider-buttons span:hover {
  background: #ff2d37;
  color: #fff;
  cursor: pointer;
}

.slider-buttons .right-btn {
  right: -18px;
}

.slider-buttons .left-btn {
  left: -18px;
}

/*Product gallery finish*/
.border {
  border: 1px solid #000;
}

.text-red {
  color: #e23535;
}

.top-3 {
  margin-top: 5px;
}

.button-search {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.text-stars {
  color: #FFC400 !important;
}

.product-delay-size{
  width: auto!important;
}

.zoomWindow {
  height: 100% !important;
}

.product-image-size {
  object-fit: contain;
}

.img-delete-button {
  border-radius: 15px;
  background: #e23535;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

.parentDelete {
  border-radius: 15px;
  background: #e23535;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  right: 5px;
  top: -8px;
  opacity: 0.5;
}

.parentDelete:hover {
  opacity: 1;
}

.proPropertyElement {
  position: relative;
  margin: 5px;
}

.h-250 {
  height: 250px !important;
}

.mtt-100 {
  margin-top: -95px !important;
}

.img-area {
  background: #e6e6e6;
  border-radius: 10px;
  border: #565856 dashed 2px;
  padding: 10px;
}

.text-sale {
  color: #aaaaaa !important;
  font-size: 14px !important;
}

.btn-product-info {
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 100;
  opacity: 0.75;
}

.btn-product-edit {
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 0.7;
}

.product-status-info {
  position: absolute;
  right: -10px;
  top: 22px !important;
  opacity: 0.7;
}

.slider-brands .contentslider .owl2-stage-outer {
  height: 143px;
}

.blog-item {
  max-height: 510px;
}

.product-item-height {
  min-height: 300px !important;
}

.product-body-height {
  min-height: 460px !important;
}

.product-miniitem-height {
  min-height: 200px !important;
}

.product-minibody-height {
  min-height: 200px !important;
}

.equipt-property {
  border: 1px solid;
  padding: 4px;
  border-radius: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.bg-light {
  background: #f7f7f7;
}

.bg-white {
  background: #fff;
}

.favorite {
  padding: 6px;
  border-radius: 5px;
  background: #F7F7F7;
  margin-top: -5px;
}

.color-danger {
  color: #e00f0f;
}

.border-r {
  border: 1px solid #b8b8b8;
}

.border-r2 {
  border: 2px solid #b8b8b8;
}

.pt-2 {
  padding-top: 10px !important;
}

.p-2 {
  padding: 15px !important;
}

.btn-dark {
  background: #282828;
  color: #fff;
}

.btn-danger:hover {
  color: #fff !important;
}

.btn {
  border-radius: 5px;
}

.rounded {
  border-radius: 5px;
}

.form-control-lg {
  height: 55px !important;
  font-size: 15px !important;
}

.second-list, .third-list, .four-list {
  display: none;
}

.font-15 {
  font-size: 15px !important;
}

.product-add-field {
  display: none;
}

.praddField label {
  font-size: 14px;
  padding-left: 5px;
}

.uploadImageField div input {
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.image-change-field {
  display: none;
}

.text-dark {
  color: #232323;
}

.seller-header {
  height: 55px;
  line-height: 55px!important;
  margin-top: -12px;
  margin-bottom: 10px;
  text-align: center;
}

.seller-stars{
  position: absolute;
  right: 0;
  top: -5px;
}

.product-item-equipt{
  padding:10px;
}

.product-item-equipt .rounded{
  padding: 5px;
}

.product-item-equipt .product-name{
  margin-top:-12px;
}

.product-item-equipt .text-red{
  margin-top:-12px;
}

.product-item-equipt .martop{
  margin-top:-12px;
}

.store-infos-field{
  display: none;
}

.person-infos-field{
  display: none;
}
.person-password-field{
  display: none;
}
.person-social-field{
  display: none;
}

.user-password-field{
  display: none;
}

.fa-facebook-square{
  color:#3A5797;
}
.fa-twitter-square{
  color: #1C9DEB;
}
.fa-instagram{
  color: #D02F82
}
.fa-linkedin{
  color: #0271AE;
}
.fa-whatsapp{
  color: #40E25D;
}

/* PLAIN CSS START */
.bg-basic {
  background-color: #FF2D37;
  color: #fff;
}

.bg-premium {
  background-color: #008BBA;
  color: #fff;
}

.bg-gold {
  background-color: #C0A114;
  color: #fff;
}

.list-group-item h2 {
  margin-top: 10px;
}

.list-group-item h3 {
  margin-top: 12px;
}

/* PLAIN CSS FINISH */
/*  ////////////////   */
@media (min-width: 768px) {

  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* Bootstrap Lightbox using Modal */
#profile-grid {
  overflow: auto;
  white-space: normal;
}

#profile-grid .profile {
  padding-bottom: 40px;
}

#profile-grid .panel {
  padding: 0
}

#profile-grid .panel-body {
  padding: 15px
}

#profile-grid .profile-name {
  font-weight: bold;
}

#profile-grid .thumbnail {
  margin-bottom: 6px;
}

#profile-grid .panel-thumbnail {
  overflow: hidden;
}

#profile-grid .img-rounded {
  border-radius: 4px 4px 0 0;
}
