.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-full
{
    padding-left: 50px;
    width: 100%;
    border-bottom: solid 4px #33cfbe !important;
    background-color: transparent;
    z-index: 3000;
    position: absolute;
    -webkit-appearance: none;
    font-size: 25px;
    outline: 0;
    border: none;
}

#search-input-full::placeholder {
   color:#3b3b3b; 
   font-size:21px;
}

/*glyph*/

#glyph-search {
	color:#33cfbe;
	position: absolute;
    font-size: 25px;
    top: 5px;
}

#result{
    top: 50px;
    position: relative;
}

.descsearch *{
	color:#33cfbe;
}
.descsearch{
	display: contents;	
}
.categories{	
    position: relative;
    top: 50px;
    z-index: 500;
}
.bigcheck{
	padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
}
span.bigcheck-target {
    font-family: FontAwesome; /* use an icon font for the checkbox */    
}
input[type='checkbox'].bigcheck {     
    position: relative;
    left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
}
input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
}

.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: #33cfbe;
}

#result > div > div  > div.product-thumb {
	background-color: white;
}

#button-close-search {
	/*position:  absolute;*/
	position:  fixed;
	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: 325px){
	.full-screen-search-background .product-grid .product-thumb .material-icons,
	.full-screen-search-background .product-grid .product-thumb .price,
	.full-screen-search-background .product-grid .product-thumb .price .bigPrice {
		font-size: 14px !important;
	}
}
@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;
	}
	
	.full-screen-search-background .product-grid .product-thumb .caption {
		padding: 0;
	}

}

@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%;
		display:flex;
		flex-wrap:wrap;
	}
	
	#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: #33cfbe;
}

#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/logo meio.svg');*/
/*      background-image: url('../../../../image/roda.webp');*/
	background-image: url('../../../../image/loader.gif');
    background-size: cover;
}

/*#search-loading > div{
	background-image: url('../../../../image/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%;
	}
}


@media (max-width: 460px){
	.bigcheck {
		padding-left: 0px;
	}
}


#carrinho {
	z-index: 1999 !important;
}