@media (max-width:992px){
}

/* Bread */
.breadcrumb {
	position: relative;
	background-position: center;
	background-size: cover; 
	background-color:#93C122;
	display: flex;
	align-items: center;
	flex-direction: column;
	}
	.breadcrumb a{
		color: inherit;}
	.breadcrumb .title {
	  color: white;
	  font-size: 20px;
	  font-weight: 500;
	  padding: 15px 0 0 0;
	  margin: 0;
	  text-align: center;
	  }
	  @media (max-width: 991px) {
		.breadcrumb .title {
		  padding: 70px 0 10px;
		  font-size: 24px;
		  } }
  
  .bread {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 20px;
	padding-top: 20px;
	justify-content: center;
	}
	@media (max-width: 991px) {
	  .bread {
		color: #494c51;
		justify-content: flex-start;
		} }
	.bread-area {
	  width: 100%;
	  color: #fff;
	  display: flex;
	  justify-content: center;
	  }
	  @media (max-width: 991px) {
		.bread-area {
		  background-color: #fdfdfe;
		  position: absolute;
		  top: 0;
		  bottom: auto; } }
	.bread-item {
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  opacity: 0.7; }
	  @media (max-width: 991px) {
		.bread-item {
		  display: none;
		  line-height: 1.5; } }
	  .bread-item i {
		margin-left: 15px;
		margin-right: 15px; }
	  .bread-item.active {
		opacity: 1; }
	  .bread-item:first-child {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex; }
	  .bread-item:nth-child(2) {
		display: none; }
		@media (max-width: 991px) {
		  .bread-item:nth-child(2) {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex; } }
	  @media (max-width: 991px) {
		.bread-item:last-child {
		  display: inline-block;
		  white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis; } }
  
  .js-bread-list {
	display: none;
	background-color: #fdfdfe;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 20px 30px 20px;
	font-size: 12px;
	z-index: 8;
	color: #333; }
	.js-bread-list .bread-item {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; }
	  .js-bread-list .bread-item i {
		margin-left: 0; }
	  .js-bread-list .bread-item + .bread-item {
		margin-top: 20px; }
	  .js-bread-list .bread-item:nth-child(2) {
		margin-left: 10px; }
	  .js-bread-list .bread-item:nth-child(3) {
		margin-left: 20px; }
	  .js-bread-list .bread-item:nth-child(4) {
		margin-left: 30px; }
	  .js-bread-list .bread-item:nth-child(5) {
		margin-left: 40px; }
	.js-bread-list .js-bread-close {
	  position: absolute;
	  top: 20px;
	  right: 20px; }
/* Bread */
.fake_error {
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
	background-color: #F44336;
	color: #fff;
	padding: 5px 15px;
	top: calc(100% - 40px);
	margin-bottom: 20px;
	position: absolute;
	z-index: 9;
	font-weight: 500
}

.fake_error:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #F44336;
	border-width: 10px;
	margin-left: -10px
}
.form-area input.form-control{
	height: 50px;
}
.product-detail-videos iframe{
	margin-bottom: 30px;
	display: block;
}

.product-description-item .title {
    font-size: 28px;
    color: #222;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.product-description-item {
    position: relative;
    clear: both;
    margin-bottom: 30px;
}

.product-description-item .leftImage {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-description-item .rightImage {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.product-description-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.product-description-item .row {align-items: center;}

.product-box {
    display: flex;
    flex-direction: column;
}

.product-box .title {
	flex-grow: 1;
	display: flex;
    align-items: center;
}
.top-text-margin {
    margin-bottom: 30px;
    margin-top: 0;
}

.flex-colunm-revese {
    flex-direction: column-reverse !important;
}
.mobile-lang img {
    width: 40px;
    margin-right: 10px;
}

.mobile-lang ul {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}

/* sales-team */

.sales-team {
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.sales-team img {
	max-width: 100%;
	height: auto;
}

.sales-team a {
    color: inherit;
    display: block;
}

.sales-team .title {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
}

.sales-team .title span {
    display: block;
}

.sales-team .title span:first-child {
    font-size: 18px;
    font-weight: 700;
}

.sales-team .content {
    text-align: left;
	padding: 15px;
	word-break: break-word;
	font-size: 15px;
}

.sales-team .content .item {
    --iconWidth: 30px;
    padding: 7px 0;
    display: flex;
    border-bottom: 1px solid rgb(46 49 146 / 0.4);
}

.sales-team .content .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sales-team .content .item i {
    max-width: var(--iconWidth);
    min-width: var(--iconWidth);
    font-size: 20px;
    text-align: center;
    margin-top: 2px;
    color: #93C122;
}

.sales-team .content .item > div {
    width: calc(100% - var(--iconWidth));
}

.mt70{
	margin-top: 70px;
}

.sales-team-area > .row > .col-md-6:nth-child(odd) {
    border-left: 1px solid #ddd;
}
.justify-content-center {
    justify-content: center;
}
/** sales-team */

@media (min-width: 768px) {
	.sales-team-area > .row > .col-md-6:nth-child(odd) {
		padding-left: 50px;
	}

	.sales-team-area > .row > .col-md-6:nth-child(even) {
		padding-right: 50px;
	}
}
.main-menu.lang-menu .navigation>li {
    margin-right: 10px;
}

.popup_content {
	width:auto;
}

.mb30{
	margin-bottom: 30px;
}
.video-box {
	display: block; }
	.video-box .picture {
	  position: relative; }
	  .video-box .picture::before {
		position: absolute;
		content: '\e912';
		font-family: 'inanplastics';
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		font-size: 70px;
		z-index: 9;
		color: white;
		-webkit-transition: all .3s ease;
		transition: all .3s ease; }
	  .video-box .picture::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: black;
		opacity: 0.2; }
	  .video-box .picture img {
		width: 100%; 
	margin-bottom: 0;}
	.video-box:hover .picture::before {
	  -webkit-transform: translate(-50%, -50%) scale(1.2);
			  transform: translate(-50%, -50%) scale(1.2); }
	.video-box .title {
	  padding: 15px 0px;
	  font-size: 18px;
	  font-weight: 500;
	  text-align: center;
	  background: #f7f7f7; }
  

	  .pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
		flex-wrap: wrap;
	}
	
	.pagination li a {
		padding: 5px 10px;
		background: #93C122;
		color: white;
		margin: 0 5px;
		display: block;
		margin-bottom: 5px;
	}
	
	.pagination li a {
		color: white;
	}

	.blog-detail-page .row {
		justify-content: center;
	}

	.popup_content img {
		max-width: 500px;
	}

	@media (max-width:992px){
		.popup_content {
			width: 90%;
		}
	}

	a.btn-kvkk {
		margin-bottom: 25px;
		min-height: 62px;
		display: flex;
		align-items: center;
		justify-content: center;
	}










	/* whatsapp animation */

	.animated.infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	
	.mypage-alo-ph-circle {
		width: 90px;
		height: 90px;
		top: 12px;
		left: 12px;
		position: absolute;
		background-color: transparent;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid rgba(30, 30, 30, 0.4);
		opacity: .1;
		opacity: .5;
	}
	
	.zoomIn {
		-webkit-animation-name: zoomIn;
		animation-name: zoomIn;
	}
	
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	.mypage-alo-ph-circle-fill {
		width: 60px;
		height: 60px;
		top: 28px;
		left: 28px;
		position: absolute;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid transparent;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		opacity: .4 !important;
	}
	
	.mypage-alo-ph-img-circle {
		width: 30px;
		height: 30px;
		top: 43px;
		left: 43px;
		position: absolute;
		background: rgba(30, 30, 30, 0.1) url(../img/whatsap.png) no-repeat center center;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		opacity: 1;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background-size: 100%;
	}
	
	.tada {
		-webkit-animation-name: tada;
		animation-name: tada;
	}
	
	@-webkit-keyframes tada {
		from {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	
		10%, 20% {
			-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
			transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		}
	
		30%, 50%, 70%, 90% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		}
	
		40%, 60%, 80% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		}
	
		to {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	
	@keyframes tada {
		from {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	
		10%, 20% {
			-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
			transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		}
	
		30%, 50%, 70%, 90% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		}
	
		40%, 60%, 80% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		}
	
		to {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	
	@keyframes pulse {
		from {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	
		50% {
			-webkit-transform: scale3d(1.05, 1.05, 1.05);
			transform: scale3d(1.05, 1.05, 1.05);
		}
	
		to {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	
	@-webkit-keyframes zoomIn {
		from {
			opacity: 0;
			-webkit-transform: scale3d(.3, .3, .3);
			transform: scale3d(.3, .3, .3);
		}
	
		50% {
			opacity: 1;
		}
	}
	
	@keyframes zoomIn {
		from {
			opacity: 0;
			-webkit-transform: scale3d(.3, .3, .3);
			transform: scale3d(.3, .3, .3);
		}
	
		50% {
			opacity: 1;
		}
	}
	
	.header .container {
		position: relative;
	}
	
	.mypage-alo-phone {
		position: absolute;
		top: -10px;
		right: 0px;
		z-index: 9999999;
	}
	
	.mypage-alo-ph-circle {
		border-color: #43b91e;
	}
	
	.mypage-alo-ph-circle-fill {
		background-color: #43b91e;
	}
	
	.mypage-alo-ph-img-circle {
		background-color: #43b91e;
	}
	
	.mypage-alo-phone:hover .mypage-alo-ph-circle {
		border-color: #43b91e;
	}
	
	.mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
		background-color: #43b91e;
	}
	
	.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
		background-color: #43b91e;
	}
	
	.hotlinemp {
		position: absolute;
		right: 0;
		top: 0;
	}