.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  z-index: 1000;
  text-decoration: none;
}

.whats-app img {
  width: 100% !important;
  height: 100% !important;
}

.img-thumbnail>img.img-fluid {
  width: 250px;
  height: 188px;
}

.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
  color: var(--asmatavan) !important;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev, .owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
  font-size: 40px;
}

.thumb-info .thumb-info-title {
	padding: 5px 21px;
	bottom: 10%;
	display: flex;
	align-items: center;
	height: 4em;
}
#footer {
  background: #000000;
  border-top: 4px solid #000000;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

div[class*="slide-"] {
  background-size: cover;
  background-position: center
}

section.section {
  background: #f8f8f8;
  border-top: 5px solid #ededee;
}

html .text-color-primary, html .text-primary {
  /* color: var(--asmatavan) !important; */
  color: #000 !important;
}
.breadcrumb > li + li::before {
	color: #FFF;
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav>ul li:hover>a {
    color: var(--asmatavan);
  }

  .cssload-float-bars-loading, .cssload-float-bars-loading::after, .cssload-float-bars-loading::before {
    background: var(--asmatavan);
  }

  html body .tabs-secondary .nav-tabs li .nav-link.active, html.dark body .tabs-secondary .nav-tabs li .nav-link.active, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:focus, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus {
    border-color: var(--asmatavan);
    color: #333333;
  }

  html body .tabs-secondary .nav-tabs li .nav-link, html.dark body .tabs-secondary .nav-tabs li .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html body .tabs-secondary .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    color: #B0B0B0;
  }
  .tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 3px 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border: 1px solid var(--asmatavan);
    border-top: 0;
    padding: 15px;
  }
  html body .tabs-secondary .nav-tabs li .nav-link:hover, 
  html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, 
  html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, 
  html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: var(--asmatavan);
  }
}
.img-thumbnail {
	border-radius: unset;
}

.img-thumbnail img {
	border-radius: unset;
}
.img-thumbnail-info {
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 2;
	bottom: 0;
	padding: 0.5em 0;
	background-color: #00000096;
	color: #fff;
}

.grad-back {
	/* background: linear-gradient(to right, mediumturquoise, mediumpurple); */
	/* background: linear-gradient(to right, #48d1cc7a, #48d1cc7a); */
	background: linear-gradient(to bottom, #48d1cc69, #00000054);
	display: inline-block;
	border-radius: 0.1em;
}


.ovverlay:before {
  /*background: linear-gradient(to bottom, #48d1cc69, #00000054) !important;*/
	background: rgb(0, 0, 0) !important; 
  opacity: 0 !important;
}


.bg-primary-darken {
  background-color: #777777 !important;
}

.text-shadow-1{
  text-shadow: 0 0 4px #000 !important;
}
.text-shadow-2{
  text-shadow: 0 0 8px #000 !important;
}
.text-shadow-3{
  text-shadow: 0 0 16px #000 !important;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
	padding: 0;
  height: 200px;
}

#stickybread .breadcrumb li,#stickybread .breadcrumb li a {
	color: #FFF !important;
}
.breadcrumb {
	background: rgba(0, 0, 0, .8);
	padding: .5rem 0 .5rem 1.5rem;
	position: relative;
	bottom: 8px;
	z-index: 1;
}
.insidebread h1 {
	font-size: 1em !important;
	display: inline-block;
	text-transform: uppercase;
	top: 0px;
	font-weight: 600;
	color: #8BC53F !important;
	font-family: 'Poppins', sans-serif !important;
}
.breadcrumb > li {
  font-size: 0.6em;
  text-transform: uppercase;
  text-shadow: none;
}


#stickybread{
  top: 160px;
  position: relative;
  z-index: 100;
}
/*
#header .header-body {
	background: #FFFFFF38;
}
*/
@media (max-width: 575px) {
  #stickybread ul li{
    display: none !important;
  }
  #stickybread ul li.insidebread{
    display: block !important;
    visibility: visible;
    font-size: 1em;
  }
  #stickybread ul li.insidebread h1{
    color: #fff !important;
  }
  .text-4 {
	font-size: 0.9em !important;
	line-height: normal !important;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 15px;
    font-weight: 600;
    padding: 0 1.2rem !important;
  }
}
@media (max-width: 575px) {
  #stickybread ul li.insidebread h1 {
    color: #ff5b5b !important;
    font-size: 0.7em !important;
  }
}

.h-150{ 
  height: 100px;
}
[data-markerid]{
    cursor: pointer;
}
@media (min-width: 992px) {
	#header .header-body:not(.h-100) {
		height: auto !important;
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	#header .container {
		width: 100%;

	}
}
#header .header-btn-collapse-nav {
  background: #95c11f;
}
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #000;
	}

  #header .header-top {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.06);
	min-height: 47px;
  background-color: #ddddd9;
}

.text-color-danger2 {
  color: #17381b !important;
}
.text-color-danger {
  color: #8BC53F !important;
}


.urun-dokuman-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	color: #168A25;
}

.urun-dokuman {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
}
.urun-tablo {
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
	color: #444444;
	text-align: left;
}
.urun-tablo2 {
		vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
	color: #444444;
	text-align: left;
}

.urun-alt-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0em;
	font-family: 'Barlow Condensed', sans-serif;
	color: #168A25;
}

.urun-line {
	line-height: 0;
	height: 1px;
	width: 100%;
	background: #168A25;
}

.box-contacts {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  transition: all .3s ease;
  border-radius: 8px;
  background: #17381b;
}

.box-contacts-body {
  max-width: 250px;
}

.box-contacts-icon {
  font-size: 60px;
  line-height: 1;
  color: #8BC53F;
}

.box-contacts-decor {
  margin: 30px auto;
  height: 2px;
  max-width: 100px;
  background: #fff;
  transition: all .3s ease-in-out;
}

.box-contacts-link {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: .025em;
  color: #fff;
}

@media (max-width: 575px) {
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #000 !important;
	}
}
.box-contacts-link a,
.box-contacts-link a:focus,
.box-contacts-link a:active {
  color: inherit;
}

.box-contacts-link a:hover {
  color: #8BC53F;
}

.box-contacts-icon+.box-contacts-link {
  margin-top: 40px;
}

*+.box-contacts-link {
  margin-top: 0;
}
.dropdown-item>img, .nav-link > img {
	height: 25px;
}

html .text-color-white, html .text-white {
  color: #000 !important;
}
.social-icons li a {
  line-height: 28px;
  text-align: center;
  color: #000 !important;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.bg-grey, .bg-color-grey {
    background-image: url(/uploads/backgrounds/vitrin-background.png);
  background-color: #fff !important;
}
html .bg-color-tertiary, html .bg-tertiary {
  background-color: #fff !important;
}
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 8px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}