.ref {
	margin-bottom: 25px;

}

.desc-tab-align-text {
	text-align: justify;
	text-justify: inter-word;
	overflow: hidden;
	margin-bottom: 50px;
}


#prod-wrapper {
	width: 95%;
	max-width: 1345px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#prod-pic-container {
	width: 50%;
	float: left;
	position: relative;
}

#pic-column {
	position: relative;
}

#pic-column-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	width: 100%;

	/* max-height: 40.3125vw; */
	/* max-height: 91.063582%; */
	/* overflow: hidden; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#prev-pic,
#next-pic {
	width: 100%;
	height: 5%;
	color: #4d4d4f;
	font-size: 35px;
}

#prev-pic .fa,
#next-pic .fa {
	cursor: pointer;
}

#next-pic {
	text-align: right;
}

#pic-column li {
	cursor: pointer;
	margin: 2%;
	padding: 7%;
	position: relative;
}


.pic-wrap {
	background: #f2f2f2;
}

.pic-selected-wrap {
	background: #1C7AB6;
}

.pic,
.pic-selected {
	width: 94.529414%;
	height: 94.007559%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background: #fff;
}

.pic-hid {
	display: none;
}

#pic-column img {
	width: 100%;
	height: 100%;

}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#prod-pic-main {
	width: 80%;
	position: relative;
	margin: 25px auto;
}

#prod-pic-main:hover .caption {
	display: block;
}

#prod-pic-main img {
	width: 100%;
	max-height: 100%;
	cursor: pointer;
}

#prod-pic-main .caption {
	background: rgba(132, 140, 143, 0.58);
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
}

#prod-pic-main .caption div {
	color: #fff;
	font-size: 19px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	transform: translateY(-50%);
	position: relative;
	top: 130%;
	text-align: center;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

#prod-desc {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 170px;
	width: 45%;
	float: right;
}


#prod-desc p {
	color: #616161;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	vertical-align: top;
	margin-left: 15px;
}

#prod-desc p a {
	text-decoration: none;
	color: inherit;
}

#prod-desc h3 {
	color: #000000;
	width: 98%;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#prod-desc h4 {
	color: #262032;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

#prod-desc h5 {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sku {
	color: #77787b;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#prod-desc p a:hover {
	color: #1C7AB6;
}

#variants_wrap {
	margin-bottom: 10px;
}

.acessory_id,
.size_id {
	display: none;
}


.variant_cont {
	display: none;
}

.acessory_cont,
.size_cont {
	display: inline-block;
}

.acessory_btn,
.size_btn {
	min-width: 60px;
	padding: 0 15px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	margin-right: 20px;
	font-weight: 700;
	cursor: pointer;
	border: 2px solid #1C7AB6;
	border-radius: 2px;
	margin-bottom: 6px;
	color: #1C7AB6;
	border-radius: 15px;
}

.acessory_btn:hover,
.size_btn:hover {
	background: #1C7AB6;
	color: #fff;
	border: 2px solid #1C7AB6;
}

.novidade {
	position: absolute;
	right: 0;
	min-width: 60px;
	padding: 0 15px;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
	border: 2px solid #1C7AB6;
	border-radius: 15px;
	background: #1C7AB6;
	color: #fff;
	margin-bottom: 6px;
	z-index: 2;
}

.acessory_btn_sel,
.size_btn_sel {
	min-width: 60px;
	padding: 0 15px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	margin-right: 15px;
	font-weight: 700;
	cursor: pointer;
	border: 2px solid #1C7AB6;
	border-radius: 15px;
	background: #1C7AB6;
	color: #fff;
	margin-bottom: 6px;

}

.size_wrap,
.size_wrap_hid {
	display: none;
}

.size_wrap_sel {
	display: block;
}



.prod-btn:hover {
	background: #fff;
	color: #1C7AB6;
}

.prod-btn-vid:hover {
	background: #fff;
	color: #1C7AB6;
}

.prod-btn div {
	display: inline-block;
	vertical-align: middle;
}

.prod-btn-vid div {
	width: max-content;
	border: 2px solid #1C7AB6;
	padding: 2px 15px;
	background: #1C7AB6;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
}

.icon_cont {
	vertical-align: baseline;
	cursor: pointer;
	padding-right: 70px;

}

.icon-cont {
	display: inline-flex;
	padding-right: 70px;
}


.icon_cont p {
	display: inline-block;
	margin-left: 10px;
}


#duvidas_icon {
	width: 2.8em;
}

#cart_icon {
	width: 25px;
	margin-right: 5px;
}


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



.prod-btn:hover #purchase_cart #cart_icon path {
	fill: #1C7AB6;
	margin-right: 5px;
	transform: rotate(350deg);
	/* transform: translateX(-10%); */
}

label:hover path {
	fill: #1C7AB6;
}

.pointer {
	cursor: pointer;
}

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

.fa-share-alt .fa-heart-o {
	margin-right: 5px;
}

.fa-heart {
	color: #FFF;
	-webkit-text-stroke: 1px #1C7AB6;
}

.fa-heart:hover {
	text-shadow: 0 0 6px #1C7AB6;
}

.fa-heart-active {
	color: #1C7AB6;
	text-shadow: 0 0 6px #1C7AB6;
}

.fa-heart-o {
	color: #1C7AB6;
}

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





#purchase-btn {
	height: 50px;
	width: 35%;
	border: 2px solid #1C7AB6;
	margin-top: 10px;
	padding: 12px 0;
	line-height: 25px;
	border-radius: 12px;
	background: #1C7AB6;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	min-width: 135px;
}

#purchase-btn:hover {
	color: #1C7AB6;
	background: #fff;
	outline: none;
}

#purchase-btn div {
	display: inline-block;
	vertical-align: middle;
	height: 30px
}

#purchase_cart {
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

svg #prod-container {
	float: left;
	position: relative;
	overflow: hidden;
	width: 52%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1345px;
}

#prod-column-left {
	width: 50%;
	min-height: 500px;
}

#prod-tabs-wrapper {
	height: 50px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

#prod-tabs-wrapper div {
	text-transform: uppercase;
	display: inline-block;
	margin-left: 0.234375%;
	margin-right: 0.234375%;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 100%;
	line-height: 50px;
	padding-left: 3.515625%;
	padding-right: 3.515625%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.prod-tab {
	color: #252525;
	white-space: nowrap;

}

.prod-tab:hover {
	color: #fff;
	background: #1C7AB6;
}

.prod-tab-sel {
	color: #fff;
	background: #1C7AB6;
	white-space: nowrap;
}

#prod-tabs-cont-wrapper {
	width: 100%;
	margin-top: 10px;
}

.desc-pic-wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#desc-tab img {
	width: 100%;
}

#spec-tab {
	width: 100%;
}

#spec-tab table {
	width: 100%;
}

#spec-tab tr {
	line-height: 50px;
}

#spec-tab td {
	height: 100%;

}

.spec-label {
	color: #a7b0b4;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 26.7857px;
	padding-left: 1.171875%;
	padding-right: 1.171875%;
	line-height: 50px;
	width: 35%;
	text-transform: uppercase;
}

.spec-info {
	color: #616161;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	left: -2px;
	padding-left: 1.171875%;
	padding-right: 1.171875%;
	padding-top: 14px;
	padding-bottom: 14px;
}

.row-odd {
	background: #f5f5f5;
}

.row-odd td {
	border: 1px solid #f5f5f5;
}

.row-even {
	background: #fff;
}

.row-even td {
	border: 1px solid #fff;
}

#scope-tab {
	width: 100%;
	color: #616161;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26.7857px;
	white-space: pre-wrap;
}

#related-wrapper {
	white-space: nowrap;
	width: 32%;
	float: right;
}

#related-wrapper h2 {
	text-transform: uppercase;
	color: #1C7AB6;
	border-bottom: 1px solid #000;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
	margin-top: 0px;
	text-align: center;
}

.prod-thumb {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.prod-thumb img {
	width: 100%;
}

.prod-thumb .prod-caption {
	background: rgba(171, 26, 85, 0.717706);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}


.prod-thumb .prod-caption div {
	transform: translateY(-50%);
	position: relative;
	top: 130%;
	line-height: 25px;
	font-size: 19px;
	color: #fff;
}

.prod-thumb:hover .prod-caption {
	display: block;
}


.prod-thumb:hover .prod-caption>div {
	top: 50%;
}

.prod-caption .cap_title {
	width: 90%;
	margin: auto;
}

.prod-caption .cap_price {
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	font-weight: 700;
	color: #1C7AB6;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}



#contact-large-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(48, 48, 48, 0.7);
	z-index: 1002;
}


#contact-form-container {
	margin-left: auto;
	margin-right: auto;
	width: 66.25vw;
	height: 535px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	margin-top: 30px;
	position: relative;
}

.recaptchaForm {
	margin: 0 auto;
	width: 66%;
}

.contact-form-field-text-left,
.contact-form-field-text-right {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
}

.contact-form-field-text-right {
	float: right;
}

.contact-form-field-text-left label,
.contact-form-field-text-right label {
	color: #77787b;
	font-weight: 700;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 40px;
}

.contact-form-field-text-left input[type=text],
.contact-form-field-text-right input[type=text] {
	background: #f2f2f2;
	color: #616161;
	border: none;
	font-size: 14px;
	font-weight: 400;
	width: 28.515625vw;
	padding: 11.5px 1.953125vw 11.5px 1.953125vw;
	margin-top: 5px;
}

.contact-form-field-textarea {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
}

.contact-form-field-textarea label {
	color: #77787b;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 40px;
}

.contact-form-field-textarea textarea {
	font-family: "Montserrat", sans-serif;
	width: 62.321875vw;
	height: 80px;
	background: #f2f2f2;
	color: #616161;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 11.5px 1.953125vw 11.5px 1.953125vw;
	margin-top: 5px;
	resize: none;
}

.contact-form-submit {
	color: #fff;
	background: #1C7AB6;
	text-align: center;
	border: none;
	width: 32.421875vw;
	height: 39px;
	cursor: pointer;
	float: right;
	margin-top: 75px;
}

.close-btn {
	color: #f2f2f2;
	font-size: 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 4px;
}

.close-btn:hover {
	color: #77787b;
}

#photo-large-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(48, 48, 48, 0.7);
	z-index: 1002;
}

#photo-large-cont {
	width: calc(100vh + 160px);
	max-width: 100vw;
	height: 100vh;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

#photo-large-pic-cont {
	height: 80%;
	width: 70%;
	margin: 0 auto;
	max-width: calc(100% - 150px);
}

#photo-large {
	width: 100%;
}



#prev-pic-big,
#next-pic-big {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #666;
	border-radius: 50%;
	opacity: 0.5;
}

#prev-pic-big {
	left: 5%;
}

#next-pic-big {
	right: 5%;
}

#prev-pic-big .fa,
#next-pic-big .fa {
	color: #fff;
	font-size: 26px;
}

#prev-pic-big:hover,
#next-pic-big:hover {
	opacity: 1;
}

#close-pic {
	position: absolute;
	right: 1.46875vw;
	top: 1.267427vh;
	background: transparent;
	border: none;
	color: #ccc;
	font-size: 40px;
	font-family: "Arial";
	font-weight: 400;
	cursor: pointer;
	opacity: 0.8;
}

#close-pic:hover {
	opacity: 1;
}

#photo-large-col {
	width: 80%;
	margin: 0 auto;
}

#pic-column-list1 {
	width: 100%;
	height: 100%;
	padding-left: 0px;
	margin-top: 7vh;
	overflow: auto;
	display: inline-flex;
	justify-content: center;
}

#photo-large-col li {
	width: 82px;
	height: 82px;
	border: 0.15625vw solid #f2f2f2;
	background: #f2f2f2;
	padding: 0.15625vw;
	list-style-type: none;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#photo-large-col li:hover {
	border: 0.15625vw solid #1C7AB6;
}

/* .pic1-selected {
	border: 0.15625vw solid #1C7AB6 !important;
} */

#photo-large-col img {
	width: 100%;
	height: 100%;
}




#price {
	font-family: "Montserrat", sans-serif;
}

#price-cont {
	font-size: 31px;
	font-weight: 700;
	margin: 25px 0px;
	color: #1C7AB6;
	display: inline-block;
}

#iva-cont {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #616161;
}

.promo {
	font-size: 14px;
	text-decoration-line: line-through;
	color: #1C7AB6;
}

#quantity {
	font-family: "Montserrat", sans-serif;
}

#quantity span {
	color: #77787b;
	font-weight: 700;
	font-size: 14px;
}

#quantity input[type=text] {
	background: #f2f2f2;
	color: #616161;
	border: none;
	font-size: 14px;
	font-weight: 400;
	width: 30px;
	/* padding: 6px 15px 6px 15px;*/
	text-align: right;
}

#cart_quant_less,
#cart_quant_more {
	border: none;
	padding: 0;
	text-align: center;
	height: 28px;
	line-height: 28px;
	width: 28px;
	cursor: pointer;
	font-size: 12px;
	color: #444;
}


#product_avail {
	margin-top: 10px;
	height: 20px;
}

.avail_label {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-right: 5px;
}

.avail_color {
	color: #fff;
	height: 15px;
	width: 18px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	text-align: center
}



.avail_text {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 100;

}



.variant_availability {
	margin-top: 25px;
}


#share_btn_cont {
	margin-top: 25px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}



#share_wrap {
	position: relative;
	right: 0px;
	border-radius: 10px;
	background: #fff;
}

#share_title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	color: #000;
	display: block;
	text-align: left;
	border-bottom: 2px solid #ccc;
}

#share_social_cont {
	padding: 5px;
}

#share_close_btn {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #ccc;
	opacity: 0.8;
	font-size: 18px;
	cursor: pointer;
}

#share_close_btn:hover {
	opacity: 1;
}

.share-btn {
	height: 30px;
	width: 30px;
	top: 30px;
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
}



.share-btn:hover {
	box-shadow: 3px 3px 1px #999;
}

.share-btn img {
	width: 100%;
	height: 100%;
}



#variant_dim1_title,
#variant_dim2_title {
	font-weight: 700 !important;
	margin-bottom: 5px !important;
}








#combinations_wrap {
	width: 100%;
}

#comb_title {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.comb_item {
	min-width: 175px;
	width: 175px;
	/*height: 300px;*/
	/*background: #ddd;*/
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.comb_item:hover {
	box-shadow: 3px 4px 4px 3px #ddd;
}

.comb_item .img_wrap {
	width: 100%;
	margin: auto;
}

.comb_item .img_wrap img {
	width: 100%;
	height: 100%;
}

.comb_item .comb_cont {
	width: 100%;
	margin: auto;
}

.comb_item .comb_nome {
	height: 48px;
	line-height: 16px;
	margin-top: 5px;
	font-size: 13.5px;
	font-weight: 700;
	color: #616161;
	overflow: hidden;
}

.comb_price {
	text-align: center;
	margin-top: 10px;
}

.comb_price_old {
	/*display: inline-block;*/
	font-size: 13px;
	color: #616161;
	/*text-decoration: line-through;*/
	margin-right: 10px;
}

.comb_price_curr {
	/*display: inline-block;*/
	font-size: 14px;
	font-weight: 700;
	color: #f93e3e;
}

.comb_purch_btn {
	cursor: pointer;
	width: calc(100% - 4px);
	min-width: max-content;
	background: #1C7AB6;
	color: #fff;
	line-height: 31px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	border: 2px solid #1C7AB6;
	border-radius: 2px;
	cursor: pointer;
}

.comb_purch_btn:hover {
	color: #1C7AB6;
	background: transparent;
}

.contact-error {
	animation: fadeIn linear 1s;
	-webkit-animation: fadeIn linear 1s;
	-moz-animation: fadeIn linear 1s;
	-o-animation: fadeIn linear 1s;
	-ms-animation: fadeIn linear 1s;
}

.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;
}

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



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


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

}

.prod-item img {
	display: block;
	height: 80%;
	width: 80%;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
}


.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-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;
}

.prod-list {
	display: inline;
}

.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;
}

#fav-info {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	padding: 0.3625rem;
	width: 27%;
	text-align: center;
	top: 50px;
	width: 250px;
	-webkit-animation: fadein 2s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s;
	/* Firefox < 16 */
	-ms-animation: fadein 2s;
	/* Internet Explorer */
	-o-animation: fadein 2s;
	/* Opera < 12.1 */
	animation: fadein 2s;
}

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

	}

	#fav-info-card::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;
	}


}


@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



.fav-info-btn-card {
	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-card2:hover {
	background: #fff;
	color: #1C7AB6 !important;
}

.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-card3:hover {
	background: #fff;
	color: #1C7AB6 !important;
}

.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-card {
	position: absolute;
	border-radius: 10px;
	border: 2px solid #1C7AB6;
	background-color: #fff;
	padding: 0.3625rem;
	text-align: center;
	top: 50px;
	right: 0;
	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;
	right: 0;
	text-align: center;
	top: 50px;
	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;
	right: 0;
	text-align: center;
	top: 50px;
	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;
	right: 0;
	text-align: center;
	top: 50px;
	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;
	right: 0;
	text-align: center;
	top: 50px;
	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;
	}
}



.fav-info-btn {
	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;
}



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

.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-card {
	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;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



#video-large-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(48, 48, 48, 0.7);
	z-index: 1003;
}


#video-large-subwrapper {
	width: 80.46875vw;
	max-width: 199.515574vh;
	height: 40.33203125vw;
	max-height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

#video-large-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 75%;
	border: 0;
}


#video-large-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#close-vid {
	position: absolute;
	right: 10px;
	top: 0px;
	background: transparent;
	border: none;
	color: #ccc;
	font-size: 40px;
	font-family: "Arial";
	font-weight: 400;
	cursor: pointer;
	opacity: 0.8;
}

#close-vid:hover {
	opacity: 1;
}

.Absolute-Center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


figure.zoom {
	background-position: 1000% 0;
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
	background-repeat: no-repeat;
	max-width: fit-content;
	margin: 0 auto;
}

figure.zoom img:hover {
	opacity: 0;
}

figure.zoom img {
	transition: opacity .5s;
	display: block;
	width: 80%;
}