.full-screen-search-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0.8;
    z-index: 2000;
}
.full-screen-search-background.transparent{
    background: transparent;
    opacity: 1;
}

body.blured {
	overflow: hidden !important;
}

body.blured > *:not(.full-screen-search-background) {
    filter: blur(5px);
}

.container.no-padding.blured{
	filter: blur(5px);
}

#container-carrinho{
	filter: none;
}

.search-elements {
    position: fixed;
    top: 7%;
    width: 70%;
    left: 15%;
    height: 100%;
}

/*input search*/
#search-input-blek
{
    padding-left: 50px;
    width: 100%;
    border-bottom: solid 4px #FF9800 !important;
    background-color: transparent;
    z-index: 3000;
    position: absolute;
    -webkit-appearance: none;
    font-size: 25px;
    outline: 0;
    border: none;
}

/*glyph*/

#glyph-search {
	position: absolute;
    font-size: 25px;
    top: 5px;
}

#result{
    top: 50px;
    position: relative;
}
	
.categories{	
    position: relative;
    top: 50px;
    z-index: 500;
}

.ul-categories {
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    overflow-x: hidden;
    font-weight: bold;
}

.ul-categories > a > span {
	line-height: 30px;
}

.ul-categories > li {
	list-style-type: none;
	line-height: 30px;
	cursor: pointer;
}
#dropdown-categories {
	color: #FF9800;
}

#result > div > div  > div.product-thumb {
	background-color: white;
}

#button-close-search {
	position:  absolute;
	right: 0px;
	margin: 1% 10%;
}

#button-close-search  > span{
	font-size: 65px;
    margin-right: -20px;
    top: 40px;
    position: relative;
}

#ul-categories > li > a{
	color: black;
}
#ul-categories > li > a:hover{
    color: #23527c;
}

#full-screen-pagination {
	display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin: auto;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    position: relative;
}

#full-screen-pagination > li > span {
	margin: 1% 0 1% 0 !important;
}

#full-screen-pagination > li > a {
	margin: 1% 0 1% 0 !important;
}

#full-screen-pagination > li.active > span {
	padding: 6px 12px;
}


@media (max-width: 767px){
	#full-screen-pagination{
		display: block;
		padding-left: 0;
		margin: 20px 0;
		border-radius: 4px;
		margin: auto;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		bottom: 100px;
		position: relative;
		height: 120px;
	}
}

@media (min-width: 767px){
	#full-screen-pagination {
		display: table;
		padding-left: 0;
		margin: 20px 0;
		border-radius: 4px;
		margin: auto;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
	}
	
	#result-search {
		width: 100%;
	}
	
	#result{
		overflow: auto;
		height: calc(100% - 148px);
	}
}

#result::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

#result::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#result::-webkit-scrollbar-thumb
{
	background-color: #ff9800;
}

#result-search  > div > div > h4 > a {
	font-size: 14px !important;	
}

#selected-category{
	cursor: pointer;
}

#search-loading{
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: calc(50% - 75px);
    background-image: url('../../../../../image/catalog/logo meio.svg');
    background-size: cover;
}

#search-loading > div{
	background-image: url('../../../../../image/catalog/logo laranja.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: spin 2s linear infinite;
    background-position: 50% 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 991px) {
    
	#result{
		height: 100%;
		overflow: auto;
	}
}

@media (max-width: 767px){
	#result-search {
		margin-bottom: 100px !important;
	}
	
	.pagination>li>a, .pagination>li>span {
		margin: 0px !important;
	}
	
	#search-loading {
		top: 62%;
	}
}


#carrinho {
	z-index: 1999 !important;
}