/*HEADER
-----------------------*/

.customize-support header, .customize-support #side-menu {
    margin-top: 0!important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
}

.admin-bar header {
    top: 32px;
}

header.md-card {
    padding: 0;
    z-index: 999;
	border-radius: 0;
}

.main-content-open header {
    padding-right: 64px;
    -webkit-transition: padding-right .5s!important;
    transition: padding-right .5s!important;
}

.top-menu {
    float: left;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.top-menu a {
    color: #737373;
    text-decoration: none;
    float: right;
    margin-right: 5px;
}

.top-menu a + a {
    border-right: 1px solid #747474;
}

.top-menu li.menu-item {
    float: right;
}

.top-menu li.menu-item + li {
    padding-right: 10px;
}

.top-logo {
    float: right;
    height: 60px;
}

.top-logo img {
    float: right;
    height: 60px;
}

.logo-icon {
    float: right;
    width: 60px;
    height: 60px;
	text-align: center;
}

.logo-icon i {
    float: right;
	width: 60px;
    font-size: 50px;
    line-height: 60px;
	color: #ffffff;
}

.top-logo img.top-slogan {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#main-content {
    margin-top: 60px;
}

#side-menu {
	display: none;
}

#logo {
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    background-color: #3279a0;
    color: #ffffff;
    text-decoration: none;
}

#logo img {
    height: 54px;
}

.site-name {
    float: left;
    width: calc(100% - 60px);
    font-size: 44px;
    line-height: 60px;
    font-weight: bold;
    color: #ffffff;
}

.slogan {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

img.logo-img-mobile {
    display: none;
}

h1 {
    font-size: 26px;
    margin: 0px;
    font-weight: normal;
}

#title h1 {
	line-height: 64px;
}

#title {
    float: right;
    display: inline-block;
    height: 64px;
    width: 50%;
    line-height: 64px;
    color: white;
    margin-right: 60px;
}

.menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #323232;
    border-right: 1px solid #eeeeee;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.menu-toggle i {
    line-height: 64px;
    font-size: 40px;
	color: #ffffff;
}

#dark-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000000c7;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}

#dark-screen.dark-screen-show {
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}

.search-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.header-right {
    float: right;
    width: 320px;
}

.header-center {
    position: relative;
    float: right;
    width: calc(100% - 300px);
    height: 60px;
}

.header-left {
    position: relative;
    float: left;
    width: 300px;
}

.middle-header {
    float: right;
	width: 100%;
	padding-bottom: 10px;
}

.right-middle-col {
    float: right;
    width: 50%;
}

.left-middle-col {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 50px;
}

.top-tel {
    float: left;
}

.top-tel span {
    float: left;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
	color: #323232;
}

.top-tel i {
    float: left;
    font-size: 32px;
    line-height: 40px;
	color: #989898;
}

.cart-container {
    position: relative;
    float: left;
    height: 50px;
    margin: 5px 0;
    border: 1px solid #e9e9e9;
	cursor: pointer;
    transition: 0.5s all;
}

.cart-container:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.cart-container a {
	float: left;
    height: 50px;
}

.cart-container i {
	float: left;
    width: 50px;
    height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: black;
}

.cart-items-info {
	float: right;
    width: 120px;
    height: 50px;
}

.cart-items-count {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.cart-items-total {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

/*SEARCH
-----------------------*/

.header-search-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
	transition: all 1s;
	/* overflow: hidden; */
}

.header-search-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #2f3e5d;
    color: white;
    cursor: pointer;
    outline: 0;
}

.header-close-search-button {
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #2f3e5d;
    color: white;
    cursor: pointer;
    outline: 0;
}

.header-search-button i,
.header-close-search-button i {
    line-height: 60px;
	font-size: 44px;
	background-color: #2f3e5d;
	color: white;
}

.header-search-open {
    width: calc(100% - 320px);
    background-color: white;
}

.header-search-input {
    float: right;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin: 0;
    border: 0;
    font-size: 20px;
    outline: 0;
}

.search-results-container {
    position: absolute;
    right: 0;
    top: 60px;
    width: 500px;
    max-height: calc(100vh - 100px);
    background-color:#eeeeee;
    color: white;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    overflow: auto;
}

.lf-search-loader {
    color: #2f3e5d;
}

.search-resultes {
    float: right;
    width: 100%;
}

.item-search-row-container {
    float: right;
    width: 100%;
    padding: 0 10px;
}

.item-search-row-container:first-child {
    padding-top: 10px;
}

.item-search-row-container:last-child {
    padding-bottom: 10px;
}

.item-search-row-container + .item-search-row-container{
    margin-top: 10px;
}

.item-search-row {
	float: right;
    overflow: hidden;
	background-color: #202223!important;
    color: white;
	padding: 0!important;
}

.search-resultes .item-search-image {
    position: relative;
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.search-resultes .item-search-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.item-search-title {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: 60px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    margin: 0;
    padding: 0 30px 0 0;
	overflow: hidden;
}

.item-search-title:before {
    content: "»";
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 30px;
    color: #2f3e5d;
    line-height: 60px;
}

.no-search-results {
    float: left;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #323232;
    font-size: 18px;
}

/*MENU
-----------------------*/

header nav {
	float: right;
    width: 100%;
}

header nav a, #side-menu nav a, header nav span, #side-menu nav span {
    float: left;
    font-size: 16px;
	padding: 0 10px;
    color: #000000;
    text-decoration: none;
    outline: 0;
}

header nav li {
    float: left;
    line-height: 60px;
}

header nav li:hover > a,
header nav li:hover > i {
    /* background-color: #2f3e5d; */
	/* color: #ffffff; */
	text-decoration: underline;
}

header nav li + li {
    border-left: 1px solid #e9e9e9;
}

header li.menu-item, #side-menu li.menu-item {
    margin: 0;
    padding: 0;
    position: relative;
}

header ul.menu > li.current-menu-item,
header ul.menu > li.current-menu-parent {
    border-bottom: 5px solid #2f3e5d;
}

header li.menu-item i {
    float: right;
    height: 60px;
    width: 56px;
    padding: 0 10px;
    color: #000000;
    text-decoration: none;
    outline: 0;
}

header li.menu-item i.md-icons svg {
    float: right;
    width: 36px;
    height: 60px;
    fill: #000000;
}

header ul.menu > li.current-menu-item > a,
header ul.menu > li.current-menu-parent > a {
    margin-bottom: -5px;
}

header ul.menu > li.current-menu-parent .sub-menu .current-menu-item a,
header ul.menu > li.current-menu-parent .sub-menu .current-menu-item i {
	background-color: #323232;
	color: #ffffff;
}

header .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    width: 250px;
    border-top: 2px solid transparent;
}

header li.menu-item:hover > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
    display: block;
}

#side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
	background-color: white;
}

header li.menu-item:hover .sub-menu {
    display: block;
}

header .sub-menu li {
    float: right;
    width: 100%;
	background-color: white;
}

header .sub-menu li a {
    float: right;
    width: 100%;
	font-size: 16px;
	line-height: 26px;
}

header .sub-menu li i {
    float: right;
	font-size: 22px;
	line-height: 30px;
}

.sub-menu li + li {
    border-top: 1px solid #eeeeee;
}

.open-sub-menu, .close-sub-menu {
    display: none;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (min-width: 950px) {
.add-modaa-menu {
    float: left!important;
    margin-left: 60px!important;
    padding-left: 10px!important;
    border-right: 0!important;
    border-left: 1px solid #e9e9e9!important;
}
}

@media screen and (max-width: 950px) {

.admin-bar header {
    top: 46px;
}

header {
    height: 50px;
}

header nav {
	display: none;
}

.header-right {
    width: 100%;
    padding: 0 50px;
}

.header-left {
    display: none;
}

.header-center {
    display: none;
}

.top-tel span {
    display: none;
}

.top-tel i {
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}

.top-logo {
    float: none;
    width: 200px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
	text-decoration: none;
}

.top-logo img {
    float: none;
    height: 44px;
}

.logo-icon {
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
}

.logo-icon i {
    float: right;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
}

.top-logo:active, .top-logo:focus {
	background-color: #323232;
}

.image-logo {
    /* display: none; */
}

#main-content {
    margin-top: 50px;
}

#logo {
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
}

.site-name {
    font-size: 25px;
    line-height: 30px;
}

.slogan {
    font-size: 16px;
    line-height: 20px;
}

.menu-toggle i {
    line-height: 50px;
    font-size: 40px;
}

#side-menu {
	display: block;
    position: fixed;
    top: 0;
    right: -50px;
    width: 280px;
    height: 100%;
    background-color: #323232;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 9999;
	-ms-transform: translateX(280px);
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
	-webkit-transition: transform 0.5s ease-in;
	transition: transform 0.5s ease-in;
}

.side-menu-open {
    -webkit-transition: transform 0.5s!important;
    transition: transform 0.5s!important;
    -ms-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

#close-side-menu {
    background-color: #323232;
}

.sub-menu {
    position: static!important;
}

.open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #323232;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

.close-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #323232;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

#side-menu li.menu-item:hover .sub-menu {
    display: none;
}

#side-menu ul.sub-menu {
    float: right;
    width: 100%;
}

#side-menu .sub-menu li a {
	padding: 0 10px;
}

#side-menu nav {
    height: 100vh;
	overflow: auto;
    padding-right: 50px;
}

#side-menu nav a, #side-menu nav span {
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    line-height: 1;
    padding: 0 10px 0 50px;
}

#side-menu nav li {
	float: left;
	width: 100%;
	min-height: 50px;
}

#side-menu i {
    line-height: unset;
	margin: 0 5px;
}

#side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    background-color: white;
    width: 250px;
	position: static!important;
}

#side-menu .sub-menu a {
    font-size: 16px;
}

.top-logo img.top-slogan {
    margin: 0 -15px;
}

.header-search-container {
    width: 50px;
    height: 50px;
}

.header-search-button {
    width: 50px;
    height: 50px;
    background-color: #323232;
    color: #2f3e5d;
}

.header-search-button i, .header-close-search-button i {
    line-height: 50px;
    font-size: 34px;
	background-color: #323232;
    color: #ffffff;
}

.header-search-input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.header-close-search-button {
    width: 50px;
    height: 50px;
	background-color: #323232;
    color: #2f3e5d;
}

.header-search-open {
    width: calc(100% - 50px);
    background-color: white;
}

.search-results-container {
    top: 50px;
    width: calc(100% - 50px);
    min-width: 200px;
    max-height: calc(100vh - 60px);
}

.item-search-row-container {
    padding: 0 5px;
}

.item-search-row-container:first-child {
    padding-top: 5px;
}

.item-search-row-container:last-child {
    padding-bottom: 5px;
}

.item-search-row-container + .item-search-row-container{
    margin-top: 5px;
}

.item-benefits-title.md-col-3 {
    width: 120px;
}

.item-benefits-icons.md-col-9 {
    width: calc(100% - 120px);
}

.item-search-row {
    height: 60px;
}

}
