


/*04. banner section css here */
 .banner_area {
	 margin-bottom: 65px;
}
 @media only screen and (max-width: 767px) {
	 .banner_area {
		 margin-bottom: 23px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_area.mb-68 {
		 margin-bottom: 29px;
	}
}
 @media only screen and (max-width: 767px) {
	 .single_banner {
		 margin-bottom: 30px;
	}
}
 .banner_thumb {
	 position: relative;
	 transition: 0.3s;
}
 @media only screen and (max-width: 767px) {
	 .banner_thumb {
		 text-align: center;
	}
}
 .banner_thumb:hover::before {
	 left: 0;
	 right: 0;
	 opacity: 0;
	 transition: all 900ms linear;
}
 .banner_thumb:hover::after {
	 top: 0;
	 bottom: 0;
	 opacity: 0;
	 transition: all 900ms linear;
}
 .banner_thumb::before {
	 background: rgba(255, 255, 255, 0.3);
	 bottom: 0;
	 content: "";
	 left: 50%;
	 position: absolute;
	 right: 51%;
	 top: 0;
	 opacity: 1;
	 pointer-events: none;
}
 .banner_thumb::after {
	 background: rgba(255, 255, 255, 0.6);
	 bottom: 50%;
	 content: "";
	 left: 0;
	 position: absolute;
	 right: 0;
	 top: 50%;
	 opacity: 1;
	 pointer-events: none;
}
 .banner_thumb img {
	 transition: 0.3s;
}
 @media only screen and (max-width: 767px) {
	 .banner_thumb img {
		 width: 100%;
	}
}
 .banner_fullwidth {
	 background: url(../images/banner3.jpg);
	 background-attachment: scroll;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 padding: 55px 0 60px;
	 margin-bottom: 65px;
}
 @media only screen and (max-width: 767px) {
	 .banner_fullwidth {
		 padding: 35px 0;
		 margin-bottom: 54px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_banner_area {
		 margin-bottom: 53px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_banner_container .banner_thumb {
		 margin-bottom: 30px;
	}
}
 .banner_full_content p {
	 font-size: 20px;
	 line-height: 24px;
	 text-transform: uppercase;
	 color: #40a944;
	 margin-bottom: 9px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_full_content p {
		 font-size: 17px;
		 line-height: 21px;
		 margin-bottom: 7px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_full_content p {
		 font-size: 15px;
		 line-height: 20px;
		 margin-bottom: 6px;
	}
}
 .banner_full_content h2 {
	 font-size: 46px;
	 line-height: 50px;
	 font-weight: 500;
	 text-transform: uppercase;
	 margin-bottom: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_full_content h2 {
		 font-size: 36px;
		 line-height: 38px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_full_content h2 {
		 font-size: 26px;
		 line-height: 35px;
	}
}
 .banner_full_content h2 span {
	 display: block;
	 font-size: 28px;
	 line-height: 30px;
	 font-weight: 400;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_full_content h2 span {
		 font-size: 23px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_full_content h2 span {
		 font-size: 15px;
		 line-height: 19px;
	}
}
 .banner_full_content a {
	 font-size: 15px;
	 line-height: 44px;
	 padding: 0 30px;
	 text-transform: uppercase;
	 display: inline-block;
	 background: #40a944;
	 color: #fff;
	 border-radius: 10px;
	 margin-top: 45px;
}
 .banner_full_content a:hover {
	 background: #222;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_full_content a {
		 font-size: 14px;
		 line-height: 40px;
		 padding: 0 22px;
		 margin-top: 29px;
	}
}
 @media only screen and (max-width: 767px) {


	 .banner_full_content a {
		 font-size: 13px;
		 line-height: 38px;
		 padding: 0 18px;
		 margin-top: 20px;
	}
}
 .banner_content {
	 position: absolute;
	 top: 50%;
	 transform: translatey(-50%);
	 left: 31px;
}
 @media only screen and (max-width: 767px) {
	 .banner_content {
		 left: 25px;
	}
}
 .banner_content h3 {
	 font-size: 18px;
	 line-height: 21px;
	 margin-bottom: 17px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_content h3 {
		 font-size: 16px;
		 margin-bottom: 13px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_content h3 {
		 font-size: 13px;
		 line-height: 17px;
		 margin-bottom: 8px;
	}
}
 .banner_content h2 {
	 font-size: 30px;
	 line-height: 30px;
	 margin-bottom: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_content h2 {
		 font-size: 25px;
		 line-height: 27px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_content h2 {
		 font-size: 19px;
		 line-height: 22px;
		 margin-bottom: 0;
	}
}
 .banner_content a {
	 font-size: 13px;
	 line-height: 24px;
	 font-weight: 500;
	 display: inline-block;
	 border-bottom: 2px solid #40a944;
	 text-transform: uppercase;
	 margin-top: 36px;
}
 .banner_content a:hover {
	 color: #40a944;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner_content a {
		 margin-top: 18px;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner_content a {
		 font-size: 13px;
		 line-height: 21px;
		 margin-top: 9px;
	}
}
/*home two css here*/
 @media only screen and (max-width: 767px) {
	 .banner_gallery2 {
		 margin-bottom: 53px;
	}
}
 .banner_gallery2 .banner_thumb img {
	 width: 100%;
}
 @media only screen and (max-width: 767px) {
	 .banner2_sidebar {
		 display: flex;
	}
}
 @media only screen and (max-width: 479px) {
	 .banner2_sidebar {
		 flex-direction: column;
	}
}
 @media only screen and (max-width: 767px) {
	 .banner2_sidebar .banner_thumb.mb-30 {
		 margin-right: 30px;
	}
}
 @media only screen and (max-width: 479px) {
	 .banner2_sidebar .banner_thumb.mb-30 {
		 margin-right: 0;
	}
}
 .color_two .banner_full_content p {
	 color: #80b82d;
}
 .color_two .banner_full_content a {
	 background: #80b82d;
}
 .color_two .banner_full_content a:hover {
	 background: #222;
}
/*home three css here*/
 @media only screen and (max-width: 767px) {
	 .banner3_col2 {
		 margin-bottom: 30px;
	}
}
/*home four css here*/
 .banner4_right_side {
	 display: flex;
	 margin-bottom: 66px;
}
 @media only screen and (max-width: 767px) {
	 .banner4_right_side {
		 margin-bottom: 56px;
	}
}
 @media only screen and (max-width: 575px) {
	 .banner4_right_side {
		 flex-direction: column;
	}
}
 .banner4_right_side .banner_thumb {
	 margin-right: 30px;
}
 .banner4_right_side .banner_thumb:last-child {
	 margin-right: 0;
}
 @media only screen and (max-width: 575px) {
	 .banner4_right_side .banner_thumb {
		 margin-right: 0;
		 margin-bottom: 30px;
	}
	 .banner4_right_side .banner_thumb:last-child {
		 margin-bottom: 0;
	}
}
 











/* 9. Gallery */
.gallery-area{}
.gallery-wrapper{}
.gallery-img {
	position: relative;
}
.gallery-img > a{position:relative;display:block;}
.gallery-img > a::before {
	background: #408858;
	content: "";
	/* height: 10%; */
	left: 0;
	position: absolute;
	width: 100%;
	transition: .3s;
	bottom: 0;
	opacity: .8;
	/* padding: 20px 0 20px 0;*/ 
}
.gallery-wrapper:hover .gallery-img > a::before {
	opacity: .9;
	transform: scaleX(1);
	
}
.gallery-img > a img{max-height: 450px;}
.gallery-icon {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	transition: .3s;
}

.gallery-wrapper:hover .gallery-icon {
	opacity: 1;
}

.portfolio-menu > button:focus {
  outline: 0 none;
}
.portfolio-menu button {
	color: #7b8e9d;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 0;
	border: medium none;
	cursor: pointer;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	background: none;
	padding-bottom: 1px;
	padding: 0 55px;
}
.portfolio-menu button:hover{color:#408858;}
.portfolio-menu button.active{color:#408858;}
.portfolio-menu button::before {
	background-image: url("../img/gallery/1.png");
	background-repeat: no-repeat;
	content: "";
	height: 6px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 73px;
	left: 0;
	bottom: -10px;
	right: 0;
	margin: auto;
	opacity: 0;
}
.portfolio-menu button:hover{opacity:1;}
.portfolio-menu button.active::before {opacity:1;}
.portfolio-menu button::after {
	content: "";
	height: 40px;
	position: absolute;
	transition: all 0.3s ease 0s;
	left: -3px;
	bottom: -10px;
	background: #e9e9e9;
	width: 2px;
}
.portfolio-menu button:first-child::after{display:none;}
.gallery-text {
	background: #fff;
	padding-top: 21px;
	padding-bottom: 21px;
}
.gallery2-text {
	background: #fff3ee;
	padding-top: 21px;
	padding-bottom: 21px;
}
.gallery-text h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 2px;
}
.gallery-text h3 > a{color:#112433;transition:.3s;}
.gallery-text h3 > a:hover{color:#fab522;}
.gallery-text span {
	color: #7b8e9d;
	font-size: 16px;
	font-weight: 300;
}
.gallery-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s;
	opacity:0;
}
.gallery-wrapper:hover .gallery-content {
	opacity: 1;
}
.gallery2-icon{}
.gallery2-icon > a {
	color: #fff;
	font-size: 60px;
	transition: .3s;
	line-height: 70px;
	transition:.3s;
}
.gallery2-icon > a:hover{color:#fab522;}
.gallery-content h1 {
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
	margin-top: 10px;
	margin-bottom: 18px;
}
.gallery-content h1 > a{color:#fff;transition:.3s;}
.gallery-content h1 > a:hover{color:#fab522;}
.gallery-content span {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}





/* 10. Team */
.team-area{}
.team-wrapper{}
.team-img{position:relative;}
.team-img::before {
	background: #000;
	content: "";
	height: 0;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.team-wrapper:hover .team-img::before {
	height: 100%;
}
.team-img img{width:100%;}
.team-icon {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.team-wrapper:hover .team-icon {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}
.team-icon a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	transition: .3s;
}
.team-icon a:hover{color:#fab522;}
.team-text {
	margin-top: 35px;
}
.team-text h4 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 3px;
}
.team-text span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
}
.single-team{}
.team2-img{position:relative;}
.team2-img::before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
	transition: .3s;
	opacity: 0;
	z-index: 1;
}
.team2-img::after {
	background: #408858;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.single-team:hover .team2-img::before {opacity:1;}
.single-team:hover .team2-img::after {opacity:.9;}
.team2-img img{width:100%;}
.team-content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease 0s;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
}
.single-team:hover .team-content {opacity:1;}
.team-content h4 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 3px;
	color: #fff;
}
.team-content span{
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	}
.team2-icon{margin-top:21px;}
.team2-icon a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	transition: .3s;
}
.team2-icon a:hover{color:#fab522;}




/* 14. Blog-area */
.blog-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.blog-wrapper{}
.blog-img{}
.blog-img > a{}
.blog-img > a img{width:100%;}
.blog-text {
	background: #f8f9fd;
	padding: 33px 30px 33px 30px;
}
.blog-text h4 {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	border-bottom: 1px solid #e3e3ed;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.blog-text h4 > a{color:#112433;transition:.3s;}
.blog-text h4 > a:hover{color:#fab522;}
.blog-meta{}
.blog-meta span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
	margin-right: 14px;
}
.blog-meta span:last-child{margin-right:0;}
.blog-meta span i {
	color: #bcbcbc;
	margin-right: 6px;
}
.blog-bg{background:#ffffff}
.news-img{}
.news-img img{width:100%;}
.news-text {
	padding: 31px 25px 33px 0;
	background: none;
}
.news-text h4 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 24px;
	margin-bottom: 25px;
}
.news-text .blog-meta{}
.news-text .blog-meta span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
	margin-right: 9px;
}
.news-text .blog-meta span:last-child{margin-right:0;}

.brand-bg {
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 30px 30px 0px rgba(89, 89, 89, 0.28);
	padding-left: 85px;
	padding-right: 85px;
	margin-bottom: -120px;
	z-index: 1;
	position: relative;
}
.brand-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	text-align:center;
}
.brand-active .owl-nav div {
	font-size: 18px;
	left: -32px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	color: #7b8e9d;
	font-weight: 400;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 2px solid #ededee;
}
.brand-active .owl-nav div.owl-next {
	left: auto;
	right:-32px;
}
.brand-active:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.brand-active .owl-nav div:hover {
	border-color: #fab522;
	color: #fab522;
}

/* 15. Footer */
.footer-area {
	background-size: cover;
	background-position: center center;
}
.footer-wrapper{}
.footer-logo {
	margin-bottom: 30px;
}
.footer-text{
    color: #efd28e;
}
.footer-text p {
	color: #fff;
	margin-bottom: 0;
}
.footer-icon {
	margin-top: 20px;
}
.footer-icon a {
	color: #fff;
	font-size: 13px;
	height: 36px;
	width: 36px;
	display: inline-block;
	background: #2b7443;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	transition: .3s;
	margin-right: 5px;
}
.footer-icon a:hover{background:#fab522;}
.footer-title {
	margin-bottom: 25px;
}
.footer-title h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer-title img{}
.fotter-menu{}
.fotter-menu li {
	padding-bottom: 6px;
list-style: none;
}
.fotter-menu li:last-child{padding-bottom:0;}
.fotter-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.fotter-menu li a:hover{color:#fab522;}
.fotter-link{}
.fotter-link li {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 12px;
list-style: none;
}
.fotter-link li i {
	margin-top: 8px;
	width: 30px;
	width: 30px;
	float: left;
}
.fotter-link li span {
	overflow: hidden;
	display: block;
}
.fotter-link li:last-child{margin-bottom:0;}
.footer-content p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 14px;
}
.subscribes-form  form {}
.subscribes-form form input {
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #39794e;
	color: #cecece;
	font-size: 14px;
}
.subscribes-form form input::placeholder {
  color: #cecece;
  font-size:14px;
}
.subscribes-form form input::-moz-placeholder  {
  color: #cecece;
  font-size:14px;
}
.subscribes-form form button.btn {
	margin-top: 10px;
	position: relative;
	background: #fab522;
	transition: .3s;
	color: #fff;
	padding: 12px 40px;
}
.subscribes-form form button.btn::before {
	background: #ef491a;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.subscribes-form form button.btn:hover::before {
	transform: scaley(1);
}
.single-footer .footer-text{}
.single-footer .footer-text p {
	color: #5b646b;
	margin-bottom: 0;
}
.single-footer .fotter-link {
	margin-top: 17px;
}
.single-footer .fotter-link li {
	color: #5b646b;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	display: flex;
	margin-bottom: 12px;
}
.single-footer .fotter-link li i {
	margin-right: 9px;
	margin-top: 8px;
	color:#ef491a;
}
.single-footer .fotter-link li:last-child{margin-bottom:0;}
.single-footer .footer-title {
	margin-bottom: 25px;
}
.single-footer .footer-title h4 {
	font-size: 22px;
	color: #112433;
	font-weight: 400;
	margin-bottom: 10px;
}
.single-footer .footer-title img{}
.single-footer .fotter-menu{}
.single-footer .fotter-menu li {
	padding-bottom: 6px;
}
.single-footer .fotter-menu li:last-child{padding-bottom:0;}
.single-footer .fotter-menu li a {
	color: #5b646b;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.single-footer .fotter-menu li a:hover{color:#ef491a;}
.single-footer .footer-content p {
	font-size: 14px;
	color: #5b646b;
	line-height: 30px;
	margin-bottom: 14px;
}
.single-footer .subscribes-form  form {}
.single-footer .subscribes-form form input {
	border: 1px solid #b3d2cb;
	border-radius: 0;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #fff;
	color: #96abbb;
	font-size: 14px;
}
.single-footer .subscribes-form form input::placeholder {
  color: #96abbb;
  font-size:14px;
}
.single-footer .subscribes-form form input::-moz-placeholder  {
  color: #96abbb;
  font-size:14px;
}
.single-footer .subscribes-form form button.btn {
	margin-top: 10px;
	position: relative;
	background: #ef491a;
	transition: .3s;
	color: #fff;
	padding: 12px 40px;
}
.single-footer .subscribes-form form button.btn::before {
	background: #fab522;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.single-footer .subscribes-form form button.btn:hover::before {
	transform: scaley(1);
}
.instagram-img{}
.instagram-img a{}
.instagram-img a img{width:100%;}

.footer-bottom-area {
	border-top: 1px solid #357e4e;
	padding: 21px 0;
}
.copyright{}
.copyright p {
	color: #a0d1b0;
	font-size: 14px;
	margin-bottom:0;
}
.copyright p a {
	color: #fab522;
}
.footer-bottom {
	border-top: 1px solid #dfe4ea;
	padding: 21px 0;
}
.footer-bottom .copyright{}
.footer-bottom .copyright p {
	color: #5b646b;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-bottom .copyright p a {
	color: #fab522;
}
.footer-bottom .footer-icon {
	margin-top: 0;
}
.footer-bottom  .footer-icon a {
	color: #fff;
	font-size: 13px;
	height: 36px;
	width: 36px;
	display: inline-block;
	background: #7b8e9d;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	transition: .3s;
	margin-right: 6px;
}
.footer-bottom  .footer-icon a:hover{background:#ef491a;}
.footer-bottom  .footer-icon a:last-child{margin-right:0;}





.section.border-bottom {
	border-bottom: 1px solid #eee;
}




.section-bg-3 {
    background-image: url(../images/bg_3.jpg);
    background-position: center 90%;
    background-repeat: no-repeat;
}
.section {
    position: relative;
    width: 100%;
    z-index: 1;
}

 
.organik-process .organik-process-small-icon-step {
    margin-bottom: 10px;
    margin-top: 10px;
}

.organik-process {
    display: block;

    width: 100%;
}
 


 







.organik-special-title {
    display: block;
    position: relative;
    padding-left: 40px;
}
.organik-special-title.align-right {
	text-align: right;
    padding-left: 0;
    padding-right: 40px;
}
.organik-special-title .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: 900;
    font-family: Lato;
    color: #392a25;
    line-height: 80px;
    opacity: .1;
}
.organik-special-title.align-right .number {
    left: auto;
    right: 0;
}
.organik-special-title .title {
    color: #5fbd74;
    line-height: 80px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-weight: 900;

}
.organik-seperator {
	margin-bottom: 5px;
	max-width: 350px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.organik-seperator.center {
	margin-left: auto;
    margin-right: auto;
}
.organik-seperator .sep-holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.organik-seperator .sep-holder .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.organik-seperator .sep-icon {
    width: 70px;
    line-height: 0;
    font-size: 14px;
	box-sizing: border-box;
    text-align: center;
}
.organik-seperator .sep-icon i {
    font-size: 30px;
    color: #5fbd74;
    display: inline-block;
}
.organik-seperator:hover .sep-icon i {
    animation: spinner 2s linear infinite;
    -webkit-animation: spinner 2s linear infinite;
}
.loadmore-contain {
    padding-top: 40px;
    text-align: center;
	clear: both;
}
.organik-btn {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 25px;
    border-radius: 3px;
    border: 2px solid #5fbd74;
    background-color: #5fbd74;
    color: #fff;
    display: inline-block;
    line-height: 1;
	transition: all .5s;
}
.organik-btn.small {
    padding: 11px 25px;
    font-size: 15px;
}
.organik-btn:hover {
    color: #7fca8f;
	background-color: #fff;
}
.organik-btn.arrow {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #5fbd74;
    font-size: 15px;
    font-weight: 700;
}
.organik-btn.arrow:hover {
    margin-left: 10px;
	color: #7fca8f;
}
.organik-btn.arrow:after {
    content: '\f10b';
    font-family: Ionicons;
    display: inline-block;
    margin-left: 10px;
}
.organik-btn.brown {
    background-color: #392a25;
    border-color: #392a25;
    color: #fff;
}
.organik-btn.brown:hover {
    color: #5fbd74;
}
.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
.app-desc {
	margin-bottom: 35px;
}
.quote-name {
    font-size: 14px;
    color: #5e5a54;
    line-height: 1em;
    text-align: center;
    font-weight: 400;
    text-transform: none;
	font-style: italic;
}
.quote-name strong {
    font-style: normal;
    color: #392a25;
}
.organik-quote {
    margin-top: 46px;
    border: 1px solid #f1eeea;
    padding: 30px;
    position: relative;
}
.organik-quote > span.small {
    font-size: 22px;
	color: #5fbd74;
}
.organik-quote > span.big {
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color: #5fbd74;
}
.organik-quote > span.big:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 88px;
}
.organik-quote .quote-text {
    color: #5e5a54;
    line-height: 2;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
.organik-quote .quote-author {
    color: #392a25;
    line-height: 2;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 20px 0 10px;
}











@font-face {
    font-family: 'organik';
    src: url(../fonts/organik.eot);
    src: url(../fonts/organik.eot?#iefix) format("embedded-opentype"), url(../fonts/organik.woff) format("woff"), url(../fonts/organik.ttf) format("truetype"), url(../fonts/organik.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

i[class^="organik-"],
i[class*=" organik-"] {
    font-family: 'organik' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.organik-hours-support:before {
    content: "\e91e"
}

.organik-barn:before {
    content: "\e91f"
}

.organik-credit-card:before {
    content: "\e920"
}

.organik-delivery:before {
    content: "\e921"
}

.organik-flower:before {
    content: "\e922"
}

.organik-leaves:before {
    content: "\e923"
}

.organik-map-location:before {
    content: "\e924"
}

.organik-path-footer:before {
    content: "\e925"
}

.organik-apple:before {
    content: "\e900"
}

.organik-banana:before {
    content: "\e901"
}

.organik-basket:before {
    content: "\e902"
}

.organik-blender:before {
    content: "\e903"
}

.organik-bread:before {
    content: "\e904"
}

.organik-broccoli:before {
    content: "\e905"
}

.organik-carrot:before {
    content: "\e906"
}

.organik-coconut:before {
    content: "\e907"
}

.organik-corn:before {
    content: "\e908"
}

.organik-cucumber:before {
    content: "\e909"
}

.organik-egg:before {
    content: "\e90a"
}

.organik-eggplant:before {
    content: "\e90b"
}

.organik-ekobag:before {
    content: "\e90c"
}

.organik-grain:before {
    content: "\e90d"
}

.organik-grape:before {
    content: "\e90e"
}

.organik-honey:before {
    content: "\e90f"
}

.organik-jam:before {
    content: "\e910"
}

.organik-leaf:before {
    content: "\e911"
}

.organik-lemon:before {
    content: "\e912"
}

.organik-lettuce:before {
    content: "\e913"
}

.organik-milk:before {
    content: "\e914"
}

.organik-mushrooms:before {
    content: "\e915"
}

.organik-onion:before {
    content: "\e916"
}

.organik-pear:before {
    content: "\e917"
}

.organik-pepper:before {
    content: "\e918"
}

.organik-radish:before {
    content: "\e919"
}

.organik-smoothie:before {
    content: "\e91a"
}

.organik-squeezer:before {
    content: "\e91b"
}

.organik-tomato:before {
    content: "\e91c"
}

.organik-watermelon:before {
    content: "\e91d"
}


.organik-process {
	 margin-bottom: -50px; 
}
.organik-process {
    background-color: #5fbd74;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    text-align: left;
    padding: 13px 10px;
    border-radius: 3px;
}
.organik-process-small-icon-step {
    box-sizing: border-box;
}
.organik-process-small-icon-step:first-child {
    border-left: 0;
}
.organik-process-small-icon-step .icon, 
.organik-process-small-icon-step .content {
    display: table-cell;
    vertical-align: middle;
}
.organik-process-small-icon-step .icon {
    font-size: 50px;
    opacity: .5;
    padding: 0 15px 0 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.organik-process-small-icon-step:hover .icon {
    opacity: 1;
}
.organik-process-small-icon-step .content .title {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 15px;
}
.organik-process-small-icon-step .content .text {
    opacity: .7;
    font-weight: 400;
    font-size: 14px;
}
.organik-steps {
	display: block;
    text-align: center;
}
.organik-steps .step {
    display: inline-block;
    margin-bottom: 35px;
    text-align: center;
}
.organik-steps .step .step-icon {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 100px;
    position: relative;
    color: #5fbd74;
    margin: 10px;
    z-index: 2;
}
.organik-steps .step .step-icon:hover {
    background: #5fbd74;
    color: #fff;
}
.organik-steps .step .step-icon:before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #000;
    opacity: 0;
    border-radius: 50%;
    z-index: 0;
}
.organik-steps .step .step-icon:hover:before {
    opacity: .03;
}
.organik-steps .step .step-icon .order {
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
    border: 5px solid #f5f3f0;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.organik-steps .step .step-icon:hover .order {
    background: #5fbd74;
}
.organik-steps .step .step-title {
    display: block;
    clear: both;
    color: #392a25;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 24px;
    font-weight: bold;
}

	.organik-process-small-icon-step {
		border-left: 1px solid rgba(255,255,255,.2);
		padding-right: 0;
	}
	.organik-steps .step-line {
		display: inline-block;
		height: 2px;
		width: 40px;
		background-color: #fff;
		vertical-align: top;
		margin: 100px 20px 0;
	}

 




@media (max-width: 768px){
	.section-bg-3 {
	    background-image: none !important;
	}
	.organik-process .organik-process-small-icon-step {
	    margin-bottom: 0px;
	    margin-top: 0px;
	    border:0;
	padding-top: 5px;}


	.organik-process .organik-process-small-icon-step:first-child {
 
	    border-bottom: 1px solid rgba(255,255,255,.2);
		    border-right: 1px solid rgba(255,255,255,.2);
		 
	}

	.organik-process .organik-process-small-icon-step:last-child  {
 
	   	    border-top: 1px solid rgba(255,255,255,.2);

		    border-left: 1px solid rgba(255,255,255,.2);
		 
	}

	.organik-process {
		padding: 2px !important;
	}
 
  
	.section-bg-3 {
   	 background-image: none;
	}


	.organik-process-small-icon-step .icon {
	    opacity: 1;
	font-size: 0;display: none;}
}









@media (max-width: 1199px)  {

.tbay-search-result .autocomplete-suggestions img{
   height: auto;
   width: 100%;
}

.tbay-search-result .autocomplete-suggestions {
position: absolute; width: 100%;
display:none;
    left: 0;
    right: auto;
    top: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 11%);
    box-shadow: 0 3px 30px rgb(0 0 0 / 11%);
border: 2px #e5e5e5 solid;
    overflow-y: scroll;
    max-height: 300px;
 z-index: 9999;
}
.tbay-search-result .list-header {
    padding: 11px 15px;
    text-align: left;
background: #fff7df;
}


.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-group {
    text-align: left;
}

 .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion {
    display: flex;
    padding: 13px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
}

 .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-thumb {
    max-width: 60px;
    margin-right: 10px;
    margin-left: 0;
}

.tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-title {
    line-height: 20px;
}



.tbay-search-result .autocomplete-suggestions .price {
    font-weight: 700;
    color: #86bc42;
    font-size: 14px;
}


.tbay-search-result .autocomplete-suggestions .amount {
    font-weight: 700;
    color: #86bc42;
    font-size: 14px;
}

.price del {
    color: #333;
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    font-weight: 500;
}


 
}


.owl-thumb-item.active {
    opacity: 1;
}

.owl-thumb-item {
    border: 0;
    float: left;
    opacity: .5;
    background: none;
    width: 100px;
    cursor: pointer;
}

.owl-thumb-item img {

    width: 100%;
}






.review-summary-result	{
    width: 90px;
    height: 90px;
    text-align: center;
    border: 2px solid #f65b47;
    color: #f65b47;
    line-height: 90px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
 .review-summary-total {
    width: 100px;
margin-top:3em;
}
}
.review-summary-total {
    text-align: center;
    font-weight: 400;
    padding-right: 10px;
    padding-left: 0;

}



#Hata,#Bilgi, #SepetEkle {display: none;position: fixed;bottom: 100px;max-height: 75px;width: 100%;z-index: 20000;text-align: center;}
#Hata>div{box-shadow: 2px 2px 15px;margin-left: auto;margin-right: auto;float: none;}
.price-unit{font-size:1pc}
.agreementHeader{padding:8px;background:#eceaea;margin-top:5px;font-size:16px;border-bottom:1px silver solid}




.Unit.disabled {
    background: #f7f7f7;
}


.sepetsatir {
    display: flex;
}

.sepetresim {
    width: 10%;
    float: left;
}

.sepetad {
    width: 40%;
    float: left;
}
.sepetadet {
    width: 8%;
    float: left;
    padding: 30px 6px;
}
.sepeturet {
    width: 12%;
    float: left;
margin-top: 3rem;
}

.sepetbirim {
    width: 8%;
    float: left;
    padding: 40px 10px;
}
.sepetbirim.sepetkdv {
    width: 5%;
}
.sepettoplam {
    width: 13%;
    float: left;
    padding: 40px 10px;
}


 









.product-col, .uproduct-col{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.product-col .image {
    min-height: 270px;
}

.product-col .image img {
    max-height: 270px;
    min-height: 270px;
    margin-bottom: 5px;
    max-width: 270px;
}
.product-col .caption {
    padding: 10px 0;
    
}



.product-col .price , .uproduct-col .price{
    padding-top: 10px;

    font-size: 14px;
    color: #fe0100;
} 


.product-col .price span.price-new, .uproduct-col .price span.price-new {
    padding-right: 5px;
    color:#fe0100;
    font-size: 24px;
}

.price-unit {
    font-size: 1pc;
}


.product-col .price span.price-old , .uproduct-col  .price div.price-old {
    color: #787878;
    font-size: 18px;
    text-decoration: line-through;
}


  
.product-col  , .uproduct-col .cart-button{
    padding-top: 5px;
    text-align: center;
}


.product-col .cart-button .btn , .uproduct-col .cart-button .btn {
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.product-col .btn-cart , .uproduct-col .btn-cart{
    color: #fff;
    background: #91ac21;
}

.product-col .btn-cart , .uproduct-col .btn-detail{
    color: #fff;
    background: #c72333;
}

 .product-col h4,  .product-col h4 a, .product-col h2,  .product-col h2 a , .product-col h3, .product-col h3 a ,

.uproduct-col h4,  .uproduct-col h4 a, .uproduct-col h2,  .uproduct-col h2 a , .uproduct-col h3, .uproduct-col h3 a 
 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #6d6e6f;
    text-decoration: none;
    /* color: #282828; */
    min-height: 55px;
    max-height: 55px;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
}

.ratings {
    color: #ffc02a;
    text-transform: capitalize;
}


.nocaret::after {
    content: none !important;
}


.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}
.star-cb-group * {
    font-size: 2.4rem;
}


.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\2606";
    color: #888;
}
.star-cb-group {
    transform: rotateY(
180deg);
}
.star-cb-group > input {
    display: none;
}



.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "\2605";
    color: #ffc02a;
    text-shadow: 0 0 1px #333;
}


.rating {
    transform: rotateY( 180deg);
    float: left;
color: #ffc02a;
}


.grower {
padding: 0;
    min-height: unset;
    text-transform: initial;
    text-align: right;

}








.uiyorum {
    height: fit-content;
    padding: 10px 35px;
    width: 400px;
    right: 20px !important;
}

 

.uiprofil {
    
 margin-left: 225px;
    padding: 15px;
    height: fit-content;
    width: fit-content;
}



.uiresim {
    width: 150px;
    margin-left: 20px;
    padding: 0px;
    /* height: fit-content; */
    box-shadow: 1px 1px 15px 9px #ffffff;
}

.uibilgi{
margin-top: 8%;

}




.uproduct-col .image {
    min-height: 215px;
}


.uproduct-col .image img {
    max-height: 215px;
    min-height: 215px;
    max-width: 270px;
}




.glg{
box-shadow: #232221 0 0 7px 1px;position: sticky;top: 60px; position: -webkit-sticky;
}



 
.btn-theme {
    color: #07585a;
    background-color: #7ffcff;
    border-color: #0a7a7d;
}

.btn-theme:hover {
    color: #2e6869;
    background-color: #7ceff1;
}


.btn-green {
    color: #fff;
    background-color: #91ac21;
    border-color: #7b921c;
}




.btn-outline-green {
    color: #91ac21;
    border-color: #91ac21;
}



.btn-green:hover ,.btn-outline-green:hover {
 background-color: #9dbb22;
 color: #FFF;
  }

.btn-outline-green:active,.btn-outline-green:focus  {border-color: #91ac21;box-shadow: 0px 0px 1px 4px #b6c9669e;}


.btn-red {
    color: #fff;
    background-color: #ff0000;
    border-color: #b10404;
}

.btn-red:hover,.btn-outline-red:hover {
    color: #fff;
 background-color: #ec0404;
  }



.btn-outline-red {
    color: #91ac21;
    border-color: #ec0404;
} 


.btn-outline-red:active,.btn-outline-red:focus  {border-color: #ec0404;box-shadow: 0px 0px 1px 4px #ec0404;}



.btn-link:active,.btn-link:focus  {border-color: none;box-shadow: none;}



.btn-silver {
    color: #080808;
    background-color: #dad5d5;
    border-color: #b9b1b1;
}
.btn-silver:hover {
 background-color: #d4d1d1;
  }

.btn-lgreen {
    color: #426018;
    background-color: #e5f91a;
    border-color: #c3d603;
}
.btn-lgreen:hover {
 background-color: #ddf11b;
  }


 

.btn-dgreen {
    color: #ffffff;
    background-color: #40a944;
    border-color: #1e7822;
}
.btn-dgreen:hover {
	    color: #ffffff;
	    background-color: #2f8132;
	 }







.btn-yellow {
    color: #000000;
    background-color: #fdfc00;
    border-color: #c1c104;
}

.btn-yellow:hover {
 background-color: #f3f208;
  }



.btn-brown {
    color: #ffffff;
    background-color: #501c23;
    border-color: #3e0e00;
}

.btn-brown:hover {
 background-color: #5a242c;
  }


.btn-pink {
    color: #ffffff;
    background-color: #de00ff;
    border-color: #780c88;
}

.btn-pink:hover {
 background-color: #e333fd;
  }



.btn-fuchsia {
    color: #ffffff;
    background-color: #761ee0;
    border-color: #400588;
}

.btn-fuchsia:hover {
 background-color: #8a35f1;
  }

.btn-purple {
    color: #fff;
    background-color: #bf4bf5;
    border-color: #8432ab;
}

.btn-purple:hover {
 background-color: #c968f7 !important;
  }






.bg-yellow {
    background-color: #fdfc00 !important;
}


.bg-pink {
    background-color: #de00ff !important;
}




.bg-green {
 background-color: #e5f91a !important;
  }


.bg-dgreen {
 background-color:#40a944;
  }



.bg-yellow { 
    background-color: #fdfc00 !important; 
}




.bg-silver {
    background-color: #dad5d5 !important;
}


.bg-purple {
    background-color: #bf4bf5 !important;
}






.text-silver {
    color: #929090 !important;
}



.text-purple {
    color: #bf4bf5 !important;
}


.text-green {
 color: #e5f91a !important;
  }



.text-yellow { 
   color: #fdfc00 !important; 
}




.text-yellow {
    color: #fdfc00 !important;
}


.text-pink {
    color: #de00ff !important;
}

.text-dgreen {
	color:#40a944;
  }




.ofc{

height: fit-content;
width: 50%;
top:50%;

}






 a.UyeMenu {
  color: #4608ab;
  text-decoration: none;

} 


 a.UyeMenu.active {
  color: #FFF;
  text-decoration: none;

} 



li.dropdown-item.odd {
    width: 275px;
}




.sptDty{
    bottom: 0px;
    margin-left: -15px;
    margin-right: -12px;
    height: 65px;
    position: sticky;
    position: -webkit-sticky;
    text-shadow: 0 0 0px #737373;
    padding: 10px 2px 2px 2px; 
    background-color: #d1e7dd;
    z-index: 999;
}
.sptDtytab{
	bottom: 65px; 
	z-index: 999;
}

.sptDty .btn-link {
    text-decoration: none;
   color: #198754!important;
     font-size: calc(1rem + .2vw)!important; 
     
}


.fs-7 {
    font-size: 0.9rem!important;
}

* {
text-shadow: 0 0 black;
}

a {
    color: #ff0101;

}

a:hover {
color :#fb6464
}

 /*   mobil  start*/ 


.sepetad { font-size: 1.25rem!important;}



@media (max-width: 767px) {


 body { padding-top: 50px; }


.ofc{ width: fit-content;}




.uiyorum {

    position: unset !important;
    margin-top: 20px;
    padding: 10px 20px;
}
 
.uiprofil {
    margin-left: auto;
    position: unset !important;
   text-align: center;
    margin-right: auto;
 
}





 
.uiresim {
    margin-left: auto;
    position: unset !important;
    margin-right: auto;
    margin-top: -50%;
}





.uproduct-col .image {
    min-height: 210px;
}


.uproduct-col .image img {
    max-height: 210px;
    min-height: 210px;
    max-width: 240px;
}

.glg{top: 110px;}
.sticky-frk{top: 49px; }





li.dropdown-item.odd {    width: unset;!important;}


.mp-0 { padding:0 !important;}
.mm-0 { margin:0 !important;}

.mop-1 { padding: .25rem!important;}

.mop-2 { padding: .5rem!important;}


.mom-1 { margin: .25rem!important;}

.mom-2 { margin: .5rem!important;}


    .sepetsatir {
    display: block;
}

.sepetresim {
    width: 40%; 
	padding: 15px 15px 15px 0;
}

.sepetad {
    width: 60%;
    font-size: 1rem!important;
}

.sepetadet {
    width: 40%;
    float: left;
    padding: 0 10px;
    clear: both;
    margin-top: 5px;
 margin-bottom: 10px;
}

.sepeturet {
    width: unset;
    float: left;
margin-top: 10px;
}


.sepetbirim {
    width: 90%;
    float: none;
    padding: 10px;
}

.sepettoplam {
    width: 50%;
    padding: 10px;
    display: block; 
font-size: 6.6vw;
    text-align: right;
    color: #359cf7;
}

.sepettoplam i{
font-size: 5.5vw;
}

.Adtlr {width: 80%;}



.monone { display:none !important; }



.sepetkdv {
	width: unset !important;
}

.sptDtyBtn.collapsed::after {
    content: "";
    border-top: 0; 
    border-bottom: .3em solid;
 
}


.sptDtyBtn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

 

.gallery-icon {	
	opacity:0.9;
	transform: scaleX(1);
}


}  /* mobil  end*/ 


/*   tablet start */ 

@media (min-width: 768px) {



.product-col .image img {
    max-height: 185px;
    min-height: 185px;
    margin-bottom: 5px;
    max-width: 185px;
}

.product-col .image {
    min-height: 185px;
}


}  /*   tablet */ 



@media print {
    body .no-print { 
        display: none !important;
    }
}