/* Aumenta o botão 100% e centraliza verticalmente o conteudo */
.products-grid .item .item-inner .actions .add-to-cart {
	width: 100% !important;
}
.products-grid .item .item-inner .actions .add-to-cart .btn-cart{
	padding-left:15px !important;
	line-height:35px;
	vertical-align:middle;
}
/* Remove o icone da div e coloca no botão para poder centralizá-lo */
.products-grid .item .item-inner .actions .add-to-cart:before{
	display:none;
}
/* Centraliza o icone do carrinho no botão verticalmente e horizontalmente */
.products-grid .item .item-inner .actions .add-to-cart .btn-cart:before{
	background: url(../../default/images/cart.png) no-repeat left center;
    content: "";
    display: inline-block;
    width: 15px;
    height: 19px;
	margin-right:5px;
	vertical-align:middle;
}

/* Remove o position absolute dos preços para ficarem na ordem */
.products-grid .item .item-inner .box-info .bs-price{
	width:auto;
}
.products-grid .item .item-inner .box-info .bs-price .price-box .old-price,
.products-grid .item .item-inner .box-info .bs-price .price-box .special-price{
	position:static;
}

/* Usa min-height por causa que os preços estão position absolute e não da tamanho */
.products-grid .item .item-inner,
.sm-basic-products .products-grid .item .item-inner {
	min-height: 360px;
}
.block-recommended .products-grid .item .item-inner {
	min-height: 460px;
}


/* Cópia do outro estilo, somente para atualizar o caminho da imagem */
.header-style .header-top {
    background: url(../images/bg-tophead.png) repeat-x top left;
}
.cms-index-index.cmspage1 .group_1_wrapper:before,
.cms-index-index.cmspage1 .group_3_wrapper:before,
.cms-index-index.cmspage1 .group_5_wrapper:before {
    background: url(../images/bg-policy.png) repeat-x top center;
}
.cms-index-index.cmspage1 .group_2_wrapper:before {
    background: url(../images/bg-newitem.png) no-repeat top center;
}
.top-brand:before,
.block.block-recommended:after,
.cmspage1 .banner-home-page1:after,
.block.sm-hot-collections .htc-cat-item .item:before {
    background: url(../images/cut-collection.png) no-repeat top center;
}

/* Centraliza verticalmente a busca no topo */
.sm-serachbox-pro {
	padding-top:50px;
}

.header-style .yt-menu .menu-under,
.sm-serachbox-pro .form-search .btn-search-header .fa {
	background-color:#CE4A8C;
}

.banner-home-page1,
.top-brand .top-brand-slider .item img,
.header-style .minicart .minicart-header,
.header-style .yt-menu .menu-under:before,
.cms-index-index.cmspage1 .group_3_wrapper,
.cms-index-index.cmspage1 .group_5_wrapper,
.block.sm-hot-collections .htc-cat-item .item {
	border-color: #ECAAC9;
}

span.label-footer {
	margin-right:5px;
}

.footer-style .footer-top .socials-wrap .li-social a .icon-social {
	color: #e05c80;
	background-color: #ffffff;
}

/* Remove o detalhe nos items da lista */
.footer-style .footer-bottom-middle .footer-link ul li {
	background: none;
}

/* Tipografia */
body a {
	color: #333333;
}
.block .title-home {
	font-family: 'Lobster Two';
}
.products-grid .item .item-inner .box-info .bs-price .regular-price .price, 
.products-grid .item .item-inner .box-info .bs-price .special-price .price {
	font-size: 16px !important;
}
.parcelamento {
	font-weight: bold;
	font-size: 12px;
	color: #777777;
}

@media (min-width: 768px) {
	.direitos{
		text-align: left;
	}
	.multdivision {
		text-align: right;
	}
}