#pic-wrapper {
	width: 100%;
	position: relative;
	margin-top: 143px;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

#pic-wrapper img {
	width: 100%;
}



#prev-pic,
#next-pic {
	height: 61px;
	width: 38px;
	color: #616161;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
}

#prev-pic {
	left: 0px;
	cursor: pointer;
}

#next-pic {
	right: 17px;
	cursor: pointer;
}

#prev-pic:hover,
#next-pic:hover {
	color: #00afee;
}

.fade {
	opacity: 0 !important;
}

#bubble-wrap {
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.bubble,
.bubble-sel {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 2px;
}

.bubble {
	cursor: pointer;
}

.bubble-sel {
	background: #fff;
}

.bubble:hover {
	background: #666;
}








#prod_box_wrap {
	margin: auto;
	width: 100%;
	max-width: 1600px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}

#prod_box_title_cont {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	white-space: nowrap;

}

.prod_box_titlesel {
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #1C7AB6;
	width: calc(30%);
	padding: 15px 5px;
	background: #fff;
}

.prod_box_title {
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #888888;
	width: calc(28.63% - 5px);
	padding: 17px 5px;
	cursor: pointer;
}

.prod_box_title:hover {
	color: #1C7AB6;
}

.title {
	vertical-align: middle;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
}

.prod_box_titlesel .title {
	font-weight: 700;
	color: #1C7AB6;
}




.prod_box_prodcont {
	display: none;
}

.prod_box_prodcontsel {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.prod_box_listwrap {
	position: relative;
}

.prod_box_listwrap-cards {
	margin: auto;
	width: 95%;
	max-width: 1345px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.prod_box_navbtn_left {
	font-size: 30px;
	color: #ccc;
	text-align: left;
	padding-left: 5px;
	line-height: 48px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 5%;
	cursor: pointer;
	z-index: 1;
	opacity: 0.8;
}

.prod_box_navbtn_left:hover {
	color: #666;
	opacity: 1;
}


.prod_box_navbtn_right {
	font-size: 30px;
	color: #ccc;
	text-align: right;
	line-height: 48px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5%;
	cursor: pointer;
	z-index: 1;
	opacity: 0.8;
}


.prod_box_navbtn_right:hover {
	color: #666;
	opacity: 1;
}


.prod_box_navbtn_left_hid,
.prod_box_navbtn_right_hid {
	display: none;
}

.prod_box_listsubwrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.prod_box_listsubwrap>div {
	width: 85%;
	margin: 0 auto;
	padding: 2px 0;
	transition-property: all;
	transition-duration: 0.7s;
	transition-timing-function: ease;
}

.prod_box_listcont_left {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-100%);
}

.prod_box_listcont_right {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
}


#prod_box_prod_wrap .prod-item {
	width: calc(24%);
	height: 0;
	padding-bottom: calc(25% + 80px);
	display: inline-block;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	position: relative;
}

.prod-list .prod-item {
	width: calc(20% - 20px);
	height: 0;
	padding-bottom: calc(25% + 80px);
	display: inline-block;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	position: relative;
}



#prod_box_prod_wrap .prod-item:hover .prod-name {
	color: #1C7AB6;
}

#prod_box_prod_wrap .prod-item-pic {
	margin: 20px auto;
	margin-bottom: -10px;
	width: 90%;
	height: 0;
	padding-bottom: 100%;
	position: relative;

}

.prod-list .prod-item-pic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.prod-list {
	display: inline;
}


#prod_box_prod_wrap .prod-item img {
	display: block;

}

.prod-item .prod-name {
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	margin: auto;
	margin-top: 5px;
	font-weight: 700;
	color: #616161;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.prod-item .prod-price {
	font-size: 18px;
	line-height: 24px;
	margin: auto;
	margin-top: 10px;
	font-weight: 700;
	color: #1C7AB6;
	text-align: center;
	width: 100%;
	position: relative;
}

.prob_box_morecont {
	height: 40px;
	margin-top: 15px;
	text-align: center;
}

.prob_box_morecont button {
	background: #1C7AB6;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border: 2px solid #1C7AB6;
	padding: 12px 55px;
	font-weight: 700;
	border-radius: 12px;
	cursor: pointer;
}



.prob_box_morecont button:hover {
	background: #fff;
	color: #1C7AB6;
}





@media only screen and (min-width: 920px) {
	#fav-info-card1::before {
		content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
		text-align: center;
	}

	#fav-info-card2::before {
		content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
		text-align: center;
	}

	#fav-info-card3::before {
		content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
		text-align: center;
	}

	#fav-info-card4::before {
		content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
		text-align: center;
	}

	#fav-info-card5::before {
		content: "Só com sessão iniciada poderá adicionar artigos aos favoritos";
		text-align: center;
	}
}



.fav-info-btn-card1 {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1500;
}

.fav-info-btn-card:hover {
	background: #fff;
	color: #1C7AB6 !important;
}

.fav-info-btn-card2 {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1500;
}

.fav-info-btn-card3 {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1;
}

.fav-info-btn-card4 {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1;
}

.fav-info-btn-card5 {
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	z-index: 1;
}

#fav-info-card1 {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	left: 0;
	text-align: center;
	top: 30px;
	z-index: 1;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

#fav-info-card2 {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	left: 0;
	text-align: center;
	top: 30px;
	z-index: 1;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

#fav-info-card3 {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	left: 0;
	text-align: center;
	top: 30px;
	z-index: 1500;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

#fav-info-card4 {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	left: 0;
	text-align: center;
	top: 30px;
	z-index: 1;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

#fav-info-card5 {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	left: 0;
	text-align: center;
	top: 30px;
	z-index: 1;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}


@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



@media (max-width: 700px) {
	.title {
		vertical-align: middle;
		line-height: 24px;
		text-transform: uppercase;
		text-align: center;
		font-size: 14px;
		white-space: nowrap;
	}
}

.promo {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	text-decoration-line: line-through;
	margin-right: 5px;
	color: #1C7AB6;
}

.flex {
	display: flex;
	width: 70%;
	margin-left: 25px;
	white-space: nowrap;
}


.icon-cont-card {
	display: inline;
}

.icon-cont-card2 {
	display: inline;
}

.icon-cont-card3 {
	display: inline;
}

.icon-cont-card4 {
	display: inline;
}

.icon-cont-card5 {
	display: inline;
}


#favr-btn-card1 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1;
}

#favr-btn-card2 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1;
}

#favr-btn-card3 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1;
}

#favr-btn-card4 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1;
}


#favr-btn-card5 {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1;
}

.prod-item:hover img {
	transform: scale(1.15);
	transition: all .4s ease;
}


.pointer {
	cursor: pointer;
}

.fa-heart-o {
	margin-right: 5px;
	color: #1C7AB6;
}

.prod-item:hover .prod-name {
	color: #1C7AB6;
}



.fa-heart-o-active {
	-webkit-text-stroke: 4px #1C7AB6;
	text-shadow: 1px 1px 3px #1C7AB6;
}


.card-container {
	margin-top: 160px;
	margin-bottom: 60px;
}

.card-text {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;

}

.text-emp {
	margin: 0 auto;
	width: 32%;
	border-bottom: 2px solid #1C7AB6;
}

.text-color {
	color: #1C7AB6;
}

.promo-card {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	text-decoration-line: line-through;
	margin-right: 5px;
	color: #1C7AB6;

}

.all-prods button {
	width: max-content;
	border: 2px solid #1C7AB6;
	padding: 12px 55px;
	background: #1C7AB6;
	color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 12px;
}

.all-prods a button:hover {
	background: #fff;
	color: #1C7AB6;
}


.promo_icon:before {
	display: block;
	content: ' ';
	background-image: url('../svgs/Promo_icon.svg');
	background-size: 100% 100%;
	height: 35%;
	width: 35%;
	top: -5%;
	position: absolute;
	z-index: 999;
}

.prod-item:hover img,
.promo_icon:hover {
	transform: scale(1.05);
	transition: all .4s ease;
}