/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 170px;
    overflow: hidden;
}

.caption h4 {
    /*white-space: nowrap;*/
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}
.padding-top{
    padding-top: 7px;
}
.padding-bottom{
    padding-bottom: 7px;
}
.logo{
    
    position: absolute;
    top: 28px;
}

#empresa-links.nav > li > a {
    padding: 3px 15px;
}

/*Correcao de botoes de compartilhar Twitter/Facebook*/
.stButton_gradient,.stMainServices {
    height: 22px !important;
}
#tbCarrinho td{
    vertical-align: middle;
}
#carousel-home img{
    cursor: pointer;
}
#box-preco{
    margin: 25px;
}
#box-preco #strike-prod{
    font-size: 0.7em;
    text-decoration: line-through;
}
#box-preco #preco-prod{
    font-size: 1.8em;
    font-weight: bold;
}

#preco-home{
    /*margin: 25px;*/
}
#preco-home .strike{
    font-size: 0.7em;
    text-decoration: line-through;
}
#preco-home .preco{
    font-size: 1.5em;
    font-weight: bold;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}