.navbar-fixed-bottom, .navbar-fixed-top{
	z-index: 899 !important;
}
.inactive{ filter: grayscale(100%); }
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons{ color: #ffffff; }
.hZVjX {
    transition: all 0.15s ease-in 0s;
    transform: translateY(0px);
}
#search-wrapper {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 300;
	font-size: 17px;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	width: 520px;
	height: 50px;
	position: absolute;
	margin: 4px auto;
	left: 0px;
	right: 0px;
	text-align: center;
	transition: width 0.25s ease 0s;
	z-index: 11;
}
#search-wrapper.active {
    width: 100%;
    background-color: #005aa4;
}
.glYUbe {
	display: flex;
	flex-direction: row;
	height: 45px;
	width: 100%;
	margin: 0px 0px 0px 10px;
	position: relative;
	z-index: 8;
	transition: width 0.25s ease 0s;
	background: rgb(247 247 247);
	border-radius: 11px;
	border: 1px solid rgb(35 64 104 / 64%);
}
@media (min-width: 2000px){
	.glYUbe {
	    width: 800px;
	}
}
#cat-wrapper {
    position: relative;
    display: flex;
    border-right: 1px solid rgba(78, 106, 146, 0.314);
    margin-right: 10px;
}
.jXygiu {
    display: flex;
    min-width: 80px;
}
#search-listbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
    color: rgb(92 92 92);
    border: none;
    cursor: pointer;
    margin: 0px 10px;
    font-family: Nunito;
    width: 100%;
    outline: none !important;
}
#search-listbox:focus {
	background-color: transparent !important;
}
.Sddlr {
    display: flex;
    min-width: 20px;
    min-height: 20px;
    margin: 0px;
    filter: brightness(1.25);
}
.cat-text {
    display: flex;
    flex: 1 1 0%;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
	min-width: 80px;
    max-height: 40px;
    overflow: hidden;
}
.loptHP {
    display: flex;
    margin: 0px 0px 0px 20px;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
}
#search-input {
    display: flex;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    border: none;
    background: transparent;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    border: 0;
    height: 43px;
	line-height: 43px;
    margin: 0;
}
#search-input::placeholder{
	color: #666;
	opacity: 1;
}
#search-input:-ms-input-placeholder{
	color: #666;
}
#search-input::-ms-input-placeholder{
	color: #666;
}
#search-do {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 0px 10px 0px 0px;
    color: rgb(78, 106, 146);
    cursor: pointer;
    padding: 0 5px;
}
#search-do i {
    color: #999 !important;
}
.hsfbhl {
    display: flex;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: rgb(191, 255, 255);
    margin: 0px 10px;
}
#search-info {
    position: absolute;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    top: 60px;
    margin: 0px;
    transition: opacity 0.25s ease 0s, background-color 0.5s ease 0s, height 0.5s ease 0s;
    height: calc(100vh - 55px);
    background-color: rgba(15, 23, 36, 0.5);
    backdrop-filter: blur(10px);
    opacity: 1;
    display: none;
}
.exTtOK {
    display: flex;
    margin: 80px 0px 0px;
    font-size: 40px;
}
#cat-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 34px;
    cursor: pointer;
    height: 400px;
	width: 250px;
    border-top: 0px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: rgb(247 247 247);
    outline: none !important;
    overflow: auto;
    box-shadow: 0 3px 3px #666;
}
#cat-list li {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}
#cat-list li a{
	color: #333;
	padding: 10px 15px;
    width: 100%;
	text-align: left;
}
#cat-list li:hover{
	background: #dbdbdb;
}
.thik-turn {
    transform: rotate(180deg);
}
#cat-list{ display: none; }
#search-listbox-thik{ color: #999; }
#cat-close{ display: none; }
#search-btn.hidden{ display: none; }
ul.navbar .flag{ width: 35px; height: 35px; margin: 13px; }
.ajax-loader{ width: 30px; margin:auto; }
.ajax-loader img{ width: 30px; }
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    padding-top: 25px;
}
.swiper-slide {
	flex-direction: column; 
	box-sizing: border-box; 
	display: flex;
	flex-shrink: 0;
	width: 236.7px; 
	height: 100%;
	position: relative;
	transition-property: transform;
	margin-bottom: 20px;
	margin-right: 16px;
	float: left;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,.2)!important;
    padding: 0;
}
.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.1),0 1px 1px 0 transparent,0 1px 3px 0 rgba(0,0,0,.12)!important;
}
.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.mat-card {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    overflow: hidden;
    background: #2c333d;
    color: rgba(0,0,0,.87);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 6%);
}
.mat-focus-indicator, .mat-mdc-focus-indicator {
    position: relative;
}
.mat-button-toggle, .mat-card {
    font-family: Roboto,Helvetica Neue,sans-serif;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
    background: #252b32;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img .image {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 165px;
    background-position: center;
    background-size: cover;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
    padding: 20px 10px 10px;
}
.mat-card>:last-child:not(.mat-card-footer), .mat-card-content>:last-child:not(.mat-card-footer) {
    margin-bottom: 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover span {
    color: #ef6c00!important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
    color: #fff;
    font-size: 14px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
    color: #fff;
    font-size: 14px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
    cursor: pointer;
    transition: .3s;
    width: 100%;
    border-radius: 0;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    box-shadow: none!important;
    transition: .4s ease;
    border: 2px solid #ef6c00!important;
}
.mat-button-ripple.mat-ripple, .mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}
.mat-ripple {
    overflow: hidden;
    position: relative;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
    color: #fff;
    font-size: 14px;
}
.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.mat-button-ripple.mat-ripple, .mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}
.mat-button-focus-overlay {
    background: #000;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap{
	flex-direction: row; 
	box-sizing: border-box; 
	display: flex; 
	place-content: center space-between; 
	align-items: center;
	height: 25px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p.city {
    font-size: 12px;
    color: #999;
}
.product-item-1 .swiper-slide .product-img{
    position: relative;
}
.product-item-1 .swiper-slide .old_price{
    position: absolute;
    background-color: #3c434e;
    border-radius: 10px;
    padding: 4px 8px 2px;
    color: #d75454;
    right: 5px;
    bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: line-through;
    z-index: 1;
}
.product-item-1 .swiper-slide .price{
    position: absolute;
    background-color: #3c434e;
    border-radius: 10px;
    padding: 5px 8px 3px;
    color: #1fe16d;
    right: 5px;
    bottom: -13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 1;
}
.product-item-1 .swiper-slide .puntos{
    position: absolute;
    background-color: #3c434e;
    border-radius: 10px;
    padding: 5px 8px 3px;
    color: #eeeeee;
    left: 5px;
    bottom: -13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    font-family: sans-serif;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
    opacity: 1;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
    position: absolute;
    top: 30px;
    right: 10px;
    opacity: 0;
    transition: all .5s ease;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a{
	color: #333 !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover{
	color: #fff !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
    opacity: 1;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover {
    border: 2px solid #ef6c00!important;
    background: #fff;
}
.mat-raised-button.mat-primary {
    background-color: #ef6c00;
    color: #fff;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a mat-icon {
    font-size: 18px;
    vertical-align: middle;
}
.mat-button .mat-button-wrapper>*, .mat-flat-button .mat-button-wrapper>*, .mat-stroked-button .mat-button-wrapper>*, .mat-raised-button .mat-button-wrapper>*, .mat-icon-button .mat-button-wrapper>*, .mat-fab .mat-button-wrapper>*, .mat-mini-fab .mat-button-wrapper>* {
    vertical-align: middle;
}
.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
    margin-bottom: 4px;
    display: block;
    font-weight: 300;
    color: #a2a2a2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
    color: #fff;
    font-size: 14px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
    text-transform: uppercase;
    color: #f2f2f2;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars mat-icon {
    font-size: 17px;
    color: #ffa726;
    line-height: 17px;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}
.nextPage{
    visibility: hidden;
}


.social-list li {
    display: inline-block;
}

.social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.social-list li a:hover {
    text-decoration: none;
}

.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
}

.twitter-bg:hover {
    background: #56d7fe;
}

.google-bg {
    background: #db4437;
}

.google-bg:hover {
    background: #dc4e41;
}
.suggestions{
    position: absolute;
    top: 43px;
    left: 18.5%;
    width: 76%;
}
.suggestions ul{
    width: 100%;
    display: block;
    border-left: 1px solid #c2cbd8;
    border-bottom: 1px solid #c2cbd8;
    border-right: 1px solid #c2cbd8;
}
.suggestions ul li{
    display: inline-block;
    background: #f7f7f7;
    color: #111;
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height: 1;
    cursor: pointer;
}
.suggestions ul li.active, .suggestions ul li:hover{
    background: #eeeeee;
}
.mat-card-header{
    display: flex;
    margin: 5px;
}
.mat-card-header a{
    display: inline-block;
    margin-right: 5px;
}
.mat-card-header .mat-card-avatar{
    
}
.mat-card-header .mat-card-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.mat-card-header .mat-card-header-text{
    width: calc(100% - 40px);
}
.mat-card-header .mat-card-title{
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
}
.mat-card-header .mat-card-subtitle{
    color: #aaa;
    font-size: 12px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
}
@media (max-width: 767px){
	nav ul a.user-pro {
		padding: 6px !important;
	}
	nav ul a.user-pro img {
		margin-top: -2px;
	}
    #myCountry{
        padding: 0;
    }
	#menu-toggle i {
		line-height: 56px !important;
	}
	li.top-search > a > i.material-icons {
		line-height: 56px !important;
	}
	#search-wrapper{
		display: none;
		width: 50%;
	}
	#search-listbox{
		margin: 0px;
	}
	#search-info{
		top: 52px;
	}
	.sidebar .sidebar-nav.navbar-collapse {
		margin: -2px;
	}
	.navbar .dropdown-content {
		margin-top: 55px !important;
	}
	ul.navbar .flag{
		margin: 9px !important;
	}
	.pro-images{
		margin-top: -4px;
	}
	.swiper-wrapper{
		padding-top: 10px !important;
	}
	.swiper-slide{
		width: 95% !important;
	}
	.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img .image {
		min-height: 250px !important;
	}
    #search-btn{
        padding-top: 0 !important;
    }
    .section-header-actions{
        position: absolute;
        top: 80px;
    }
    .sidebar-box{
        margin-bottom: 40px;
    }
    #wrapper.active {
        position: relative;
        left: 0 !important;
    }
    .chat-widget{
        width: 100% !important;
    }
    .chat-widget.closed{
        opacity: 0;
        transition: all 0.15s ease-in 0s;
    }
    #chat-btn i{
        line-height: 55px;
    }
    .profile_wrapper .stats{
        margin-top: 5px !important;
        font-size: 1.6em;
    }
    .profile_wrapper .contact{
        margin-top: 5px !important;
        padding: 10px 20px !important;
    }
    .profile_wrapper .social {
        padding: 10px 20px !important;
    }
    .sidebar .social ul li a{
        padding: 8px !important;
    }
    .profile_wrapper{
        height: 100px !important;
    }
    .profile_wrapper .profile_picture{
        top: 66px !important;
    }
    .profile_wrapper .profile_name{
        padding-top: 140px !important;
        font-size: 2em !important;
    }
    .profile_wrapper .map{
        padding: 5px 20px !important;
    }
    .chat-widget-button .chat-widget-button-text{
        font-size: 2em !important;
    }
    .chat-widget .user-status .user-status-title .bold{
        font-size: 14px !important;
    }
    .user-status .user-status-timestamp.floaty,
    .chat-widget .user-status .user-status-text,
    .user-status .user-status-tag .cargo,
    .chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-timestamp,
    .chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message,
    .chat-widget input[type=text]{
        font-size: 12px !important;
    }
    nav ul a.user-pro{
        height: 55px !important;
    }
}
@media (max-width: 1024px){
    #search-wrapper{ width: 450px; }
    #search-btn{
        padding-top: 10px;
        padding-bottom: 8px;
        display: block;
    }
    #wrapper{
        padding-left: 0 !important;
    }
    #page-content-wrapper.chat-on{
        margin-left: 0 !important;
    }
    #chat-widget-messages.closed{
        -webkit-transform: translate(300px);
        transform: translate(300px);
    }
}
@media (max-width: 800px){
    #search-wrapper{
        display: none;
        width: 50%;
    }
}