.header-category-image-container h3 {
    position: relative;
    top: 100%;
    margin-top: -80px;
    color: white;
    text-shadow: 2px 2px 5px rgba(70, 70, 70, 0.5);
    font-size: 4rem;
    line-height: 5rem;
    text-transform: none;
    font-weight: bolder;
    height: 61px;
}

.ship img {
	display:block;
	margin-bottom:10px !important;
	
}
.shipping-review-box {
    width: initial !important ;
    float: left;
}
.categories-nav {
    z-index: 1;
}
.ship:hover {
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.41);
}
.ship {
	border-radius:10px;

display: block;
	
margin: 10px 0;
	
/* text-align: center; */
	
padding: 5px;
} 
.product-img a img {
    margin-right: 20px;
    margin-bottom: 10px;
}
#search .result item title {
    text-transform: capitalize;
}
.product-title {
	 display: block;
    height: 45px;
    overflow-y: hidden;
}
.categories-nav {
    background-color: #f4f4f4;
    position: relative;
}
.account-box-content {
    padding: 20px;
    float: left;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.26);
    margin: 10px;
    border-radius: 10px;
}
.parallax span {
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.37);
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.scrollup {    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 53px;} 
	.page_zone {
		display:
	}
	.mesajlar .cevap {
		text-align: left;
		background: #27aae1;
		color: white;
		padding: 10px 20px;
		border-radius: 26px;
		float: right;

	}
	.page {
		display: table-cell;
		text-align: center;
		width: 99%;
		vertical-align: super;
	}
	.page li {
		float:left;
		
	}
	.page a {
		display: block;
		padding: 3px 10px;
		border-radius: 21px;
		font-size: 20px;
	}
	.page a:hover,.aktif {
		background:black;
		color:white;
	}
	.shipping-review-box img {
		display: block;
		float: left;
		max-width: 100px;
		max-height: 100px;
		margin-right: 10px;
	}
	.container.zone {
		/*min-height:600px;*/
	}
.product_li img {
	transition:all .3s;
}
.product_li:hover img {
	transform: scale(1.3);
}
	  #search {
	position:relative;
}
other {
	    display: block;
    margin-left: 121px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
	font-size:12px;
	
}
price {
	display:block;
	float:right;
	font-size:30px;
	font-family: "chauncy-pro";
}
#search .result {
    position: absolute;
    width: 100%;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    z-index: 10000000;
    right: -1px;
    padding: 10px;
    top: 1px;
    background: white;
    display: none;
    /* padding-bottom: 0px; */
    border-radius: 0 0 10px 10px;
    overflow: auto;
    /* border: solid 0px #000; */
    height: 400px;
    /* margin: 10px; */
}
#search .result item:hover {
	/* background:rgba(0,0,0,0.05); */
	cursor:pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.11);
	/* margin: 10px 0; */
}
#search .result item {
	display:block;
	width: 100%;
	/* height: 90px; */
	padding: 10px;
	border-radius:20px;
}
#search .result item img {
	float:left;
	width:100px;
	height:80px;
	margin-right:10px;
	border-radius: 20px;
}
#search .result item title {
	
display: inline;
	
/* float: left; */
	
margin-left: 10px;
	
font-size: 16px;
	
clear: both;
}

.pagination {
	margin-top: 30px;
	height: 60px;
	margin-bottom: 50px;
	padding: 10px 20px;
	border-radius: 30px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	    display: flex;
    justify-content: center;
}
.pagination:after {
	display:block;
	clear:both;
}
.pagination li {
	margin-right: 5px;
float: left;
}
.pagination a:hover, .pagination .active a {
	background:#FFEB3B;
	color:black;
	border-radius: 10px;
}
.pagination a {
	padding:10px;
	    font-size:15px
}
.qty-selector {
    background-color: #f4f4f4;
    height: 46px;
    font-size: 1.778rem;
    line-height: 2.5rem;
    font-weight: bolder;
    border-radius: 20px !important;
    text-align-last: center;
    margin: 0px 10px;
    position: relative;
    top: -7px;
}
.product-qty-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
     border: none;
    border-radius: 30px;
    height: 51px;
    line-height: 30px;
    padding: 5px 0px 5px 10px;
    width: auto;
}