.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .1;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'OpenSans', tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	background: #252525;
	color: #ffffff;
	box-shadow: 0 0 5px 5px #252525 inset
}

.sidr .sidr-inner {
	padding: 0 0 15px
}

.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr.right {
	left: auto;
	right: -260px
}

.sidr.left {
	left: -260px;
	right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	@include background-image(linear-gradient(lighten(@sidr-background,
	10%),
	darken(@sidr-background,
	10%)));
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #ffffff;
	line-height: 24px;
	box-shadow: 0 5px 5px 3px rgba(37, 37, 37, 0.2)
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}

.sidr p a {
	color: rgba(255, 255, 255, 0.9)
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #0c0c0c;
	border-bottom: 1px solid #3f3f3f
}

.sidr ul li {
	display: block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #0c0c0c
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: 0;
	line-height: 49px
}

.sidr ul li:hover>a,
.sidr ul li.active>a,
.sidr ul li.sidr-class-active>a,
.sidr ul li:hover>span,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>span {
	box-shadow: 0 0 15px 3px #252525 inset
}

.sidr ul li a,
.sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #ffffff
}

.sidr ul li ul {
	border-bottom: 0;
	margin: 0
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px
}

.sidr ul li ul li:last-child {
	border-bottom: 0
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: 0;
	line-height: 41px
}

.sidr ul li ul li:hover>a,
.sidr ul li ul li.active>a,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>span {
	box-shadow: 0 0 15px 3px #252525 inset
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 30px
}

.sidr form {
	margin: 0 15px
}

.sidr label {
	font-size: 13px
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	@include box-sizing(border-box);
	margin: 0 0 10px;
	border-radius: 2px;
	border: 0;
	background: rgba(37, 37, 37, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #252525;
	background: #ffffff
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9)
}

html,
body {
	border: 0;
	margin: 0;
	padding: 0
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
	border: 0;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
	display: block
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table caption,
table th,
table td {
	text-align: left;
	vertical-align: middle
}

a img {
	border: 0
}

:focus {
	outline: 0
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?9gjry9');
	src: url('../fonts/icomoon.eot?9gjry9#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?9gjry9') format('truetype'), url('../fonts/icomoon.woff?9gjry9') format('woff'), url('../fonts/icomoon.svg?9gjry9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-empresa-lider:before {
	content: "\e900"
}

.icon-produto-qualidade:before {
	content: "\e901"
}

.icon-buscar:before {
	content: "\e902"
}

.icon-carrinho:before {
	content: "\e903"
}

.icon-cartao:before {
	content: "\e904"
}

.icon-compra-segura:before {
	content: "\e905"
}

.icon-email:before {
	content: "\e906"
}

.icon-frete:before {
	content: "\e907"
}

.icon-minha-conta:before {
	content: "\e908"
}

.icon-next:before {
	content: "\e909"
}

.icon-telefone:before {
	content: "\e90a"
}

.icon-troca-gratis:before {
	content: "\e90b"
}

a,
a:link {
	text-decoration: none
}

a:hover {
	color: #363891
}

body {
	font-family: 'OpenSans';
	font-size: 15px;
	color: #000000;
	font-style: normal;
	overflow-x: hidden
}

.glyphicon-remove {
	color: red;
	top: 5px
}

.glyphicon-ok {
	color: green;
	top: 5px
}

.clear {
	clear: both
}

@media (min-width:1125px) {
	.container {
		width: 1125px
	}
}

.title-home {
	color: #464646;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 18px;
	text-transform: uppercase
}

@media (min-width:768px) {
	.title-home {
		font-size: 27px;
		line-height: 27px
	}
}

.esgotado {
	background: #f5f5f5;
	border: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	color: #666;
	float: none;
	margin-bottom: 17px;
	display: block;
	font-weight: 700
}

.box-products .list .image {
	margin-bottom: 12px
}

.box-products .list .image a {
	display: block
}

@media (max-width:767px) {
	.box-products .list .image a img {
		margin: auto
	}
}

.box-products .list .title {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.box-products .list .title {
		min-height: 60px
	}
}

.box-products .list .title a {
	color: #3b3b3b;
	display: block;
	line-height: 20px;
	font-size: 16px
}

@media (min-width:768px) {
	.box-products .list .title a {
		font-size: 15px
	}
}

.box-products .list .de {
	color: #9b9b9b;
	font-size: 13px;
	line-height: 13px
}

.box-products .list .por {
	color: #202020;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px
}

.box-products .list .por small {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	top: -5px
}

.box-products .list .por span {
	font-size: 25px;
	line-height: 25px;
	position: relative;
	top: -7px
}

.box-products .list .por .apartir {
	font-size: 13px;
	font-weight: normal;
	color: #8a8a8a;
	line-height: 12px
}

.box-products .products-button-prev {
	width: 42px;
	height: 104px;
	background: #ffffff url(../img/arrow-p-left.png) no-repeat center;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 20;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	padding: 5px;
	box-shadow: 4px 0 5px rgba(0, 0, 0, 0.27);
	opacity: .3
}

.box-products .products-button-prev:hover {
	opacity: .8
}

.box-products .products-button-next {
	width: 42px;
	height: 104px;
	background: #ffffff url(../img/arrow-p-right.png) no-repeat center;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 20;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	padding: 5px;
	box-shadow: -4px 0 5px rgba(0, 0, 0, 0.27);
	opacity: .3
}

.box-products .products-button-next:hover {
	opacity: .8
}

.title-left {
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 14px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	cursor: pointer
}

.title-page {
	color: #3e3e3e;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 14px
}

.list-group-item {
	border: none
}

.breadcrumb {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 13px;
	color: #9b9b9b
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	display: none
}

.breadcrumb>li a {
	color: #9b9b9b
}

.breadcrumb>.active {
	color: #9b9b9b
}

.no-padding {
	padding-left: 0;
	padding-right: 0
}

.no-padding-left {
	padding-left: 0
}

.no-padding-right {
	padding-right: 0
}

.mb-none {
	margin-bottom: 0
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb40 {
	margin-bottom: 40px
}

.mb50 {
	margin-bottom: 50px
}

.mb60 {
	margin-bottom: 60px
}

.mb70 {
	margin-bottom: 70px
}

.mb80 {
	margin-bottom: 80px
}

@media (min-width:768px) {
	.no-padding-sm {
		padding-left: 0;
		padding-right: 0
	}
	.no-padding-left-sm {
		padding-left: 0
	}
	.no-padding-right-sm {
		padding-right: 0
	}
	.mb-none-sm {
		margin-bottom: 0
	}
	.mb10-sm {
		margin-bottom: 10px
	}
	.mb20-sm {
		margin-bottom: 20px
	}
	.mb30-sm {
		margin-bottom: 30px
	}
	.mb40-sm {
		margin-bottom: 40px
	}
	.mb50-sm {
		margin-bottom: 50px
	}
	.mb60-sm {
		margin-bottom: 60px
	}
	.mb70-sm {
		margin-bottom: 70px
	}
	.mb80-sm {
		margin-bottom: 80px
	}
}

@media (min-width:992px) {
	.no-padding-md {
		padding-left: 0;
		padding-right: 0
	}
	.no-padding-left-md {
		padding-left: 0
	}
	.no-padding-right-md {
		padding-right: 0
	}
	.mb-none-md {
		margin-bottom: 0
	}
	.mb10-md {
		margin-bottom: 10px
	}
	.mb20-md {
		margin-bottom: 20px
	}
	.mb30-md {
		margin-bottom: 30px
	}
	.mb40-md {
		margin-bottom: 40px
	}
	.mb50-md {
		margin-bottom: 50px
	}
	.mb60-md {
		margin-bottom: 60px
	}
	.mb70-md {
		margin-bottom: 70px
	}
	.mb80-md {
		margin-bottom: 80px
	}
}

@media (min-width:1200px) {
	.no-padding-lg {
		padding-left: 0;
		padding-right: 0
	}
	.no-padding-left-lg {
		padding-left: 0
	}
	.no-padding-right-lg {
		padding-right: 0
	}
	.mb-none-lg {
		margin-bottom: 0
	}
	.mb10-lg {
		margin-bottom: 10px
	}
	.mb20-lg {
		margin-bottom: 20px
	}
	.mb30-lg {
		margin-bottom: 30px
	}
	.mb40-lg {
		margin-bottom: 40px
	}
	.mb50-lg {
		margin-bottom: 50px
	}
	.mb60-lg {
		margin-bottom: 60px
	}
	.mb70-lg {
		margin-bottom: 70px
	}
	.mb80-lg {
		margin-bottom: 80px
	}
}

.pagination {
	display: inline-block;
	text-align: right;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0
}

.pagination ul {
	list-style: none
}

.pagination ul li {
	display: inline-block
}

.pagination ul li a {
	font-size: 13px;
	line-height: 13px;
	color: #9d9d9d;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #d9d9d9;
	display: block;
	padding: 8px 11px;
	margin: 0 3px;
	box-shadow: 0 2px 0 #d9d9d9
}

.pagination ul li a:hover {
	box-shadow: 0 2px 0 #000000;
	border: 1px solid #000000
}

.pagination ul li.active a {
	box-shadow: 0 2px 0 #000000;
	border: 1px solid #000000
}

header {
	background-color: #ffffff;
	min-height: 120px;
	color: #252525
}

header a {
	color: #252525
}

header #logo {
	float: left;
	width: 100%;
	padding: 20px 15px 15px
}

header #logo img {
	margin: auto
}

@media (min-width:768px) {
	header #logo {
		width: 24%;
		padding: 20px 0 15px
	}
}

header .whatsapp {
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width:767px) {
	header .whatsapp {
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media (min-width:768px) {
	header .whatsapp {
		padding-right: 30px;
		padding-left: 30px;
		min-height: 120px;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center
	}
}

@media (min-width:992px) {
	header .whatsapp {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1125px) {
	header .whatsapp {
		padding-right: 30px
	}
}

header .whatsapp i {
	font-size: 32px;
	line-height: 32px;
	float: left;
	padding-right: 5px
}

header .whatsapp .fa-whatsapp {
	color: #00913d
}

header .whatsapp .number {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	float: left
}

header .whatsapp .number .name {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin-bottom: 2px
}

header .whatsapp .number a {
	color: #00913d;
	font-weight: 600
}

header .search {
	float: left;
	width: 100%
}

@media (max-width:767px) {
	header .search {
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:768px) {
	header .search {
		width: 47%;
		min-height: 120px;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center
	}
}

@media (min-width:992px) {
	header .search {
		width: 32.44444444%
	}
}

header .search form {
	width: 100%;
	position: relative
}

header .search form ::-webkit-input-placeholder {
	color: #696969
}

header .search form ::-moz-placeholder {
	color: #696969
}

header .search form :-ms-input-placeholder {
	color: #696969
}

header .search form :-moz-placeholder {
	color: #696969
}

header .search form input[type="text"] {
	background-color: #ffffff;
	border: 1px solid rgba(37, 37, 37, 0.3);
	color: #252525;
	padding: 10px 40px 10px 10px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 13px;
	width: 100%
}

header .search form button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10
}

header .search form button i {
	font-size: 20px
}

header .login-cart {
	float: left !important;
	padding-top: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	header .login-cart {
		width: 100%;
		padding-left: 0
	}
}

@media (min-width:992px) {
	header .login-cart {
		float: right !important;
		width: auto;
		min-height: 120px;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		padding-top: 0
	}
}

header .login-cart .cart {
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px
}

header .login-cart .cart i {
	font-size: 28px;
	line-height: 28px;
	float: left;
	margin-right: 10px
}

@media (min-width:768px) {
	header .login-cart .cart {
		padding-left: 10px
	}
}

@media (min-width:992px) {
	header .login-cart .cart {
		padding-left: 10px
	}
}

@media (min-width:1125px) {
	header .login-cart .cart {
		padding-left: 20px
	}
}

header .login-cart .login {
	float: left;
	padding-right: 10px;
	font-size: 14px;
	line-height: 28px
}

header .login-cart .login i {
	font-size: 28px;
	line-height: 28px;
	float: left;
	margin-right: 10px
}

@media (min-width:768px) {
	header .login-cart .login {
		padding-right: 10px
	}
}

@media (min-width:992px) {
	header .login-cart .login {
		padding-right: 10px
	}
}

@media (min-width:1125px) {
	header .login-cart .login {
		padding-right: 20px
	}
}

header .header-bottom {
	background-color: #363891;
	width: 100%;
	min-height: 50px
}

header .header-bottom #menu {
	margin: 0 -20px
}

header .header-bottom #menu a {
	color: #ffffff;
	text-decoration: none
}

header .header-bottom #menu a:hover {
	color: #ffff00
}

header .header-bottom #menu>ul {
	float: left;
	list-style: none;
	border-right: 1px solid rgba(0, 0, 0, 0.7);
	padding: 11px 20px
}

@media (min-width:768px) {
	header .header-bottom #menu>ul {
		padding: 11px 23px
	}
}

@media (min-width:992px) {
	header .header-bottom #menu>ul {
		padding: 11px 10px
	}
}

@media (min-width:1125px) {
	header .header-bottom #menu>ul {
		padding: 11px 20px
	}
}

header .header-bottom #menu>ul.all-cat>li {
	position: relative
}

header .header-bottom #menu>ul.all-cat>li>a {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
	font-size: 14px
}

header .header-bottom #menu>ul.all-cat>li>a>i {
	font-size: 28px;
	float: left;
	margin-right: 10px
}

header .header-bottom #menu>ul.all-cat>li>ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	background-color: #363891;
	z-index: 20;
	width: 700px;
	padding: 15px;
	list-style: none
}

header .header-bottom #menu>ul.all-cat>li>ul>li {
	float: left;
	width: 33.3%
}

header .header-bottom #menu>ul.all-cat>li>ul>li>a {
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding: 10px;
	display: block
}

header .header-bottom #menu>ul.all-cat>li:hover ul {
	display: block
}

@media (min-width:768px) and (max-width:991px) {
	header .header-bottom #menu>ul.promo-cat {
		border-right: none
	}
}

header .header-bottom #menu>ul.promo-cat>li>a {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffff00;
	font-size: 15px;
	line-height: 28px
}

header .header-bottom #menu>ul.featured-cat {
	border-right: none;
	padding: 0
}

header .header-bottom #menu>ul.featured-cat>li {
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.7);
	padding: 11px 20px
}

@media (min-width:768px) {
	header .header-bottom #menu>ul.featured-cat>li {
		padding: 11px 24px
	}
}

@media (min-width:992px) {
	header .header-bottom #menu>ul.featured-cat>li {
		padding: 11px 10px
	}
}

@media (min-width:1125px) {
	header .header-bottom #menu>ul.featured-cat>li {
		padding: 11px 20px
	}
}

header .header-bottom #menu>ul.featured-cat>li:last-child {
	border-right: none;
	padding-right: 0
}

header .header-bottom #menu>ul.featured-cat>li>a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 14px;
	line-height: 28px
}

@media (min-width:992px) {
	header .header-bottom #menu>ul.featured-cat>li>a {
		font-size: 13px
	}
}

@media (min-width:1125px) {
	header .header-bottom #menu>ul.featured-cat>li>a {
		font-size: 14px
	}
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	display: none
}

.loading i {
	top: 50%;
	position: relative;
	left: 50%;
	font-size: 100px;
	transform: translate(-50%, -50%);
	color: #fff
}

#block-banner {
	position: relative;
	overflow: hidden
}

#block-banner .swiper-button-next {
	width: 39px;
	height: 39px;
	background: url('../img/arrow-right.png') no-repeat center
}

#block-banner .swiper-button-prev {
	width: 39px;
	height: 39px;
	background: url('../img/arrow-left.png') no-repeat center
}

.footer-info,
#block-info-loja {
	background-color: #f0f0f0;
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 20px
}

@media (min-width:992px) {
	.footer-info,
	#block-info-loja {
		margin-bottom: 30px
	}
}

@media (min-width:1125px) {
	.footer-info,
	#block-info-loja {
		margin-bottom: 50px
	}
}

.footer-info .list,
#block-info-loja .list {
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	.footer-info .list,
	#block-info-loja .list {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.footer-info .list,
	#block-info-loja .list {
		margin: 0 -15px;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-align-content: space-between;
		align-content: space-between
	}
}

@media (min-width:1125px) {
	.footer-info .list,
	#block-info-loja .list {
		margin: 0 -30px
	}
}

.footer-info .list .item,
#block-info-loja .list .item {
	float: left;
	font-size: 13px;
	line-height: 38px;
	color: #474747;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #c0c0c0
}

@media (min-width:768px) {
	.footer-info .list .item,
	#block-info-loja .list .item {
		float: left;
		width: 50%;
		border-right: 1px solid #c0c0c0;
		padding: 0 30px;
		border-bottom: none;
		font-size: 14px
	}
	.footer-info .list .item:nth-child(2),
	#block-info-loja .list .item:nth-child(2) {
		border-right: none
	}
}

@media (min-width:992px) {
	.footer-info .list .item,
	#block-info-loja .list .item {
		padding: 0 15px;
		font-size: 13px;
		float: none;
		width: auto;
		border-right: 1px solid #c0c0c0 !important
	}
}

@media (min-width:1125px) {
	.footer-info .list .item,
	#block-info-loja .list .item {
		padding: 0 30px;
		font-size: 14px
	}
}

.footer-info .list .item i,
#block-info-loja .list .item i {
	font-size: 38px;
	display: block;
	float: left;
	margin-right: 8px;
	color: #474747;
	line-height: 38px
}

.footer-info .list .item:last-child,
#block-info-loja .list .item:last-child {
	border-right: none !important;
	border-bottom: none !important
}

.footer-info .list .item:last-child i,
#block-info-loja .list .item:last-child i {
	font-size: 27px
}

@media (max-width:767px) {
	#block-products {
		padding: 0 15px
	}
	#block-products img {
		margin: auto
	}
}

#block-products .box-products {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5
}

@media (min-width:768px) {
	#block-products .box-products {
		margin-bottom: 46px;
		padding-bottom: 46px;
		border-bottom: 1px solid #e5e5e5
	}
}

@media (max-width:767px) {
	#block-products-2 {
		padding: 0 15px
	}
	#block-products-2 img {
		margin: auto
	}
}

#block-products-2 .box-products {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}

@media (min-width:768px) {
	#block-products-2 .box-products {
		margin-bottom: 46px
	}
}

#block-banners {
	margin-bottom: 40px
}

@media (max-width:767px) {
	#block-banners {
		padding: 0 15px;
		margin-bottom: 20px
	}
	#block-banners img {
		margin: auto auto 15px auto
	}
}

@media (min-width:768px) and (max-width:991px) {
	#block-banners .row>.row {
		margin: 0
	}
}

@media (max-width:767px) {
	#block-products-3 {
		padding: 0 15px
	}
	#block-products-3 img {
		margin: auto
	}
}

#block-products-3 .box-products {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5
}

@media (min-width:768px) {
	#block-products-3 .box-products {
		margin-bottom: 46px;
		padding-bottom: 46px
	}
}

@media (max-width:767px) {
	#block-products-4 {
		padding: 0 15px
	}
}

#block-products-4 .box-products {
	position: relative;
	overflow: hidden;
	margin-bottom: 46px
}

#block-newsletter {
	margin-bottom: 20px
}

@media (min-width:768px) {
	#block-newsletter {
		margin-bottom: 50px
	}
}

#block-newsletter .newsletter {
	background: #363891;
	width: 100%;
	padding: 15px;
	display: inline-block
}

@media (min-width:768px) {
	#block-newsletter .newsletter {
		background: url(../img/bag-newsletter.jpg) no-repeat top center;
		padding: 0 10px;
		min-height: 219px;
		display: block
	}
}

#block-newsletter .newsletter .title {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#block-newsletter .newsletter .title {
		width: 50%
	}
}

#block-newsletter .newsletter .title>h2 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 25px;
	text-align: center
}

@media (min-width:768px) {
	#block-newsletter .newsletter .title>h2 {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		min-height: 219px;
		justify-content: center;
		font-size: 30px;
		line-height: 30px
	}
}

@media (min-width:992px) {
	#block-newsletter .newsletter .title>h2 {
		font-size: 40px;
		line-height: 40px
	}
}

#block-newsletter .newsletter .register-newsletter {
	float: left;
	width: 100%;
	padding-top: 15px
}

@media (min-width:768px) {
	#block-newsletter .newsletter .register-newsletter {
		width: 50%;
		padding-top: 40px
	}
}

#block-newsletter .newsletter .register-newsletter p {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center
}

@media (min-width:768px) {
	#block-newsletter .newsletter .register-newsletter p {
		font-size: 17px;
		line-height: 22px;
		max-width: 370px;
		text-align: left
	}
}

@media (min-width:992px) {
	#block-newsletter .newsletter .register-newsletter p {
		font-size: 20px;
		line-height: 25px
	}
}

#block-newsletter .newsletter .register-newsletter form {
	max-width: 370px;
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative
}

#block-newsletter .newsletter .register-newsletter form input[type="email"] {
	width: 100%;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 9px
}

#block-newsletter .newsletter .register-newsletter form input.error {
	border: 1px solid red
}

#block-newsletter .newsletter .register-newsletter form button {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 10;
	background: none;
	border: none;
	color: #252525;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	padding: 9px
}

#block-newsletter .newsletter .register-newsletter form .glyphicon {
	display: none !important
}

#block-mais-pesquisados {
	background-color: #f2f2f2;
	padding: 15px;
	width: 100%
}

@media (min-width:768px) {
	#block-mais-pesquisados {
		padding: 25px 0
	}
}

#block-mais-pesquisados .mais-pesquisados .palavras a {
	color: #a8a8a8;
	font-size: 13px;
	padding-right: 5px;
	padding-bottom: 8px;
	display: inline-block
}

#block-mais-pesquisados .mais-pesquisados .palavras a:nth-child(2n+2) {
	font-size: 16px
}

#block-mais-pesquisados .mais-pesquisados .palavras a:nth-child(3n+3) {
	font-size: 18px
}

footer .footer-contato {
	background: #363891;
	width: 100%;
	padding: 15px
}

@media (min-width:768px) {
	footer .footer-contato {
		padding: 20px 0
	}
}

@media (min-width:992px) {
	footer .footer-contato {
		padding: 43px 0
	}
}

footer .footer-contato .tel {
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	width: 100%
}

@media (min-width:768px) {
	footer .footer-contato .tel {
		padding-right: 55px;
		padding-bottom: 10px;
		width: auto
	}
}

@media (min-width:992px) {
	footer .footer-contato .tel {
		padding-right: 10px;
		font-size: 15px;
		padding-bottom: 0
	}
}

@media (min-width:1125px) {
	footer .footer-contato .tel {
		padding-right: 55px;
		font-size: 16px
	}
}

footer .footer-contato .tel a {
	color: #ffffff
}

footer .footer-contato .tel i {
	font-size: 26px;
	float: left;
	margin-right: 10px;
	line-height: 41px
}

footer .footer-contato .whatsapp {
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	width: 100%
}

@media (min-width:768px) {
	footer .footer-contato .whatsapp {
		padding-right: 55px;
		padding-bottom: 10px;
		width: auto
	}
}

@media (min-width:992px) {
	footer .footer-contato .whatsapp {
		padding-right: 10px;
		font-size: 15px;
		padding-bottom: 0
	}
}

@media (min-width:1125px) {
	footer .footer-contato .whatsapp {
		padding-right: 55px;
		font-size: 16px
	}
}

footer .footer-contato .whatsapp i {
	font-size: 26px;
	float: left;
	margin-right: 10px;
	line-height: 41px
}

footer .footer-contato .whatsapp a {
	color: #ffffff
}

footer .footer-contato .email {
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	width: 100%
}

@media (min-width:768px) {
	footer .footer-contato .email {
		padding-right: 0;
		padding-bottom: 10px;
		width: auto
	}
}

@media (min-width:992px) {
	footer .footer-contato .email {
		padding-right: 10px;
		font-size: 15px;
		padding-bottom: 0
	}
}

@media (min-width:1125px) {
	footer .footer-contato .email {
		padding-right: 15px;
		font-size: 16px
	}
}

footer .footer-contato .email i {
	font-size: 23px;
	float: left;
	margin-right: 10px;
	line-height: 41px
}

footer .footer-contato .atendimento-online {
	float: left
}

@media (max-width:767px) {
	footer .footer-contato .atendimento-online {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px
	}
}

footer .footer-contato .atendimento-online a {
	background-color: #4ca92b;
	display: block;
	line-height: 41px;
	padding: 0 24px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 40px
}

@media (max-width:767px) {
	footer .footer-contato .atendimento-online a {
		width: 100%
	}
}

footer .footer-contato .social-media {
	float: right
}

@media (max-width:767px) {
	footer .footer-contato .social-media {
		float: none;
		text-align: center
	}
}

footer .footer-contato .social-media ul {
	margin-right: -2px;
	margin-left: -2px
}

footer .footer-contato .social-media ul li {
	margin-top: 5px;
	padding-right: 2px;
	padding-left: 2px
}

footer .footer-contato .social-media ul li a {
	display: block;
	width: 33px;
	height: 33px
}

footer .footer-contato .social-media ul li.facebook a {
	background: url(../img/ico-facebook.png) no-repeat center
}

footer .footer-contato .social-media ul li.instagram a {
	background: url(../img/ico-instagram.png) no-repeat center
}

footer .footer-contato .social-media ul li.youtube a {
	background: url(../img/ico-youtube.png) no-repeat center
}

footer .footer-contato .social-media ul li.google a {
	background: url(../img/ico-google.png) no-repeat center
}

footer .footer-category {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	footer .footer-category {
		padding-bottom: 0;
		margin-bottom: 25px
	}
}

@media (min-width:992px) {
	footer .footer-category {
		padding-bottom: 40px;
		margin-bottom: 25px
	}
}

footer .footer-category .list>ul {
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	footer .footer-category .list>ul {
		width: 50%;
		padding-bottom: 30px;
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	footer .footer-category .list>ul {
		padding-right: 100px;
		width: auto;
		padding-bottom: 0
	}
}

@media (min-width:1125px) {
	footer .footer-category .list>ul {
		padding-right: 130px
	}
}

footer .footer-category .list>ul>li>a {
	color: #252525;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase
}

footer .footer-category .list>ul>li>ul {
	list-style: none
}

footer .footer-category .list>ul>li>ul>li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #727272;
	margin-bottom: 5px
}

footer .footer-category .list>ul:last-child {
	padding-right: 0
}

@media (max-width:767px) {
	footer .footer-category .list>ul:last-child {
		margin-bottom: 0
	}
}

footer .footer-institucional {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 30px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	footer .footer-institucional {
		margin-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px
	}
}

footer .footer-institucional #menu-footer>ul {
	list-style: none
}

footer .footer-institucional #menu-footer>ul>li>a {
	color: #252525;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase
}

footer .footer-institucional #menu-footer>ul>li>ul {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
	footer .footer-institucional #menu-footer>ul>li>ul {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:992px) {
	footer .footer-institucional #menu-footer>ul>li>ul {
		margin-left: -8px;
		margin-right: -8px
	}
}

@media (min-width:1125px) {
	footer .footer-institucional #menu-footer>ul>li>ul {
		margin-left: -10px;
		margin-right: -10px
	}
}

footer .footer-institucional #menu-footer>ul>li>ul>li {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 100%;
	border: none;
	padding-top: 0
}

@media (min-width:768px) {
	footer .footer-institucional #menu-footer>ul>li>ul>li {
		padding-bottom: 10px;
		width: auto
	}
}

@media (min-width:992px) {
	footer .footer-institucional #menu-footer>ul>li>ul>li {
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 0
	}
}

@media (min-width:1125px) {
	footer .footer-institucional #menu-footer>ul>li>ul>li {
		padding-right: 10px;
		padding-left: 10px
	}
}

footer .footer-institucional #menu-footer>ul>li>ul>li>a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #727272;
	margin-bottom: 5px
}

footer .footer-pagamento {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	footer .footer-pagamento {
		padding-bottom: 40px;
		margin-bottom: 25px;
		padding-right: 0;
		padding-left: 0
	}
}

footer .footer-certificados {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	footer .footer-certificados {
		padding-bottom: 25px;
		margin-bottom: 25px;
		padding-right: 0;
		padding-left: 0
	}
}

footer .footer-copyright {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	footer .footer-copyright {
		margin-bottom: 30px;
		padding-right: 0;
		padding-left: 0
	}
}

footer .footer-copyright .copyright {
	float: left;
	color: #8d8d8d;
	font-size: 14px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	footer .footer-copyright .copyright {
		margin-bottom: 0
	}
}

footer .footer-copyright .desenvolvedor a {
	background: url(../img/ico-vale.png) no-repeat right;
	padding-right: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #8d8d8d;
	text-transform: uppercase
}

.header-mobile {
	position: relative;
	z-index: 55
}

.header-mobile .menu-mobile {
	padding-right: 15px
}

.header-mobile .menu-mobile #menu-mobile,
.header-mobile .menu-mobile #menu-mobile-blog {
	background: 0 0;
	border: none;
	padding: 20px 0 0 0
}

.header-mobile .menu-mobile #menu-mobile .ico-bar,
.header-mobile .menu-mobile #menu-mobile-blog .ico-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #363891;
	margin-bottom: 5px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out
}

.header-mobile .menu-mobile #menu-mobile .ico-bar:last-child,
.header-mobile .menu-mobile #menu-mobile-blog .ico-bar:last-child {
	margin-bottom: 0
}

.sidr-open .menu-mobile .ico-bar-top {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	top: 4px;
	background-color: #ffffff !important
}

.sidr-open .menu-mobile .ico-bar-meddile {
	display: none !important
}

.sidr-open .menu-mobile .ico-bar-bottom {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	top: -4px;
	left: -1px;
	background-color: #ffffff !important
}

.sidr-open .overflow {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	z-index: 50
}

.sidr-inner {
	padding: 0 15px !important;
	font-weight: 700;
	list-style: none
}

.sidr-inner>li>a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px
}

.sidr-inner ul {
	list-style: none
}

.sidr-inner ul li {
	line-height: 40px
}

.sidr-inner ul li a {
	font-weight: 400;
	font-size: 14px
}

@media (max-width:767px) {
	#page-produtos {
		padding: 0 15px
	}
}

#page-produtos .col-left {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-produtos .col-left {
		width: 26.66666667%;
		padding-right: 30px
	}
}

@media (min-width:992px) {
	#page-produtos .col-left {
		width: 25.33333333%;
		padding-right: 38px
	}
}

#page-produtos .col-left .filter-left {
	margin-bottom: 20px
}

#page-produtos .col-left .filter-left .item-filter {
	display: none
}

#page-produtos .col-left .filter-left .item-filter.open {
	display: block
}

#page-produtos .col-left .filter-left .item-filter a {
	display: block;
	padding: 10px;
	color: #252525;
	border-bottom: 1px solid #e5e5e5
}

#page-produtos .col-left .filter-left .item-filter a:hover,
#page-produtos .col-left .filter-left .item-filter a.active {
	color: #ffffff;
	background-color: #252525
}

@media (max-width:767px) {
	#page-produtos .col-left .filter-left .item-filter {
		display: none
	}
}

@media (min-width:768px) {
	#page-produtos .col-left .filter-left .item-filter.open {
		display: block
	}
}

#page-produtos .col-left .filter-left .item-filter ul {
	list-style: none
}

#page-produtos .col-left .filter-left .item-filter>ul>li>a {
	font-size: 16px;
	font-weight: 600
}

#page-produtos .col-left .filter-left .item-filter>ul>li>ul {
	margin-bottom: 15px
}

#page-produtos .col-left .filter-left .item-filter>ul>li>ul>li a {
	display: block;
	font-size: 14px;
	padding: 8px
}

#page-produtos .col-left .filter-left .item-filter>ul>li>ul>li a i {
	display: block;
	float: left;
	color: #d2d2d2;
	font-size: 12px;
	line-height: 22px;
	margin-right: 5px
}

#page-produtos .col-left .filter-left .item-filter>ul>li>ul>li:last-child a {
	border-bottom: none
}

#page-produtos .col-right {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-produtos .col-right {
		width: 70.66666667%
	}
}

@media (min-width:992px) {
	#page-produtos .col-right {
		width: 74.66666667%
	}
}

#page-produtos .col-right .total {
	color: #838383;
	font-size: 14px;
	line-height: 14px;
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 100%
}

@media (min-width:768px) {
	#page-produtos .col-right .total {
		margin-bottom: 0;
		text-align: left;
		width: auto
	}
}

#page-produtos .col-right .filter {
	position: relative;
	margin-bottom: 10px;
	width: 100%
}

@media (min-width:768px) {
	#page-produtos .col-right .filter {
		top: -10px;
		margin-bottom: 0;
		width: auto
	}
}

#page-produtos .col-right .filter span {
	display: block;
	float: left;
	font-size: 12px;
	color: #838383;
	text-transform: uppercase;
	line-height: 38px;
	margin-right: 10px
}

#page-produtos .col-right .filter .form-filtro {
	float: left
}

#page-produtos .col-right .filter .form-filtro .fs-dropdown-selected {
	border: 1px solid #b1b1b1;
	color: #838383;
	padding: 8px;
	font-size: 14px;
	min-width: 178px;
	position: relative
}

#page-produtos .col-right .filter .form-filtro .fs-dropdown-selected:after {
	content: '';
	background: url(../img/arrow-select.png) no-repeat right;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 10;
	width: 14px;
	height: 9px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

#page-produtos .col-right hr {
	background: #b1b1b1;
	width: 100%;
	height: 3px;
	margin-bottom: 25px
}

#page-produtos .col-right .list {
	margin-left: -15px;
	margin-right: -15px;
	clear: both
}

#page-produtos .col-right .list .item {
	float: left;
	width: 100%;
	padding: 0 15px;
	min-height: 523px
}

@media (min-width:768px) {
	#page-produtos .col-right .list .item {
		width: 50%
	}
	#page-produtos .col-right .list .item:nth-child(2n+1) {
		clear: both
	}
}

@media (min-width:992px) {
	#page-produtos .col-right .list .item {
		width: 33.3%
	}
	#page-produtos .col-right .list .item:nth-child(2n+1) {
		clear: none
	}
	#page-produtos .col-right .list .item:nth-child(3n+1) {
		clear: both
	}
}

#page-produtos .col-right .list .item .por {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 25px
}

#page-produtos .col-right .remover-categoria {
	float: left;
	clear: both;
	margin-bottom: 14px
}

#page-produtos .col-right .remover-categoria a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-right: 5px
}

#page-produtos .col-right .remover-categoria a:hover i {
	color: red
}

.table-add {
	background: #f0f0f0
}

.table-add td {
	vertical-align: middle !important
}

.table-add td strike {
	color: #989898
}

.table-add .fs-number {
	position: relative;
	height: 32px;
	border: 1px solid #dddddd;
	max-width: 100px
}

.table-add .fs-number input[type="number"] {
	border: none;
	color: #9b9b9b;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 30px 7px 15px
}

.table-add .fs-number .fs-number-arrow {
	position: absolute;
	right: 0;
	width: 22px;
	height: 16px
}

.table-add .fs-number .fs-number-arrow.fs-number-up {
	top: 0;
	color: transparent
}

.table-add .fs-number .fs-number-arrow.fs-number-up:before {
	content: '';
	border-bottom: 5px solid #7e7e7e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 7px
}

.table-add .fs-number .fs-number-arrow.fs-number-down {
	bottom: 0;
	color: transparent
}

.table-add .fs-number .fs-number-arrow.fs-number-down:before {
	content: '';
	border-top: 5px solid #7e7e7e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 4px;
	left: 7px
}

.fs-dropdown-options {
	padding: 5px;
	border: 1px solid #b1b1b1 !important
}

.fs-dropdown-options .fs-dropdown-item {
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #838383
}

@media (max-width:767px) {
	#page-products-view {
		padding: 0 15px
	}
}

#page-products-view .box-products-view .col-left {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-left {
		width: 50%
	}
}

#page-products-view .box-products-view .col-left .capa {
	position: relative;
	margin-bottom: 15px
}

#page-products-view .box-products-view .col-left .capa img {
	margin: auto
}

#page-products-view .box-products-view .col-left .galeria {
	position: relative;
	padding: 0 35px;
	margin-bottom: 30px
}

#page-products-view .box-products-view .col-left .galeria .swiper-container-geleria {
	position: relative;
	overflow: hidden
}

#page-products-view .box-products-view .col-left .galeria .swiper-button-prev {
	width: 42px;
	height: 104px;
	background: #ffffff url(../img/arrow-p-left.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	padding: 5px;
	box-shadow: 4px 0 5px rgba(0, 0, 0, 0.27);
	margin: 0
}

#page-products-view .box-products-view .col-left .galeria .swiper-button-next {
	width: 42px;
	height: 104px;
	background: #ffffff url(../img/arrow-p-right.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 20;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	padding: 5px;
	box-shadow: -4px 0 5px rgba(0, 0, 0, 0.27);
	margin: 0
}

#page-products-view .box-products-view .col-right {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right {
		width: 50%;
		padding-left: 20px
	}
}

#page-products-view .box-products-view .col-right h1 {
	color: #3e3e3e;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 700
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right h1 {
		font-size: 22px;
		line-height: 25px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right h1 {
		font-size: 30px;
		line-height: 35px
	}
}

#page-products-view .box-products-view .col-right .ref {
	color: #9b9b9b;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-size: 13px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .ref {
		font-size: 14px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .ref {
		font-size: 15px;
		margin-bottom: 25px
	}
}

#page-products-view .box-products-view .col-right .description {
	color: #535353;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .description {
		font-size: 16px;
		margin-bottom: 25px
	}
}

#page-products-view .box-products-view .col-right .description p {
	padding-bottom: 10px
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .description p {
		padding-bottom: 14px
	}
}

#page-products-view .box-products-view .col-right .color {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .color {
		width: 45%;
		padding-right: 7.5px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .color {
		width: 50%;
		padding-bottom: 30px;
		margin-bottom: 28px
	}
}

#page-products-view .box-products-view .col-right .color .title-left {
	margin-bottom: 8px;
	display: block
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .color .title-left {
		font-size: 13px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .color .title-left {
		font-size: 14px
	}
}

#page-products-view .box-products-view .col-right .color .fs-dropdown-selected {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding: 9px;
	background-color: #ffffff;
	color: #9b9b9b;
	font-size: 14px;
	position: relative
}

#page-products-view .box-products-view .col-right .color .fs-dropdown-selected:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 2;
	background: url(../img/arrow-select-p.png) no-repeat center;
	width: 14px;
	height: 8px
}

#page-products-view .box-products-view .col-right .tamanho {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .tamanho {
		width: 55%;
		padding-left: 7.5px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .tamanho {
		width: 50%;
		padding-bottom: 30px;
		margin-bottom: 28px
	}
}

#page-products-view .box-products-view .col-right .tamanho .title-left {
	margin-bottom: 8px;
	display: block
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .tamanho .title-left {
		font-size: 13px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .tamanho .title-left {
		font-size: 14px
	}
}

#page-products-view .box-products-view .col-right .tamanho .fs-dropdown-selected {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding: 9px;
	background-color: #ffffff;
	color: #9b9b9b;
	font-size: 14px;
	position: relative
}

#page-products-view .box-products-view .col-right .tamanho .fs-dropdown-selected:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 2;
	background: url(../img/arrow-select-p.png) no-repeat center;
	width: 14px;
	height: 8px
}

#page-products-view .box-products-view .col-right .prince-quant {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .prince-quant {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 28px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .prince-quant {
		padding: 0 0 35px 0;
		border-bottom: 1px solid #e5e5e5
	}
}

#page-products-view .box-products-view .col-right .prince-quant .prince {
	float: left
}

#page-products-view .box-products-view .col-right .prince-quant .prince .de {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 14px
}

#page-products-view .box-products-view .col-right .prince-quant .prince .por {
	color: #202020;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 5px
}

#page-products-view .box-products-view .col-right .prince-quant .prince .por small {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	top: -5px
}

#page-products-view .box-products-view .col-right .prince-quant .prince .por .moeda {
	font-size: 22px;
	line-height: 22px;
	position: relative;
	top: 14px;
	display: block;
	float: left;
	margin-right: 6px
}

#page-products-view .box-products-view .col-right .prince-quant .prince .por .centavos {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	top: -11px
}

#page-products-view .box-products-view .col-right .prince-quant .prince .parcela {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 14px
}

#page-products-view .box-products-view .col-right .prince-quant .quant {
	float: right;
	margin-top: 14px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-right .prince-quant .quant {
		padding: 0 30px;
		float: left;
		max-width: 153px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .prince-quant .quant {
		padding: 0 15px
	}
}

@media (min-width:1125px) {
	#page-products-view .box-products-view .col-right .prince-quant .quant {
		padding: 0 30px
	}
}

#page-products-view .box-products-view .col-right .prince-quant .quant span {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 700
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number {
	position: relative
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number .fs-number-element {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding: 9px;
	background-color: #ffffff;
	color: #9b9b9b;
	font-size: 14px;
	position: relative
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number .fs-number-up {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	background-color: #d9d9d9;
	color: transparent;
	font-weight: 700;
	text-indent: 200%;
	width: 22px;
	height: 18px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #aeaeae
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number .fs-number-up:after {
	content: '';
	color: #4f4f4f;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 18px;
	background: url(../img/ico-mais.png) no-repeat center
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number .fs-number-down {
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 2;
	background-color: #d9d9d9;
	color: transparent;
	font-weight: 700;
	text-indent: 200%;
	width: 22px;
	height: 18px;
	border-bottom-right-radius: 10px
}

#page-products-view .box-products-view .col-right .prince-quant .quant .fs-number .fs-number-down:after {
	content: '';
	color: #4f4f4f;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 18px;
	background: url(../img/ico-menos.png) no-repeat center
}

#page-products-view .box-products-view .col-right .prince-quant .comprar {
	float: right;
	margin-top: 20px;
	width: 100%
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .prince-quant .comprar {
		width: auto
	}
}

#page-products-view .box-products-view .col-right .prince-quant .comprar button {
	font-size: 19px;
	background-color: #00913d;
	height: 61px;
	line-height: 61px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 0 30px;
	border-radius: 61px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	border: none
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-right .prince-quant .comprar button {
		padding: 0 15px;
		display: block
	}
}

@media (min-width:1125px) {
	#page-products-view .box-products-view .col-right .prince-quant .comprar button {
		padding: 0 30px
	}
}

#page-products-view .box-products-view .col-right .prince-quant .comprar button i {
	font-size: 29px;
	line-height: 29px;
	float: left;
	margin-right: 10px;
	padding-top: 16px
}

#page-products-view .box-products-view .col-center {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

@media (min-width:768px) {
	#page-products-view .box-products-view .col-center {
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .col-center {
		margin-bottom: 40px
	}
}

#page-products-view .box-products-view .col-center .text {
	font-size: 14px;
	color: #535353;
	margin-bottom: 20px
}

#page-products-view .box-products-view .col-center .text h2 {
	color: #313131;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding-bottom: 15px
}

#page-products-view .box-products-view .col-center .text p {
	padding-bottom: 12px
}

#page-products-view .box-products-view .col-center .text table {
	width: 100%
}

#page-products-view .box-products-view .col-center .text table tr td {
	padding-bottom: 5px
}

#page-products-view .box-products-view .col-center .text table tr td:first-of-type {
	width: 15%
}

@media (max-width:767px) {
	#page-products-view .box-products-view .col-center .text table tr td:first-of-type {
		width: 50%
	}
}

#page-products-view .box-products-view .list-beneficios {
	background-color: #f0f0f0;
	width: 100%;
	border: 1px solid #c8c8c8;
	padding: 12px;
	margin-bottom: 20px;
	font-size: 17px
}

@media (max-width:767px) {
	#page-products-view .box-products-view .list-beneficios {
		float: left;
		width: 100%
	}
}

@media (min-width:768px) {
	#page-products-view .box-products-view .list-beneficios .list {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-align-content: space-between;
		align-content: space-between
	}
}

#page-products-view .box-products-view .list-beneficios .list .item {
	float: left;
	font-size: 13px;
	letter-spacing: -0.4px;
	color: #303030;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media (max-width:767px) {
	#page-products-view .box-products-view .list-beneficios .list .item {
		padding-right: 0 !important;
		padding-left: 0 !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #c0c0c0;
		width: 100% !important
	}
	#page-products-view .box-products-view .list-beneficios .list .item:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}
}

@media (min-width:768px) {
	#page-products-view .box-products-view .list-beneficios .list .item {
		border-right: 1px solid #c0c0c0
	}
}

@media (min-width:992px) {
	#page-products-view .box-products-view .list-beneficios .list .item {
		font-size: 10px
	}
}

@media (min-width:1125px) {
	#page-products-view .box-products-view .list-beneficios .list .item {
		font-size: 13px
	}
}

#page-products-view .box-products-view .list-beneficios .list .item i {
	font-size: 35px;
	display: block;
	float: left;
	margin-right: 8px;
	color: #303030;
	line-height: 35px
}

#page-products-view .box-products-view .list-beneficios .list .item:first-child {
	padding-left: 8px
}

#page-products-view .box-products-view .list-beneficios .list .item:last-child {
	padding-right: 8px;
	border-right: none;
	width: 80%
}

@media (max-width:767px) {
	#block-products-relacionados {
		padding: 0 15px
	}
}

#block-products-relacionados .box-products {
	position: relative;
	overflow: hidden;
	border-top: 3px solid #000000;
	padding-top: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	#block-products-relacionados .box-products {
		padding-top: 30px;
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	#block-products-relacionados .box-products {
		padding-top: 50px;
		margin-bottom: 45px
	}
}

#block-products-relacionados .box-products .title-home {
	color: #000000
}

#popup-palhoca {
	overflow: hidden;
	padding: 0;
	max-width: 816px;
	border-radius: 25px;
	margin: 15px
}

#popup-palhoca .text {
	margin: 15px
}

@media (min-width:768px) {
	#popup-palhoca .text {
		margin: 75px 0 0 0
	}
}

#popup-palhoca .text h2 {
	color: #f15c60;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0
}

#popup-palhoca .text p {
	color: #9d9d9d;
	font-size: 18px;
	margin: 10px 0
}

#popup-palhoca .text #close-green {
	background: #80d36d;
	border-radius: 15px;
	max-width: 285px;
	cursor: pointer
}

#popup-palhoca .text #close-green .col-left,
#popup-palhoca .text #close-green .col-right {
	display: inline-block;
	color: #fff
}

#popup-palhoca .text #close-green .col-left {
	width: 22%;
	position: relative;
	right: 0;
	background: #69af59;
	vertical-align: top;
	height: 75px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px
}

#popup-palhoca .text #close-green .col-left img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

#popup-palhoca .text #close-green .col-right {
	position: relative;
	right: 0;
	font-size: 16px;
	padding: 11px 8px
}

#popup-palhoca .text #close-green .col-right span {
	font-size: 22px;
	font-weight: 600
}

@media (max-width:767px) {
	#page-blog {
		padding: 0 15px
	}
}

#page-blog .header .breadcrumb {
	margin-bottom: 8px
}

#page-blog .box-blog .col-left {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-blog .box-blog .col-left {
		padding-right: 27.5px;
		width: 71.11111111%
	}
}

#page-blog .box-blog .col-left .blog-list .item {
	border-bottom: 1px dashed #a1a1a1;
	padding-bottom: 20px;
	margin-bottom: 20px
}

#page-blog .box-blog .col-left .blog-list .item .image {
	margin-bottom: 14px
}

#page-blog .box-blog .col-left .blog-list .item .data {
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 12px
}

#page-blog .box-blog .col-left .blog-list .item .data .cat {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px
}

#page-blog .box-blog .col-left .blog-list .item h2 a {
	color: #313131;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	display: block
}

#page-blog .box-blog .col-left .blog-list .item .description {
	color: #535353;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px
}

@media (min-width:768px) {
	#page-blog .box-blog .col-left .blog-list .item .description {
		font-size: 16px;
		line-height: 22px
	}
}

#page-blog .box-blog .col-left .blog-list .item .readmore a {
	font-size: 15px;
	line-height: 15px;
	background-color: #00913d;
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	border-radius: 43px
}

#page-blog .box-blog .col-left .blog-list .item .readmore a i {
	font-size: 12px
}

#page-blog .box-blog .col-left .blog-view .image {
	margin-bottom: 14px
}

#page-blog .box-blog .col-left .blog-view .data {
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 12px
}

#page-blog .box-blog .col-left .blog-view .data .cat {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px
}

#page-blog .box-blog .col-left .blog-view h1 {
	color: #313131;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	display: block
}

#page-blog .box-blog .col-left .blog-view .description {
	color: #535353;
	font-size: 14px;
	line-height: 20px
}

@media (min-width:768px) {
	#page-blog .box-blog .col-left .blog-view .description {
		font-size: 16px;
		line-height: 22px
	}
}

#page-blog .box-blog .col-left .blog-view .description img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px
}

#page-blog .box-blog .col-left .blog-view .description p {
	padding-bottom: 15px
}

#page-blog .box-blog .col-left .blog-view .tags {
	background-color: #e5e5e5;
	padding: 10px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px
}

#page-blog .box-blog .col-left .blog-view .tags strong {
	color: #535353;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px
}

#page-blog .box-blog .col-left .blog-view .tags span {
	font-size: 13px;
	line-height: 13px;
	color: #535353
}

#page-blog .box-blog .col-left .blog-view .comment {
	margin-bottom: 50px
}

#page-blog .box-blog .col-left .blog-view .comment .fb_iframe_widget,
#page-blog .box-blog .col-left .blog-view .comment .fb_iframe_widget span,
#page-blog .box-blog .col-left .blog-view .comment .fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width: 100% !important
}

#page-blog .box-blog .col-right {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-blog .box-blog .col-right {
		width: 26.44444444%
	}
}

@media (min-width:1125px) {
	#page-blog .box-blog .col-right {
		padding-left: 27.5px;
		width: 24%
	}
}

#page-blog .box-blog .col-right .filter-left {
	margin-bottom: 30px
}

@media (max-width:767px) {
	#page-blog .box-blog .col-right .filter-left .item-filter {
		display: none
	}
}

#page-blog .box-blog .col-right .filter-left .item-filter a {
	display: block;
	padding: 10px;
	color: #252525;
	border-bottom: 1px solid #e5e5e5
}

#page-blog .box-blog .col-right .filter-left .item-filter a:hover {
	color: #ffffff;
	background-color: #252525
}

#page-blog .box-blog .col-right .page-facebook {
	margin-bottom: 30px
}

#page-blog .box-blog .col-right .mais-lidas h3 {
	margin-bottom: 12px
}

#page-blog .box-blog .col-right .mais-lidas .item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px
}

#page-blog .box-blog .col-right .mais-lidas .item a .data {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #a8a8a8
}

#page-blog .box-blog .col-right .mais-lidas .item a h4 {
	color: #313131;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700
}

@media (max-width:767px) {
	#block-materias-relacionados {
		padding: 0 15px
	}
}

#block-materias-relacionados .box-materias {
	border-top: 3px solid #000000;
	padding-top: 45px;
	margin-bottom: 45px
}

#block-materias-relacionados .box-materias .title-home {
	color: #000000
}

@media (min-width:768px) {
	#block-materias-relacionados .box-materias .list {
		margin: 0 -7.5px
	}
}

#block-materias-relacionados .box-materias .list .item {
	float: left;
	width: 100%;
	padding-bottom: 20px
}

@media (min-width:768px) {
	#block-materias-relacionados .box-materias .list .item {
		width: 33.3%;
		padding: 0 7.5px 15px 7.5px
	}
}

#block-materias-relacionados .box-materias .list .item .image {
	margin-bottom: 14px
}

#block-materias-relacionados .box-materias .list .item .data {
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom: 12px
}

#block-materias-relacionados .box-materias .list .item .data .cat {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px
}

#block-materias-relacionados .box-materias .list .item h3 {
	color: #313131;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	display: block
}

@media (max-width:767px) {
	#page-carrinho {
		padding: 0 15px
	}
}

#page-carrinho .box-carrinho .finalizar-compra {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px
}

#page-carrinho .box-carrinho .finalizar-compra .carrinho-top a {
	color: #979797;
	font-size: 14px;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .finalizar-compra .carrinho-top a {
		width: auto
	}
}

#page-carrinho .box-carrinho .finalizar-compra .carrinho-top input[type="submit"] {
	color: #ffffff;
	font-size: 17px;
	padding: 0 15px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 45px;
	font-weight: 700;
	margin-top: 10px;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .finalizar-compra .carrinho-top input[type="submit"] {
		width: auto;
		margin-left: 5px;
		margin-top: 0
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px
}

#page-carrinho .box-carrinho .carrinho-itens .item>div {
	margin: 0
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div {
	float: left
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div {
		border-right: 1px solid #e5e5e5;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		float: left
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div:last-child {
	border-right: none
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.image {
	width: 40%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.image {
		border-right: none;
		flex-direction: row;
		justify-content: flex-start;
		width: 17%
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.image {
		width: 16.53333333%
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info {
	width: 60%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info {
		width: 32%
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info {
		width: 41.42222222%
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info .title {
	color: #313131;
	font-size: 15px;
	line-height: 20px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info .title {
		font-size: 16px
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.info .ref {
	color: #9b9b9b;
	font-size: 14px
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd {
	width: 100%
}

@media (max-width:767px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd {
		padding: 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 10px 0
	}
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd {
		width: 20%;
		padding: 0 20px
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd {
		width: 18.31111111%
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd label {
	display: block;
	color: #941747;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number {
	position: relative
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number {
		max-width: 96px
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number .fs-number-element {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding: 9px;
	background-color: #ffffff;
	color: #9b9b9b;
	font-size: 14px;
	position: relative
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number .fs-number-up {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	background-color: #d9d9d9;
	color: transparent;
	font-weight: 700;
	text-indent: 200%;
	width: 22px;
	height: 18px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #aeaeae
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number .fs-number-up:after {
	content: '';
	color: #4f4f4f;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 18px;
	background: url(../img/ico-mais.png) no-repeat center
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number .fs-number-down {
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 2;
	background-color: #d9d9d9;
	color: transparent;
	font-weight: 700;
	text-indent: 200%;
	width: 22px;
	height: 18px;
	border-bottom-right-radius: 10px
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .fs-number .fs-number-down:after {
	content: '';
	color: #4f4f4f;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 18px;
	background: url(../img/ico-menos.png) no-repeat center
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.qtd .remover {
	font-size: 12px;
	line-height: 12px;
	color: #9e9e9e;
	margin-top: 8px;
	background: none;
	border: none;
	text-align: left
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-u {
	width: 50%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-u {
		width: 16%;
		padding: 0 0 0 20px
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-u {
		width: 13.77777778%
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-u .tipo-valor {
	display: block;
	color: #941747;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	font-weight: 700
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-u .valor {
	color: #5a5a5a;
	font-size: 17px;
	line-height: 17px
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-t {
	width: 50%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-t {
		width: 15%;
		padding-left: 20px
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-t {
		width: 9.95555556%
	}
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-t .tipo-valor {
	display: block;
	color: #941747;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	font-weight: 700
}

#page-carrinho .box-carrinho .carrinho-itens .item>div>div.valor-item-t .valor {
	color: #5a5a5a;
	font-size: 17px;
	line-height: 17px
}

#page-carrinho .box-carrinho .cupom-economia {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia {
		width: 70%
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .cupom-economia {
		width: 74.66666667%
	}
}

#page-carrinho .box-carrinho .cupom-economia .cupom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 23px;
	margin-bottom: 23px;
	margin-top: 30px
}

#page-carrinho .box-carrinho .cupom-economia .cupom label {
	font-size: 13px;
	line-height: 18px;
	color: #515151;
	font-weight: 400;
	margin-bottom: 10px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .cupom label {
		margin-right: 18px;
		line-height: 13px
	}
}

#page-carrinho .box-carrinho .cupom-economia .cupom input#idNum {
	color: #696969;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .cupom input#idNum {
		max-width: 122px;
		margin-bottom: 0
	}
}

#page-carrinho .box-carrinho .cupom-economia .cupom .btn-calcular {
	color: #ffffff;
	font-size: 17px;
	padding: 0 13px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 40px;
	font-weight: 700;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .cupom .btn-calcular {
		width: auto;
		margin-left: 5px
	}
}

#page-carrinho .box-carrinho .cupom-economia .frete {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}

#page-carrinho .box-carrinho .cupom-economia .frete label {
	font-size: 13px;
	line-height: 13px;
	color: #515151;
	font-weight: 400;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .frete label {
		margin-right: 18px;
		display: inline;
		width: auto;
		margin-top: 14px;
		margin-bottom: 0
	}
}

#page-carrinho .box-carrinho .cupom-economia .frete .cep-number {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .frete .cep-number {
		width: auto;
		margin-bottom: 0
	}
}

#page-carrinho .box-carrinho .cupom-economia .frete .cep-number .cep {
	color: #696969;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .frete .cep-number .cep {
		max-width: 91px;
		margin-bottom: 0
	}
}

#page-carrinho .box-carrinho .cupom-economia .frete .cep-number a {
	font-size: 12px;
	line-height: 12px;
	color: #515151;
	font-weight: 400;
	display: block
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .frete .cep-number a {
		margin-top: 5px
	}
}

#page-carrinho .box-carrinho .cupom-economia .frete .calcular-cep {
	color: #ffffff;
	font-size: 17px;
	padding: 0 13px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 40px;
	font-weight: 700;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .cupom-economia .frete .calcular-cep {
		width: auto;
		margin-left: 5px
	}
}

#page-carrinho .box-carrinho .frete-total {
	width: 100%;
	float: left
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .frete-total {
		width: 30%;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .frete-total {
		width: 25.33333333%
	}
}

#page-carrinho .box-carrinho .frete-total .economia {
	background-color: #f2f2f2;
	padding: 12px 5px;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 12px
}

#page-carrinho .box-carrinho .frete-total .economia .txt {
	font-size: 14px;
	color: #515151
}

#page-carrinho .box-carrinho .frete-total .economia .total-desconto {
	color: #373737;
	font-size: 17px;
	font-weight: 700;
	line-height: 17px
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .frete-total .economia .total-desconto {
		display: block
	}
}

@media (min-width:992px) {
	#page-carrinho .box-carrinho .frete-total .economia .total-desconto {
		display: inline
	}
}

#page-carrinho .box-carrinho .frete-total .total label {
	color: #544d50;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase
}

#page-carrinho .box-carrinho .frete-total .total .prince {
	float: right;
	text-align: right;
	margin-bottom: 20px
}

#page-carrinho .box-carrinho .frete-total .total .prince .total-prince {
	color: #941747;
	font-size: 26px;
	line-height: 26px;
	display: block;
	font-weight: 700
}

#page-carrinho .box-carrinho .frete-total .total .prince .parcelado {
	color: #727272;
	font-size: 14px;
	line-height: 14px;
	display: block;
	border-top: 1px solid #e5e5e5;
	padding-top: 8px;
	margin-top: 8px;
	padding-left: 5px
}

#page-carrinho .box-carrinho .finish {
	float: right;
	margin-bottom: 30px;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .finish {
		width: auto
	}
}

#page-carrinho .box-carrinho .finish input[type="submit"] {
	color: #ffffff;
	font-size: 22px;
	padding: 0 25px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 45px;
	font-weight: 700;
	margin-left: 5px;
	width: 100%
}

@media (min-width:768px) {
	#page-carrinho .box-carrinho .finish input[type="submit"] {
		width: auto
	}
}

#page-carrinho .pagamentos {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 35px
}

#page-carrinho .msg-removido {
	background-color: #f2f2f2;
	padding: 20px;
	width: 100%;
	float: left;
	margin-bottom: 10px
}

#page-carrinho .msg-removido span {
	font-size: 14px;
	color: #515151;
	float: left
}

#page-carrinho .msg-removido a {
	color: #515151;
	line-height: 18px;
	font-size: 14px;
	float: right
}

#page-carrinho .msg-removido a i {
	font-size: 18px
}

#page-carrinho .box-carrinho-vazio {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-top: 30px
}

#page-carrinho .box-carrinho-vazio .sem-item i {
	font-size: 45px;
	line-height: 45px;
	display: block;
	float: left;
	margin-right: 10px;
	color: #363891
}

#page-carrinho .box-carrinho-vazio .sem-item strong {
	color: #363891
}

#page-carrinho .box-carrinho-vazio .orientacao {
	color: #9a9a9a
}

#page-carrinho .opcao-frete {
	float: left;
	width: 100%
}

#page-carrinho .opcao-frete .checkbox-buttom {
	float: left;
	padding-right: 15px
}

#page-carrinho .opcao-frete .checkbox-buttom input[type="radio"] {
	position: absolute;
	visibility: hidden
}

#page-carrinho .opcao-frete .checkbox-buttom label {
	background-color: #f2f2f2;
	padding: 10px;
	cursor: pointer;
	border-radius: 8px;
	font-size: 13px;
	line-height: 13px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
	border: 1px solid #dedede;
	margin-right: 0 !important;
	font-weight: 600
}

#page-carrinho .opcao-frete .checkbox-buttom input[type="radio"]:checked~label {
	background-color: #00913d;
	color: #ffffff
}

body.page-carrinho footer>div {
	display: none
}

body.page-carrinho footer>div.footer-copyright {
	display: block
}

.bg-cinza {
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2
}

html,
body {
	height: auto;
	background: none
}

.pop-up {
	width: 100%;
	max-width: 350px;
	margin: auto;
	background: none;
	height: auto;
	overflow-y: auto;
	max-height: 500px
}

@media (max-width:767px) {
	.pop-up {
		max-width: 100%;
		height: auto
	}
}

.pop-up .form-popup {
	padding: 40px 20px 20px;
	background-color: #FFF;
	box-shadow: inset 0 0 0 1px #d5d5d5
}

.pop-up .form-popup.cadastro-pj {
	height: 500px;
	overflow-y: auto
}

.pop-up .form-popup .linha {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 15px 0
}

.pop-up .form-popup .label-class {
	font-size: 15px;
	color: #696969;
	margin-bottom: 10px;
	display: block
}

.pop-up .form-popup .topo-popup {
	margin-bottom: 15px
}

.pop-up .form-popup .topo-popup-linha {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5
}

.pop-up .form-popup .topo-popup .titulo-popup {
	font-size: 20px;
	color: #424242;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700
}

.pop-up .form-popup .topo-popup .voltar {
	font-size: 14px;
	color: #696969;
	display: inline-block;
	float: right;
	line-height: 25px
}

.pop-up .form-popup .msg-erro {
	font-size: 14px;
	color: #d62f2f;
	margin: 15px 0;
	line-height: 1.2;
	position: relative;
	display: none;
	margin-top: 10px;
	padding-left: 25px
}

.pop-up .form-popup .msg-erro:before {
	content: '';
	background: url('../img/icons.png') no-repeat -95px -138px;
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.pop-up .form-popup .sub-titulo {
	font-size: 16px;
	color: #696969;
	margin-bottom: 10px
}

.pop-up .form-popup .sub-titulo-pessoa {
	font-weight: 700;
	color: #3a3a3a;
	margin-bottom: 15px;
	line-height: 18px
}

.pop-up .form-popup .sub-titulo-pessoa:before {
	content: '';
	float: left;
	background: url('../img/icons.png') no-repeat;
	width: 21px;
	height: 18px;
	display: block;
	margin-right: 10px
}

.pop-up .form-popup .sub-titulo-pessoa.juridica:before {
	background-position: -409px -2px
}

.pop-up .form-popup .sub-titulo-pessoa.fisica:before {
	background-position: -372px 0
}

.pop-up .form-popup .sub-titulo-pessoa.f:before {
	background-position: -372px 0
}

.pop-up .form-popup .sub-titulo-pessoa.j:before {
	background-position: -409px -2px
}

.pop-up .form-popup .box-tipo {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	height: 45px;
	display: flex
}

.pop-up .form-popup .box-tipo:not(:last-child) {
	margin-bottom: 10px
}

.pop-up .form-popup .box-tipo .fisica,
.pop-up .form-popup .box-tipo .juridica {
	flex: 1;
	padding-left: 41px;
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a;
	height: 43px;
	line-height: 43px;
	float: left;
	position: relative;
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2
}

.pop-up .form-popup .box-tipo .fisica:before,
.pop-up .form-popup .box-tipo .juridica:before {
	content: '';
	float: left;
	display: block;
	background: url('../img/icons.png') no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 10px auto 0
}

.pop-up .form-popup .box-tipo .fisica:before {
	background-position: -409px -2px
}

.pop-up .form-popup .box-tipo .juridica:before {
	background-position: -372px 0
}

.pop-up .form-popup .box-tipo .btn-continuar {
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	float: right;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px #777;
	border-left: 1px solid #aeaeae;
	height: 43px;
	line-height: 43px;
	display: block;
	background-color: #b8b8b8;
	padding: 0 15px;
	box-shadow: inset 0 0 15px 2px #aeaeae
}

.pop-up .form-popup .box-tipo .btn-continuar:hover {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d;
	text-shadow: 2px 1px 2px #7d55a9;
	border-radius: 0 4px 4px 0
}

.pop-up .form-popup .box-tipo .btn-continuar:before {
	margin-right: 7px;
	font-size: 16px;
	position: relative;
	top: 2px
}

.pop-up .form-popup .divCampos .genero {
	margin-bottom: 10px
}

.pop-up .form-popup .divCampos .genero span {
	font-size: 14px;
	color: #696969
}

.pop-up .form-popup .divCampos .genero label {
	cursor: pointer;
	border: 1px solid #bfbfbf;
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2;
	padding: 10px 15px;
	line-height: 25px
}

.pop-up .form-popup .divCampos .genero input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0
}

.pop-up .form-popup .divCampos .genero input[type="radio"]:checked+label {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d;
	color: #FFF
}

.pop-up .form-popup .divCampos .row .campo {
	border: 1px solid #bfbfbf;
	height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #696969
}

.pop-up .form-popup .divCampos .row .campo-g {
	width: 100%
}

.pop-up .form-popup .divCampos .row .campo-m {
	width: 47.56944444%
}

.pop-up .form-popup .divCampos .row .campo-m:first-child {
	margin-right: 3.47222222%
}

.pop-up .form-popup .divCampos .row:not(:last-child) {
	margin-bottom: 10px
}

.pop-up .form-popup .link {
	font-size: 13px;
	color: #696969;
	display: block;
	margin-top: 15px;
	background: none;
	cursor: pointer;
	padding: 0
}

.pop-up .form-popup .link-left {
	margin: 0 0 10px 0;
	text-align: left;
	border: none
}

.pop-up .form-popup .link-right {
	text-align: right
}

.pop-up .botao-popup {
	color: #ffffff;
	font-size: 17px;
	padding: 0 15px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 45px;
	font-weight: 700;
	margin-top: 10px;
	width: 100%;
	text-align: center
}

@media (max-width:767px) {
	.pop-up .botao-popup {
		font-size: 15px
	}
}

.pop-up .cadastro {
	box-shadow: inset 0 0 0 1px #d5d5d5;
	margin-top: 10px;
	background-color: #FFF;
	padding: 10px;
	display: flex;
	align-items: center
}

.pop-up .cadastro .ttl-cad {
	flex: 2;
	font-weight: 700;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
	padding: 0 20px 0 9px;
	margin-right: 15px;
	position: relative;
	line-height: 1
}

.pop-up .cadastro .ttl-cad:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ccc;
	display: block;
	position: absolute;
	right: 0;
	top: 0
}

.pop-up .cadastro .botao-popup {
	margin: 0
}

.pop-up .msg-retorno {
	background: #fff;
	padding: 20px
}

.pop-up .msg-retorno .msg-titulo {
	font-size: 18px;
	color: #00913d;
	text-align: center;
	display: block;
	font-weight: 700
}

.pop-up .msg-retorno .msg-texto {
	font-size: 16px;
	color: #171717;
	text-align: center;
	display: block
}

#sidr-menu-responsive-top,
#sidr-menu-responsive-principal,
#sidr-menu-responsivo-filtro {
	display: none
}

label.error {
	display: none !important
}

input:not([type=submit]).error,
select.error,
textarea.error {
	border: 1px solid #FD3E3E !important
}

.modal-cadastro iframe {
	background: none !important
}

.container-top .mensagem-alterar {
	margin-bottom: 0
}

hgroup {
	margin: 30px 0 15px 0
}

hgroup .titulo-cliente {
	color: #3e3e3e;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 14px
}

hgroup .sub-titulo {
	font-weight: 700;
	font-size: 21px;
	color: #00913d
}

.editar {
	margin: auto;
	background-color: #fdfdfd;
	border: 1px solid #f2f2f2;
	width: 24px;
	height: 24px;
	border-radius: 4px
}

.editar:before {
	font-size: 12px;
	color: #b5b5b5;
	line-height: 24px;
	display: block
}

.editar:hover:before {
	color: #00913d
}

.div-linha {
	margin: 40px 0;
	width: 100%;
	height: 1px;
	background-color: #cccccc
}

.mensagem-alterar {
	width: 100%;
	background-color: #e5e5e5;
	padding: 30px;
	font-size: 16px;
	color: #313131;
	margin: 30px 0 40px 0
}

.endereco-cadastro .box-dados.alterar .row-dado .dado {
	border: none
}

.endereco-cadastro .box-dados.alterar .row-dado .dado .alterar {
	margin: 0;
	padding: 0 10px;
	height: 41px
}

.endereco-cadastro .box-dados.alterar .row-dado .dado .alterar .campo {
	height: 39px;
	line-height: 39px;
	border: none;
	padding: 0
}

.endereco-cadastro .box-dados.alterar .row-dado .dado .alterar .fs-dropdown .fs-dropdown-selected {
	border: none;
	font-size: 15px;
	color: #696969;
	padding: 0 10px 0 0;
	height: 39px;
	line-height: 39px
}

.endereco-cadastro .box-dados.alterar .row-dado .dado .alterar .fs-dropdown .fs-dropdown-selected:after {
	border-top: 7px solid #9d9d9d;
	right: 10px
}

.endereco-cadastro .box-dados.alterar .btn-atualizar {
	display: block
}

.endereco-cadastro .box-dados .editar {
	float: left;
	margin-bottom: 10px
}

.endereco-cadastro .box-dados:first-child .row-dado {
	margin-bottom: 15px
}

.endereco-cadastro .box-dados .btn-atualizar {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	display: none;
	background-color: #00913d;
	border: none;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50px
}

.box-dados .titulo {
	font-weight: 700;
	font-size: 18px;
	color: #252525;
	display: block;
	margin-bottom: 10px
}

.box-dados .tipo-pessoa {
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a;
	margin-bottom: 12px;
	line-height: 20px
}

.box-dados .tipo-pessoa:before {
	content: '';
	background: url('../img/icons.png') no-repeat -372px 0;
	width: 21px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px
}

.box-dados .row-dado {
	display: flex;
	align-items: center
}

.box-dados .row-dado .addTelPainel {
	line-height: 1;
	max-height: 54px;
	background: none;
	font-size: 14px;
	color: #696969;
	display: block;
	float: right
}

.box-dados .row-dado .dado {
	border-width: 1px 0;
	border-color: #e5e5e5;
	border-style: solid;
	display: inline-block;
	margin-right: 1.33333333%
}

.box-dados .row-dado .dado.dado-edit .exibir {
	padding-right: 25px;
	position: relative
}

.box-dados .row-dado .dado-pp {
	width: 8%
}

.box-dados .row-dado .dado-p {
	width: 15.28888889%
}

.box-dados .row-dado .dado-m {
	width: 24%
}

.box-dados .row-dado .dado-g {
	width: 32.44444444%
}

.box-dados .row-dado .dado:last-child {
	margin-right: 0
}

.box-dados .row-dado .dado .exibir {
	padding: 10px 0
}

.box-dados .row-dado .dado .exibir span {
	display: block;
	font-size: 14px;
	color: #696969;
	line-height: 1;
	margin-bottom: 5px
}

.box-dados .row-dado .dado .exibir strong {
	line-height: 1;
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a
}

.box-dados .row-dado .dado .exibir .editar {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}

.box-dados .row-dado .dado .alterar {
	margin: 5px 0;
	display: none;
	border: 1px solid #bfbfbf;
	padding: 5px 35px 5px 10px;
	position: relative
}

.box-dados .row-dado .dado .alterar.senha {
	padding: 0;
	border: none
}

.box-dados .row-dado .dado .alterar.senha .campo {
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	width: 41%;
	padding: 0 10px;
	height: 41px
}

.box-dados .row-dado .dado .alterar.senha .campo:first-child {
	margin-right: 10px
}

.box-dados .row-dado .dado .alterar.senha .campo:nth-child(2) {
	border-right: none
}

.box-dados .row-dado .dado .alterar.senha .btn-ok {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	right: 0;
	padding: 0 10px 0 5px;
	position: relative;
	background: none;
	height: 41px
}

.box-dados .row-dado .dado .alterar.senha .btn-ok:before {
	content: '';
	width: 1px;
	height: 29px;
	background-color: #CCC;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.box-dados .row-dado .dado .alterar .btn-ok {
	font-weight: 700;
	font-size: 15px;
	color: #00913d;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	border: none;
	background: none
}

.box-dados .row-dado .dado .alterar .campo {
	border-right: 1px solid #CCC;
	padding: 0 10px 0 0;
	font-size: 15px;
	color: #696969;
	height: 29px;
	line-height: 29px;
	width: 100%;
	border: none
}

.box-dados .row-dado .dado .alterar .fs-dropdown .fs-dropdown-selected {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #CCC;
	font-size: 15px;
	color: #696969;
	padding: 0 10px 0 0;
	height: 29px;
	line-height: 29px
}

.box-dados .row-dado .dado .alterar .fs-dropdown .fs-dropdown-selected:after {
	border-top: 7px solid #9d9d9d;
	right: 10px
}

.box-historico {
	margin-bottom: 50px
}

.box-historico .titulo {
	font-weight: 700;
	font-size: 18px;
	color: #252525;
	display: block;
	margin-bottom: 10px
}

.box-historico .tabela-historico {
	padding: 0 15px
}

.box-historico .tabela-historico .row {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px
}

.box-historico .tabela-historico .row:nth-child(odd) {
	background-color: #f2f2f2
}

.box-historico .tabela-historico .row .col.center {
	text-align: center
}

.box-historico .tabela-historico .row .col span {
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #696969;
	margin-bottom: 10px
}

.box-historico .tabela-historico .row .col strong {
	display: block;
	line-height: 1;
	font-weight: 700;
	font-size: 13px;
	color: #3a3a3a
}

.box-historico .tabela-historico .row .col .rastrear {
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	background-color: #00913d;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-radius: 5px;
	min-height: 30px;
	line-height: 30px;
	text-shadow: 1px 2px 2px #704c98;
	width: 100%;
	max-width: 130px;
	margin: auto;
	margin-top: 5px
}

.box-historico .tabela-historico .row .col .detalhes {
	font-weight: 700;
	font-size: 12px;
	color: #00913d;
	text-transform: uppercase;
	display: block
}

@media all and (max-width:991px) {
	.box-dados .row-dado {
		display: block
	}
	.box-dados .row-dado .dado {
		display: block;
		float: left;
		margin-right: 2.08333333%;
		margin-bottom: 15px
	}
	.box-dados .row-dado .dado-pp {
		width: 12.5%
	}
	.box-dados .row-dado .dado-p {
		width: 23.88888889%
	}
	.box-dados .row-dado .dado-m {
		width: 37.5%
	}
	.box-dados .row-dado .dado-g {
		width: 50.69444444%
	}
	.endereco-cadastro .box-dados:first-child .row-dado {
		margin-bottom: 0
	}
}

@media all and (max-width:767px) {
	.box-historico .tabela-historico .row .col .rastrear {
		line-height: 1;
		padding: 5px
	}
}

@media all and (max-width:640px) {
	.container-top .mensagem-alterar {
		text-align: center
	}
	.box-historico .tabela-historico .row {
		display: block
	}
	.box-historico .tabela-historico .row .col {
		text-align: center
	}
	.box-historico .tabela-historico .row .col:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
		min-height: 50px
	}
	.box-historico .tabela-historico .row .col .rastrear {
		line-height: 30px;
		padding: 0
	}
	.espaco-col {
		width: 100%
	}
}

@media all and (max-width:600px) {
	.box-dados .row-dado .dado,
	.box-dados .row-dado .dado-p,
	.box-dados .row-dado .addTelPainel {
		width: 100%;
		margin-right: 0
	}
	.box-dados .row-dado .addTelPainel {
		text-align: left
	}
}

.conteudo-page {
	margin-top: 25px;
	margin-bottom: 50px
}

.conteudo-page .titulo-page {
	color: #3e3e3e;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 14px
}

.conteudo-page #tabs-info ul.tabs-header {
	width: 100%;
	max-width: 270px;
	float: left;
	list-style: none
}

.conteudo-page #tabs-info ul.tabs-header>li {
	width: 100%
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a {
	background-color: #272727;
	color: #FFF
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a span.ico-duvida {
	background-position: -275px -197px
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a span.ico-privacidade {
	background-position: -439px -198px
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a span.ico-troca {
	background-position: -316px -197px
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a span.ico-pagamento {
	background-position: -357px -197px
}

.conteudo-page #tabs-info ul.tabs-header>li.active>a span.ico-frete {
	background-position: -398px -198px
}

.conteudo-page #tabs-info ul.tabs-header>li>a {
	padding: 8px 8px 8px 8px;
	font-weight: 700;
	font-size: 15px;
	color: #272727;
	display: flex;
	align-items: center
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico {
	display: inline-block;
	background: url('../img/icons.png') no-repeat;
	width: 33px;
	height: 33px;
	margin-right: 15px
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico-duvida {
	background-position: -275px -157px
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico-privacidade {
	background-position: -439px -157px
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico-troca {
	background-position: -316px -157px
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico-pagamento {
	background-position: -357px -157px
}

.conteudo-page #tabs-info ul.tabs-header>li>a span.ico-frete {
	background-position: -398px -157px
}

.conteudo-page #tabs-info .conteudo-tab {
	max-width: calc(100% - 270px);
	width: 100%;
	float: right;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #272727 #d4d4d4 #d4d4d4 #d4d4d4;
	padding: 20px
}

.conteudo-page #tabs-info .conteudo-tab .titulo-tab {
	font-weight: 700;
	font-size: 19px;
	color: #272727;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida:not(:last-child) {
	border-bottom: 1px dashed #CCC
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida.ativo .duvida-header:before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
	transition: .2s ease-in
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida.ativo .duvida-content {
	display: block
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-header {
	padding: 10px 0;
	font-size: 16px;
	color: #3a3a3a;
	display: flex;
	align-items: center;
	cursor: pointer
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-header i {
	margin-right: 5px
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-header:before {
	color: #00913d;
	font-size: 18px;
	margin-right: 10px;
	opacity: .5
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-content {
	background-color: #f2f2f2;
	padding: 20px;
	display: none;
	margin-bottom: 20px
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-content .txt {
	font-size: 15px;
	color: #696969
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-content .txt p {
	padding-bottom: 15px
}

.conteudo-page #tabs-info .conteudo-tab .conteudo-duvidas .box-duvida .duvida-content ul {
	list-style: none
}

.conteudo-page #tabs-info .conteudo-tab .box-content {
	margin-top: 10px
}

.conteudo-page #tabs-info .conteudo-tab .box-content .txt {
	font-size: 15px;
	color: #696969
}

.conteudo-page #tabs-info .conteudo-tab .box-content .txt p {
	padding-bottom: 15px
}

@media all and (min-width:706px) {
	.menu-responsivo-tabs {
		display: none
	}
}

@media all and (max-width:705px) {
	.conteudo-page #tabs-info ul.tabs-header {
		display: none;
		max-width: 100%;
		list-style: none
	}
	.conteudo-page #tabs-info ul.tabs-header li:last-child a {
		padding-bottom: 30px
	}
	.conteudo-page #tabs-info ul.tabs-header li>a {
		padding: 8px 10px;
		background-color: #272727;
		margin: 0 -8px 0 -7px;
		color: #FFF
	}
	.conteudo-page #tabs-info ul.tabs-header li>a span.ico-duvida {
		background-position: -275px -197px
	}
	.conteudo-page #tabs-info ul.tabs-header li>a span.ico-privacidade {
		background-position: -439px -198px
	}
	.conteudo-page #tabs-info ul.tabs-header li>a span.ico-troca {
		background-position: -316px -197px
	}
	.conteudo-page #tabs-info ul.tabs-header li>a span.ico-pagamento {
		background-position: -357px -197px
	}
	.conteudo-page #tabs-info ul.tabs-header li>a span.ico-frete {
		background-position: -398px -198px
	}
	.conteudo-page #tabs-info ul.tabs-header li.active>a {
		background-color: #000
	}
	.conteudo-page #tabs-info .menu-responsivo-tabs {
		font-size: 1.5em;
		color: #FFF;
		background-color: #272727;
		padding: 10px;
		margin: 0 -8px 0 -7px
	}
	.conteudo-page #tabs-info .menu-responsivo-tabs:before {
		content: "";
		display: inline-block;
		background: url('../img/icons.png') no-repeat -83px -74px;
		width: 23px;
		height: 21px;
		vertical-align: middle;
		margin-right: 10px
	}
	.conteudo-page #tabs-info .conteudo-tab {
		max-width: 100%;
		margin-top: 10px
	}
}

#page-quemsomos {
	margin-bottom: 40px
}

#page-quemsomos .breadcrumb {
	margin-bottom: 5px
}

#page-quemsomos .title-page {
	font-size: 31px;
	line-height: 31px
}

#page-quemsomos .historia {
	float: left
}

#page-quemsomos .historia .titulo-page {
	font-weight: 700;
	font-size: 37px;
	color: #434343;
	text-transform: uppercase;
	margin-bottom: 20px
}

#page-quemsomos .historia .txt {
	font-size: 16px;
	color: #696969
}

#page-quemsomos .historia .box {
	margin-top: 40px
}

#page-quemsomos .historia .box strong {
	font-weight: 700;
	font-size: 18px;
	color: #363891;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px
}

#page-quemsomos .historia .box ul {
	list-style: none
}

#page-quemsomos .historia .box ul>li {
	font-size: 16px;
	color: #696969;
	padding-left: 20px;
	position: relative;
	line-height: 1
}

#page-quemsomos .historia .box ul>li:not(:last-child) {
	margin-bottom: 10px
}

#page-quemsomos .historia .box ul>li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #363891;
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px
}

.row-carrinho {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px
}

.row-carrinho .conteudo-carrinho {
	margin-top: 5px;
	width: 100%;
	max-width: 744px;
	float: left
}

.row-carrinho .lista-itens {
	width: 100%;
	max-width: 270px;
	float: right
}

.row-carrinho .lista-itens .titulo-itens {
	font-weight: 700;
	font-size: 18px;
	color: #434343;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.row-carrinho .lista-itens ul {
	list-style: none
}

.row-carrinho .lista-itens ul>li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.row-carrinho .lista-itens ul>li .lista-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.row-carrinho .lista-itens ul>li .lista-top figure {
	width: 29.62962963%;
	float: left;
	margin-right: 5.55555556%
}

.row-carrinho .lista-itens ul>li .lista-top figure img {
	width: 100%
}

.row-carrinho .lista-itens ul>li .lista-top .align-right {
	width: 62.96296296%
}

.row-carrinho .lista-itens ul>li .lista-top .align-right .ttl {
	font-size: 15px;
	color: #313131;
	line-height: 1.2;
	margin-bottom: 10px
}

.row-carrinho .lista-itens ul>li .lista-top .align-right .ref {
	font-size: 14px;
	color: #9b9b9b
}

.row-carrinho .lista-itens ul>li .total {
	display: flex;
	align-items: center
}

.row-carrinho .lista-itens ul>li .total span {
	font-size: 14px;
	color: #515151;
	flex: 2
}

.row-carrinho .lista-itens ul>li .total strong {
	font-size: 16px;
	color: #474747
}

.row-carrinho .lista-itens .box-valores .box-desconto {
	padding: 15px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	display: flex;
	align-items: center
}

.row-carrinho .lista-itens .box-valores .box-desconto span {
	font-size: 15px;
	color: #515151;
	flex: 2;
	line-height: 1
}

.row-carrinho .lista-itens .box-valores .box-desconto strong {
	font-weight: 700;
	font-size: 17px;
	color: #363891
}

.row-carrinho .lista-itens .box-valores .box-total {
	display: flex;
	align-items: center
}

.row-carrinho .lista-itens .box-valores .box-total .align-left {
	font-weight: 700;
	font-size: 16px;
	color: #3b3b3b;
	text-transform: uppercase;
	flex: 2
}

.row-carrinho .lista-itens .box-valores .box-total .align-right .avista {
	font-size: 14px;
	color: #727272;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	line-height: 1
}

.row-carrinho .lista-itens .box-valores .box-total .align-right .avista span {
	font-size: 16px;
	color: #555555
}

.row-carrinho .lista-itens .box-valores .box-total .align-right .parcelado {
	font-size: 14px;
	color: #727272
}

.row-carrinho .lista-itens .box-valores .box-total .align-right .parcelado .valor {
	font-weight: 700;
	font-size: 33px;
	color: #363891;
	display: block
}

.row-carrinho .lista-itens .box-valores .box-total .align-right .parcelado .valor span {
	font-size: 22px
}

@media all and (max-width:1199px) {
	.row-carrinho .conteudo-carrinho {
		margin: 0 auto 30px auto;
		float: none
	}
	.row-carrinho .lista-itens {
		max-width: 744px;
		float: none;
		margin: auto
	}
}

.style-botao {
	font-weight: 700;
	font-size: 18px;
	color: #00913d;
	text-transform: uppercase;
	display: block
}

.bg-cinza {
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2
}

.bg-roxo {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d
}

.conteudo-carrinho .box-cad {
	width: 100%;
	max-width: 340px;
	float: left
}

.conteudo-carrinho .box-cad .conteudo-form {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px
}

.conteudo-carrinho .box-cad .conteudo-form .titulo {
	font-weight: 700;
	font-size: 20px;
	color: #424242;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1
}

.conteudo-carrinho .box-cad .conteudo-form .titulo.roxo {
	color: #363891;
	margin-bottom: 10px !important
}

.conteudo-carrinho .box-cad .conteudo-form .topo-traco {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px
}

.conteudo-carrinho .box-cad .conteudo-form .topo-traco .titulo {
	margin-bottom: 0
}

.conteudo-carrinho .box-cad .conteudo-form .info {
	font-size: 16px;
	color: #696969
}

.conteudo-carrinho .box-cad .conteudo-form .info:not(:last-child) {
	margin-bottom: 20px
}

.conteudo-carrinho .box-cad .conteudo-form .label-class {
	font-size: 15px;
	color: #696969;
	margin-bottom: 10px;
	display: block
}

.conteudo-carrinho .box-cad .conteudo-form .sub-titulo {
	font-size: 16px;
	color: #696969;
	margin-bottom: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .sub-titulo-pessoa {
	font-weight: 700;
	color: #3a3a3a;
	margin-bottom: 15px;
	line-height: 18px
}

.conteudo-carrinho .box-cad .conteudo-form .sub-titulo-pessoa:before {
	content: '';
	float: left;
	background: url('../img/icons.png') no-repeat;
	width: 21px;
	height: 18px;
	display: block;
	margin-right: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .sub-titulo-pessoa.juridica:before {
	background-position: -409px -2px
}

.conteudo-carrinho .box-cad .conteudo-form .sub-titulo-pessoa.fisica:before {
	background-position: -372px 0
}

.conteudo-carrinho .box-cad .conteudo-form .voltar {
	font-size: 14px;
	color: #696969
}

.conteudo-carrinho .box-cad .conteudo-form .right {
	float: right
}

.conteudo-carrinho .box-cad .conteudo-form .left {
	float: left
}

.conteudo-carrinho .box-cad .conteudo-form .center {
	text-align: center;
	margin: auto;
	display: block
}

.conteudo-carrinho .box-cad .conteudo-form .genero {
	margin-bottom: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .genero span {
	font-size: 14px;
	color: #696969
}

.conteudo-carrinho .box-cad .conteudo-form .genero label {
	cursor: pointer;
	border: 1px solid #bfbfbf;
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2;
	padding: 0 15px;
	line-height: 34px
}

.conteudo-carrinho .box-cad .conteudo-form .genero input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0
}

.conteudo-carrinho .box-cad .conteudo-form .genero input[type="radio"]:checked+label {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d;
	color: #FFF
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	height: 45px;
	display: flex
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo:not(:last-child) {
	margin-bottom: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .fisica,
.conteudo-carrinho .box-cad .conteudo-form .box-tipo .juridica {
	flex: 1;
	padding-left: 41px;
	font-weight: 700;
	font-size: 14px;
	color: #3a3a3a;
	height: 43px;
	line-height: 43px;
	float: left;
	position: relative;
	background-color: #FFF;
	box-shadow: inset 0 0 10px 5px #f2f2f2
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .fisica:before,
.conteudo-carrinho .box-cad .conteudo-form .box-tipo .juridica:before {
	content: '';
	float: left;
	display: block;
	background: url('../img/icons.png') no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 10px auto 0
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .fisica:before {
	background-position: -372px 0
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .juridica:before {
	background-position: -409px -2px
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .btn-continuar {
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	float: right;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px #777;
	border-left: 1px solid #aeaeae;
	height: 43px;
	line-height: 43px;
	display: block;
	background-color: #b8b8b8;
	padding: 0 15px;
	box-shadow: inset 0 0 15px 2px #aeaeae
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .btn-continuar:hover {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d;
	text-shadow: 2px 1px 2px #7d55a9;
	border-radius: 0 4px 4px 0
}

.conteudo-carrinho .box-cad .conteudo-form .box-tipo .btn-continuar:before {
	margin-right: 7px;
	font-size: 16px;
	position: relative;
	top: 2px
}

.conteudo-carrinho .box-cad .conteudo-form .linha {
	margin-bottom: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .linha .campo {
	border: 1px solid #bfbfbf;
	font-size: 14px;
	color: #696969;
	line-height: 40px;
	height: 40px;
	padding-left: 12px
}

.conteudo-carrinho .box-cad .conteudo-form .linha .campo-g {
	width: 100%
}

.conteudo-carrinho .box-cad .conteudo-form .linha .campo-m {
	width: 47.56944444%
}

.conteudo-carrinho .box-cad .conteudo-form .linha .campo-m:first-child {
	margin-right: 3.47222222%
}

.conteudo-carrinho .box-cad .conteudo-form .traco {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin: 15px 0 20px 0
}

.conteudo-carrinho .box-cad .conteudo-form .link {
	font-size: 13px;
	color: #696969;
	cursor: pointer;
	line-height: 1
}

.conteudo-carrinho .box-cad .conteudo-form .add {
	margin-bottom: 10px
}

.conteudo-carrinho .box-cad .conteudo-form .btn-form {
	font-weight: 700;
	font-size: 18px;
	color: #00913d;
	text-transform: uppercase;
	display: block;
	margin: 15px auto 0 auto
}

.conteudo-carrinho .box-cad .conteudo-form .btn-sub {
	border: 1px solid #00913d;
	text-shadow: 3px 1px 2px #00913d;
	background-color: #00913d;
	box-shadow: inset 0 0 15px 2px #00913d;
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0 15px;
	border-radius: 6px
}

.conteudo-carrinho .box-cad .conteudo-form .align-item {
	display: flex;
	align-items: flex-end
}

.conteudo-carrinho .box-cad .conteudo-form .align-item .voltar {
	flex: 2
}

.conteudo-carrinho .box-cad .cadastro {
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px;
	display: flex;
	align-items: center
}

.conteudo-carrinho .box-cad .cadastro span {
	font-weight: 700;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
	display: block;
	flex: 2;
	position: relative;
	margin-right: 10px
}

.conteudo-carrinho .box-cad .cadastro span:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #cccccc;
	right: 0;
	top: 0;
	position: absolute;
	display: block
}

.conteudo-carrinho .box-cad .cadastro .btn-cad {
	font-weight: 700;
	font-size: 18px;
	color: #00913d;
	text-transform: uppercase;
	display: block
}

.conteudo-carrinho .mais-info {
	width: 100%;
	max-width: 334px;
	float: right
}

.conteudo-carrinho .mais-info .btn-link {
	font-weight: 700;
	font-size: 20px;
	color: #b1b1b1;
	text-transform: uppercase;
	display: block;
	line-height: 56px;
	height: 56px;
	padding-left: 20px;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px 2px #f4f4f4
}

.conteudo-carrinho .mais-info .btn-link:first-child {
	margin-bottom: 20px
}

@media all and (max-width:715px) {
	.conteudo-carrinho .box-cad {
		float: none;
		margin: 0 auto 20px auto
	}
	.conteudo-carrinho .mais-info {
		margin: 0 auto;
		float: none
	}
}

.box-style {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px
}

.btn-verde {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 55px;
	height: 55px;
	padding: 0 20px
}

.msg-strong {
	font-weight: 700;
	font-size: 18px;
	color: #363891;
	text-align: center;
	display: block;
	line-height: 1.2;
	padding: 10px
}

.msg-pedido {
	margin-top: 50px
}

.msg-pedido .ico {
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	background-position: -430px -23px;
	width: 67px;
	height: 67px;
	display: block;
	margin: 0 auto 30px auto
}

.msg-pedido .title {
	font-weight: 700;
	font-size: 20px;
	color: #00913d;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 20px
}

.msg-pedido.erro .ico {
	background-position: -5px -269px
}

.msg-pedido.erro .title {
	color: #e00000
}

.msg-pedido .mensagem {
	font-size: 15px;
	color: #171717;
	text-align: center
}

.msg-pedido .dados-transferencia {
	width: 100%;
	max-width: 365px;
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 20px 0;
	margin: 50px auto 0 auto
}

.msg-pedido .dados-transferencia strong {
	font-weight: 700;
	font-size: 16px;
	color: #353535;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block
}

.msg-pedido .dados-transferencia .item {
	font-size: 15px;
	color: #171717;
	line-height: 1;
	margin-bottom: 8px
}

.row-carrinho .mais-info {
	display: none
}

.row-carrinho .mais-info a {
	width: 85%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px;
	float: right;
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center
}

.row-carrinho .mais-info a strong {
	font-family: SourceSansBold;
	font-size: 20px;
	color: #bdbdbd;
	display: inline-block;
	text-transform: uppercase;
	flex: 2
}

.row-carrinho .box-dados,
.row-carrinho .box-entrega {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px;
	width: 44.96644295%;
	min-height: 160px
}

.row-carrinho .box-dados .topo,
.row-carrinho .box-entrega .topo {
	margin-bottom: 20px
}

.row-carrinho .box-dados .topo strong,
.row-carrinho .box-entrega .topo strong {
	line-height: 1;
	font-weight: 700;
	font-size: 20px;
	color: #b1b1b1;
	text-transform: uppercase;
	display: inline-block
}

.row-carrinho .box-dados .topo .link,
.row-carrinho .box-entrega .topo .link {
	line-height: 20px;
	font-size: 14px;
	color: #696969;
	float: right
}

.row-carrinho .box-dados.ativo .topo,
.row-carrinho .box-entrega.ativo .topo {
	margin-bottom: 10px
}

.row-carrinho .box-dados.ativo .topo strong,
.row-carrinho .box-entrega.ativo .topo strong {
	color: #424242
}

.row-carrinho .box-dados.ativo .topo .link,
.row-carrinho .box-entrega.ativo .topo .link {
	display: none
}

.row-carrinho .box-dados {
	float: left;
	font-size: 14px;
	color: #b4b4b4
}

.row-carrinho .box-dados .email {
	margin-bottom: 10px
}

.row-carrinho .box-dados .nome {
	margin-bottom: 5px
}

.row-carrinho .box-entrega {
	float: right;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer
}

.row-carrinho .box-entrega.ativo {
	cursor: initial
}

.row-carrinho .box-entrega.ativo .campo-cep {
	display: block
}

.row-carrinho .box-entrega.ativo .dados-preenchidos {
	color: #292929;
	margin-bottom: 10px
}

.row-carrinho .box-entrega.ativo .dados-preenchidos .rua a {
	display: inline-block
}

.row-carrinho .box-entrega.ativo .endereco-content {
	display: block
}

.row-carrinho .box-entrega .titulo {
	font-weight: 700;
	font-size: 20px;
	color: #424242;
	text-transform: uppercase;
	display: block;
	line-height: 1
}

.row-carrinho .box-entrega .campo-cep {
	display: none
}

.row-carrinho .box-entrega .linha {
	margin-bottom: 10px
}

.row-carrinho .box-entrega .linha .campo {
	height: 40px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	font-size: 13px;
	color: #696969;
	display: inline-block
}

.row-carrinho .box-entrega .linha .campo-g {
	width: 100%
}

.row-carrinho .box-entrega .linha .campo-m {
	max-width: 189px;
	width: 100%
}

.row-carrinho .box-entrega .linha .campo-p {
	display: inline-block;
	max-width: 90px;
	width: 100%
}

.row-carrinho .box-entrega .linha .campo-p .fs-dropdown-selected {
	width: 100%;
	height: 40px;
	font-size: 13px;
	color: #696969;
	padding: 0 10px;
	line-height: 40px
}

.row-carrinho .box-entrega .linha .campo-p .fs-dropdown-selected:after {
	border-top: 7px solid #9d9d9d
}

.row-carrinho .box-entrega .linha .campo.margin {
	margin-right: 9px
}

.row-carrinho .box-entrega .btn-ok {
	font-weight: 700;
	font-size: 18px;
	color: #363891;
	text-transform: uppercase;
	line-height: 40px;
	background: none
}

.row-carrinho .box-entrega .n-cep {
	font-size: 13px;
	color: #515151;
	line-height: 1;
	display: block;
	margin-bottom: 10px
}

.row-carrinho .box-entrega .dados-preenchidos {
	font-size: 15px;
	color: #b4b4b4
}

.row-carrinho .box-entrega .dados-preenchidos .rua a {
	display: none;
	font-size: 14px;
	color: #696969
}

.row-carrinho .box-entrega .endereco-content {
	display: none
}

.row-carrinho .box-entrega .endereco-content .row-frete {
	margin-bottom: 15px
}

.row-carrinho .box-entrega .endereco-content .row-frete strong {
	font-weight: 700;
	font-size: 14px;
	color: #424242;
	margin-bottom: 10px;
	display: block
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete {
	width: 100%
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete .radio {
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete .radio:checked+label {
	background-color: #00913d;
	box-shadow: inset 0 0 12px 2px #00913d;
	color: #FFF
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete .radio:checked+label:before {
	color: inherit
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete label {
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 10px;
	color: #3a3a3a;
	background-color: #fcfcfc;
	box-shadow: inset 0 0 12px 2px #e5e5e5;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	position: relative;
	display: block;
	line-height: 22px;
	font-weight: 600;
	padding: 8px
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete label:before {
	margin-right: 8px;
	color: #bfbfbf
}

.row-carrinho .box-entrega .endereco-content .row-frete .opcao-frete .info {
	font-size: 13px;
	color: #515151;
	display: block
}

.row-carrinho .box-entrega .endereco-content .btn-submit {
	width: 100%;
	line-height: 49px;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #69c14d;
	text-shadow: 1px 2px 2px #52963c;
	border-radius: 4px;
	border: none
}

.btn-verde {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
}

.btn-verde:hover {
	color: #ffffff;
	background-color: #4db32d;
}

.box-style {
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px 2px #f4f4f4;
	padding: 20px;
}

.box-pagamento {
	width: 44.96644295%;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px 2px #f4f4f4;
	padding: 20px;
	float: right;
	cursor: pointer;
}

.box-pagamento.ativo .box-cupom{display: block !important;}
.box-pagamento.ativo {
	cursor: initial;
	width: 100%;
	margin-top: 30px;
	float: none;
	border-top: 7px solid #5cb774;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.box-pagamento.ativo .topo {
	margin-bottom: 20px;
}

.box-pagamento.ativo .topo strong {
	color: #424242;
}

.box-pagamento.ativo .topo .ambiente {
	display: block;
}

.box-pagamento.ativo .box-conteudo {
	display: block;
	padding-top: 15px;
}

.box-pagamento .topo {
	display: flex;
	align-items: center;
}

.box-pagamento .topo strong {
	font-weight: 700;
	font-size: 20px;
	color: #bdbdbd;
	display: inline-block;
	text-transform: uppercase;
	flex: 2;
}

.box-pagamento .topo .ambiente {
	display: none;
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
	color: #424242;
	width: 100%;
	max-width: 250px;
	padding: 4px 0 0 125px;
	position: relative;
	height: 57px;
}

.box-pagamento .topo .ambiente:before {
	content: '';
	background: url('../img/certificado.jpg') no-repeat;
	width: 115px;
	height: 57px;
	margin-right: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.box-pagamento .box-cupom {
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #f2f2f2;
	display: none;
}

.box-pagamento .box-cupom__right {
	text-align: right;
	display: initial;
}

.box-pagamento .box-cupom label {
	font-size: 15px;
	color: #515151;
	line-height: 1.2;
	margin-right: 20px;
	font-weight: normal;
}

.box-pagamento .box-cupom .txtNum {
	border: 1px solid #e8e8e8;
	height: 38px;
	padding: 0 10px;
	font-size: 13px;
	color: #696969;
	margin-right: 10px;
	max-width: 260px;
	width: 100%;
	border-radius: 3px;
}

.box-pagamento .box-cupom .btn-calc {
	color: #ffffff;
	font-size: 17px;
	padding: 0 15px;
	background-color: #dcb500;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 37px;
	line-height: 37px;
	border: none;
	border-radius: 3px;
	font-weight: 700;
}

.box-pagamento .box-conteudo {
	display: none;
}

.box-pagamento .box-conteudo .box-valores .linha {
	margin-bottom: 15px;
}

.box-pagamento .box-conteudo .box-valores .linha .box-valor:not(:nth-child(3n)) {
	margin-right: 13px;
}

.box-pagamento .box-conteudo .box-valores .box-valor {
	background-color: #f2f2f2;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 250px;
	float: left;
}

.box-pagamento .box-conteudo .box-valores .box-valor-p {
	max-width: 175px;
}

.box-pagamento .box-conteudo .box-valores .box-valor span {
	font-size: 15px;
	color: #515151;
	flex: 2;
}

.box-pagamento .box-conteudo .box-valores .box-valor strong {
	font-weight: 700;
	font-size: 17px;
	color: #252525;
}

.box-pagamento .box-conteudo .box-valores .box-total {
	width: 100%;
	max-width: 250px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-left {
	font-weight: 700;
	font-size: 16px;
	color: #3b3b3b;
	text-transform: uppercase;
	flex: 2;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-right .avista {
	font-size: 14px;
	color: #727272;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	line-height: 1;
	text-align: right;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-right .avista span {
	font-size: 16px;
	color: #555555;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-right .parcelado {
	font-size: 14px;
	color: #727272;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-right .parcelado .valor {
	font-weight: 700;
	font-size: 33px;
	color: #252525;
	display: block;
}

.box-pagamento .box-conteudo .box-valores .box-total .align-right .parcelado .valor span {
	font-size: 22px;
}

.box-pagamento .box-conteudo .box-valores .btn-forma {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
	max-width: 370px;
}

.box-pagamento .box-conteudo .box-valores .btn-forma:hover {
	color: #ffffff;
	background-color: #4db32d;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top {
	list-style: none;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li {
	width: 23%;
	float: left;
	cursor: pointer;
	min-height: 172px;
	padding: 15px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin-right: 2%;
	margin-bottom: 15px;
	border-top: 7px solid transparent;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li:after {
	content: 'Selecionar';
	display: inline-block;
	background-color: #f2f2f2;
	color: #515151;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 20px;
	border-radius: 3px;
	margin-top: 5px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li:last-child() {
	margin-right: 0;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li .alterar {
	background-color: #f2f2f2;
	color: #515151;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 20px;
	border-radius: 3px;
	margin-top: 5px;
	display: inline-block;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #424242;
	line-height: 16px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li .img-logo {
	margin-bottom: 10px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li .fas {
	font-size: 40px;
	margin-top: 7px;
	display: block;
	margin-bottom: 7px;
	color: #515151;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li:hover {
	border-top: 7px solid #5cb774;
	box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.5);
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li:hover:after {
	background-color: #5cb774;
	color: #ffffff;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li.active {
	border-top: 7px solid #5cb774;
	box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.5);
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li.active:after {
	content: 'ESCOLHIDO!';
	background-color: #5cb774;
	color: #ffffff;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-top li.active .box-cupom {
	display: none;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo {
	padding-top: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .btn-pag {
	border: none;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
  /* max-width: 255px; */
	width: auto;
	display: inline-block;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .btn-pag:hover {
	color: #ffffff;
	background-color: #4db32d;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .btn-pag-depo {
	border: none;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
  /* max-width: 255px; */
	width: auto;
	display: inline-block;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .btn-pag-depo:hover {
	color: #ffffff;
	background-color: #4db32d;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo {
	margin: 10px 0 0 0;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .tipo {
	font-size: 14px;
	color: #717171;
	margin-bottom: 20px;
	font-weight: 600;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas {
	list-style: none;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li {
	border: 1px solid #f1f1f1;
	width: 70px;
	height: 45px;
	position: relative;
	background-color: #FFF;
	float: left;
	margin: 0 15px 20px 0;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li span {
	background-color: #f9880c;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 30px;
	min-width: 22px;
	min-height: 22px;
	line-height: 22px;
	position: absolute;
	right: -9px;
	bottom: -10px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: url('../img/formas-pagamento.png') no-repeat;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.sicoob:before {
	background-position: -301px -202px;
	width: 60px;
	height: 17px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.visa:before {
	background-position: -6px -69px;
	width: 42px;
	height: 15px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.banri:before {
	background-position: -126px -133px;
	width: 23px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.maestro:before {
	background-position: -6px -102px;
	width: 34px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.masterC:before {
	background-position: -56px -69px;
	width: 34px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.cabral:before {
	background-position: -57px -132px;
	width: 18px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.aura:before {
	background-position: -83px -132px;
	width: 35px;
	height: 23px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.bancoBr:before {
	background-position: -158px -132px;
	width: 27px;
	height: 27px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.hsbc:before {
	background-position: -211px -69px;
	width: 34px;
	height: 17px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.bradesco:before {
	background-position: -285px -102px;
	width: 27px;
	height: 27px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.banrisul:before {
	background-position: -126px -133px;
	width: 24px;
	height: 23px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.logo:before {
	background-position: -179px -69px;
	width: 24px;
	height: 18px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.grandCard:before {
	background-position: -4px -133px;
	width: 45px;
	height: 18px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.americanE:before {
	background-position: -79px -102px;
	width: 21px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.hipercard:before {
	background-position: -136px -109px;
	width: 35px;
	height: 15px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.mais:before {
	background-position: -98px -69px;
	width: 38px;
	height: 24px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.pb:before {
	background-position: -231px -102px;
	width: 46px;
	height: 23px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.avista:before {
	background-position: -292px -69px;
	width: 45px;
	height: 15px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.soroCred:before {
	background-position: -144px -69px;
	width: 27px;
	height: 27px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.valeCard:before {
	background-position: -320px -102px;
	width: 46px;
	height: 23px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.brCard:before {
	background-position: -242px -147px;
	width: 49px;
	height: 7px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.elo:before {
	background-position: -108px -104px;
	width: 20px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.personal:before {
	background-position: -193px -133px;
	width: 41px;
	height: 21px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.jcb:before {
	background-position: -305px -139px;
	width: 26px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-tipo .formas li.boleto:before {
	background-position: -179px -102px;
	width: 44px;
	height: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-transferencia {
	margin-bottom: 20px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-transferencia > strong {
	font-weight: 700;
	font-size: 16px;
	color: #dcb500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-transferencia .bancos strong {
	color: #000;
	font-weight: 700;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-transferencia .item {
	font-size: 15px;
	color: #171717;
	line-height: 1;
	margin-bottom: 7px;
	line-height: 22px;
}

.box-pagamento .box-conteudo .tabs-formas .tabs-conteudo .box-transferencia .inf {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #696969;
}

@media all and (max-width:715px) {
	.container .row-carrinho .conteudo-carrinho .box-dados {
		float: none;
		width: 100%;
		max-width: 340px
	}
	.container .row-carrinho .box-pagamento,
	.container .row-carrinho .box-dados,
	.container .row-carrinho .box-entrega {
		width: 100%;
		max-width: 340px;
		margin: auto;
		float: none
	}
	.container .row-carrinho .box-dados,
	.container .row-carrinho .box-entrega {
		margin-bottom: 20px
	}
	.container .row-carrinho .box-pagamento.ativo {
		margin-top: 0;
		max-width: 100%
	}
	.container .row-carrinho .box-pagamento .box-conteudo .box-valores .box-valor {
		max-width: 100%
	}
	.container .row-carrinho .box-pagamento .box-conteudo .box-valores .box-valor:not(:last-child) {
		margin-bottom: 15px
	}
	.container .row-carrinho .box-pagamento .box-conteudo .box-valores .box-valor.box-valor-p {
		max-width: 100%
	}
	.container .row-carrinho .box-pagamento .box-conteudo .box-valores .box-total {
		max-width: 100%
	}
	.container .row-carrinho .box-pagamento .box-conteudo .box-valores .btn-forma {
		margin: auto;
		display: block
	}
}

@media all and (max-width:640px) {
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.pag-seguro {
		padding-right: 1.71526587%
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.transferencia {
		padding-left: 1.71526587%
	}
}

@media all and (max-width:594px) {
	.row-carrinho .box-pagamento.ativo .topo {
		display: block
	}
	.row-carrinho .box-pagamento.ativo .topo strong {
		display: block;
		width: 100%;
		margin-bottom: 15px
	}
	.row-carrinho .box-pagamento .box-conteudo .box-cupom label {
		display: block
	}
}

@media all and (max-width:575px) {
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top:before {
		content: 'Selecione a forma de pagamento:';
		font-weight: 700;
		font-size: 15px;
		color: #424242;
		display: block;
		margin-bottom: 10px
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li {
		padding: 1.93050193%;
		min-height: initial;
		width: 100%;
		border: none
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li:first-child {
		margin-bottom: 15px
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.pag-seguro,
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li .transferencia {
		border: none
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.pag-seguro:before {
		margin: auto
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.transferencia .align-center {
		margin: auto;
		line-height: 1
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-top li.active {
		border: 2px solid #00913d
	}
	.row-carrinho .box-pagamento .box-conteudo .tabs-formas .tabs-conteudo {
		border-top: 1px solid #CCC;
		margin-top: 20px
	}
}

@media all and (max-width:415px) {
	.row-carrinho .box-pagamento .box-conteudo .box-cupom label {
		line-height: 1;
		margin-bottom: 10px
	}
	.row-carrinho .box-pagamento .box-conteudo .box-valores .btn-forma {
		font-size: 16px;
		padding: 0
	}
}

@media all and (max-width:350px) {
	.tamanho-responsivo {
		width: 100% !important;
		max-width: 100%;
		margin-bottom: 10px
	}
	.row-carrinho .box-entrega .linha .campo-p.tamanho-responsivo,
	.row-carrinho .box-entrega .linha .campo-m.tamanho-responsivo {
		max-width: 100% !important
	}
}

.page-dados .espaco-img {
	padding: 15px 0 15px
}

.page-dados .espaco-img img {
	margin: auto
}

@media (min-width:768px) {
	.page-dados .espaco-img {
		padding: 30px 0 20px
	}
}

.page-dados .breadcrumb {
	border-top: 1px solid #ccc;
	padding-top: 10px
}

.page-dados .footer .endereco {
	border-top: 1px solid #ccc
}

.page-dados .site-info {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 10px
}

@media (min-width:768px) {
	.page-dados .site-info {
		margin-top: 50px
	}
}

.page-dados .site-info .row .item-info {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 15px
}

.page-dados .site-info .row .item-info strong {
	font-size: 16px;
	font-weight: 700;
	color: #303030
}

.page-dados .site-info .row .item-info.compra:before {
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background-position: -439px -157px
}

.page-dados .site-info .row .item-info.envio:before {
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background-position: -398px -157px
}

.page-dados .box-atendimento {
	padding-top: 15px;
	float: left;
	width: 100%
}

@media (min-width:768px) {
	.page-dados .box-atendimento {
		padding-top: 50px
	}
}

.page-dados .box-atendimento .list-group .list-group-item {
	color: #333;
	font-size: 15px;
	padding: 0;
	float: left
}

.page-dados .box-atendimento .list-group .list-group-item:before {
	content: '';
	display: block;
	float: left;
	background-image: url('../img/icons.png');
	width: 33px;
	height: 33px;
	margin-right: 10px
}

.page-dados .box-atendimento .list-group .list-group-item.atendimento {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.page-dados .box-atendimento .list-group .list-group-item.atendimento {
		padding-right: 40px;
		margin-bottom: 0
	}
}

.page-dados .box-atendimento .list-group .list-group-item.atendimento a {
	background: url(../img/icons.png) no-repeat -2px -97px;
	width: 184px;
	height: 37px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px
}

.page-dados .box-atendimento .list-group .list-group-item.atendimento:before {
	background-position: -12px -182px
}

.page-dados .box-atendimento .list-group .list-group-item.whatsapp {
	font-size: 20px
}

.page-dados .box-atendimento .list-group .list-group-item.whatsapp a {
	color: #333;
	line-height: 33px;
	font-size: 15px;
	color: #00913d;
	font-weight: 600
}

.page-dados .box-atendimento .list-group .list-group-item.whatsapp span {
	font-size: 15px
}

.page-dados .box-atendimento .list-group .list-group-item.whatsapp:before {
	background-position: -51px -182px
}

.box-style {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px
}

.btn-verde {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 55px;
	height: 55px;
	padding: 0 20px
}

.row-carrinho .mais-info {
	display: none
}

.row-carrinho .box-dados,
.row-carrinho .box-entrega {
	width: 44.96644295%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px 2px #f4f4f4;
	padding: 20px;
	min-height: 170px
}

.row-carrinho .box-dados .topo,
.row-carrinho .box-entrega .topo {
	margin-bottom: 20px
}

.row-carrinho .box-dados .topo strong,
.row-carrinho .box-entrega .topo strong {
	line-height: 1;
	font-weight: 700;
	font-size: 20px;
	color: #b1b1b1;
	text-transform: uppercase;
	display: inline-block
}

.row-carrinho .box-dados .topo .link,
.row-carrinho .box-entrega .topo .link {
	line-height: 20px;
	font-size: 14px;
	color: #696969;
	float: right
}

.row-carrinho .box-dados {
	float: left;
	font-size: 14px;
	color: #bdbdbd
}

.row-carrinho .box-dados .email {
	margin-bottom: 10px
}

.row-carrinho .box-dados .nome {
	margin-bottom: 5px
}

.row-carrinho .box-entrega {
	float: right;
	font-size: 15px;
	color: #bdbdbd
}

.row-carrinho .box-entrega .rua,
.row-carrinho .box-entrega .bairro,
.row-carrinho .box-entrega .cidade {
	line-height: 1;
	margin-bottom: 5px
}

.row-carrinho .box-entrega .frete {
	margin-top: 10px
}

#page-contato .title-page {
	padding-top: 30px;
	margin-bottom: 10px
}

#page-contato .sub-txt {
	font-size: 16px;
	color: #252525
}

#page-contato .padrao-txt {
	font-size: 15px;
	font-weight: 700;
	color: #444444
}

#page-contato .inline {
	display: inline-block
}

#page-contato .btn-duvidas {
	display: inline-block;
	margin-left: 20px;
	padding: 13px 16px;
	background: #00913d;
	color: #FFF;
	cursor: pointer;
	border-radius: 47px;
	position: relative
}

#page-contato .btn-duvidas:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 25px;
	position: absolute;
	left: -45px;
	top: 33px;
	background: url("../img/icons.png") -374px -24px no-repeat
}

#page-contato .spc-1 {
	margin-bottom: 10px
}

#page-contato .spc-2 {
	margin-bottom: 20px
}

#page-contato .spc-3 {
	margin-bottom: 30px
}

#page-contato .spc-4 {
	margin-bottom: 40px
}

#page-contato .linha-separadora {
	border-top: 1px solid #dcdcdc;
	padding-top: 30px
}

#page-contato .contato {
	float: left
}

#page-contato .contato .caixa {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px
}

#page-contato .contato select,
#page-contato .contato input[type="text"] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	color: #777;
	width: 100%
}

#page-contato .contato input[type="text"].tlf-input {
	width: 45%
}

#page-contato .contato .tlf-input:first-child {
	margin-right: 8%
}

#page-contato .contato textarea {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	color: #777;
	width: 100%;
	min-height: 80px
}

#page-contato .contato input[type="submit"] {
	color: #ffffff;
	font-size: 17px;
	padding: 0 15px;
	background-color: #00913d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 45px;
	font-weight: 700;
	width: 100%;
	text-align: center
}

#page-contato .contato input[type="text"]:hover,
#page-contato .contato textarea:hover {
	border-color: #00913d;
	cursor: pointer;
	box-shadow: 0 0 30px -15px #000
}

#page-contato .msgn-enviado .msgn-titulo,
#page-contato .msgn-erro .msgn-titulo {
	font-size: 18px;
	color: #00913d;
	text-align: center;
	display: block;
	font-weight: 700
}

#page-contato .msgn-enviado .msgn-texto,
#page-contato .msgn-erro .msgn-texto {
	font-size: 16px;
	color: #171717;
	text-align: center;
	display: block
}

#page-contato .parte-one .before,
#page-contato .parte-two .before {
	padding-left: 50px;
	position: relative
}

#page-contato .parte-one .before:before,
#page-contato .parte-two .before:before {
	display: inline-block;
	font-size: 2.5em;
	color: #00913d;
	position: absolute;
	left: 0;
	top: 0
}

#page-contato .parte-one .atendimento:before,
#page-contato .parte-two .atendimento:before {
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background-position: -12px -182px
}

#page-contato .parte-one .atendimento a,
#page-contato .parte-two .atendimento a {
	background: url(../img/icons.png) no-repeat -2px -97px;
	width: 184px;
	height: 37px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px
}

#page-contato .parte-one .atendimento .txt-atendimento,
#page-contato .parte-two .atendimento .txt-atendimento {
	font-size: 15px;
	color: #FFF;
	background: #00b261;
	padding: 7.5px;
	position: relative;
	display: inline-block;
	margin: 0 10px
}

#page-contato .parte-one .atendimento .txt-atendimento:before,
#page-contato .parte-two .atendimento .txt-atendimento:before,
#page-contato .parte-one .atendimento .txt-atendimento:after,
#page-contato .parte-two .atendimento .txt-atendimento:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0
}

#page-contato .parte-one .atendimento .txt-atendimento:before,
#page-contato .parte-two .atendimento .txt-atendimento:before {
	left: -20px;
	border-top: 18px solid #00b261;
	border-left: 10px solid #fff;
	border-bottom: 18px solid #00b261;
	border-right: 10px solid #00b261
}

#page-contato .parte-one .atendimento .txt-atendimento:after,
#page-contato .parte-two .atendimento .txt-atendimento:after {
	right: -20px;
	border-top: 18px solid #00b261;
	border-left: 10px solid #00b261;
	border-bottom: 18px solid #00b261;
	border-right: 10px solid #fff
}

#page-contato .parte-one .tel,
#page-contato .parte-two .tel {
	font-size: 18px;
	color: #282828;
	line-height: 35px
}

#page-contato .parte-one .tel:before,
#page-contato .parte-two .tel:before {
	font-size: 35px;
	top: 50%;
	transform: translateY(-50%)
}

#page-contato .parte-one .tel span,
#page-contato .parte-two .tel span {
	font-size: 15px
}

#page-contato .parte-one .tel.whats a,
#page-contato .parte-two .tel.whats a {
	color: #00913d;
	font-weight: 600
}

#page-contato .parte-one .telefone:before,
#page-contato .parte-two .telefone:before {
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background-position: -12px -228px
}

#page-contato .parte-one .whats:before,
#page-contato .parte-two .whats:before {
	background-position: -51px -182px;
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px
}

#page-contato .parte-one .email:before,
#page-contato .parte-two .email:before {
	content: '';
	display: block;
	float: left;
	background-image: url(../img/icons.png);
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background-position: -51px -228px
}

#page-contato .parte-one .email .txt-email,
#page-contato .parte-two .email .txt-email {
	font-size: 15px;
	color: #282828;
	line-height: 2.5
}

#page-contato .parte-one .horario .txt-horario,
#page-contato .parte-two .horario .txt-horario,
#page-contato .parte-one .horario span,
#page-contato .parte-two .horario span {
	display: inline-block;
	font-size: 15px
}

#page-contato .parte-one .horario .txt-horario,
#page-contato .parte-two .horario .txt-horario {
	color: #696969
}

#page-contato .parte-one .horario span,
#page-contato .parte-two .horario span {
	color: #282828;
	min-width: 80px
}

.btn-verde {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
}

.btn-verde:hover {
	color: #ffffff;
	background-color: #4db32d;
}

.cartoes-aceitos {
	list-style: none;
}

.cartoes-aceitos li {
	border: 1px solid #f1f1f1;
	width: 70px;
	height: 45px;
	float: left;
	margin: 0 5px 5px 0;
	background: url('../img/ps-brands-x30.png') no-repeat #fff;
	width: 41px;
	height: 25px;
	border-radius: 6px;
}

.cartoes-aceitos li.visa {
	background-position: -330px -203px;
}

.cartoes-aceitos li.dinners {
	background-position: -200px -150px;
}

.cartoes-aceitos li.banese {
	background-position: -134px -3px;
	background-color: #00672a;
}

.cartoes-aceitos li.upbr {
	background-position: -328px -52px;
	background-color: #fe9d00;
}

.cartoes-aceitos li.masterC {
	background-position: -263px -202px;
	background-color: #000;
}

.cartoes-aceitos li.cabral {
	background-position: -198px -101px;
	background-color: #00528d;
}

.cartoes-aceitos li.aura {
	background-position: -8px -52px;
}

.cartoes-aceitos li.grandCard {
	background-position: -5px -4px;
}

.cartoes-aceitos li.americanE {
	background-position: -134px -203px;
}

.cartoes-aceitos li.hiper {
	background-position: -199px -204px;
	background-color: #ff7a01;
}

.cartoes-aceitos li.hipercard {
	background-position: -262px -3px;
	background-color: #b21417;
}

.cartoes-aceitos li.mais {
	background-position: -263px -152px;
	background-color: #000;
}

.cartoes-aceitos li.soroCred {
	background-position: -265px -253px;
}

.cartoes-aceitos li.valeCard {
	background-position: -327px -103px;
}

.cartoes-aceitos li.brCard {
	background-position: -197px -53px;
}

.cartoes-aceitos li.elo {
	background-position: -2px -204px;
}

.cartoes-aceitos li.fortbr {
	background-position: -68px -203px;
	background-color: #d2dd00;
}

.cartoes-aceitos li.personal {
	background-position: -5px -253px;
}

.tabs-formas-payment-type ul.formas {
	margin-bottom: 25px;
}

.tabs-formas-payment-type ul.formas li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 20px;
	background: #eaeaea;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 5px;
}

.tabs-formas-payment-type ul.formas li i {
	font-size: 18px;
	margin-right: 5px;
}

.tabs-formas-payment-type ul.formas li a {
	color: #333;
}

.tabs-formas-payment-type ul.formas li.active {
	background: #e5e5e5;
}

.tabs-formas-payment-type ul.formas li.active a {
	font-weight: bold;
}

.form-pag .campos,
.form-pagamento .campos,
#pay .campos {
	margin-bottom: 10px;
}

.form-pag .campos label,
.form-pagamento .campos label,
#pay .campos label {
	font-size: 14px;
	display: block;
	text-align: right;
}

.form-pag .campos label.mt,
.form-pagamento .campos label.mt,
#pay .campos label.mt {
	margin-top: 10px;
}

.form-pag .campos label small,
.form-pagamento .campos label small,
#pay .campos label small {
	font-size: 12px;
	font-weight: normal;
}

.form-pag .campos select,
.form-pagamento .campos select,
#pay .campos select,
.form-pag .campos input,
.form-pagamento .campos input,
#pay .campos input {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	color: #777;
	width: 100%;
}

.form-pag .campos input[type="text"]:hover,
.form-pagamento .campos input[type="text"]:hover,
#pay .campos input[type="text"]:hover,
.form-pag .campos textarea:hover,
.form-pagamento .campos textarea:hover,
#pay .campos textarea:hover {
	border-color: #dcb500;
	cursor: pointer;
	box-shadow: 0 0 30px -15px #000;
}

.form-pag .btn-submit,
.form-pagamento .btn-submit,
#pay .btn-submit {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px 2px #50923a;
	background-color: #69c14d;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px 20px;
	display: inline-block;
	width: auto;
	border: 0;
	margin-top: 10px;
}

.form-pag .btn-submit:hover,
.form-pagamento .btn-submit:hover,
#pay .btn-submit:hover {
	color: #ffffff;
	background-color: #4db32d;
}

@media all and (max-width:991px) {
	#page-contato .padrao-txt.spc-4.inline {
		margin-bottom: 10px
	}
	#page-contato .btn-duvidas {
		margin-bottom: 20px
	}
	#page-contato .btn-duvidas:before {
		display: none
	}
	#page-contato .contato input[type="text"].tlf-input {
		width: 48%;
		float: left
	}
	#page-contato .contato .tlf-input:first-child {
		margin-right: 4%
	}
}

@media all and (max-width:767px) {
	.espaco-cont-form,
	.espaco-cont-atendimento {
		width: 100%
	}
	.espaco-cont-form,
	.espaco-cont-atendimento {
		text-align: center
	}
	.parte-one,
	.parte-two {
		width: 280px;
		display: block;
		margin: auto;
		text-align: left
	}
	#page-contato .contato .caixa {
		margin: auto
	}
	#page-contato .contato .caixa .fs-dropdown {
		margin-bottom: 15px
	}
	#page-contato .contato .caixa input[type="text"] {
		margin-bottom: 15px
	}
	#page-contato .contato .caixa input[type="text"].tlf-input {
		width: 100%
	}
	#page-contato .contato .caixa .tlf-input:first-child {
		margin-right: 14px
	}
	#page-contato .contato .caixa textarea {
		margin-bottom: 25px
	}
}

hgroup {
	margin: 30px 0 15px 0
}

hgroup .titulo-cliente {
	font-weight: 700;
	font-size: 30px;
	color: #252525;
	line-height: 1;
	margin-bottom: 20px
}

.voltar-painel {
	font-weight: 700;
	font-size: 17px;
	color: #00913d;
	margin-bottom: 15px;
	display: block
}

.voltar-painel:hover {
	color: #00913d
}

.voltar-painel.center {
	margin: 0 auto 40px auto;
	display: block;
	width: 100%;
	max-width: 195px
}

.info-pedido ul {
	margin-bottom: 20px
}

.info-pedido ul .item {
	background-color: #f2f2f2;
	padding: 10px;
	display: flex;
	align-items: center;
	width: 24.17777778%;
	float: left
}

.info-pedido ul .item:not(:nth-child(3)) {
	margin-right: 1.33333333%
}

.info-pedido ul .item:nth-child(3) {
	width: 48.88888889%
}

.info-pedido ul .item:nth-child(3) strong {
	flex: 4
}

.info-pedido ul .item:nth-child(3) .btn-rastreio {
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	background-color: #00913d;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-radius: 5px;
	min-height: 30px;
	line-height: 30px;
	text-shadow: 1px 2px 2px #704c98;
	width: 100%;
	max-width: 130px;
	float: right
}

.info-pedido ul .item span {
	font-size: 15px;
	color: #515151;
	flex: 2
}

.info-pedido ul .item strong {
	font-weight: 700;
	font-size: 17px;
	color: #3a3a3a
}

.informacoes {
	width: 100%;
	margin-bottom: 45px
}

.informacoes .item {
	width: 24.17777778%;
	float: left;
	font-size: 15px;
	color: #292929
}

.informacoes .item:not(:last-child) {
	margin-right: 1.33333333%
}

.informacoes .item strong {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
	margin-bottom: 15px
}

.informacoes .item .envio {
	margin-top: 15px
}

.informacoes .item .btn-verde {
	font-size: 16px;
	padding: 0 10px;
	border: 0;
	margin-top: 20px;
	line-height: 50px;
	height: 50px
}

.box-minhas-compras {
	margin-bottom: 30px
}

.box-minhas-compras .titulo {
	font-weight: 700;
	font-size: 18px;
	color: #434343;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px
}

.box-minhas-compras .lista {
	margin-bottom: 20px
}

.box-minhas-compras .lista .row {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5
}

.box-minhas-compras .lista .row:last-child {
	border-bottom: 1px solid #e5e5e5
}

.box-minhas-compras .lista .row .col:not(:first-child) span {
	font-size: 14px;
	color: #515151;
	display: block;
	margin-bottom: 10px;
	line-height: 1
}

.box-minhas-compras .lista .row .col:not(:first-child) strong {
	line-height: 1;
	font-weight: 700;
	font-size: 17px;
	color: #5a5a5a;
	display: block
}

.box-minhas-compras .lista .row .col .img-produto {
	width: 14.03508772%;
	max-height: 75px;
	display: block;
	float: left;
	margin-right: 2.63157895%
}

.box-minhas-compras .lista .row .col .img-produto img {
	max-width: 80px;
	width: 100%;
	height: 100%
}

.box-minhas-compras .lista .row .col .descricao {
	display: block;
	width: 80.52631579%;
	float: left
}

.box-minhas-compras .lista .row .col .descricao .titulo-produto {
	font-size: 15px;
	color: #313131;
	margin-bottom: 10px;
	line-height: 1.2
}

.box-minhas-compras .lista .row .col .descricao .ref {
	font-size: 14px;
	color: #9b9b9b
}

.box-minhas-compras .box-valores {
	width: 100%;
	max-width: 555px;
	float: right;
	margin-bottom: 15px
}

.box-minhas-compras .box-valores .frete,
.box-minhas-compras .box-valores .voce-economizou {
	background-color: #f2f2f2;
	padding: 15px 13px;
	display: flex;
	align-items: center;
	width: 48.64864865%;
	float: left
}

.box-minhas-compras .box-valores .frete:not(:last-child),
.box-minhas-compras .box-valores .voce-economizou:not(:last-child) {
	margin-right: 2.7027027%
}

.box-minhas-compras .box-valores .frete span,
.box-minhas-compras .box-valores .voce-economizou span {
	font-size: 15px;
	color: #515151;
	flex: 2
}

.box-minhas-compras .box-valores .frete strong,
.box-minhas-compras .box-valores .voce-economizou strong {
	font-weight: 700;
	font-size: 17px;
	color: #5a5a5a
}

.box-minhas-compras .box-total {
	max-width: 270px;
	width: 100%;
	float: right
}

.box-minhas-compras .box-total strong {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #3b3b3b;
	text-transform: uppercase;
	float: left
}

.box-minhas-compras .box-total span {
	font-size: 16px;
	color: #555555;
	display: block;
	float: right
}

@media all and (max-width:991px) {
	.informacoes .item {
		width: 48.88888889%;
		margin-right: 0
	}
	.informacoes .item:first-child {
		margin-right: 2.08333333%
	}
	.info-pedido ul .item:not(:nth-child(3)) {
		width: 48.88888889%;
		margin-right: 0
	}
	.info-pedido ul .item:first-child {
		margin-right: 2.08333333%
	}
	.info-pedido ul .item:nth-child(3) {
		margin-top: 15px;
		width: 100%
	}
}

@media all and (max-width:767px) {
	.box-minhas-compras .lista .row {
		display: block
	}
	.box-minhas-compras .lista .row .col {
		text-align: center
	}
	.box-minhas-compras .lista .row .col:first-child {
		margin-bottom: 15px
	}
	.box-minhas-compras .lista .row .col:first-child .img-produto {
		width: 100%;
		margin-bottom: 15px
	}
	.box-minhas-compras .lista .row .col:first-child .img-produto img {
		margin: auto
	}
	.box-minhas-compras .lista .row .col:first-child .descricao {
		width: 100%;
		text-align: center
	}
}

@media all and (max-width:480px) {
	.informacoes .item {
		width: 100%;
		margin-right: 0
	}
	.informacoes .item:first-child {
		margin-bottom: 15px
	}
	.info-pedido ul .item {
		width: 100% !important;
		margin-right: 0;
		display: block
	}
	.info-pedido ul .item span {
		display: inline-block;
		width: 49%;
		text-align: left
	}
	.info-pedido ul .item strong {
		display: inline-block;
		width: 50%;
		text-align: right
	}
	.info-pedido ul .item:not(:first-child) {
		margin-top: 15px
	}
	.box-minhas-compras .lista .row .col:not(:first-child) {
		width: 100%
	}
	.box-minhas-compras .lista .row .col:not(:last-child) {
		margin-bottom: 15px
	}
	.box-minhas-compras .box-valores .frete,
	.box-minhas-compras .box-valores .voce-economizou {
		width: 100%
	}
	.box-minhas-compras .box-valores .frete {
		margin-bottom: 15px
	}
	.box-minhas-compras .box-total {
		width: 100%;
		max-width: 100%
	}
}