.detalhe-do-produto {
	margin-top:30px;
	margin-bottom:30px;
}

.detalhe-do-produto .name {
	display:block;

	text-align:left;
	font-size:24px;
	color:#000000;
	font-style: normal;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:0;
}

.detalhe-do-produto .gallery {
	border:none;
	overflow: hidden;
	margin-bottom:30px;
}

.detalhe-do-produto .gallery .photo {
	padding:0;
	width:100%;
    z-index: 995;
}

.detalhe-do-produto .gallery .photo img {
	width:100%;
}

.detalhe-do-produto .gallery .thumbs .thumb {
    list-style: none;
}

/* atualizar magento 9 */
@media (max-width: 991px) {
	.detalhe-do-produto .gallery .thumbs {
		padding:0;
		background-color:#FFFFFF;
	}

	.detalhe-do-produto .gallery .thumbs .thumb {
		margin:0;
		padding:5px 5px 5px 5px;
		width:20%;
	}

	.detalhe-do-produto .gallery .thumbs .thumb:last-child {
		padding:5px;
	}

	.detalhe-do-produto .gallery .thumbs .thumb img {
		width:100%;
		cursor:pointer;
		cursor:hand;
	}

	.detalhe-do-produto .gallery .thumbs .thumb img.active,
	.detalhe-do-produto .gallery .thumbs .thumb img:hover {
		border: 1px solid #CCC;
	}
}

@media (min-width: 992px) {
	.detalhe-do-produto .gallery .thumbs {
		padding:0;
		background-color:#FFFFFF;
	}

	.detalhe-do-produto .gallery .thumbs .thumb {
		padding:5px 5px 0 5px;
	}

	.detalhe-do-produto .gallery .thumbs .thumb:last-child {
		padding:5px;
	}

	.detalhe-do-produto .gallery .thumbs .thumb img {
		width:100%;
		cursor:pointer;
		cursor:hand;
	}

	.detalhe-do-produto .gallery .thumbs .thumb img.active,
	.detalhe-do-produto .gallery .thumbs .thumb img:hover {
		border: 1px solid #CCC;
	}
}
/* / atualizar magento 9 */

.detalhe-do-produto p.avaliacao {

	text-align:justify;
	font-size:12px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	text-decoration: underline;
	margin:0;
	margin-bottom:15px;
}

.detalhe-do-produto p.description {

	text-align:justify;
	font-size:12px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	margin:15px 0 0 0;
}

.detalhe-do-produto p.desc {
	/*
	height:51px;
	*/
	height:auto;
	overflow:hidden;
}

.detalhe-do-produto p.leia-mais {
	margin-top: 0;
	margin-bottom: 0;


	text-align:right;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	display:none;
}

.detalhe-do-produto p.leia-mais a:hover {
	text-decoration:underline;
}

.detalhe-do-produto .info {
	margin-top:30px;
}

.detalhe-do-produto .variation {
	width:100%;
	margin-top:5px;
}

/* atualizar magento 9 */
.detalhe-do-produto .info-variation {
	margin-top:0;
	margin-bottom:30px;
}
/* / atualizar magento 9 */

.detalhe-do-produto .info-variation strong {
	display:block;

	text-align:left;
	font-size:14px;
	color:#aaaaaa;
	font-style: normal;
	font-weight:normal;
	text-transform:lowercase;
	margin:0 0 0 0;
}

.detalhe-do-produto .variation .form-group,
.detalhe-do-produto .variation .form-control {
	width:100%;
}

/* atualizar magento 6 */

.detalhe-do-produto .variation .form-group {
	padding:0;
	margin-bottom:15px;
}

.detalhe-do-produto .variation select {
	display:block;
	list-style-type:none;
	margin-top:7px;


	text-align:center;
	font-size:13px;
	line-height: 13px;
	color:#aaaaaa;
	font-style: normal;
	font-weight:normal;
	text-transform:none;

	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	margin-bottom:0;
}

/* / atualizar magento 6 */

/* atualizar magento 9 */
.detalhe-do-produto .kit .info-variation strong {
	width:100%;
	display:inline-block;
	margin-right:5px;
}

.detalhe-do-produto .kit .variation {
	width:100%;
	display:inline-block;
}

.detalhe-do-produto .kit .option {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	padding-bottom: 15px;
}

.detalhe-do-produto .kit .option:last-child {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}

.detalhe-do-produto .kit .option p {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:14px;
}

.detalhe-do-produto .kit .option .form-group {
	margin-bottom:0;
}

.detalhe-do-produto .kit .option .form-control {
	margin-top:0;
}

.detalhe-do-produto .kit .option i {
	color:#AAAAAA;
}

.detalhe-do-produto .kit .option strong {
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

.detalhe-do-produto .kit .option input[type='checkbox'] {
	height:20px;
	width:20px;
	margin:0;
}

.detalhe-do-produto .kit h3 {

    text-align: left;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 15px 0;
    padding:15px 0 15px 0;
    border-bottom:1px solid #CCCCCC;
}

/* / atualizar magento 9 */

.detalhe-do-produto .box-avaliacao {
	margin-top:15px;
}

.detalhe-do-produto h3 {
	display:block;

	text-align:left;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight:bold;
	text-transform:uppercase;
	margin:15px 15px 0 15px;
}

.detalhe-do-produto .comprar {
	background-color:#FFFFFF;
	text-align:left;
	padding:0;
	margin-bottom:30px;
	margin-top:0;
}

.detalhe-do-produto .frete {
	background-color:#F1F1F1;
	padding:15px;
	margin-bottom:30px;
}

.detalhe-do-produto .comprar p {
	margin:0;
	text-align: center;
}

.detalhe-do-produto .comprar small {

	font-size:16px;
	line-height: 28px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.detalhe-do-produto .comprar strike {

	font-size: 12px;
	line-height: 28px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.detalhe-do-produto .comprar small.de, .detalhe-do-produto .comprar strike.de {
	text-decoration: line-through;
	font-weight: normal;
	font-size:18px;
	line-height: 28px;
	margin-right:10px;
}

.detalhe-do-produto .comprar strong, .detalhe-do-produto .comprar span.price {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.detalhe-do-produto .comprar strong span, .detalhe-do-produto .comprar span.price strong {
	margin-left:0;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.detalhe-do-produto .comprar .add-to-cart-buttons {
	text-align: center;
}

.detalhe-do-produto .comprar button {
	padding:20px;
	border:0;
	display: inline-block;

	text-align:center;
	font-size:20px;
	color:#FFFFFF;
	font-style: normal;
	font-weight:normal;
	text-transform:none;

    background-color: #0f8a46;
	margin-top:15px;
	margin-bottom:5px;
}

.detalhe-do-produto .comprar .button-bottom {
	margin-bottom:0;
}

.detalhe-do-produto .comprar .button-bottom .segura {
	color:#27ae60;
	font-size:14px;
	text-align:center;
	margin-bottom:0;
}

.detalhe-do-produto .comprar .button-bottom .satisfacao {
	color:#666666;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}

.detalhe-do-produto .comprar .button-bottom .devolucao {
	color:#666666;
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
}

.detalhe-do-produto .comprar .button-bottom .fa-lock {
	color:#bf9e57;
}

.detalhe-do-produto .comprar .button-bottom .fa-retweet {
	color:#666666;
}

/* atualizar magento 8 */
.detalhe-do-produto .comprar.indisponivel button {
	background-color:#757575;
	font-size:14px;
}

.detalhe-do-produto .comprar.indisponivel small {
	font-size:14px;
}
/* / atualizar magento 8 */

.detalhe-do-produto .frete label {

	text-align:left;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
}

.detalhe-do-produto .frete input {
	border-radius:0;

	text-align:left;
	font-size:14px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
}

.detalhe-do-produto .frete button {
	border-radius:0;
	background-color:#000000;
	color:#FFFFFF;

	text-align:center;
	font-size:14px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
}

.detalhe-do-produto .list h2 {

	text-align:left;
	font-size:30px;
	line-height: 30px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;

	margin-top:50px;
	margin-bottom:15px;
}

.dac-mobile .compartilhe {
	border-bottom:1px solid #CCCCCC;
}

.detalhe-do-produto .owl-carousel-beneficios.beneficios {
	padding-top:0;
	padding-bottom:15px;
	margin-top:30px;
	margin-bottom:0;
	border-bottom:1px solid #CCCCCC;
}

.detalhe-do-produto .avaliacoes {
	margin-top:15px;
	margin-bottom:30px;
}

.detalhe-do-produto .avaliacoes.topo {
	margin-top:0px;
	margin-bottom:0px;
}

.detalhe-do-produto .no-rating {
    margin-bottom: 15px;
}

.detalhe-do-produto .avaliacoes.topo .rating-container .filled-stars {
    -webkit-text-stroke:0px;
    text-shadow:0px;
}

.detalhe-do-produto .avaliacoes h2 {

	text-align:left;
	font-size:30px;
	line-height: 30px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;

	margin-top:30px;
	margin-bottom:30px;
}

.detalhe-do-produto .avaliacoes h3 {

	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin:0;
}

.detalhe-do-produto .avaliacoes .rating-container {
	margin:0;
}

.detalhe-do-produto .ratings.avaliacoes.topo .rating-container {
        float: left;
}

.detalhe-do-produto .avaliacoes button {
	width: 100%;
	background-color: #696a6d;
	padding: 20px;
	border: 0;

	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	display: block;
	margin: 0 0 30px 0;
	border-radius: 0;
}

@media (max-width: 991px) {
	.detalhe-do-produto .avaliacoes button {
		width:100%;
	}
}

@media (min-width: 992px) {
	.detalhe-do-produto .avaliacoes button {
		width:50%;
		float:right;
	}
}

.detalhe-do-produto .avaliacoes .media {
	border-bottom:1px solid #EEEEEE;
	margin-top:0;
}

.detalhe-do-produto .avaliacoes p {

	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.detalhe-do-produto .avaliacoes strong {

	font-weight: bold;
}

.detalhe-do-produto .avaliacoes p.media-avaliacoes {
	font-size: 12px;
	line-height: 16px;
}

.detalhe-do-produto .avaliacoes .avaliacao p.por {
	margin-bottom:15px;
	font-size: 12px;
	line-height: 16px;
}

.detalhe-do-produto .avaliacoes .avaliacao p.descricao-avaliacao {
	margin-bottom:30px;
}

.detalhe-do-produto .avaliacoes .avaliacao {
	border-bottom:1px solid #EEEEEE;
	padding-top:30px;
}

.detalhe-do-produto .avaliacoes .paginacao {
	margin-top:30px;
}

.detalhe-do-produto .avaliacoes .avaliacao h4 {

	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin-bottom:5px;
}

.detalhe-do-produto .avaliacoes .glyphicon {
	box-shadow: none;
	text-shadow: none;
	border: 0;
	color: #696a6d;
	font-size: 20px;
}

/* atualizar magento 9 */
.detalhe-do-produto .informacoes {
	margin-top:30px;
}

.detalhe-do-produto .informacoes h2 {

	text-align:left;
	font-size:20px;
	line-height: 24px;
	color:#000000;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	margin-bottom:30px;
	margin-top:0;
}

.detalhe-do-produto .informacoes p {

	text-align:justify;
	font-size:16px;
	line-height: 20px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	margin-bottom:30px;
	margin-top:0;
}

.detalhe-do-produto .informacoes ul {

	text-align:left;
	font-size:16px;
	line-height: 20px;
	color:#000000;
	font-style: normal;
	font-weight:normal;
	text-transform:none;

	margin:15px 0 0 0;
	text-align: left;
	padding:0 0 30px 30px;
	list-style-position: inside;
}

.detalhe-do-produto .informacoes ul li {
	margin-bottom:10px;
}
/* / atualizar magento 9 */

/* atualizar magento 4 */

.detalhe-do-produto .photo span.off {
	height:42px;
	width:42px;
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	background-color: #696a6d;
	color: #FFFFFF;
	padding: 0;
	border-radius: 21px 21px 21px 21px;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
	z-index: 9999;
}

/* atualizar magento 6 */
/* atualizar magento 9 */
.detalhe-do-produto .photo span.ampliar {
	position: absolute;
	display: none;
	bottom: 15px;
	right: 15px;
	color: #000000;
	padding: 0;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;

}

.detalhe-do-produto .photo:hover span.ampliar {
	display:none;
}

.detalhe-do-produto .product-details .flags {
	margin-bottom:10px;
	margin-top:0;
}
/* / atualizar magento 9 */

.detalhe-do-produto .product-details .flags span {
	display:inline-block;
	padding:5px;

	font-size: 12px;
	line-height: 100%;
	width:32%;
	text-align:center;
	margin:0 0 2% 0;
	border:1px solid #000000;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
}

p:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
/* / atualizar magento 6 */

/* / atualizar magento 4 */

.detalhe-do-produto .product-details .stars {
	margin-top:0;
}

.detalhe-do-produto .avaliacoes.topo .stars {
	margin-top:0px;
}

.detalhe-do-produto .product-details .stars i {
	color:#696a6d;
	font-size:14px;
}

.detalhe-do-produto .product-details .stars span {
	color:#696a6d;
	font-size:14px;

	line-height:48px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
}

.detalhe-do-produto .referencia {
    clear: both;
    margin-top: -10px;
}

.detalhe-do-produto .referencia span {
	color:#aaaaaa;
	font-size:14px;

	line-height:14px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
}

.detalhe-do-produto .btn-wish-list {
	color:#000000;
	position:absolute;
	right:15px;
	cursor:pointer;
	cursor:hand;
}

.detalhe-do-produto .btn-wish-list i {
	font-size:32px;
	color:#000000;
}

.detalhe-do-produto .btn-wish-list:hover,
.detalhe-do-produto .btn-wish-list:hover i {
	color:#696a6d;
}

.detalhe-do-produto .compartilhe {
	display:flex;
	justify-content:center;
	margin-top:30px;
}

.detalhe-do-produto .compartilhe p {
	color:#038e3e;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	text-align:center;
	margin-bottom:30px;
}

.detalhe-do-produto .compartilhe a {
	color:#038e3e;
	font-size:16px;
	line-height:20px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	border: solid 1px #038e3e;
	padding: 6px;
	border: solid 1px #038e3e;
	margin-left: 10px;
	display: inline-flex;
}

@media only screen and (max-width: 450px) {
.detalhe-do-produto .compartilhe span{
	display: block;
	margin-bottom:5px;
}
}

.detalhe-do-produto .compartilhe i {
	color:#038e3e;
	font-size:18px;
	width:25px;
	line-height:25px;
}

.detalhe-do-produto .compartilhe span {
    display: block;
    margin-bottom: 5px;
}

.detalhe-do-produto .compartilhe button {
    color: #038e3e;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    border: solid 1px #038e3e;
    padding: 6px;
    border: solid 1px #038e3e;
    margin-left: 10px;
    display: inline-flex;
	background-color:#FFFFFF;
}

.detalhe-do-produto .input-copy {
	width:100%;
	margin-top:-15px;
	margin-bottom:30px;
}

.detalhe-do-produto .input-copy input {
	background-color:#FFFFFF;
	color:#aaaaaa;
	border:1px solid #CCCCCC;
	padding:0 10px 0 10px;
	text-align:left;
	margin:0;
	font-size:16px;
	line-height:32px;
	height:32px;
	border-radius:0;
}

.detalhe-do-produto .input-copy .btn {
	height:32px;
	background-color:#CCCCCC;
	color:#000000;
	border-color:#CCCCCC;
	border-radius:0;
}

.detalhe-do-produto .pagamento p,
.detalhe-do-produto .devolucao p {
	color:#000000;
	font-size:14px;

	line-height:14px;
	font-style: normal;
	font-weight:normal;
	text-transform:none;
	text-align:center;
	margin-bottom:30px;
}

.detalhe-do-produto .more {
	margin-bottom:30px;
	margin-top:30px;
}

.detalhe-do-produto .more .icone img {
	width:100%;
}

.detalhe-do-produto .more h3 {

	text-align:left;
	font-size:16px;
	line-height:16px;
	color:#aaaaaa;
	font-style: normal;
	font-weight:bold;
	margin-top:0;
	margin-left:0;
	margin-bottom:15px;
}

.detalhe-do-produto .more p {

	text-align:left;
	font-size:14px;
	color:#aaaaaa;
	font-style: normal;
	line-height:14px;
	margin-bottom:15px;
}

.detalhe-do-produto .avaliar {
	margin-top:30px;
	margin-bottom:30px;
}

.detalhe-do-produto .avaliar h2 {

	text-align:center;
	font-size:24px;
	line-height:24px;
	color:#000000;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	margin-top:0;
	margin-bottom:30px;
}

.detalhe-do-produto .avaliar .btn-avaliar {
	width:100%;
	background-color: #696a6d;
	padding: 20px;
	border: 0;

	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	display: block;
	margin: 0;
	border-radius: 0;
}










.detalhe-do-produto .info-variation .variation ul.variation-tamanho {
	display:block;
	float:left;
	width:100%;
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}

.detalhe-do-produto .info-variation .variation ul.variation-tamanho li {
	display:block;
	float:left;
	width:11.5%;
	text-align:center;
	margin:0.5%;
	padding:0;
}

.detalhe-do-produto .info-variation .variation ul.variation-tamanho li .swatch {
	display:block;
	width:100%;
	padding:5px 0 5px 0;
	border:1px solid #000000;


	font-size:11px;
	color:#000000;
	font-style:normal;
	font-weight:normal;

	cursor:pointer;
	cursor:hand;
}

.detalhe-do-produto .info-variation .variation ul.variation-tamanho li .swatch.swatchSelected,
.detalhe-do-produto .info-variation .variation ul.variation-tamanho li .swatch:hover {
	background-color:#696a6d;
	border-color:#696a6d;
	color:#FFFFFF;
}

.detalhe-do-produto .info-variation .variation ul.variation-tamanho li .disabledSwatch {
    border: 1px solid #CCCCCC!important;
    color: #CCCCCC!important;
    pointer-events: none;
    cursor: default;
    opacity:1;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor {
	display:block;
	float:left;
	width:100%;
	list-style-type:none;
	margin:0px 0 10px 0;
	padding:1px;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li {
	display:block;
	float:left;
	width:90px;
	text-align:center;
	/* margin:0.5%; */
	padding:0;
	margin:0 2% 2% 0;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li:nth-child(4n) {
	margin-right:0;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li .swatch {
	display:block;
	width:100%;
	padding:1px;
	margin:0;
	border:1px solid #CCCCCC;
	cursor:pointer;
	cursor:hand;
	overflow:hidden;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li .swatch img {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li .swatch.swatchSelected,
.detalhe-do-produto .info-variation .variation ul.variation-cor li .swatch:hover {
	background-color:#696a6d;
	border-color:#696a6d;
	color:#FFFFFF;
}

.detalhe-do-produto .info-variation .variation ul.variation-cor li .disabledSwatch {
    opacity:0.5;
    pointer-events: none;
    cursor: default;
}

.box-tamanhos-cm {
	margin:0;
	padding:0;
}

.box-tamanhos-cm ul {
	list-style:none;
	width:100%;
	display:block;
	margin:5px 0 0 0;
	padding:0;
}

.box-tamanhos-cm ul li {
	display:block;
	float:left;
	width:12.5%;
	text-align:center;
	margin:0;
	padding:0;
	color:#aaaaaa;
	line-height: 100%;
	font-size: 12px;
}

.box-tamanhos-cm ul li i {
	color:#aaaaaa;
}

.box-tamanhos-cm p {
	display:block;
	width:100%;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	color:#aaaaaa;
	line-height: 100%;
	font-size: 12px;
}

.box-tamanhos-cm p.comprimento {
	border-top:1px solid #CCCCCC;
	font-size: 11px;
	padding-top:5px;
	color:#000000;
}

.box-tamanhos-cm p a {
	color:#aaaaaa;
	text-decoration:none;
}

.box-tamanhos-cm p a:hover {
	text-decoration:underline;
}

.detalhe-do-produto .info-contato {
	text-align:center;
	margin-bottom:30px;
}

.detalhe-do-produto .info-contato i {
	font-size:30px;
	color:#000000;
}

.detalhe-do-produto .info-contato span {

	font-size:10px;
	line-height: 10px;
	color:#000000;
}

.detalhe-do-produto .info-contato span a {
	font-weight: bold;
	color:#000000;
}

.detalhe-do-produto .info-contato span a:hover {
	text-decoration: underline;
}
.detalhe-do-produto .product_type_data {
    display: none;
}

.guia-tamanhos {
	text-align:center;
	color:#aaaaaa;
	line-height: 100%;
	font-size: 12px;
	display:none;
	font-weight:normal;
}

.guia-tamanhos i {
	color:#aaaaaa;
}

.box-tamanhos-cm p {
	display:block;
	width:100%;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	color:#aaaaaa;
	line-height: 100%;
	font-size: 12px;
}

.box-tamanhos-cm p.comprimento {
	border-top:1px solid #CCCCCC;
	font-size: 11px;
	padding-top:5px;
	color:#000000;
}

.box-tamanhos-cm p a {
	color:#aaaaaa;
	text-decoration:none;
}

.box-tamanhos-cm p a:hover {
	text-decoration:underline;
}

.detalhe-do-produto .cloud-zoom-big {
	border:none;
}

.detalhe-do-produto .float-clearer {
	height: 0;
    margin: 0;
    padding: 0;
}

.detalhe-do-produto .product-atendimento {
	margin-top:30px;
}

.detalhe-do-produto .product-atendimento ul {
	margin:0;
	padding:0;
	list-style: 0;
}

.detalhe-do-produto .product-atendimento ul li {
	display: inline-block;
	width:49%;
	text-align:center;
	font-size:11px;
}

.detalhe-do-produto .product-atendimento ul li i {
	font-size:24px;
	color:#666666;
}

.detalhe-do-produto .parcelas-produto {
	/*display: none;*/
}

.product_type_data_out p {
	display: none;
}
.product_type_data_out .apptha-outofstock-block-body {
	clear: both;
}

@media (max-width: 991px) {
	.detalhe-do-produto .product-atendimento {
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #CCCCCC;
	}

	.detalhe-do-produto .referencia {
		margin-bottom:15px;
	}

	.detalhe-do-produto .comprar {
		text-align:center;
	}
}
