/*Seja Bem vindo*/

.welcome-message b {
    color: #000;
}
/* ======================
	HEADER - GERAL
====================== */

#header-main {position: sticky;top: 0;z-index: 12;} 

/*menu de pesquisa Redondo */
input#SearchFilter {
    border-radius: 200px;
}

/*SACOLA HOME*/

	#header-main .element-shopping-cart .link-shopping-cart {
	    background: #fff;
	    padding: 10px 20px 10px 45px;
	}

	#header-main .element-shopping-cart .link-shopping-cart {
	    background: #fff;
	    background: url(https://36525.cdn.lojaquevende.com.br/static/36525/galeria/163112107936619.png) no-repeat;
	    padding: 10px 20px 10px 45px;
	}

	#header-main .element-shopping-cart .link-shopping-cart .icon-shopping-cart {
	    position: absolute;
	    left: 0;
	    display: none;
	}

	/*BANNER  PRINCIPAL FULL*/
body.pagina-home #nav-main .element-menu-category, body.pagina-home #nav-main .element-menu-main { margin-bottom: 0 !important; } 
.element-banner-main .container-12, .element-banner-main .container-12 .grid-12 { 
	    margin-left: 0 !important; 
	    margin-right: 0 !important;
	    max-width: 100% !important; width: 100% !important; 
	} 
.element-banner-main img { width: 100%; } 

	/* =====================
	        GRID PRODUTOS
	    ====================== */
	    #content-main .title-secundary {letter-spacing: 0.18em; font-size: 16px;font-family: sans-serif;}
	    #product-list .product-list-item .product-image a:not(.label-unavailable){ padding-top:140% }
	    #product-list .product-list-item .product-info, #product-list .product-list-item .product-info .product-name { text-align: center; }
	    #product-list .product-list-item .wrapper-product-combination {-webkit-box-shadow: none;box-shadow: none;top: 100%; margin: 1px;}
    	#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
	    margin-bottom: 0px;
	}
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    min-height: 25px;
        font-weight: bold;
}

#product-list .product-list-item:hover, #product-list-sidebar .product-list-item:hover {
    z-index: 5;
    border: solid 1px #e2e2e2 !important;
    box-shadow: 0 0 9px #d8d5d5;
}



/*AJUSTE BOTAO*/
.btn {
padding: 4px 10px;
}
.btn .btn-text {
    color: #fff;}


/* pagina do produto */
.element-product-detail .product-main-image {
    width: 80%; 
    float:right; 
    margin-bottom: 15px; 
    height: 600px;
}
.element-product-detail .product-main-image img { max-height: 600px; }
.element-product-detail .product-thumbnails .product-thumbnails-list .product-thumbnails-item a,
.element-product-detail .product-thumbnails .product-thumbnails-list .product-thumbnails-item div { 
    border: 1px solid transparent; 
    padding: 3px; 
    border-radius: 0px; 
}
.element-product-detail .product-thumbnails .bx-wrapper .bx-controls .bx-controls-direction a { background-color: #fff; }
.wrapper-product-combination .product-combination-list .product-combination-item label div { 
    line-height: 30px; 
    min-height: 30px;
    min-width: 30px;
}
.element-product-detail .product-amount .btn { padding: 15px 5px; }
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit {
    padding-bottom: 5px;
    padding-top: 5px;
    display: block; 
    margin-bottom: 20px;
}

/* Fim Pagina do Produto */

/*RODAPE*/

button.btn.btn-newsletter-submit {
    background: #fff;
}

