/* geral */
.single-produto-vendacruzada,
.single-produto-conteudo,
.woo-upsells-sec,
.related.products {
	border-top: 1px solid #D7DBDC;
	padding-top: 25px;
	margin-top: 35px;
}

/* outros */
.woocommerce .produto-single-wrap div.product div.images {
	margin-bottom: 0;
}
.produto-single-wrap {
	margin-top: -30px;
}
.single-produto-imgdesc {
	margin: 0 -10px;
}
.single-produto-imgdesc:before,
.single-produto-imgdesc:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.single-product .breadcrumb-container {
	padding-bottom: 50px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image {
	width: 100%;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 20%;
	box-sizing: border-box;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	top: 0;
	position: relative;
	border: 1px solid #D7DBDC;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	background-color: #FFF;
	padding: 10px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a {
	padding: 50px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover {
	top: -10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
	margin: 10px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	display: block;
}
.woocommerce div.product div.summary {
	padding-top: 65px;
}

.single-produto-wrap {
	padding-left: 30px;
}

/*
** Selo e descrição
** ================================================== */
.single-produto-certificado-box {
	border-top: 1px solid #D7DBDC;
	padding-top: 25px;
	margin-top: 35px;
	display: flex;
	align-items: flex-start;
}
.single-produto-certificado-selo-box {
	max-width: 95px;
	margin-right: 25px;
	box-sizing: border-box;
}
.single-produto-certificado-lista {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #3A4C4F;
}
.single-produto-certificado-lista li + li {
	margin-top: 3px;
}
.single-produto-certificado-lista li::before {
	content: '';
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background-color: #9CA483;
	vertical-align: middle;
	display: inline-flex;
	margin-right: 10px;
}

/* Estrelas */
.woocommerce .woocommerce-product-rating .star-rating {
	color: #F2C94C;
}
.woocommerce .star-rating::before {
	color: #ffcb00;
}

/* Botão adicionar ao carrinho */
.woocommerce .single-produto-wrap button.button.alt,
.woocommerce .single-produto-wrap button.button {
	font-size: 18px;
	margin-top: 25px;
}
.single_add_to_cart_button:before {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	background: url('../../imagens/icones/icone-carrinho-b.png') no-repeat center center;
	background-size: contain;
	transition: all 0.3s ease 0s;
}
.single_add_to_cart_button:hover:before {
	background-image: url('../../imagens/icones/icone-carrinho-m.png');
}

/* Venda cruzada */
.single-produto-vendacruzada:before,
.single-produto-vendacruzada:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.single-produto-vendacruzada-loop {
	display: flex;
	flex-wrap: wrap;
}
.single-produto-vendacruzada-wrap {
	display: flex;
	margin: 0 -5px;
}
.single-produto-vendacruzada-produto-wrap {
	display: block;
	max-width: 120px;
	min-width: 120px;
	top: 0;
	position: relative;
	border: 1px solid #D7DBDC;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	padding: 15px;
	box-sizing: border-box;
}
.single-produto-vendacruzada-produto-wrap:hover {
	top: -10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.single-produto-vendacruzada-produto {
	position: relative;
	margin: 5px;
}
.single-produto-vendacruzada-produto + .single-produto-vendacruzada-produto {
	margin-left: 30px;
}
.single-produto-vendacruzada-produto + .single-produto-vendacruzada-produto::before {
	content: '+';
	font-size: 27px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}
.single-produto-vendacruzada-info {
	padding-left: 30px;
	align-self: center;
}
.single-produto-vendacruzada-preco-box {
	font-size: 24px;
}
.single-produto-vendacruzada-preco {
	color: #A43634;
}
.single-produto-vendacruzada-btn-box {
	margin-top: 15px;
}

/*
** Produtos relacionados
** ================================================== */
.woo-upsells,
section.related > ul.products {
	position: relative;
	margin: 0 -20px;
}
.single-produto-conteudo section ul.products li.product {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 25%;
	margin-left: 0;
}
.woo-upsells-sec .woo-upsells-titulo {
	padding-top: 20px;
}

/*
** Abas com detalhes
** ================================================== */
.woo-abas-container {
}
.woo-abas-container .tabs {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 20px -20px 20px;
	padding: 0;
	flex-wrap: wrap;
}
.woo-abas-titulo {
	position: relative;
	text-decoration: none;
	color: #9CA483;
	transition: all 0.3s ease 0s;
	font-size: 20px;
	margin: 15px 20px;
	display: block;
}
.woo-abas-container .active,
.woo-abas-container .active a,
.woo-abas-container .tabs li:hover a {
	color: #596149;
}
.woo-abas-container .active a::before {
	content: '';
	background-color: #596149;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	transition: all 0.3s ease 0s;
}

/*
** Aba com vídeos
** ================================================== */
.woo-tabvideos-box {
	margin: 0 -10px;
}
.woo-tabvideos-titulo {
	padding: 0 15px 5px;
}
.woo-tabvideos-inner {
	overflow: hidden;
	text-decoration: none;
	margin: 10px;
	display: block;
	transition: all 0.3s ease 0s;
	position: relative;
	top: 0;
	border-radius: 10px;
}
.woo-tabvideos-img-box {
	position: relative;
	border-radius: 0 0 10px 10px;
	transition: all 0.3s ease 0s;
}
.woo-tabvideos-img-box::before {
	content: '';
	-webkit-mask-image: url('../../imagens/icones/play.svg');
	mask-image: url('../../imagens/icones/play.svg');
	background-color: #C08C24;
	width: 50px;
	height: 50px;
	color: #FFF;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
	transition: all 0.3s ease 0s;
}
.woo-tabvideos-img-box::after {
	content: '';
	width: 50px;
	height: 50px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.woo-tabvideos-inner:hover {
	top: -10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.woo-tabvideos-inner:hover .woo-tabvideos-img-box {
	border-radius: 0;
}
.woo-tabvideos-inner:hover .woo-tabvideos-img-box::after {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transform: scale(1.2);
}
.woo-tabvideos-inner:hover .woo-tabvideos-img-box::before {
	background-color: rgba(0, 0, 0, 0.8);
}

.woo-tabvideos-box-destaque {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 30px;

}
.woo-tabvideos-box-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.woo-tabvideos-box-destaque-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}

/* Fix */
#tab-description > h2 {
	display: none;
}

@media (max-width: 1480px) {
	.woocommerce div.product .product_title {
		font-size: 34px;
	}
}

@media (max-width: 980px) {
	body.woocommerce #content div.product div.images,
	body.woocommerce div.product div.images,
	body.woocommerce-page #content div.product div.images,
	body.woocommerce-page div.product div.images {
		float: none;
		width: 100%;
	}
	body.woocommerce #content div.product div.summary,
	body.woocommerce div.product div.summary,
	body.woocommerce-page #content div.product div.summary,
	body.woocommerce-page div.product div.summary {
		width: 100%;
	}
	body.woocommerce div.product div.summary {
		padding-top: 25px;
	}
	.single-produto-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-produto-vendacruzada,
	.woo-upsells-sec {
		margin-top: 0px;
	}
}

@media (max-width: 680px) {
	.woocommerce div.product .product_title {
		font-size: 24px;
	}
	.single-produto-certificado-box {
		flex-direction: column;
	}
	.single-produto-certificado-selo-box {
		margin: auto auto 15px;
	}
	.single-produto-vendacruzada-wrap {
		flex-direction: column;
	}
	.single-produto-vendacruzada-info {
		padding-left: 0;
		padding-top: 25px;
	}
	.single-produto-vendacruzada-loop {
		justify-content: center;
	}
	body.woocommerce div.product form.cart div.quantity {
		width: 100%;
	}
	.woocommerce div.product form.cart .button {
		width: 100%;
	}
	.single-produto-vendacruzada-btn-box {
		text-align: center;
	}
	.woo-abas-container .tabs {
		justify-content: center;
	}
	body .woo-tabvideos-titulo {
		font-size: 14px;
	}
	.woo-tabvideos-img-box::before,
	.woo-tabvideos-img-box::after {
		width: 40px;
		height: 40px;
	}
	.woo-tabvideos-box {
		margin: 0;
	}
	body.woocommerce ul.products[class*="columns-"] li.product,
	body.woocommerce-page ul.products[class*="columns-"] li.product {
		margin: 0;
	}
	.woocommerce #reviews #comments h2 {
		font-size: 22px;
	}
}

@media (max-width: 580px) {
	.woocommerce-Tabs-panel .comment_container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	body.woocommerce #reviews #comments ol.commentlist li img.avatar {
		float: none;
		position: static;
		width: 60px;
		height: 60px;
		margin: auto;
	}
	body.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 10px 0 0;
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 25%;
	}
	.woo-tabvideos-img-box::after {
		width: 10px;
		height: 10px;
	}
	.woo-tabvideos-img-box::before {
		width: 20px;
		height: 20px;
	}
}
