/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


/* Main Page - 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Header - by Dor - 25/06/2015
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.header-top-container .search-wrapper {
	display: none;
}

/* Checkout Page - by Dor - 25/06/2015
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.form-list .name-middlename {
	display: none;
}

/* Search Wrapper
-------------------------------------------------------------- */
.header-primary-container {
	margin-top: 10px;
}

.search-wrapper {
	float: none;
	margin-top: 25px;
}

#search_mini_form {
	margin-top: 25px;
	margin-left: 20px;
}

.search-wrapper .form-search .input-text {
	width: 100%;
	height: 35px;
	line-height: 38px;
	font-size: 17px;
}

.search-wrapper .item {
	float: none;
	font-size: 17px;
}

.search-wrapper .welcome-msg {
	text-align: center;
}

/* User Menu
-------------------------------------------------------------- */

#quick-compare .feature-icon-hover {
	padding: 0 7px;
}

#mini-cart .feature-icon-hover {
	padding: 0 13px;
}

/* Responsive - under 1280px
-------------------------------------------------------------- */

@media screen and (max-width: 1279px) {
    .search-wrapper {
        width: 34%;
    }

    #search_mini_form {
    	margin-left: 0;
    }
}

/* Responsive - under 960px
-------------------------------------------------------------- */

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

	.search-wrapper {
		width: 39%;
	}

	#quick-compare .feature-icon-hover {
		padding: 0 17px;
	}

	#top-link-signup {
		display: none;
	}
}

/* Main Menu - by Dor
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Menu two categories
-------------------------------------------------------------- */

.nav-regular .nav-item.level0 {
	width:100px;
	height:50px;
	text-align: center;
}

#nav .nav-1,
#nav .nav-7,
#nav .nav-8 {
	width: 115px
}

.nav-panel--dropdown {
	top:57px!important;
}

#nav .nav-item.level0.parent > a .caret {
	display: none;
}

.nav-item--home {
	width:50px;
}

.nav-item--home, .nav-item.right {
	padding-top:7px;
}

.nav-item a {
	height:100%;
}

.nav-regular .nav-item.level0 > a {
	height: 57px;
}

.nav-regular li.level0 > a > span {
	white-space: normal;
}

#nav .nav-item.level0.parent > a .caret {
	position:absolute;
	margin-top:10px;
}

@media screen and (max-width:1279px) {
	.nav-item--home, .nav-item.right {
		display:none;
	}
                      
	.nav-panel--dropdown {
        	top: 50px!important;
	}
}

@media screen and (max-width:1008px) {
	.nav-regular .nav-item.level0 {
        	padding-right: 0;
	}
	
	.nav-regular .nav-item.level0 > a {
        	height: 50px;
	}
}

/* Double size the home icon
-------------------------------------------------------------- */
.nav-container .i-home-w {
	transform: scale(2);
}

/* See more button for additional New Arrivals by Dor - 12-06-2015
--------------------------------------------------------------------*/

.see-more {
	margin-bottom: 20px;
}

.see-more button{
	width: 100%;
	border-radius: 5px;
}

.see-more span {
	width: 100%;
	text-transform: uppercase;
}

.see-more button.button span span {
	padding: 0;
}

.gen-tabs .acctab {
    background-color: #333333;
}