
/* Menu Categorias */

.slick-catsmae .slick-track {
	margin: 0 auto;
}
.slick-subcats .slick-track {
	margin: 0 auto;
}
.produtos_box .cats_mae,
.produtos_box .scats_box {
    top: 0;
}
.produtos_box .cats_mae {
	margin-bottom: 40px;
}
.produtos_box .cats_mae:before {
	content: "";
	background: #49505a;
    height: 95%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.produtos_box .sub_cats {
	position: absolute;
    background: #fff;
	z-index: 2;
}
.cats_menu.is-fixed {
    position: fixed;
	z-index: 1;
	top: 0;
}
.cats_menu.is-fixed .cats_mae {
    margin-bottom: 0;
    background: #fff;
}
.cats_menu.is-fixed .cats_cont {
   padding: 20px 26px 0 26px;
}
.cats_menu.is-fixed .cat_box {
    border-bottom: 8px solid #fff;
	height: 104px;
}
.cats_menu.is-fixed .cat_box .cat_arc {
    right: 20px;
    bottom: 8px;
    width: 100px;
    height: 100px;
}
.cats_menu.is-fixed .cats_mae:before {
    height: 92%;
}
.detalhe_prod.cats-fixed {
    margin-top: 126px;
}
.detalhe_prod {
	margin-bottom: 180px;
	height: 100%;
	min-height: 800px;
}
.div_100_prod_details {
	height: 100%;
	min-height: 800px;
}
.produto_box {
	position: relative;
    width: 100%;
	top: 60px;
}
.det_info_cont.is-fixed{
	position:fixed;
	top:0;
	width: 50%;
}
.det_info_cont.bottom{
	position:absolute;
	bottom:0;
	top:auto;
}


@media only screen and (max-width: 840px) {
	.split_divs {
		width: 100%;
		display: table;
		height: auto;
	}
	.detalhe_prod {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 560px) {
	.detalhe_prod {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 480px) {
	.cats_menu.is-fixed .cat_box {
		height: 96px;
	}
}
@media only screen and (max-width: 380px) {
	.cats_menu.is-fixed .cat_box {
		height: 88px;
	}
}


/* IMAGEM PRODUTO */

.prod_img {
	vertical-align: top;
	position:relative;
	background-repeat: no-repeat;
}
.img_prod_btn_box {
    position: absolute;
    right: 0;
    float: right;
    bottom: -47px;
    width: 200px;
}
.img_prod_btn {
	text-align: right;
    text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
    color: #83969f;
    padding: 15px 35px;
	cursor: pointer;
    background: #e9eef1;
}
.img_prod_btn:hover {
	color: #fff;
    background: #83969f;
}
.modalImgs {
	padding-top: 58px;
	padding-left: 5%;
	padding-right: 5%;
}

.pro_imag_galery {
	text-align: left;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 20px;
    margin: 50px auto;
}

/* Slider */
.gallery_prod .slick-dots li {
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    margin: 0 5px !important;
	border: 2px solid #fff;
}
.gallery_prod .slick-dots li:hover,
.gallery_prod .slick-dots li:focus,
.gallery_prod .slick-dots li.slick-active {
    background: #fff !important;
}
.gallery_prod .slick-dots {
    top: 10px !important;
    text-align: center !important;
	position: relative;
}

.gallery_prod .flickity-page-dots .dot.is-selected {
	background: #fff;
}

@media only screen and (max-width: 840px) {
	.det_info_cont {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 800px) {
	.pro_imag_galery .container_1280 {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 680px) {
	.modalImgs {
		padding-top: 42px;
	}	
}
@media only screen and (max-width: 600px) {
	.gallery_prod .slick-dots li {
		width: 10px !important;
		height: 10px !important;
		margin: 0 4px !important;
		border: 1px solid #fff;
	}
	.gallery_prod .slick-dots {
		bottom: 10px !important;
	}
}
@media only screen and (max-width: 560px) {
	.pro_imag_galery .container_1280 {
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	.gallery_prod .slick-dots li {
		width: 8px !important;
		height: 8px !important;
	}
	.gallery_prod .slick-dots {
		bottom: 5px !important;
	}
	.img_prod_btn_box {
		width: 140px;
	}
	.img_prod_btn {
		font-size: 11px;
		margin: 10px 15px;
	}
}


/* DETALHES PRODUTO */
.prod_details {
	padding-left: 100px;
	position: relative;
	height: 100%;
	min-height: 800px;
    vertical-align: top;
}
.prod_details h1 {
	font-size: 40px;
	font-weight: 200;
	color: #2b303b;
	margin-bottom: 35px;
}
.prod_details h2 {
	font-size: 20px;
	font-weight: 200;
	color: #696f7c;
	margin-bottom: 30px;
}
.form_overlay {
	position: relative;
	min-height: 600px;
}
.form_overlay.f_active {
	height: 100%;
	min-height: 600px;
}
.prod_details_txt {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #44484f;
	margin-bottom: 100px;
    min-height: 300px;
}
.prod_details_txt strong {
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	color: #696f7c;
}
.prod_details_txt ul {
	padding: 26px 0 0 30px;
}
.prod_details_txt ul li {
	font-size: 14px;
	font-weight: 200;
	color: #44484f;
}
.prod_details_txt ul li:before {
    content: "·";
    font-size: 36px;
    vertical-align: middle;
    position: relative;
    top: -2px;
	right: 4px;
}

@media only screen and (max-width: 1180px) {
	.prod_details {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 1100px) {
	.prod_details {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 840px) {
	.prod_details {
		padding: 0;
	}
	.prod_details_txt {
		min-height: 0;
	}
	.form_overlay.f_active {
		height: 600px;
	}
}
@media only screen and (max-width: 780px) {
	.prod_details h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.prod_details h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.prod_details_txt {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 60px;
	}
	.prod_details_txt strong {
		font-size: 18px;
		line-height: 26px;
	}
	.prod_details_txt ul {
		padding: 20px 0 0 20px;
	}
	.prod_details_txt ul li {
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {
	.prod_details_txt {
		margin-bottom: 40px;
	}
}


/* FICHA TECNICA / PARTILHA */
.ficha_partilha {
	height: 32px;
	margin-bottom: 50px;
}
.ficha_tec a {
	font-size: 12px;
	font-weight: 400;
	color: #83969f;
	text-transform: uppercase;
	position: relative;
    bottom: 7px;
}
.ficha_tec a:before {
	margin-right: 8px;
	font-size: 24px;
	color: #bfbfbf;
	padding: 0 6px 2px;
	border-bottom: 2px solid #bfbfbf;
	position: relative;
    top: 7px;
}
.ficha_tec a:hover {
	color: #bfbfbf !important;
}
.ficha_tec a:hover:before {
	border-bottom: 2px solid #83969f;
	color: #83969f;
}

.share_box {
    font-size: 12px;
    font-weight: 600;
    color: #83969f;
    background: #e4e5e6;
    padding: 10px;
	text-transform: uppercase;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.share_icons {
	text-align: right;
}
.share-btn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
	.ficha_partilha .divs_50 {
		width: 100%;
		display: table;
		text-align: center;
		height: auto;
	}
	.ficha_partilha .divs_50:first-child {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 840px) {
	.ficha_partilha .divs_50 {
		width: 50%;
		display: table-cell;
		text-align: left;
	}
	.ficha_partilha .divs_50:first-child {
		margin-bottom: 0;
	}
	.share_icons {
		text-align: right !important;
	}
}
@media only screen and (max-width: 480px) {
	.ficha_partilha .divs_50 {
		width: 100%;
		display: table;
		text-align: center !important;
		height: auto;
	}
	.ficha_partilha .divs_50:first-child {
		margin-bottom: 30px;
	}
}



/* SOLICITAR ORÇAMENTO */

.orcamento_box {
	position: absolute;
	height: 100%;
	background: #fff;
	top: 0;
	display: none;
}
.orcamento_box.form_active .form_orc {
	display: table;
}
.solicita_orc {
	font-size: 16px;
	font-weight: 400;
	color: #83969f;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #e9eef1;
	padding: 18px 0;
	margin-bottom: 40px;
	cursor: pointer;
}
.solicita_orc.form_active,
.solicita_orc:hover {
	color: #e9eef1;
	border: 2px solid #83969f;
	background: #83969f;
}
.form_orc {
    padding: 0 20px 20px 20px;
    background: #fff;
}
textarea.inpt_contactos {
    height: 140px;
}

@media only screen and (max-width: 380px) {
	.solicita_orc {
		font-size: 14px;
	}
}


/* NAVEGAR PRODUTOS */
.prod_arrow {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: #83969f;
	text-transform: uppercase;
	padding: 22px 0;
}
.a_prev {
	text-align: right;
	padding-right: 50px;
	background: #e9eef1;
	color: #83969f;
}
.a_next {
	text-align: left;
	padding-left: 50px;
	background: #83969f;
	color: #e9eef1;
}
.a_prev:hover {
	color: #fff;
	background: #83969f;
}
.a_next:hover {
	color: #83969f;
	background: #e9eef1;
}

.prod_arrow .icon-prev01,
.prod_arrow .icon-next01 {
	position: absolute;
	top: 14px;
	font-size: 30px;
}
.prod_arrow .icon-prev01 {
	left: 26px;
}
.prod_arrow .icon-next01 {
	right: 26px;
}


@media only screen and (max-width: 1260px) {
	.a_prev {
		padding-right: 30px;
	}
	.a_next {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1030px) {
	.a_prev {
		padding-right: 15px;
	}
	.a_next {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 1030px) {
	.a_prev {
		padding-right: 15px;
	}
	.a_next {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 1030px) {
	.prod_arrow {
		font-size: 11px;
	}
	.prod_arrow .icon-prev01,
	.prod_arrow .icon-next01 {
		top: 16px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 900px) {
	.prod_arrow .icon-prev01 {
		left: 16px;
	}
	.prod_arrow .icon-next01 {
		right: 16px;
	}
	
}
@media only screen and (max-width: 840px) {
	.prod_arrow {
		font-size: 12px;
		padding: 22px 0;
	}
	.a_prev {
		padding-right: 15%;
	}
	.a_next {
		padding-left: 15%;
	}
	.prod_arrow .icon-prev01,
	.prod_arrow .icon-next01 {
		top: 14px;
		font-size: 30px;
	}
	.prod_arrow .icon-prev01 {
		left: 26px;
	}
	.prod_arrow .icon-next01 {
		right: 26px;
	}
}
@media only screen and (max-width: 650px) {
	.a_prev {
		padding-right: 10%;
	}
	.a_next {
		padding-left: 10%;
	}
}
@media only screen and (max-width: 560px) {
	.a_prev {
		padding-right: 5%;
	}
	.a_next {
		padding-left: 5%;
	}
}
@media only screen and (max-width: 460px) {
	.prod_arrow {
		font-size: 11px;
	}
	.prod_arrow .icon-prev01,
	.prod_arrow .icon-next01 {
		top: 16px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 420px) {
	.prod_arrow .icon-prev01 {
		left: 10px;
	}
	.prod_arrow .icon-next01 {
		right: 10px;
	}
	.a_prev {
		padding-right: 2%;
	}
	.a_next {
		padding-left: 2%;
	}
}
@media only screen and (max-width: 360px) {
	.prod_arrow .icon-prev01 {
		left: 8px;
	}
	.prod_arrow .icon-next01 {
		right: 8px;
	}
	.prod_arrow {
		font-size: 10px;
	}
	.prod_arrow .icon-prev01,
	.prod_arrow .icon-next01 {
		top: 18px;
		font-size: 20px;
	}
	
}


/* PRODUTOS RELACIONADOS */
.prod_relac {
	margin-bottom: 70px;
	position: relative;
}
.prod_relac_tit {
	font-size: 16px;
	line-height: 62px;
	font-weight: 400;
	color: #83969f;
	text-align: center;
	text-transform: uppercase;
	background: #e9eef1;
}
.relacionados_box {
    position: relative;
    padding-top: 20px;
}
.slick-relacionados .slick-slide {
    margin: 0 10px;
}
.slick-relacionados .slick-list {
    margin: 0 -10px;
}
.relacionado_txt {
	position: relative;
}
.relacionado_txt h1 {
	font-size: 20px;
	font-weight: 200;
	color: #696f7c;
	text-align: center;
}
.relacionado_txt h2 {
	font-size: 12px;
	line-height: 62px;
	font-weight: 400;
	color: #e9eef1;
	text-align: center;
	text-transform: uppercase;
	background: #e9eef1;
	margin-top: 20px;
}
.relacionado_txt h2:before {
	content: " ";
    top: 28px;
    right: 50%;
    border: solid transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #49505a;
    border-width: 10px;
	opacity: 0;
}
.relacionados_cont:hover .relacionado_txt h2 {
	color: #fff;
	background: #49505a;
}
.relacionados_cont:hover .img_back_rel {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.relacionados_cont:hover h2:before {
	opacity: 1;
}
.ft_relacionados {
	height: 62px;
	background: #e9eef1;
	position: absolute;
    bottom: 0;
}
.slick-relacionados .slick-arrow {
    opacity: 1 !important;
	visibility: visible !important;
}
.slick-relacionados .slick-next {
    right: -36px !important;
}
.slick-relacionados .slick-prev {
    left: -36px !important;
}

@media only screen and (max-width: 1000px) {
	.relacionado_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 800px) {
	.relacionado_txt h1 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 700px) {
	.relacionado_txt h1 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 560px) {
	.slick-relacionados .slick-next {
		right: -18px !important;
	}
	.slick-relacionados .slick-prev {
		left: -18px !important;
	}
}
@media only screen and (max-width: 480px) {
	.relacionado_txt h1 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 380px) {
	.relacionado_txt h1 {
		font-size: 16px;
	}
}

