:not(#mainMenu) > .menu, :not(#mainMenu) > .menu div:not(.dynamicMenu){
	background-color:inherit;
}

:not(#mainMenu) > .menu{
	position:relative;
}

.menu-list{
	z-index:33;
}

.menu li{
	float:left;
}

[dir="rtl"] .menu li{
	float:right;
}

[dir="rtl"] .menu a{
	float:right;
}

.menu li.parentLink > a{
	padding-right:40px;
	background-image:url('https://www.pupabilisim.com.tr/theme/v4-pupa/sub_theme/ust/firat/v4/selectArrow.png');
	background-repeat:no-repeat;
	background-position:right center;
}

[dir="rtl"] .menu li.parentLink > a{
	padding-right:20px;
	padding-left:40px;
	background-position:10px center;
}

.menu li.parentLink > ul{
    position:absolute;
    top:100%;
    left:0;
	width:200px;
	display:none;
}

[dir="rtl"] .menu li.parentLink > ul{
    right:0;
    left:auto;
}

.menu li.parentLink li a{
	width:100%;
}

.menu li.parentLink li.parentLink ul{
	float:left;
	position:relative;
	box-sizing:border-box;
	border-left:10px solid #dedede;
}

[dir="rtl"] .menu li.parentLink li.parentLink ul{
	float:right;
	border-right:10px solid #dedede;
	border-left:0;
}

#mobileAppNotify{
	position:fixed;
	z-index:9999;
}

#appNotify{
	display:flex;
	align-items:center;
}

#appLogo{
	margin-right:10px;
	margin-left:10px;
}

#appLogo p{
	padding-bottom:0;
}

#appLogo img{
	max-width:100%;
    width:auto;
    height:auto;
}

#appBtn{
	white-space:nowrap;
}

body:not(.iosMobile) #header{
	padding-top:119px;
}

.sticky .dn-sticky{
	display:none;
}

#header-wrap{
	position:fixed;
	top:0;
	left:0;
	border-top:2px solid #f26f59;
	z-index:999;
}

#headerTop{
	height:70px;
}

[dir="rtl"] #topMenu, 
[dir="rtl"] #topMenu li, 
[dir="rtl"] #topMenu a{
	float:right;
}

#topMenu a{
	line-height:68px;
    font-size:13px;
    color:#1a1e22;
    font-weight:500;
    text-align:left;
    margin-right:30px;
}

[dir="rtl"] #topMenu a{
	border-right:0;
	border-left:1px solid #ddd;
}

#topMenu a:hover{
	color:var(--tomato);
}

#topMenu .drop-down-title + ul li a{
	line-height:35px;
	font-size:16px;
	font-family:var(--quicksand);
	margin-right:0;
}

#topMenu .drop-down-title + ul li a:hover{
	color:var(--azure);
}

#headerTop select{
	height:30px;
	padding:0 30px 0 10px;
	background:url('https://www.pupabilisim.com.tr/theme/v4-pupa/sub_theme/ust/firat/v4/selectArrow.png') no-repeat right center;
	border:0;
	border-left:1px solid #ddd;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	color:#545454;
	font-size:12px;
}

[dir="rtl"] #headerTop select{
	padding:0 10px 0 30px;
	background:url('https://www.pupabilisim.com.tr/theme/v4-pupa/sub_theme/ust/firat/v4/selectArrow.png') no-repeat 10px center;
	border-right:1px solid #ddd;
	border-left:0;
}

#headerTop select option{
	
}

.desktopPhone{
	font-size:16px;
    white-space:nowrap;
}

.desktopPhone:before{
	font-size:24px;
    margin-right:10px;
}

#headerPhone{
	color:#545454;
	font-size:12px;
	line-height:30px;
}

#header .pupa-profile:before{
    background-color:#f8f8f8;
    border:1px solid var(--pale-grey);
    border-radius:20px;
}

.safari #header .pupa-profile:before{
	padding-left:3px;
}

#desktopMember .drop-down{
	height:68px;
}

#desktopMember .drop-down.hover .drop-down-title + *{
	width:205px;
	left:calc(50% - 103px);
}

.member-link{
	white-space:nowrap;
}

.brackets{
	padding-top:10px;
	padding-right:35px;
	padding-bottom:10px;
	padding-left:35px;
}

#desktopMember .drop-down-item a{
	letter-spacing:1px;
}

#desktopMember .drop-down-item a:hover{
	color:var(--tomato);
}

#header .pupa-premium-reseller:before{
    font-size:43px;
}

#cart-soft-count{
	width:33px;
	line-height:43px;
	margin-left:23px;
}

#cart-soft-count .pupa-basket{
	font-size:21px;
}

#header-wrap .cart-soft-count{
	width:18px;
    height:16px;
    line-height:15px;
    border-radius:10px;
}

#cart-soft-count > a:before,
#cart-soft-count > a:after{
	bottom:-14px;
}

#header-cart .middleItem{
	max-height:366px;
	padding-right:15px;
	margin-right:-15px;
	overflow-y:scroll;
    -webkit-perspective:0;
    -webkit-overflow-scrolling:touch;
}

#header-cart .middleItem::-webkit-scrollbar{
    width:5px;
    height:5px;
    background:var(--pale-grey-light);
    border-radius:5px;
}

#header-cart .middleItem::-webkit-scrollbar-button{
    display:none;
}

#header-cart .middleItem::-webkit-scrollbar-thumb{
    background:var(--cloudy-blue);
    border-radius:5px;
}

#basketList{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	z-index:3333;
}

#logo a{
	float:left;
	width:100%;
	height:70px;
}

#logo p,
#logo img{
	-webkit-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -moz-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -ms-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -o-transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    transition-timing-function:cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -ms-transition-duration:.5s;
    -o-transition-duration:.5s;
    transition-duration:.5s;
}

#logo p{
	float:left;
	width:100%;
	height:70px;
	display:flex;
	align-items:center;
	padding-bottom:0;
}

#logo img{
	display:inherit;
	max-height:50px;
	height:30px;
	max-width:100%;
	width:auto;
	margin-right:46px;
}

#headerMain{
	border-bottom:1px solid #eaecf0;
}

#searchListWrap{
	position:relative;
}

#live-search{
	height:36px;
	line-height:14px;
}

#live-search-box{
    top:100%;
    left:-1px;
    z-index:999;
}

#FormAra{
    background:#fff;
    box-sizing:border-box;
    cursor:pointer;
    z-index:99;
}

#FormAra.focus{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#FormAra:before{
	line-height:46px;
    font-size:20px;
}

#FormAra.focus:before{
    content:'';
}

#FormAra.focus .overlay{
    opacity:1;
    visibility:visible;
    transition:opacity .2s linear, visibility .2s linear;
}

.forDesktop #FormAra:not(.focus){
    border-color:transparent;
}

.forDesktop #FormAra.focus{
	width:100%;
}

.forDesktop #FormAra.focus:before{
	content:'';
}

/*.forDesktop #FormAra:not(.focus):before{
	display:block;
	position:absolute;
	top:0;
	right:47px;
	line-height:47px;
    font-size:14px;
    color:#5e5e5e;
    font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
}

.forDesktop #FormAra:not(.focus):after{
	content:'\e811';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:47px;
	line-height:47px;
	color:var(--tomato);;
	font-size:13px;
	font-family:'tsoft';
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}*/

.sticky .forDesktop #FormAra:not(.focus):after{
	width:38px;
	line-height:38px;
}

:not(.focus) > #search-wrapper{
	width:0;
	height:0;;
	overflow:hidden;
}

#focus-icon{
	width:66px;
	height:47px;
	line-height:47px;
	font-size:20px;
}

#search-input-wrapper{
	width:calc(100% - 114px);
}

#FormAra input[type="text"]{
	display:none;
	height:47px;
	border:0;
	box-sizing:border-box;
}

#FormAra input[type="text"]:focus{
	box-shadow:none;
}

#search-close{
	display:none;
	position:relative;
	width:47px;
	height:47px;
	line-height:47px;
	font-size:15px;
	border:0;
	cursor:pointer;
	background:none;
}

#FormAra.focus input[type="text"],
#mobileWrapper #FormAra input[type="text"],
#FormAra.focus #search-close,
#mobileWrapper #FormAra.focus #search-close{
	display:block;
}

#mainMenu a{
	height:46px;
	line-height:46px;
    font-size:13px;
    color:#1a1e22;
    font-family:var(--quicksand);
    margin-right:30px;
}

#mainMenu a:hover{
	color:var(--tomato);;
}

.parentLink:hover > span > a:before{
   	content:'';
   	position:absolute;
   	bottom:0;
   	left:calc(50% - 1px);
   	width:2px;
   	height:5px;
   	box-shadow:0 0 6px 0 rgba(145, 158, 176, 1);
}

.parentLink:hover > span > a:after{
   	content:'';
   	position:absolute;
   	bottom:0;
   	left:calc(50% - 5px);
   	width:0;
   	height:0;
   	border-right:5px solid transparent;
   	border-left:5px solid transparent;
   	border-bottom:5px solid #fff;
   	z-index:9999;
}

#mainMenu li li a,
#desktopMember .drop-down-item a{
	height:auto;
	line-height:35px;
    font-size:16px;
    font-family:var(--quicksand);
    margin-right:0;
}

#mainMenu li li a:hover{
	color:var(--tomato);
}

#mainMenu .menu > li.parentLink:hover > span > a{
    color: inherit;
}

.menu li:hover > a{
    color:var(--tomato);;
}

#mainMenu .parentLink .sublink-wrap li a{
	line-height:17px;
	color:#797979;
}

.subMenu{
	max-width:1200px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,.1);
}

.subMenu *:not(.dynamicMenu){
    background-color:transparent;
}

.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-repeat:no-repeat;
	background-position:0 center;
}

.subMenu a:hover{
	background-color:#fff;
	padding-right:10px;
	padding-left:10px;
}

#mainMenu .subMenu a:hover,
#mainMenu .parentLink .sublink-wrap li a:hover{
	color:var(--tomato);;
}

.subMenu .dynamicMenu{
	background:#fff;
}

#headerBottom{
	height:20px;
	overflow:hidden;
}

.sticky #headerBottom{
	height:0;
}

#alterMenu.menu > li:before{
	content:'.';
	float:left;
	line-height:20px;
	font-size:25px;
    margin-top:-17px;
}

#alterMenu a{
	line-height:20px;
    font-size:11px;
    color:#5e5e5e;
}

[dir="rtl"] #alterMenu a{
	border-right:0;
	border-left:1px solid #ddd;
}

#alterMenu li:last-child a{
    border-right:0;
}

[dir="rtl"] #alterMenu li:last-child a{
	border-left:0;
}

#alterMenu .menu > li:hover a{
    color:#000;
}

#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;
}

.cart-product-title{
	line-height:18px;
	font-family:var(--quicksand);
	font-size:16px;
	padding-bottom:5px;
}

.cart-product-total{
	font-size:18px;
	line-height:20px;
}

.cart-product-count{
	padding-bottom:5px;
}

/* Cart Preview */

#cart-preview-wrapper{
	right:-470px;
	width:470px;
	max-width:100%;
	max-height:100%;
    overflow-y:scroll;
    -webkit-perspective:0;
    -webkit-overflow-scrolling:touch;
	z-index:9999;
}

.active + #cart-preview-wrapper{
	right:0;
}

#preview-close,
#light-close{
	width:31px;
	height:31px;
	background-color:var(--pale-grey-light);
	border-radius:16px;
	cursor:pointer;
}

#light-close{
	top:15px;
	right:15px;
	z-index:999;
}

#preview-close,
#preview-close i:before,
#light-close,
#light-close i:before{
	line-height:31px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}

.preview-img{
	border-radius:4px;
}

.preview-img .image-wrapper{
	padding-bottom:83%;
}

/* Cart Preview */

.sticky .col-sticky-12{
    width:100%;
}

.sticky .col-sticky-11{
    width:91.66666667%;
}

.sticky .col-sticky-10{
    width:83.33333333%;
}

.sticky .col-sticky-9{
    width:75%;
}

.sticky .col-sticky-8{
    width:66.66666667%;
}

.sticky .col-sticky-7{
    width:58.33333333%;
}

.sticky .col-sticky-6{
    width:50%;
}

.sticky .col-sticky-5{
    width:41.66666667%;
}

.sticky .col-sticky-4{
    width:33.33333333%;
}

.sticky .col-sticky-3{
    width:25%;
}

.sticky .col-sticky-2{
    width:16.66666667%;
}

.sticky .col-sticky-1{
    width:8.33333333%;
}

.sticky .col-sticky-auto{
    width:auto;
}

@media screen and (max-width: 1230px) {

	#header-info{
		border-left:0;
	}

	#headerMain{
		padding-right:20px;
		padding-left:20px;
	}

	#mainMenu .menu > li{
		padding-right:5px;
	}

	.menu a{
		padding-right:5px;
		padding-left:5px;
	}

}

@media screen and (min-width: 1001px) {

	.sticky #headerTop{
		height:0;
		overflow:hidden;
	}

	.sticky #logo p{
		height:50px;
	}

}

@media screen and (max-width: 1000px) {

	#headerMain{
		height:47px;
	}

	.sticky #headerMain{
		height:0;
		border-bottom:0;
		overflow:hidden;
	}

	.sticky .col-md-sticky-12{
	    width:100%;
	}

	.sticky .col-md-sticky-11{
	    width:91.66666667%;
	}

	.sticky .col-md-sticky-10{
	    width:83.33333333%;
	}

	.sticky .col-md-sticky-9{
	    width:75%;
	}

	.sticky .col-md-sticky-8{
	    width:66.66666667%;
	}

	.sticky .col-md-sticky-7{
	    width:58.33333333%;
	}

	.sticky .col-md-sticky-6{
	    width:50%;
	}

	.sticky .col-md-sticky-5{
	    width:41.66666667%;
	}

	.sticky .col-md-sticky-4{
	    width:33.33333333%;
	}

	.sticky .col-md-sticky-3{
	    width:25%;
	}

	.sticky .col-md-sticky-2{
	    width:16.66666667%;
	}

	.sticky .col-md-sticky-1{
	    width:8.33333333%;
	}

	.sticky .col-md-sticky-auto{
	    width:auto;
	}

	body:not(.iosMobile) #header{
		padding-top:103px;
	}

	#headerTop{
	    height:54px;
	}
 
	.animate{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	#menuBtn{
		font-size:15px;
		cursor:pointer;
	}

	[dir="rtl"] #menuBtn{
		background-position: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:-375px;
		}
	  
	}

	@-webkit-keyframes mobileMenuDefaultRtl{
		
		from{
			right:0;
		}

		to{
			right:-100%;
		}
	  
	}

	@keyframes mobileMenuDefault{
		
		from{
			left:0;
		}

		to{
			left:-375px;
		}
	  
	}

	@keyframes mobileMenuDefaultRtl{
		
		from{
			right:0;
		}

		to{
			right:-100%;
		}
	  
	}

	#mobileMenu{
		position:fixed;
		left:-375px;
		top:0;
		bottom:0;
		width:375px;
		background:#fff;
	    overflow-y:scroll;
	    -webkit-overflow-scrolling: touch;
		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:-375px;
		}

		to{
			left:0;
		}
	  
	}

	@-webkit-keyframes mobileMenuRtl{
		
		from{
			right:-100%;
		}

		to{
			right:0;
		}
	  
	}

	@keyframes mobileMenu{
		
		from{
			left:-375px;
		}

		to{
			left: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;
	}

	#mobileMenu .text-title{
		line-height:45px;
		font-size:20px;
	}
	
	#mobileMenuMain span, 
	#mobileMenuMain a, 
	#mobileMenuMain label, 
	#mobileMenuMain select{
		font-size:16px;
		line-height:55px;
		cursor:pointer;
	}
	
	#mobileMenu span.active{
		color:var(--tomato);;
		font-weight:600;
	}

	#mobileMenuMain i.pupa-minus:before{
		font-size:1px;
	}
	
	#mobileMenuMain a i:before{
		line-height:55px;
		font-size:12px;
	}
	
	#mobileMenuMain span i:before{
		line-height:55px;
	}
	
	#mobileMenu li ul{
		display:none;
	}
	
	#mobileMenu li ul a{
		line-height:50px;
	}
	
	#mobileMenu select,
	[dir="rtl"] #mobileMenu select{
		background:none;
		border:0;
	}

	#logo a{
		height:54px;
		line-height:54px;
	}

	#logo p{
		height:54px;
		line-height:54px;
	}

	#logo a img{
		display:inline;
		width:auto;
		height:23px;
		vertical-align:middle;
		margin:auto;
	}

	#focus-icon,
	#FormAra input[type="text"],
	#search-close{
		height:54px;
		line-height:54px;
	}

	#closeMobileMenu{
		border-top:2px solid #f26f59;
	}

	#menu-close{
		font-size:18px;
	}

	#menu-close + a{
		height:25px;
	}

	#menu-close + a img{
		max-height:100%;
	}

	#menu-close + a + i{
		font-size:43px;
	}

	#header .pupa-profile:before{
		width:55px;
		height:55px;
		font-size:23px;
	    border-radius:28px;
	}

	#header .pupa-premium-reseller:before{
	    font-size:43px;
	}

	#mainMenu a{
		margin-right:34px;
	}

	#mainMenu .menu > li:last-child a{
		margin-right:0;
	}
	
}

@media screen and (min-width: 760px) {
	
	.menu li.parentLink:hover > ul{
		display:block;
	}
	
}

@media screen and (max-width: 759px) {

	.pop-in-cart{
		display:inherit;
	}

	.pop-in-cart .proQty{
		margin-top:15px;
	}

	#cart-preview-wrapper{
	    overflow-y:scroll;
	    -webkit-perspective:0;
	    -webkit-overflow-scrolling:touch;
	}

	@-webkit-keyframes mobileMenuDefault{
		
		from{
			left:0;
		}

		to{
			left:-100%;
		}
	  
	}

	@keyframes mobileMenuDefault{
		
		from{
			left:0;
		}

		to{
			left:-100%;
		}
	  
	}

	#mobileMenu{
		left:-100%;
		width:100%;
	    overflow-y:scroll;
	    -webkit-perspective:0;
	    -webkit-overflow-scrolling:touch;
	}

	@-webkit-keyframes mobileMenu{
		
		from{
			left:-100%;
		}

		to{
			left:0;
		}
	  
	}

	@keyframes mobileMenu{
		
		from{
			left:-100%;
		}

		to{
			left:0;
		}
	  
	}

	.sticky .col-sm-sticky-12{
	    width:100%;
	}

	.sticky .col-sm-sticky-11{
	    width:91.66666667%;
	}

	.sticky .col-sm-sticky-10{
	    width:83.33333333%;
	}

	.sticky .col-sm-sticky-9{
	    width:75%;
	}

	.sticky .col-sm-sticky-8{
	    width:66.66666667%;
	}

	.sticky .col-sm-sticky-7{
	    width:58.33333333%;
	}

	.sticky .col-sm-sticky-6{
	    width:50%;
	}

	.sticky .col-sm-sticky-5{
	    width:41.66666667%;
	}

	.sticky .col-sm-sticky-4{
	    width:33.33333333%;
	}

	.sticky .col-sm-sticky-3{
	    width:25%;
	}

	.sticky .col-sm-sticky-2{
	    width:16.66666667%;
	}

	.sticky .col-sm-sticky-1{
	    width:8.33333333%;
	}

	.sticky .col-sm-sticky-auto{
	    width:auto;
	}

	#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;
	}

	body:not(.iosMobile) #header{
		padding-top:56px;
	}

	#headerMain{
		font-size:16px;
	}

	#search-wrapper > .inner > .col{
		padding-right:0;
		padding-left:0;
	}
	
	#search{
		padding-left:0;
		padding-right:0;
		margin-top:0;
		margin-bottom:0;
	}

	#FormAra{
	    position:relative;
	    height:50px;
	}

	#FormAra input[type="text"]{
		display:block;
		font-size:15px;
		padding-top:0;
		padding-bottom:0;
	}

	#FormAra input[type="text"]::-webkit-input-placeholder{
		line-height:25px;
		font-size:15px;
		color:#a8a8a8;
	}
	
	#FormAra input[type="text"]::-moz-placeholder{
		line-height:25px;
		font-size:15px;
		color:#a8a8a8;
	}

	#FormAra input[type="text"]:-ms-input-placeholder{
		line-height:25px;
		font-size:15px;
		color:#a8a8a8;
	}

	#FormAra input[type="text"]:-moz-placeholder{
		line-height:25px;
		font-size:15px;
		color:#a8a8a8;
	}

	#FormAra button[type="submit"]{
		display:block;
	}

	#live-search-box{
		opacity:0;
	}

	#mobileOptions{
		line-height:50px;
	}

	#mobileOptions a, 
	#mobileOptions span, 
	#mobileOptions label, 
	#mobileOptions select{
		color:#363636;
		font-size:15px;
		text-transform:capitalize;
	}

	#mobileOptions select{
		height:50px;
		line-height:50px;
	}

	#header-wrap .cart-soft-count{
		width:17px;
		height:17px;
		line-height:17px;
	}

}

@media screen and (max-width: 540px) {

	.sticky .col-xs-sticky-12{
	    width:100%;
	}

	.sticky .col-xs-sticky-11{
	    width:91.66666667%;
	}

	.sticky .col-xs-sticky-10{
	    width:83.33333333%;
	}

	.sticky .col-xs-sticky-9{
	    width:75%;
	}

	.sticky .col-xs-sticky-8{
	    width:66.66666667%;
	}

	.sticky .col-xs-sticky-7{
	    width:58.33333333%;
	}

	.sticky .col-xs-sticky-6{
	    width:50%;
	}

	.sticky .col-xs-sticky-5{
	    width:41.66666667%;
	}

	.sticky .col-xs-sticky-4{
	    width:33.33333333%;
	}

	.sticky .col-xs-sticky-3{
	    width:25%;
	}

	.sticky .col-xs-sticky-2{
	    width:16.66666667%;
	}

	.sticky .col-xs-sticky-1{
	    width:8.33333333%;
	}

	.sticky .col-xs-sticky-auto{
	    width:auto;
	}
    
    #header{
    	padding-top:74px;
    }

	.menuOverflow{
		position:relative;
	}

	.menuPrev, .menuNext{
		position:absolute;
		top:0;
		bottom:0;
		width:15px;
		height:100%;
		background-color:rgba(0,0,0,.3);
		z-index:33;
	}

	.menuPrev{
		left:0;
	}

	.menuNext{
		right:0;
	}

	.basketLink .icon-cart:before{
		margin-right:0;
	}

	#headerMain .icon-member-default,
	#headerMain .icon-cart{
		font-size:16px;
	}

}

@media all and (max-width: 768px){

	#topMenu,
	#desktopMember{
		display:none;
	}

}

@media all and (max-width: 425px){

	#header-cart{
		min-width:unset;
		width:385px;
	}

}

@media all and (max-width: 375px){

	#header-cart{
		width:345px;
	}

}