

/* ********************************************************************************************
    Update Version 1.3
*********************************************************************************************** */


/* ********************************************************************************************
	Reset
*********************************************************************************************** */

body{
    -webkit-font-smoothing: antialiased;
}


/* ********************************************************************************************
	Form lists
*********************************************************************************************** */

.form-list .customer-name-middlename{margin-left:-1%;margin-right:-1%;}
.form-list .customer-name-middlename > .field{
    width: 31.3333%;
    float: left;
    margin-left:1%;
    margin-right: 1%;
}
.form-list .customer-name-middlename > .field input.input-text{width: 100%;}

/* ********************************************************************************************
	Header container
*********************************************************************************************** */

/* Form Search
=============================================================== */

.search-icon.dropdown-toggle.cover > div{
    cursor: pointer;
}
.form-search .button{
    display: block;
    line-height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;    
}

.form-search:hover .button span{
    color: inherit;
}

/* Mobile Menu (Both)
=============================================================== */

#cssmenu #mobile-menu,
#nav{
    z-index: inherit !important;
}

.dropdown-menu,
.dropdown:hover .dropdown-menu{visibility: inherit !important;}

.products-grid .configurable-swatch-list{
    margin: 5px 0px 10px 0px;
}
.products-list .configurable-swatch-list{
    margin-bottom: 10px;
}