
#search{
	margin-top:32px;
	margin-bottom:10px;
}

#search .fl.col-12{
	height: 44px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

#FormAra{
	height:100%;
	position:relative;
}

#FormAra input[type="text"]{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	border:0;
	box-sizing:border-box;
	padding:10px 50px 10px 10px;
	color:#666;
	font-size:13px;
	font-family:"Open Sans", sans-serif;
	border-radius: 4px;
}

[dir="rtl"] #FormAra input[type="text"]{
	padding:10px 10px 10px 210px;
}

#FormAra .placeholder{
	right: 201px;
    line-height: 46px;
    padding-left: 20px;
}

#searchRight{
	width: 50px;
    height: 100%;
    position: relative;
    z-index: 33;
}

[dir="rtl"] #searchRight{
	float:left;
	border-right:1px solid #ccc;
	border-left:0;
}

#searchRight select{
	width:150px;
	height:28px;
	background: url('selectArrow.png') no-repeat right center;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	color:#666;
	font-size:13px;
	font-family:"Open Sans", sans-serif;
}

[dir="rtl"] #searchRight select{
	float:right;
	background: url('selectArrow.png') no-repeat 10px center;
}

#FormAra input[type="submit"]{
	width: 28px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(searchIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: #019247;
    padding-right: 84px;
    border-left: 1px solid #009247;
    padding-left: 10px;
    right: -32px;
    top: 14px;
    position: absolute;
}

[dir="rtl"] #FormAra input[type="submit"]{
	float:left;
}

#live-search-box{
	position:absolute;
    top:calc(100% + 1px);
    left:-1px;
    width:100%;
    background:#fff;
    border:1px solid #ececec;
	border-bottom:0;
    z-index:999;
}

#live-search-box ul{
	float:left;
	width:100%;
}

#live-search-box li{
	float:left;
	width:100%;
	border-bottom:1px solid #ececec;
}

#live-search-box a{
	float:left;
	width:100%;
	font-weight:600;
	display:flex;
	align-items:center;
}

#live-search-box span ,#live-search-box div.search-image{
    width:8%;
    height:auto;
    //padding-bottom:8%;
    margin-top:5px;
    margin-right:15px;
    margin-bottom:5px;
    margin-left:5px;
    overflow:hidden;
}

#live-search-box img{
	margin:0 auto;
}

#mainMenu{
	height: 55px;
    background: url(/upload/menuBg.png);
    position: relative;
    z-index: 777;
    border: 1px solid #007d3c;
    box-shadow: 4px 2px 4px rgba(136, 136, 136, 1);
}

#mainMenu .menu > li{
	padding-top:9px;
	padding-bottom:9px;
}

#mainMenu .menu > li:hover{
    background:#fbfbfb;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


#mainMenu .menu > li.outLi:hover{
    background:transparent;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#mainMenu .menu > li#homeLink:hover{
	background-color: transparent;
}

#mainMenu .menu > li:hover .menuHover{
	color: #019247;
}

#mainMenu a{
	height: 38px;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    font-family: 'AvenirNextLTPro-Demi';
}

[dir="rtl"] #mainMenu a{
	border-right:0;
	border-left-width:1px;
	border-left-style:solid;
}

.menu li.parentLink > a{
    background-color:transparent;
}

    .homeLink a{
    width: 54px;
    background: url('/upload/homeIcon.png') no-repeat center center;
}

#mainMenu .parentLink li a{
	border-right:0;
}

[dir="rtl"] #mainMenu .parentLink li a{
	border-left:0;
}

.subMenu{
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,.1);
    display: none;
}

.subMenu *:not(.dynamicMenu){
    background-color:transparent;
}

#mainMenu .subMenu{
	top:56px;
}

:hover > .subMenu{
	display:block;
}

.menuTitle{
	font-size:20px;
	padding-bottom:10px;
}

.subMenu a{
        padding-right:10px;
        padding-left:10px;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	box-sizing:border-box;
}

.subMenu li li a{
	font-size:11px;
	background-image:url('menuSmallArrow.png');
	background-repeat:no-repeat;
	background-position:0 center;
}

.subMenu a:hover{
	padding-right:10px;
	padding-left:10px;
}

#mainMenu .subMenu a:hover{
	color: #018e45;
    margin-left: 10px !important;
}

.subMenu li li a:hover{
	padding-left:20px;
	background-image:url('menuSmallArrowHover.png');
	background-position:10px center;
}

#alterMenu{
	background-color:#6c6c6c;
	border-top:1px solid #aaa;
	border-bottom:1px solid #575757;
}

#alterMenu .menu > li{
	padding-top:4px;
	padding-bottom:4px;
}

#alterMenu .menu > li:hover{
	background:#f5f5f5;
}

#alterMenu a{
	line-height:21px;
    font-size:12px;
    color:#f3f3f3;
	border-right:1px solid #aaa;
}

#alterMenu .menu > li:hover a{
    color:#444;
}

#alterMenu .menu > li:hover .subMenu{
	top:29px;
	z-index:3333;
}

#alterMenu .menu > li:hover .subMenu a{
	border-right:0;
}

#alterMenu .menu > li:hover .subMenu a:hover{
    color:#f37121;
}

#alterMenu .subMenu li, #alterMenu .subMenu a{
	line-height:30px;
	border-color:#e0e0e0;
}

.col.ustBK {
    background: url(ustAmblem.png) no-repeat left center;
    padding-left: 25px;
    background-position-x: 8px;
	border-left: 1px solid #e7e7e7;
}

.col.ustM {
    background: url(ustMagazalarimiz.png) no-repeat left center;
    padding-left: 15px;
}

.col.ustT {
    background: url(ustBizeUlasin.png) no-repeat left center;
    padding-left: 10px;
}

.col.ustK {
    background: url(ustKargom.png) no-repeat left center;
    padding-left: 15px;
}

.col.ustI {
    background: url(ustIletisim.png) no-repeat left center;
    padding-left: 10px;
}

.ustT i {
    font-style: normal;
    font-family: 'AvenirNextLTPro-Bold';
}

#cart-soft-count label.cart-soft-count {
    background-color: #ee2e24;
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 13px;
    top: 12px;
    right: 12px;
}

li#homeLink a {
    height: 48px;
	margin-top: -1px;
}

.menuLogo {
	position: relative;
    right: 0;
    display: inline-block;
    margin-left: 135px;
    top: -25px;
}

.headerBg{
	background: url('ustBg.png') no-repeat center;
}

#logo {
    padding-top: 10px;
    padding-bottom: 15px;
}

#mainMenu .cMenu{
  font-size: 15px;
  color: #464646;
}

.outlet {
    background-color: #ee2e24;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 30px !important;
    line-height: 32px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 4px;
    margin-left: 20px;
}

#mainMenu .menu > li.outlet:hover {
    background: #e0261d;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#mainMenu .menu > li.outlet:hover .menuHover {
    color: #fff;
}

.mAd {
    font-size: 16px;
    color: #018d45;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {

	.menu a{
		padding-left:10px;
		padding-right:10px;
	}

	.menu li.parentLink > a{
		padding-right:30px;
	}

}

@media screen and (max-width: 1000px) {
	
	
	
}

@media screen and (min-width: 769px) {
	
	.menu li.parentLink:hover > ul{
		display:block;
	}
	
}

@media screen and (max-width: 768px) {

	#mobileAppNotify{
	    background-color:#6e6e6e;
	}

	#appNotify{
        position:relative;
    	z-index:9999;
	}

	#appNotifyClose{
	    font-size:30px;
	    /*margin-top:5px;*/
	    margin-right:10px;
	}

	#applogo{
	    display:flex;
	    width:90px;
	    height:60px;
	    align-items:center;
	}

	#applogo *{
	    margin:0px;
	    padding:0px;
	}

	#appNotify a{
		/*margin-top:10px;*/
	}
	
	.menu-list, .menu-list li, .menu-list a{
		width:100%;
	}
	
	.menu-list.show, .menu li.parentLink ul.show{
		display:block;
	}
 
	.animate{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	#menuBtn{
		width:54px;
		height:54px;
		background:url('menuBtn.png') no-repeat;
		cursor:pointer;
	}

	[dir="rtl"] #menuBtn{
		background:url('menuBtn.png') no-repeat 10px center;
	}

	@-webkit-keyframes pageOverlayDefault{
		
		from{
			opacity:1;
		}

		to{
			opacity:0;
		}
	  
	}

	@keyframes pageOverlayDefault{
		
		from{
			opacity:1;
		}

		to{
			opacity:0;
		}
	  
	}

	#pageOverlay{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,.7);
		z-index:3333;
		opacity:0;
		display:none;
		-webkit-animation-duration:1.5s;
		animation-duration:1.5s;
		-webkit-animation-name:pageOverlayDefault;
		animation-name:pageOverlayDefault;
	}

	@-webkit-keyframes pageOverlay{
		
		from{
			opacity:0;
		}

		to{
			opacity:1;
		}
	  
	}

	@keyframes pageOverlay{
		
		from{
			opacity:0;
		}

		to{
			opacity:1;
		}
	  
	}

	.menuShow #pageOverlay{
		display:block;
		-webkit-animation-name:pageOverlay;
		animation-name:pageOverlay;
	}

	@-webkit-keyframes mobileMenuDefault{
		
		from{
			left:0;
		}

		to{
			left:-100%;
		}
	  
	}

	@keyframes mobileMenuDefault{
		
		from{
			left:0;
		}

		to{
			left:-100%;
		}
	  
	}

	@-webkit-keyframes mobileMenuDefaultRtl{
		
		from{
			right:0;
		}

		to{
			right:-100%;
		}
	  
	}

	@keyframes mobileMenuDefaultRtl{
		
		from{
			right:0;
		}

		to{
			right:-100%;
		}
	  
	}

	#mobileMenu{
		position:fixed;
		left:-100%;
		top:0;
		bottom:0;
		width:100%;
		background:#fff;
		overflow-y:auto;
		z-index:4444;
		-webkit-animation-name:mobileMenuDefault;
		animation-name:mobileMenuDefault;
	}

	[dir="rtl"] #mobileMenu{
		right:-100%;
		left:auto;
		-webkit-animation-name:mobileMenuDefaultRtl;
		animation-name:mobileMenuDefaultRtl;
	}

	@-webkit-keyframes mobileMenu{
		
		from{
			left:-100%;
		}

		to{
			left:0;
		}
	  
	}

	@keyframes mobileMenu{
		
		from{
			left:-100%;
		}

		to{
			left:0;
		}
	  
	}

	@-webkit-keyframes mobileMenuRtl{
		
		from{
			right:-100%;
		}

		to{
			right:0;
		}
	  
	}

	@keyframes mobileMenuRtl{
		
		from{
			right:-100%;
		}

		to{
			right:0;
		}
	  
	}

	.menuShow #mobileMenu{
		-webkit-animation-name:mobileMenu;
		animation-name:mobileMenu;
	}

	[dir="rtl"] .menuShow #mobileMenu{
		-webkit-animation-name:mobileMenuRtl;
		animation-name:mobileMenuRtl;
	}
	
	#closeMobileMenu{
		line-height:44px;
		color:#363636;
		font-size:30px;
		padding-left:54px;
		background:url('menuBtnActive.png') no-repeat;
		cursor:pointer;
	}
	
	[dir="rtl"] #closeMobileMenu{
		padding-right:54px;
		padding-left:10px;
		background:url('menuBtnActiveRtl.png') no-repeat right center;
	}
	
	#mobileMenu span, #mobileMenu a, #mobileMenu label, #mobileMenu select{
		color:#666;
		font-size:30px;
		line-height:64px;
		background:url('menuArrow.png') no-repeat right center;
		cursor:pointer;
	}
	
	[dir="rtl"] #mobileMenu span, 
	[dir="rtl"] #mobileMenu a, 
	[dir="rtl"] #mobileMenu label, 
	[dir="rtl"] #mobileMenu select{
		background:url('menuArrowRtl.png') no-repeat 0 center;
	}
	
	#mobileMenu span.active{
		color:#f36d24;
		background:url('menuArrowActive.png') no-repeat right center;
	}
	
	#mobileMenu li ul{
		display:none;
	}
	
	#mobileMenu li ul a{
		color:#999;
		font-size:23px;
		line-height:40px;
		background:url('menuSubArrow.png') no-repeat 0 center;
	}
	
	[dir="rtl"] #mobileMenu li ul a{
		background:url('menuSubArrowRtl.png') no-repeat 0 center;
	}
	
	#mobileMenu select{
		background:none;
		border:0;
	}
	
	#mobileMenu label[for="langMobile"]{
		padding-left:50px;
		background:url('langMobileIcon.png') no-repeat 10px center;
	}
	
	#mobileMenu label[for="curMobile"]{
		padding-left:50px;
		background:url('curMobileIcon.png') no-repeat 10px center;
	}
	
	#basketMobile{
		padding-left:50px;
		background:url('basketMobileIcon.png') no-repeat 10px center;
	}
	
	#loginMobile:before{
		float:left;
		width:30px;
		height:45px;
		background:url('profileMobileIcon.png') no-repeat 0 center;
		margin-right:10px;
		content:'';
	}
	
	#regisMobile:before{
		float:left;
		width:30px;
		height:45px;
		background:url('registerMobileIcon.png') no-repeat 0 center;
		margin-right:10px;
		content:'';
	}
	
	#favMobile:before{
		float:left;
		width:30px;
		height:45px;
		background:url('favMobileIcon.png') no-repeat 0 center;
		margin-right:10px;
		content:'';
	}

	#headerMain{
		margin-top:0;
		margin-bottom:0;
	}

	#logo a{
		height:74px;
		line-height:74px;
	}

	#logo p{
		height:74px;
		line-height:74px;
	}

	#logo a img{
		width:auto;
		display:inline;
		vertical-align:middle;
	}
	
	#search{
		padding-left:0;
		padding-right:0;
		margin-top:0;
		margin-bottom:0;
	}
	
	#hmLinks{
		padding-top:0;
		padding-bottom:0;
	}
	
	#hmLinks > a{
		padding-top:48px;
	}
	
	#hmLinks a.authorLink{
		background:url("userIconBig.png") no-repeat center 10px;
	}
	
	#hmLinks a.basketLink{
		background:url("basketIconBig.png") no-repeat center 9px;
	}
	
	#hmLinks a strong{
		line-height:22px;
		font-size:14px;
	}
	
	#hmLinks a:hover strong{
		color:#000;
	}
	
	#search .row{
		height:40px;
		margin-right:0;
		margin-left:0;
	}
	
	#FormAra input[type="text"]{
		font-size:16px;
        padding:6px 75px 6px 10px;
	}
	
	[dir="rtl"] #FormAra input[type="text"]{
        padding:6px 10px 6px 75px;
	}

	#FormAra input[type="text"]::-webkit-input-placeholder{
		font-size:14px;
		color:#363636;
	}
	#FormAra input[type="text"]::-moz-placeholder{
		font-size:14px;
		color:#363636;
	}
	#FormAra input[type="text"]:-ms-input-placeholder{
		font-size:14px;
		color:#363636;
	}
	#FormAra input[type="text"]:-moz-placeholder{
		font-size:14px;
		color:#363636;
	}
	
	#FormAra input[type="submit"]{
		width: 44px;
    	height: 24px;
        background-color:transparent;
	}
    
    #mobileMenu span#searchRight{
        width:auto;
        padding-top:6px;
        padding-bottom:6px;
        background:none;
    }
        
	#searchRight select{
		display:none;
	}

	#mobileOptions .line-bottom{
		border-color:#c1c1c1;
	}

	#mobileMenu #mobileOptions span, 
	#mobileMenu #mobileOptions a, 
	#mobileMenu #mobileOptions label, 
	#mobileMenu #mobileOptions select{
		color:#363636;
		text-transform:capitalize;
	}

	#mobileMenu #mobileOptions select{
		height:50px;
		line-height:50px;
	}

	#curMobile{
		padding:0;
	}

	#mainMenu{
		overflow-x:scroll;
		-webkit-overflow-scrolling: touch;
		margin-bottom:10px;
	}

	#mainMenu .menu.forMobile{
		width:auto;
		display:flex;
	}
	
	#mainMenu .menu li.current{
	    border-bottom: 2px solid #e34d0b;
	}

	#mainMenu .menu a{
		white-space:nowrap;
	}

}

@media screen and (max-width: 540px) {

	#logo {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
    
    #header{
    	padding-top:74px;
    }

    #headerMain{
    	position:fixed;
    	top:0;
    	left:0;
		background: url(ustBg.png) no-repeat center;
    	z-index:999;
    	box-shadow: 0px 1px 5px rgba(136, 136, 136, 0.40);
    }

	#closeMobileMenu{
		font-size:14px;
	}
	
    #mobileMenu span, #mobileMenu a, #mobileMenu label, #mobileMenu select{
		line-height:50px;
		font-size:14px;
		text-transform: uppercase;
	}
	
	#mobileMenu li ul a{
		line-height:30px;
		font-size:14px;
	}

	#hmLinks a.basketLink{
		width:60px;
		height:74px;
		background:url("basketIcon.png") no-repeat center center;
	}

}