/* ================================================================================================================== */
/* corpo */
/* ================================================================================================================== */

#products_details { display: block; position: relative; width: 100%; margin: 0 auto; padding: 35px 0 0 0; }

#products_details div.body { display: inline-block; position: relative; vertical-align: top; margin: 0 0 0 35px; }
#products_details div.body
{
	width: auto;
	width: -webkit-calc(100% - 385px);
	width:    -moz-calc(100% - 385px);
	width:         calc(100% - 385px);
}

@media all and (max-width: 1050px) {
	#products_details div.body { display: block; margin: 0; }
	#products_details div.body
	{
		width: auto;
		width: -webkit-calc(100%);
		width:    -moz-calc(100%);
		width:         calc(100%);
	}
}

/* ================================================================================================================== */
/* categorias */
/* ================================================================================================================== */

#products_details div.categories { display: inline-block; position: relative; vertical-align: top; width: 350px; margin: 75px 0 0 0; }
	#products_details div.categories div.inner { display: block; position: relative; overflow: auto; }
	#products_details div.categories a { display: block; position: relative; text-decoration: none; line-height: 25px; }
	#products_details div.categories a.selected_inside,
	#products_details div.categories a.selected,
	#products_details div.categories a:hover { color: #25386a; }

	#products_details div.categories span.responsive_icon { display: none; position: absolute; width: 32px; height: 25px; top: 0; right: -32px; background-color: #ffffff; cursor: pointer; margin: 10px 0 0 0; border: 1px solid #25386a; border-left: none; }
		#products_details div.categories span.responsive_icon span { display: block; position: absolute; left: 3px; width: 25px; height: 3px; background-color: #25386a; }
		#products_details div.categories span.responsive_icon span:nth-child(1) { top: 2px; }
		#products_details div.categories span.responsive_icon span:nth-child(2) { top: 10px; }
		#products_details div.categories span.responsive_icon span:nth-child(3) { bottom: 2px; }

@media all and (max-width: 1050px) {
	#products_details div.categories { display: block; position: fixed; top: 100px; left: 0; margin: 0; width: 300px; background-color: #ffffff; border: 1px solid #25386a; border-left: none; z-index: 50; padding: 25px; }
	#products_details div.categories[data-status="closed"] { left: -300px; }
	#products_details div.categories[data-status="opened"] { left: 0; }
		#products_details div.categories span.responsive_icon { display: block; }
		#products_details div.categories div.inner
		{
			max-height: 200px;
			max-height: -webkit-calc(100vh - 160px);
			max-height:    -moz-calc(100vh - 160px);
			max-height:         calc(100vh - 160px);
		}
}

/* ================================================================================================================== */
/* fotografias */
/* ================================================================================================================== */

#products_details div.photos { display: inline-block; position: relative; width: 40%; height: auto; margin: 0; padding: 0; vertical-align: top; text-align: left; }
	#products_details div.photos div.inner { display: block; position: relative; width: 100%; height: 550px; overflow: hidden; }
		#products_details div.photos div.inner a.elem { position: absolute; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; }
		#products_details div.photos div.inner a.elem[data-status="true"] { opacity: 1; top: 0; transform: scale(1); }
		#products_details div.photos div.inner a.elem[data-status="false"] { opacity: 0; top: -100px; transform: scale(0.25); }
	#products_details div.photos div.controllers { display: block; position: relative; width: 100%; height: auto; margin: 15px 0 0 0; text-align: center; }
		#products_details div.photos div.controllers span { display: inline-block; position: relative; width: 8px; height: 8px; border-radius: 100%; cursor: pointer; margin: 5px 15px; }
		#products_details div.photos div.controllers span[data-status="true"] { background-color: #25386a; }
		#products_details div.photos div.controllers span[data-status="false"] { background-color: #cfd2d3; }
		#products_details div.photos div.controllers span:hover { background-color: #25386a; }

@media all and (max-width: 1050px) {
	#products_details div.photos { display: block; width: 100%; }
		#products_details div.photos div.inner { height: 200px; }
}

/* ================================================================================================================== */
/* conteudo */
/* ================================================================================================================== */

#products_details div.content { display: inline-block; position: relative; width: 60%; height: auto; margin: 0; padding: 0 0 0 25px; vertical-align: top; }
	#products_details div.content div.inner { display: block; position: relative; width: auto; height: auto; padding: 0 50px; }
		#products_details div.content div.inner h1 { display: block; position: relative; font-size: 30px; line-height: 35px; color: #25386a; margin: 0 0 10px 0; }
		#products_details div.content div.inner h3 { margin: 10px 0 25px 0; }
		#products_details div.content div.inner h2 { margin: 0 0 25px 0; }
		#products_details div.content div.inner p.text { margin: 35px 0; color: #000000; }

@media all and (max-width: 1050px) {
	#products_details div.content { display: block; width: 100%; padding: 0; }
}

/* ================================================================================================================== */
/* voltar */
/* ================================================================================================================== */

#products_details a.back { display: inline-block; position: relative; width: auto; text-align: center; vertical-align: top; border: 1px solid #808184; padding: 10px 25px; font-style: normal; margin: 35px 20px 0 20px; }
#products_details a.back:hover { border: 1px solid #25386a; }
	#products_details a.back span.arrow { display: inline-block; position: relative; width: 30px; height: 16px; background: transparent url(../images/arrows.png) no-repeat; vertical-align: middle; margin: 0 20px 0 0; }
	#products_details a.back span.text { display: inline-block; position: relative; color: #808184; vertical-align: middle; font-size: 15px; text-decoration: none; }
	#products_details a.back:hover span.text { color: #25386a; }

/* ================================================================================================================== */
/* descricao */
/* ================================================================================================================== */

#products_details div.description { display: block; position: relative; margin-top: 50px; width: 100%; }
	#products_details div.description h3.separator_title { display: inline-block; position: relative; font-size: 16px; color: #df3909; line-height: 35px; font-weight: 700; border-bottom: 5px solid #df3909; z-index: 2; padding: 0 10px 0 0 }
	#products_details div.description span.separator { display: block; position: absolute; top: 10px; left: 0; width: 100%; height: 5px; background-color: #eff0f4; z-index: 1; }
	#products_details div.description p.text { display: block; position: relative; margin: 35px; }

/* ================================================================================================================== */
/* descricao */
/* ================================================================================================================== */

#products_details div.technical_specifications { display: block; position: relative; margin-top: 50px; width: 100%; }
	#products_details div.technical_specifications h3.separator_title { display: inline-block; position: relative; font-size: 16px; color: #df3909; line-height: 35px; font-weight: 700; border-bottom: 5px solid #df3909; z-index: 2; padding: 0 10px 0 0; margin-bottom: 35px; }
	#products_details div.technical_specifications span.separator { display: block; position: absolute; top: 10px; left: 0; width: 100%; height: 5px; background-color: #eff0f4; z-index: 1; }
	#products_details div.technical_specifications p { display: block; position: relative; margin: 0 35px 5px 35px; }

/* ================================================================================================================== */
/* precos */
/* ================================================================================================================== */

#products_details div.prices { display: block; position: relative; width: auto; text-align: left; }
	#products_details div.prices p.final_price { display: inline-block; position: relative; font-size: 24px; line-height: 35px; color: #df3909; vertical-align: middle; margin: 0; }
	#products_details div.prices p.old_price { display: inline-block; position: relative; font-size: 24px; line-height: 35px; color: #bbbdbf; vertical-align: middle; margin: 0 25px; text-decoration: line-through; }
	#products_details div.prices span.discount { display: inline-block; position: relative; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #ffffff; background-color: #df3909; border-radius: 100%; transform: rotate(-25deg); vertical-align: middle; }

/* ================================================================================================================== */
/* cores */
/* ================================================================================================================== */

#products_details form.dark { display: block; position: relative; width: auto; text-align: left; background-color: #f6f6f6; padding: 50px 50px; margin: 50px 0 0 0; }
	#products_details form.dark span.loading { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0.7; background-color: #000000; }
	#products_details form.dark[data-status="active"] span.loading { display: none; }
	#products_details form.dark[data-status="inactive"] span.loading { display: block; }
	#products_details form.dark label { display: block; position: relative; margin-bottom: 10px; }
		#products_details form.dark label p { display: block; position: relative; }
		#products_details form.dark label input[type="number"] { text-align: center; background-color: transparent; border: 1px solid #8f9093; color: #000000; }
		#products_details form select { border: 1px solid #8f9093; color: #000000; }
			#products_details form select option { font-size: 12px;  }
	#products_details form.dark input[type="submit"] { display: inline-block; position: relative; text-align: center; font-size: 12px; border: none; line-height: 40px; margin: 35px 0 0 0; cursor: pointer; background-color: #df3909; color: #ffffff; padding: 0 50px; }
	#products_details form.dark input[type="submit"]:hover { background-color: #000000; }

@media all and (max-width: 1050px) {
	#products_details form.dark { text-align: center; }
}
