html,body
{
	overflow-x: hidden;
	letter-spacing:normal;
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins';
	font-style: normal;
	color: #333;
	font-size: 14px;
	line-height: 1.42857143;
	width: 100%;
	overflow: hidden;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
a {
	color: #4a4847;
}
a:hover {
	text-decoration: none;
	color: #c73754;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 10px;
	font-weight: normal;
}
img{
	max-width: 100%;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius:0;
}
textarea:focus,
input:focus,
.form-control:focus{
	border:1px solid #c73754;
	box-shadow:unset;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
input, textarea{
	padding:0px 10px;
}
textarea{
	resize: vertical;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #c73754;
	background-image: linear-gradient(to bottom, #c73754, #a7243f);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #c73754;
	background-image: linear-gradient(to bottom, #c73754, #a7243f);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 25px 0px;
}
/* search */
#search {
	margin-bottom: 10px;
	width: 100%;
	z-index: 3;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #f5f4f4;
	z-index: 999;
}
#cart .dropdown-menu {
	min-width: 180px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: auto;
}
#menu .navbar-collapse{
	padding: 0px;
}
#menu .nav{
	display: table;
}
#menu .nav 	> li{
	display: inline-block;
	float: none;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 8px 5px 13px;
	background-color: transparent;
	display: block;
	text-align: center;
	width: 98px;
	height: 62px;
	overflow: hidden;
	position: relative;
}	
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu .dropdown-menu {
	left: 100%;
	top: -6px;
	margin-top: 0;
	margin-left: -1px;
}
#menu .dropdown-menu {
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	border-bottom: 3px solid #c73754;
	border-radius: 0px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell #c73754;
}
#menu .dropdown-inner a {
	min-width: 205px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li:hover > a {
	color: #FFFFFF;
	background:#FF7317;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #c73754;
	background-image: linear-gradient(to bottom, #c73754, #b12a45);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #c73754;
	background-image: linear-gradient(to bottom, #c73754, #b12a45);
	background-repeat: repeat-x;
	border-color: #c73754 #b92845 #8a142c;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #c73754;
}
#meio_topo{
	padding: 16px 0px;
}
.meio_topo {
    background: #000;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
footer {
	padding-top: 30px;
	background-color: #000;
	color: #b0acac;
	position:relative;
	font-family: 'Poppins';
}
footer #icn_footer {
	position: absolute;
	top: -179px;
	right: -308px;
	width: 388px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #b0acac;
}
footer a:hover {
	color: #B51D54;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	margin-top: 35px;
	margin-bottom: 2px;
	padding: 8px 0;
	text-transform: uppercase;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	right: 0px;
	width: 21px;
	height: 27px;
	/* border-right: 1px solid #DDD; */
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-64deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #c73754;
	background-repeat: repeat-x;
	/* border:none; */
	border-color: #c73754 #b52945 #8e142d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #9a1f38;
	color: #ffffff;
	background-position: 0 -199px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #c73754;
	border-radius: 0;
}
.btn-link:hover{
	color:#ad203c;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-laranja {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e77503;
	background-image: linear-gradient(to bottom, #f47a00, #c36201);
	background-repeat: repeat-x;
	border-color: #c36201 #c36201 #f47a00;
}
.btn-laranja:hover, .btn-laranja:active, .btn-laranja.active, .btn-laranja.disabled, .btn-laranja[disabled] {
	background-color: #c36201;
	background-position: 0 -15px;
	color: #ffffff;
}
.btn-vermelho {
    background: #c73754;
    color: #fff;
    border-color: #c73754;
    border-bottom: 5px solid #960e29;
    border-radius: initial;
}
#collapse-checkout-confirm #button-confirm:hover, #collapse-checkout-confirm #button-confirm:active, #collapse-checkout-confirm #button-confirm, #collapse-checkout-confirm #button-confirm, #collapse-checkout-confirm #button-confirm[disabled],
.btn-vermelho:hover, .btn-vermelho:active, .btn-vermelho.active, .btn-vermelho.disabled, .btn-vermelho[disabled] {
	box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #c73754;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.trocar-img:hover .imgT1 {
    display: none;
}
.trocar-img:hover .imgT2 {
    display: block!important;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	/* overflow: auto; */
	list-style: none;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
#product-product .thumbnail {
    padding: 4px;
    margin-bottom: 15px;
    border: none;
    line-height: 1.42857143;
    background-color: transparent;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    display: block;
    transition: border .2s ease-in-out;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn.btn-laranja.btn-topo{
	font-size:22px;
	text-transform:uppercase;
}
.btn.btn-laranja.btn-topo em{
	margin-right:5px;
}
.btn.btn-laranja.btn-topo {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 45px;
	margin-left: 20px;
}
#common-top .container{
	position:relative;
}
#common-top .sobre-banner {
	position: absolute;
	left: 145px;
	top: -52px;
	z-index: 2;
}
#common-top .conteudo{
	overflow:hidden;
}

#rodape_copyright .table_rodape{
	display: flex;
	justify-content: center;
}
#rodape_copyright .table_rodape > div {
	padding: 0px 10px;
}
#rodape_copyright{background:#fff none repeat scroll 0 0;display:table;width:100%;padding:10px 0;}
.alert{padding:8px 14px 8px 14px;}
.texto_rodape {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}
footer  .bdrr{
	border-right: 1px solid #c73754;
	min-height: 300px;
	margin-bottom:15px;
	padding-right: 25px;
	padding-left: 25px;
}
footer .row .bdrr:first-child {
	padding-left: 15px;
}
footer .titulo {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 7px;
	font-family: 'Poppins';
	margin-top: 18px;
	font-weight: bold;
	color: #fff;
}
footer .row .bdrr:first-child ul{
	padding-left:15px;
	font-size:15px;
}
footer ul li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.cnpj_rodape {
	background: rgba(0, 0, 0, 0.35);
	line-height: 25px;
	margin-bottom:15px;
}
#com_form_boletim input {
	width: 100%;
	border: 1px solid #CCC;
	color: #000;
	padding: 5px 10px;
}
#com_form_boletim .bloco_input{
	position:relative;
	margin-bottom:15px;
}
#com_form_boletim .bloco_input .btn-boletim{
	position:absolute;
	bottom:0px;
	right:0px;
}
#com_form_boletim .btn-boletim em{
	line-height: 32px;
}
#com_form_boletim .btn-boletim:hover{
	cursor: pointer;
	background: #c73754;
	color: #FFF;
}
#com_form_boletim .btn-boletim {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ccc;
	color: #555;
	line-height: 32px;
	text-align: center;
	width: 32px;
}
.redes_rodape a:hover em {
	border-color:#d2e54a;
}
.redes_rodape em {
	margin-right: 5px;
	border: 1px solid #eee;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}
.porque_usar{
	padding-top: 35px;
	background: #eaeaea;
}
.porque_usar .txt1{
	font-size:32px;
	text-align:center;
	color:#c73754;
	font-family:'Helvetica Neue LT Std';
	margin-bottom:20px;
}
.porque_usar .txt2{
	font-size:22px;
	text-align:center;
	font-family:'Helvetica Neue LT Std';
	font-weight:300;
	color:#222;
	margin-bottom:30px;
}
.porque_usar .blocos_diferenciados{
	display:table;
	width:100%;
}
.porque_usar .blocos_diferenciados .bloco{
	width:25%;
	float:left;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.porque_usar .blocos_diferenciados .bloco img{
	-webkit-transition:0.6s all;
	-moz-transition:0.6s all;
	transition:0.6s all;
}
.porque_usar .blocos_diferenciados .bloco:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.porque_usar .blocos_diferenciados .bloco .desc:after {
	content: '';
	position: absolute;
	top: -12px;
	border-width: 0px 12px 12px 12px;
	border-color: transparent transparent #c73754 transparent;
	left: calc(50% - 6px);
	border-style: solid;
}
.porque_usar .blocos_diferenciados .bloco .desc {
	position: absolute;
	bottom: -70px;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	transition: 0.6s all;
	background: rgba(199, 55, 84, .7);
	border-top: 1px solid #c73754;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 16px;
}
.porque_usar .blocos_diferenciados .bloco:hover .desc{
	position:absolute;
	bottom:0;
}
.garanta_seu_filtro{
	text-align:center;
}
.garanta_seu_filtro .txt1 {
	font-size: 38px;
	color: #c73754;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 38px;
}
.garanta_seu_filtro .txt4 img{
	margin-bottom:-1px;
	margin-left:-80px;
	max-width:850px;
}
.garanta_seu_filtro .txt2{
	font-size:26px;
	text-align:center;
	font-weight:300;
	color:#222;
	margin-bottom:75px;
}
.garanta_seu_filtro .btn.btn-vermelho{
	font-size:25px;
	margin-bottom:75px;
}
.swiper-content{
	margin-bottom:50px;
	position:relative;
}
.swiper-content .swiper-pagination{
	bottom: 5px;
}
.imagem_principal{
	margin-top:50px;
	margin-bottom:50px;
}
.imagem_principal .box_image{
	margin:auto;
	width:940px;
	max-width:100%;
	display:table;
	position:relative;
	left:-25px;
}
.imagem_principal .circulo_image {
	position: absolute;
	width: 65px;
	height: 65px;
	background: #231f20;
	text-align: center;
	color: #FFF;
	font-size: 47px;
	font-weight: bold;
	border-radius: 50%;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
	line-height: 65px;
	display: block;
}
.imagem_principal .circulo_image.ci1{
	bottom: 225px;
	left: 588px;
}
.imagem_principal .circulo_image.ci2{
	left: 165px;
	bottom: 235px;
}
.imagem_principal .circulo_image.ci3{
	bottom: 520px;
	left: 459px;
}
.imagem_principal .circulo_image.ci4{
	bottom: 0px;
	left: 230px;
}
.imagem_principal .circulo_image.ci5{
	bottom: 360px;
	left: 0px;
}
.bloco_aviseme_prod {
    position: relative;
    margin-top: 20px;
}

.bloco_aviseme_prod .email_avise {
    height: 34px;
    padding: 0 82px 0 10px;
    width: 100%;
}
.btn-aviseme {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    padding: 2px 30px;
}
.btn-aviseme:hover {
    color: #ffffff;
    background-color: #a7322d;
    background-image: linear-gradient(to bottom, #a7322d, #9a211a);
    border-color: #962823 #962823 #611815;
}
.circulo_image.anmd{
    -webkit-animation-name: circulo_image; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: circulo_image;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes circulo_image {
    0%   {background-color:#231F20;}
    50% {background-color:#E57408;}
    100% {background-color:#231F20;}
}

@keyframes circulo_image {
    0%   {background-color:#231F20;}
    50% {background-color:#E57408;}
    100% {background-color:#231F20;}
}
.blocos_diferenciados .bloco:last-child{
	border-left:1px solid transparent;
}
.blocos_diferenciados .bloco img{
	width:100%;
}
.blocos_diferenciados .bloco.bdr{
	border-right:1px solid #FFF;
}
.relativo_carousel:hover .prev,
.relativo_carousel:hover .next{
	opacity:1;
}
.relativo_carousel{
	position:relative;
}
.relativo_carousel .prev .fa,
.relativo_carousel  .next .fa{
	font-size:32px;
	cursor:pointer;
	text-shadow:2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
}
.relativo_carousel  .prev{
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.relativo_carousel .next{
	position: absolute;
	opacity:0;
	top: 50%;
	right: 5px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	-webkit-transition:0.3s all;
}
.evolucao_economia{
	position:relative;
	margin-bottom:3px;
}
.evolucao_economia .btn-laranja{
	position:absolute;
	bottom: 50px;
	left:200px;
}
.evolucao_economia .btn-laranja {
	position: absolute;
	bottom: 50px;
	left: 300px;
	font-size: 20px;
	/* padding: 6px 15px; */
	text-transform: uppercase;
}
@media (max-width:2920px){
	.evolucao_economia .btn-laranja {
		left: 450px;
	}
}
@media (max-width:1690px){
	.evolucao_economia .btn-laranja {
		left: 330px;
	}
}
@media (max-width:1290px){
	.evolucao_economia .btn-laranja {
		left: 290px;
		bottom: 30px;
	}
}
header{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
}
header.scroll-on{
	z-index: 999;
}
#logo{
	text-align:center;
}

#logo img{	
	display:inline-block;
}
.formas_contato .endereco ,
.formas_contato .telefone ,
.formas_contato .email ,
.formas_contato .redes_sociais_squad{padding-left:35px;position:relative;padding:10px 0px 10px 40px;line-height:30px;}
.formas_contato .endereco > em,
.formas_contato .telefone > em,
.formas_contato .email > em,
.formas_contato .redes_sociais_squad > em{color: #c73754;font-size:30px;left:0;line-height:30px;position:absolute;text-align:center;top:10px;width:35px;}
.formas_contato .endereco{color:#000;font-size:18px;}
.formas_contato .email a{color: #3e3c3c;font-size:18px;}
.formas_contato .telefone{color:#000;font-size:22px;font-weight:bold;}
.formas_contato .informacoes .info{line-height:26px;margin-bottom:11px;}
.formas_contato .endereco > em{font-size:30px;}
.formas_contato .telefone > em{font-size:24px;}
.formas_contato .email > em{font-size:22px;}
.formas_contato .redes_sociais_squad > em{font-size:28px;line-height:40px;}
.redes_sociais_squad a{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);display:inline-block;background:#3f454f;transition:0.6s all;text-align:center;line-height:40px;border-radius:0;font-size:18px;margin:0 4px;height:40px;width:40px;color:#fff;}
.redes_sociais_squad a.facebook{background:#004566;}
.redes_sociais_squad a.youtube{background:#E62117;}
.redes_sociais_squad a.instagram{background:#593700;}
.redes_sociais_squad a.google-plus{background:#d23800;}
.redes_sociais_squad a.linkedin{background:#04689B;}
.redes_sociais_squad a.twitter{background:#55ACEE;}
.redes_sociais_squad a:hover{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);border-radius:50%;}
.formulario .linha .campo{float:left;padding-right:15px;text-align:right;height:34px;line-height:34px;}
.formulario .linha{padding:10px 0;}
.formulario input,
.formulario textarea{height:34px;padding:0 15px;border:1px solid #CCC;}
.formulario{background:#eaeaea;padding:10px 15px 10px;margin-bottom:50px;border-left:1px solid #CCC;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-top:2px solid #223e81;box-shadow:3px 3px 5px 0 rgba(0, 0, 0, 0.5);}
.img100 img{
	width:100%;
}
.qs-2 .conteudo img {
	float: left;
	margin: 32px 30px 50px 0px;
	width: 330px;
}
.qs-2 .conteudo {
	font-size: 16px;
	line-height: 28px;
	padding: 50px 0px 15px;
	text-align: justify;
	margin-bottom:30px;
}
.quem_somos .qs_l .img img {
	margin-top: -77px;
	width: 336px;
	margin-left: 70px;
}
.quem_somos .btn.btn-laranja.btn-topo {
	cursor: pointer;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 70px;
}
.quem_somos .txt {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
.qs_titulo {
	padding: 30px 0px 0px;
}
.swiper-wrapper{
	height:auto !important;
}
.btn_checkout_cart{
	margin-bottom:50px;
}
.btn_checkout_cart .btn.btn-vermelho{
	font-weight:bold;
	font-size:23px;
}
.btn-vermelho:hover
{
	color:#fff;
}
.conteudo_sucesso .titulo img{width:50px;margin-right:15px;}
.conteudo_sucesso .titulo{color: #c73754;font-weight:bold;position:relative;}
.conteudo_sucesso .titulo:after{background:#C3151C;content:"";bottom:5px;left:64px;width:107px;height:1px;position:absolute;}
.conteudo_sucesso .subtitulo{font-weight:bold;color:#000;font-size:18px;margin:20px 0px 30px;}
.conteudo_sucesso .texto_baixo{text-align:center;color:#c73754;font-weight:bold;font-size:32px;margin-top:95px;margin-bottom:60px;}
.conteudo_sucesso .lista_info .bloco{position:relative;margin-bottom:30px;font-size:18px;line-height:26px;padding-left:45px;color:#000;max-width:570px;}
.conteudo_sucesso .lista_info{position:relative;}
.conteudo_sucesso .lista_info a{text-decoration:underline;}
.conteudo_sucesso .lista_info .img_float{position:absolute;right:0px;top:-130px;width:380px;}
.conteudo_sucesso .lista_info .bloco img{position:absolute;left:7px;top:4px;width:20px;}
.cpmb{
	margin-bottom:60px;
}
.minha_conta_home .bloco .imgh{display:none;}
.minha_conta_home .bloco:hover .imgn{display:none;}
.minha_conta_home .bloco:hover .imgh{display:inline-block;}
.minha_conta_home .bloco{border:1px solid #CCC;text-align:center;padding:15px 15px 0px;margin-bottom:30px;}
.minha_conta_home .bloco img{width:80px;}
.minha_conta_home .bloco .txt{color:#222;margin-top:20px;height:40px;line-height:20px;margin-bottom:10px;}
.atendimento_flutuante {
	border: 2px solid #c73754;
	padding: 15px 95px 15px 15px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 370px;
	top: -80px;
}
.atendimento_flutuante img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
}
.atendimento_flutuante em{
	color: #c73754;
	margin-right:0px;
}
.atendimento_flutuante .txt1{
	color: #c73754;
	font-weight:bold;
	font-size:16px;
}
.atendimento_flutuante .txt2{
	font-size:14px;
	color:#333;
}
.atendimento_flutuante .txt3{
	font-size:14px;
	color:#333;
}
.atend_exib{
	margin-top:130px;
	position:relative;
}
.atend_exib .bloco .menu_lat img{
	position:absolute;
	left:15px;
	top:10px;
}
.atend_exib .bloco .menu_lat .imgh{
	display:none;
}
.atend_exib .bloco .menu_lat {
	cursor:pointer;
	color: #666;
	position:relative;
	font-weight:bold;
	margin-bottom:10px;
	padding: 10px 15px 10px 50px;
}
.atend_exib .bloco .menu_lat:hover .imgh,
.atend_exib .bloco .menu_lat.ativo .imgh{
	display:inline-block;
}
.atend_exib .bloco .menu_lat:hover,
.atend_exib .bloco .menu_lat.ativo, 
.atend_exib .bloco .menu_lat:hover em:before,
.atend_exib .bloco .menu_lat.ativo em:before
 {
	color: #fff;
	background: #c73754 none repeat scroll 0 0;
}
.icon-aten
{
	font-size: 22px !important;
	position: absolute;
	left: 15px;
	color: #c73754;
}
.bloco_principal .titulo_principal{
	color: #c73754;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	cursor:pointer;
}
.bloco_principal .titulo_principal:before{
	content:'\f078';
	font-family:FontAweSome;
	color: #c73754;
	width:20px;
	float:left;
}
#modal-agree table tr:nth-child(1):before,
.bloco_principal table tr:nth-child(1):before{
	content:'\f054';
	font-family:FontAweSome;
	color:#ccc;
	width:20px;
	float:left;
}
#modal-agree table tr.ativo:nth-child(1):before,
.bloco_principal table tr.ativo:nth-child(1):before{
	content:'\f078';
}
#modal-agree table tr:nth-child(1),
.bloco_principal table tr:nth-child(1){
	display:block;
	padding:10px 0px !important;
	color:#666;
	font-weight:bold;
	cursor:pointer;
}
#modal-agree table tr:nth-child(2),
.bloco_principal table tr:nth-child(2){
	display:block;
	padding-left:20px !important;
	padding-bottom:15px !important;
}
#modal-agree table, 
#modal-agree td, 
#modal-agree tr,
.bloco_principal table, 
.bloco_principal td, 
.bloco_principal tr{
	border:none !important;
	padding:0 !important;
}
#modal-agree table,
.bloco_principal table{
	border-bottom:1px dashed #ccc !important;
	margin-bottom:0;
	width: 100%!important;
}
#modal-agree table tr:nth-child(1) p,
.bloco_principal table tr:nth-child(1) p{
	margin:0;
}
#modal-agree .conteudo > p,
.bloco_principal .conteudo > p{
	margin:0;
	/* display:none; */
}
.atend_exib .bloco {
	border-right: 3px solid #c73754;
	min-height: 400px;
	padding-top:40px;
}
.bm-posts .items-row .bloco{
	border: 1px solid #c5c5c5;
	margin-bottom: 30px;
}
.items-row .bloco .page-header a {
	color: #333;
	display: block;
	padding: 5px 15px;
	height: 55px;
	overflow: hidden;
	font-size: 24px;
	line-height: 24px;
	margin-top:10px;
}
.items-row .bloco .introtext{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 15px;
	overflow: hidden;
	line-height: 20px;
	height: 80px;
}
.items-row .bloco .article_bottom{
	text-align:right;
	padding: 0px 15px 15px;
}
.items-row .bloco .article_bottom a{
	color:#C3151C;
	font-size:16px;
}
.items-row .bloco .article_bottom a:hover{
	color:#223e81;
}
.items-row .page-header {
	margin: 0;
	padding: 0;
	border: none;
}
.medalha{
	background:url("/catalog/view/theme/imagine/image/medalha.png") no-repeat scroll 30px -1px / auto 95% rgba(0, 0, 0, 0);
	padding-left:125px;
}
.ditable {
	display: inline-table !important;
}
#position-cm-1 {
	background: #ededed;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	margin-bottom: 25px;
}
#position-cm-1 .moduletitle{
	font-family: Arial;
	color: #333;
	font-size: 32px;
	margin:0;
}
}
.input_e_btn2{
	margin-bottom: 0px;
	position: relative;
	margin-top: 10px;
}
.input_e_btn2 input {
	height: 44px;
	width: 100%;
	border:1px solid #CCC;
}
.input_e_btn2 .btn {
	padding: 12px 13px;
	position: absolute;
	right: -5px;
	top: 0px;
	border-radius: 5px;
	line-height: 18px;
	font-size: 13px;
}
.well h2{
	margin:0px 0px 20px 0px;
}
.form-linha{
	margin-bottom:15px;
}
.form-linha .control-label {
	padding-right: 0;
	text-align: left;
	padding-top: 15px;
	font-weight: bold;
	font-size: 11px;
	color: #3a3a3a;
	margin-bottom: 0px;
}
.form-linha select,
.form-linha input{
	height:44px;
	border-radius:0;
}
.label_full label {
	width: 100%;
	margin-bottom: 15px;
}
.table_cart_custom{width:100%; background:#FFF; }
.table_cart_custom tr td{border:1px solid #CCC;height: 50px;cursor:pointer;}
.table_cart_custom .tr_td1{width: 20px;background: #e0e0e0;text-align:center;}
.table_cart_custom .tr_td2{padding: 3px;text-align:center;}
.table_cart_custom .tr_td2 img{max-width: 60px;max-height: 29px;}
.table_cart_custom .tr_td3{text-align:left;font-size: 14px;padding: 5px 10px;}
.table_cart_custom .tr_td4{width: 100px;text-align:center;font-size:16px;padding: 5px;}

.redes-sociais-artigo{
	display:table;
	margin:auto;
}
.redes-sociais-artigo > a{
	padding:7px 10px;
	color:#222;
	border:1px solid #d9d9d9;
	text-align:center;
	position:relative;
	z-index: 2;
	margin-right:0px;
	margin-left:5px;
	margin-top:5px;
	font-weight:normal;
	line-height:28px;
	transition: all 0.6s ease 0s;
}
.redes-sociais-artigo > a:after{
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	transition: 0.3s all;
	width: 0;
	margin:0 auto;
	z-index: -1;
}
.redes-sociais-artigo > a:after{
	content:'';
	background:rgba(0, 0, 0, 0.5);
	opacity:1;
	position:absolute;
	width:0%;
	height:100%;
	transition:0.6s all;
}
.redes-sociais-artigo > a{
	position:relative;
}
.redes-sociais-artigo > a span {
	width: 86px;
	text-align: center;
	display: inline-block;
	color: #222;
	transition: all 0.6s ease 0s;
}
.redes-sociais-artigo > a em {
	color: #FFF;
	width: 20px;
	display: inline-block;
	transition: all 0.6s ease 0s;
	text-align: center;
}
.redes-sociais-artigo > a:hover{
	color:#FFF;
}
.redes-sociais-artigo > a:hover:after{
	width:100%;
}
.redes-sociais-artigo > a {
	font-size: 12px;
	width: auto;
	display: inline-block;
	padding: 0px 10px;
	text-align: left;
	line-height: 22px;
}
.redes-sociais-artigo > a.botao-facebook em{ color:#3B5998;}
.redes-sociais-artigo > a.botao-twitter em{ color:#00AAF0;}
.redes-sociais-artigo > a.botao-google-plus em{ color:#dd4b39;}
.redes-sociais-artigo > a.botao-whatsapp em{ color:#35A526;}
.redes-sociais-artigo > a.botao-linkedin em{ color:#007bb6;}
.redes-sociais-artigo > a.botao-facebook:after{ background:#3B5998;}
.redes-sociais-artigo > a.botao-twitter:after{ background:#00AAF0;}
.redes-sociais-artigo > a.botao-google-plus:after{ background:#dd4b39;}
.redes-sociais-artigo > a.botao-whatsapp:after{ background:#35A526;}
.redes-sociais-artigo > a.botao-linkedin:after{ background:#007bb6;}
.conteudo_blog{
	border:1px solid #CCC;
	margin-bottom:65px;
}
.redes-sociais-artigo > a:hover:after{
	width:100%;
}
.redes-sociais-artigo > a:hover em,
.redes-sociais-artigo > a:hover span{
	color:#FFF;
}
.conteudo_blog .cont_blog h1{
	font-size: 28px;
	line-height: 36px;
	margin-top: 15px;
}
.conteudo_blog .cont_blog{
	padding: 0px 25px 25px;
}
.plg_link_externo_facebook{
	margin-bottom:15px;
}
.noticias_mais_lidas .noticia{
	border-bottom:1px solid #E6E6E6;
}
.noticias_mais_lidas .noticia .img{
	border:1px solid #CCC;
}
.noticias_mais_lidas a .titulo {
	color: #465459;
}
.noticias_mais_lidas .data_noticia {
	color: #979797;
	display: block;
	font-size: 12px;
}
.noticias_mais_lidas .stl {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 15px;
}
.noticias_mais_lidas .noticia .row .img,
.bm-posts .items-row .bloco .images{
	position:relative;
	overflow:hidden;
}
.noticias_mais_lidas .noticia .row .img:after,
.bm-posts .items-row .bloco .images:after{
	content:'';
	background: rgba(255, 115, 23, .5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:-100%;
	opacity:1;
	z-index:2;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.noticias_mais_lidas .noticia .row .img:before ,
.bm-posts .items-row .bloco .images:before {
	content: '+';
	color: #FFF;
	font-size: 40px;
	position: absolute;
	opacity: 1;
	z-index: 3;
	width: 100%;
	height: 40px;
	text-align: center;
	top: -50px;
	line-height: 40px;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.noticias_mais_lidas .noticia .row:hover .img:after,
.bm-posts .items-row .bloco:hover .images:after{
	left: 0;
}
.noticias_mais_lidas .noticia .row:hover .img:before,
.bm-posts .items-row .bloco:hover .images:before{
	top: calc(50% - 20px);
}
.noticias_mais_lidas .noticia .row .img img,
.bm-posts .items-row .bloco .images img{
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.noticias_mais_lidas .noticia .row:hover .img img,
.bm-posts .items-row .bloco:hover .images img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.img_qs{
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.full_breadcrumb{
	/* background:#F5F5F5; */
	/* border:1px solid #ddd; */
}
.full_breadcrumb .breadcrumb{
	border:none;
}
#checkout-checkout .panel-group .panel{
	border:unset;
	margin: 5px 0px;
	box-shadow: none;
}
#checkout-checkout .panel-default > .panel-heading > .panel-title {
	font-size: 16px;
	line-height: 35px;
}
#checkout-checkout .panel-default > .panel-heading {
	background-color: #f5f5f5;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	border-right: unset;
	border-left: unset;
}
#checkout-checkout .panel-default > .panel-heading + .panel-collapse {
	background:#F2F2F2;
}
#checkout-checkout .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: unset;
	padding: 25px;
	margin: auto;
	max-width: 600px !important;
}
#checkout-checkout .panel-default > #collapse-checkout-confirm > .panel-body, #checkout-checkout .panel-default > #collapse-checkout-option > .panel-body {
	max-width: unset !important;
	padding: 25px 25px;
}
#accordion{
	max-width: 990px;
	margin: auto;
}
.botao-go{
	margin-top:15px;
	justify-content: space-between;
	display: flex;
}
.botao-go .btn{
	font-size:16px;
}
.botao-go .btn:after {
	background-image: url(/catalog/view/theme/imagine/image/forward-right-arrow-button.png);
	background-repeat: no-repeat;
	padding-right: 25px;
	font-size: 16px;
	font-weight: bold;
	background-position: right center;
	content: "";
	width: 5px;
	height: 16px;
	display: inline-block;
	background-size: auto 100%;
	position: relative;
	top: 3px;
}
.panel-default > .panel-heading + .panel-collapse .table-bordered{
	background:#FFF;
}
.radio.end_radio label {
	width: 50%;
	margin: 0px 0 10px;
	float: left;
}
#collapse-checkout-confirm .panel-body,
#collapse-checkout-option .panel-body{
	max-width:880px !important;
}
#collapse-checkout-confirm .table .img-thumbnail {
	width: 100%;
}
.topo_redes { display: table; width: auto; padding: 10px 0px; font-size: 11px; margin-top: 10px; margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.topo_redes > div{float:left;}
.topo_redes > div.bc2{border-left:1px solid #CCC;border-right:1px solid #CCC;padding:0px 5px;margin:0px 10px 0px 15px;line-height:23px;}
.topo_redes > div.bc1 a { background: transparent; color: #223e81; display: inline-block; height: 23px; line-height: 23px; margin-left: 5px; margin-right: 0px; text-align: center; width: 23px; border-radius: 50%; border: 1px solid #223e81; }
.topo_redes > div.bc1 a:hover{ color:#26abe2; border-color:#26abe2; }
.topo_redes > div.bc3 .att_online em{margin-right:5px;}
.topo_redes > div.bc3 .att_online{background:#2ea00d;color:#FFF;padding:0px 6px;line-height:23px;margin-left:10px;border-radius:5px;-webkit-transition:0.3s all;-moz-transition:0.3s all;-ms-transition:0.3s all;-o-transition:0.3s all;transition:0.3s all;}
.topo_redes > div .icn-redes:hover,
.topo_redes > div.bc3 .att_online:hover{background:#77BF42;cursor:pointer;}
.central_topo a{color:#b0b0b0;}
.central_topo{text-align:right;line-height:16px;color:#b0b0b0;margin-top:15px;margin-bottom:15px;}
.central_topo .txt1{font-size:12px;}
.borda-cart.topo_mc2:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	top: 0px;
	left: 0px;
}
.mc_topo{line-height:16px;position:relative;padding:5px 0px 5px 35px;min-height: 45px;}
.mc_topo.user_cont{float:right;}
.mc_topo .txt1{color: #fff;font-size: 14px;}
.mc_topo .txt2,
.mc_topo .txt2 a{color: #B51D54;}
.mc_topo .fa{color: #B51D54;font-size: 32px;left:0;position:absolute;top:10px;}
#search .input-lg {
	border: 1px solid #c73754;
	box-shadow: none;
	height: 34px;
	padding: 0 10px;
	background: transparent;
	border-radius: 8px;
	color: #fff !important;
}
#search .input-group-btn{
	width: 0px;
	z-index: 3;
}
#search .btn-lg {
	color: #c73754;
	line-height: 20px;
	padding: 7px 20px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	background: transparent;
	text-shadow: none;
	border: none !important;
	box-shadow: none;
}
#search .btn-lg:hover {
	background: transparent;
}
.central_topo .txt1 img {
	width: 20px;
	margin-right: 5px;
}
.central_topo .txt1{
	font-weight:bold;
}
.logomarca-topo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.logomarca-topo img {
    max-width: 220px;
    transition: .3s all;
}
.central_topo .txt2 {
	font-weight: bold;
	font-size: 24px;
	margin-top: 23px;
	margin-bottom: 24px;
}
.menu_topo{
	margin-top:0px;
	background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #ea573b 73%);
	/* padding: 5px 0; */
	z-index: 999;
}
#menu .navbar-nav {
	margin: auto;
	float: unset;
	display: flex;
	width: 100%;
	justify-content: center;
	cursor: pointer;
}
#menu .nav > li.oferta > a{
    background: #f6ec04;
    color: #223e81;
}
.topo_3cmd .bloco .img {
	border: 4px solid #26abe2;
	border-radius: 50%;
	text-align: center;
	width: 65px;
	height: 65px;
	padding: 10px;
	float:left;
	margin-right:10px;
}
.topo_3cmd .bloco .txts .txt2 {
	font-size: 12px;
	color: #5d5f60;
}
#position-1 {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
	padding-bottom: 6px;
	padding-top: 20px;
	background: #000;
	margin-bottom: 50px;
}
.bloco_produto .preco {
	color: #B51D54;
	font-size: 2.5em;
	font-weight: bold;
	min-height: 50px;
	text-align: center;
	font-family: 'Montserrat';
}
.bloco_produto .precode {
	color: #928e89;
	text-align: center;
	text-decoration: line-through;
	font-size: 18px;
	margin-top: 5px;
	font-weight: 400;
}
.bloco_produto .estrelas {
	color: #fdcc03;
	height: 20px;
	font-size:12px;
	letter-spacing: 3px;
	text-align: center;
}
.bloco_produto .estrelas .czx{
	color:#838383;
}
.bloco_produto .titulo {
	margin: 0;
	color: #817676;
	font-size: 14px;
	min-height: 45px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0px 13px;
	padding-top: 13px;
	/* font-weight: bold; */
}
.moduletitle:after {
	content: '';
	height: 10px;
	width: 300%;
	left: -136%;
	top: 50px;
	margin-left: 0;
	position: absolute;
	background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #d8563d 73%);
	z-index: -1;
}
.moduletitle {
	position:relative;
	font-size: 32px;
	font-weight: normal;
	text-align:center;
	color: #c73754;
	margin-bottom: 35px;
	line-height: 45px;
	padding-bottom: 10px;
	font-family: 'Poppins';
}
.produtos_geral .row{
	margin-right: -15px;
	margin-left: -15px;
}
.produtos_geral .col-md-3 {
	margin-bottom:30px;
	padding:0px 15px;
}
.produtos_geral .col-md-3 img{
	width:100%;
}
#position-3 {
}
#position-4,
#position-5,
#position-6,
#position-7,
#position-8,
#position-9{
	margin:35px 0px;
}
.produto_lista {
	border: 1px solid #CCC;
	margin-top:30px;
	border-top: 3px solid #223e81;
}
#position-9 .col-md-4:nth-child(even) .produto_lista{
	border-top: 3px solid #ffce00;
}
#position-9 .col-md-4:last-child .produto_lista{
	border-top: 3px solid #2176db;
}
.produto_lista > .titulo {
	text-align: left;
	font-size: 18px;
	color: #223e81;
	padding: 15px 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.produto_lista .bloco_produto .preco,
.produto_lista .bloco_produto .precode,
.produto_lista .bloco_produto .estrelas,
.produto_lista .bloco_produto .titulo{
	text-align:left;
}
#position-9{background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #d8563d 73%);margin: 0;}
#boletim_informativo .bloco{
	position:relative;
}
#boletim_informativo .bloco_input input{
	height: 39px;
	font-size:16px;
	border: none;
	border-radius: 10px;
	font-style: italic;
	font-weight: 300;
}
#boletim_informativo .botao {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 6px 14px;
	font-size: 17px;
	border-radius: 10px;
	font-weight: bold;
	margin: 0px 12px;
	top: 0;
}
#boletim_informativo .botao:hover{
	background:#c73854;
}
#boletim_informativo .botao .maozinha {
	position: absolute;
	right: -15px;
	bottom: -20px;
	width: 30px;
}
#boletim_informativo .bloco_input{
	margin: 25px 0px;
	position: relative;
}
#boletim_informativo .txts{
    position: relative;
    padding: 27px 0px;
    padding-left: 15px;
}
#boletim_informativo .txts em {
	position: absolute;
	left: 61px;
	top: 31px;
	color: #f6ec04;
	font-size: 20px;
}
#boletim_informativo .txts .txt1{
	color:#FFF;
	font-size: 26px;
	font-weight: bold;
}
#boletim_informativo .txts .txt2{
	color:#FFF;
	font-size:19px;
}
#boletim_informativo .bloco .col-md-4{
	padding-left:30px;
}
#delivery_info{
	margin:50px 0px;
	position:relative;
}
#delivery_info .txt1 {
	position: absolute;
	font-family: 'Mission Script';
	color: #fff;
	right: 315px;
	top: 45px;
	font-size: 50px;
	z-index: 3;
}
#delivery_info .txt2 {
	position: absolute;
	color: #fff;
	font-size: 32px;
	right: 195px;
	bottom: 20px;
	line-height: 24px;
	z-index: 3;
}
#delivery_info .txt2 a{
	color:#fff;
}
#delivery_info .imgp{
	width: 100%;
	z-index: 2;
	position: relative;
}
#delivery_info .txt2 .fa{
	color: #f6ec04;
	position: relative;
	right: 5px;
	top: 3px;
}
#delivery_info .imgp2 {
	position: absolute;
	bottom: 0px;
	left: -115px;
	height: 5px;
	border-radius: 0px 5px 7px 0px;
	z-index: 1;
}
#delivery_info .whats {
	position: absolute;
	right: -45px;
	top: -21px;
	width: 35px;
}
.small, small {
	font-size: 70%;
}
#delivery_info .sep{
	padding: 0px 10px;
	position: relative;
	top: -2px;
}
.nav.navbar-nav > li.dropdown > a:after {
	content: '\f107';
	font-family: 'FontAweSome';
	color: #fff;
	margin-left: 10px;
	margin-right: -10px;
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 2px;
}
#com_form_boletim .bloco_input .txt {
	margin-bottom: 10px;
}
footer .container{
	position:relative;
}
.qs_desc .row .col-md-6{
	padding-right:0;
	padding-left:0;
}
.qs_desc .row{
	margin-right:0;
	margin-left:0;
}
.qs_desc{
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
.qs_desc .bc_qs {
	padding: 20px 0px 30px 30px;
	max-width: 570px;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}
.qs_desc2 .row .col-md-6{
	direction: rtl;
}
.qs_desc2 .bc_qs {
	direction: ltr;
	padding: 20px 30px 30px 0px;
}
.qs_desc .bc_qs .btn.button {
	margin-top:10px;
}
.btn.button {
	background: #c73754;
	color: #fff;
	padding: 11px 15px;
	font-size: 14px;
	font-weight: bold;
	border-color: #c73754;
	border-bottom: 5px solid #960e29;
	border-radius: initial;
}
.btn.button:hover {
	background: #960e29;
}
.btn.button1{
	border: 2px solid #c73754;
	color:#333;
	background: transparent;
	font-weight: bold;
	position:relative;
	transition: all 0.6s ease 0s;
	z-index: 2;
}
.btn.button1:after{
	background: #c73754;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 100%;
	z-index: -1;
}
.btn.button1:hover{
	color:#9c1530;
}
.btn.button1:hover:after{
	width: 0%;
}
.btn.button2 {
	border: none;
	color: #fff;
	font-size: 20px;
	position: relative;
	transition: all 0.6s ease 0s;
	z-index: 2;
	background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #ea573b 73%);
	border-radius: 8px;
	font-weight: 400;
	padding: 5px 22px;
}
.btn.button2:after{
	background: #c73854;
	content: "";
	height: 100%;
	left: 2px;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 0%;
	z-index: -1;
	border-radius: 8px;
}
.btn.button2:hover{
	color:#fff;
}
.btn.button2:hover:after{
	width: 100%;
}
.m_v_v .titulo {
	border: 1px solid #c73754;
	padding: 10px 15px;
	font-size: 20px;
	color: #c73754;
	background:#fff;
	position:relative;
	cursor:pointer;
	margin-top:15px;
}
.m_v_v .titulo:after {
	content: '\f0d7';
	font-family: 'FontAweSome';
	right: 10px;
	top: 10px;
	color: #c73754;
	font-size: 22px;
	position: absolute;
}
.m_v_v .bloco.ativo .titulo:after{
	color:#FFF;
}
.m_v_v .bloco.ativo .titulo {
	background:#c73754;
	color:#FFF;
	position:relative;
}
#m_v_v{
	background:#f1f0f2;
}
.m_v_v .bloco .titulo em {
	font-size: 14px;
	margin-right: 10px;
	color: #c73754;
	top:-2px;
	position:relative;
}
.m_v_v .desc p:last-child{
	margin-bottom:0;
}
.m_v_v .desc {
	padding: 5px 10px;
	background: #FFF;
	display:none;
	margin-bottom: 10px;
}
#m_v_v{
	position:relative;
	padding:20px 0px 30px;
	min-height: 370px;
	box-shadow:0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
#m_v_v .row{
	position: relative;
}
#m_v_v .pessoa_bcct {
	position: absolute;
	top: 20px;
	right: 0;
	width: 520px;
	margin-left: 0;
}
.btn-maozinha{
	position:relative;
}
.btn-maozinha img {
	position: absolute;
	right: -15px;
	bottom: -20px;
	width: 30px;
}
.porque_comprar ul li:after {
	background: url('/catalog/view/theme/imagine/image/check.png') no-repeat center center / 100% 100%;
	position: absolute;
	height: 15px;
	width: 20px;
	left: 5px;
	top: 6px;
	content: '';
}
.porque_comprar ul{
	display: table;
	width: 100%;
	max-width: 1030px;
	margin: auto;
}
.porque_comprar ul li{
	position:relative;
	margin-bottom: 15px;
	padding-left:43px;
	list-style:none;
	width:50%;
	min-height:56px;
	padding-right:40px;
	float:left;
}
.porque_comprar ul li:nth-child(6),
.porque_comprar ul li:nth-child(4),
.porque_comprar ul li:nth-child(2){
	padding-right:15px;
}
.porque_comprar .bloco {
	border: 1px solid #c73754;
	padding: 0px 50px;
}
.porque_comprar .bloco .titulo strong{
	font-weight: normal;
	background:#FFF;
	padding:0px 25px;
}
.porque_comprar .bloco .titulo {
	margin-top: -23px;
	text-align: center;
	font-size: 28px;
	color: #c73754;
	margin-bottom: 30px;
}
.porque_comprar{
	margin:55px 0px;
}
.bloco_btn{
	text-align: center;
	margin-bottom: -20px;
}
#boletim_informativo2 .row{
	margin-right:0;
	margin-left:0;
}
#boletim_informativo2 .row .col-md-3{
	padding-right:0;
	padding-left:0;
	width:22%;
}
#boletim_informativo2 .row .col-md-3.bloco_principal{
	width:34%;
	position:unset;
}
#boletim_informativo2{
	background:#c73754;
	position:relative;
}
#boletim_informativo2 .bloco_redes a {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #FFF;
	margin-left: 10px;
	line-height: 35px;
	display: inline-block;
	font-size: 16px;
}
#boletim_informativo2 .bloco_redes a:hover{
	color:#c73754;
	border-color:#c73754;
}
#boletim_informativo2 .bloco_redes {
	background: #c73754;
	color: #FFF;
	font-size: 20px;
	padding: 20px 15px;
	text-align: center;
	position:absolute;
	width:34%;
	bottom:0;
	left:44%;
}
#boletim_informativo2 .bloco_input {
	padding: 0px 30px 75px;
	top: 50%;
	left: 44%;
	position: absolute;
	width: 34%;
	transform: translateY(-50%);
}
#boletim_informativo2 .bloco_input .txt1 {
	color: #FFF;
	font-size: 27px;
	line-height: 36px;
	margin-bottom: 10px;
}
#boletim_informativo2 .bloco_input .txt1 span{
	color: #c73754;
	background:#ffffff;
	padding:2px 5px;
}
#boletim_informativo2 .bloco_input input::-webkit-input-placeholder{
    color:#fff;
	opacity:1;
}
#boletim_informativo2 .bloco_input input::-moz-placeholder {
    color:#fff;
	opacity:1;
}
#boletim_informativo2 .bloco_input .txt2:after{
	content:'';
	background:#FFF;
	height:1px;
	width:150px;
	left:0;
	bottom:0;
	position:relative;
}
#boletim_informativo2 .bloco_input .txt2 {
	position: relative;
	color: #FFF;
	margin-bottom: 55px;
	font-size: 34px;
	line-height: 40px;
}
#boletim_informativo2 .bloco_input input{
	background:transparent;
	color:#FFF;
	width:100%;
	margin-bottom:20px;
	height:44px;
	font-size:16px;
	border:1px solid #FFF;
}
#boletim_informativo2 .bloco_input .btn.button {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px 0px 15px;
	font-weight: normal;
    margin-top: 45px;
}
#boletim_informativo2 .bloco_input .btn.button em {
	color: #c73754;
	border-right: 1px solid #000;
	height: 100%;
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
	line-height: 40px;
}
#boletim_informativo2 .imgs_bi:hover a:after {
	opacity:0.6;
}
#boletim_informativo2 .imgs_bi{
	position: relative;
}
#boletim_informativo2 .imgs_bi a:after {
	content: '\f16d';
	font-family: "FontAweSome";
	font-size: 48px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #c73754;
	color: #FFF;
	opacity: 0;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.borda_titulo{
	/* padding: 10px 0 0px; */
	border-bottom:1px solid #CCC;
}
#product-manufacturer .row .col-md-3{
	width:20%;
}
#product-manufacturer .row a, #product-manufacturer .row span {
	display: block;
	border: 1px solid #DBDBDB;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#product-manufacturer{
	margin-top:50px;
	margin-bottom:20px;
}
.formas_contato{
	margin-top:30px;
}
.formas_contato .bloco .titulo {
	color: #333;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	background: #eaeaea;
	border-bottom: 2px solid #c73754;
	text-align: left;
	padding: 10px 20px;
	font-weight: bold;
}
.formas_contato .bloco .texto{
	padding:10px 15px 10px 45px;
	position:relative;
	margin-bottom:0px;
}
.formas_contato .bloco .texto.end .txt{
	position:relative;
}
.formas_contato .bloco .texto.end em {
	color: #c73754;
	font-size: 22px;
	position: absolute;
	top: 2px;
	left: -30px;
	width: 24px;
	text-align: center;
}
.formas_contato .bloco .redes_sociais_squad{
	padding:0px 0px 0px 10px;
}
.formas_contato .bloco .texto.email .txt {
	line-height: 26px;
	font-size: 16px;
}
.formas_contato .bloco .texto.telefone {
	padding:10px 15px 10px;
}
.formas_contato .bloco.siganos .texto > em {
	top: 16px;
	font-size: 26px;
	position: absolute;
	left: 20px;
	color: #c73754;
}
.formas_contato .bloco .texto.tel .txt a {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.formas_contato .bloco .texto.tel .txt a em{
    color: #c73754;
}
.telefone .txt {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
form.form_contato{
	/* padding:35px 0px; */
}
form.form_contato input, form.form_contato textarea, form.form_contato select {
	/* border: 1px solid #c73754; */
	height: 45px;
	padding: 10px 15px;
	margin-bottom:15px;
}
form.form_contato input:focus,
form.form_contato textarea:focus{
	border: 1px solid #9c1933;
}
form.form_contato .btn.button{
	padding:14px 17px;
	border: none;
	border-radius: 5px;
	font-size: 1.1em;
}
.img_contato {
	position: absolute;
	right: calc(100% + 15px);
	width: 960px;
	max-width: unset;
	bottom: 0px;
	z-index: -1;
	top: 50%;
	margin-top: -320px;
}
.contato_overflow{
	overflow:hidden;
	margin-bottom: 30px;
}
.bm-posts .items-row .images{
	position:relative;
	overflow:hidden;
}
.bm-posts .items-row .images:after{
	content:'';
	background: rgba(181, 29, 84, .5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:-100%;
	opacity:1;
	z-index:2;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.bm-posts .items-row .images:before {
	content: '+';
	color: #FFF;
	font-size: 40px;
	position: absolute;
	opacity: 1;
	z-index: 3;
	width: 100%;
	height: 40px;
	text-align: center;
	top: -50px;
	line-height: 40px;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.bm-posts .items-row:hover .images:after{
	left: 0;
}
.bm-posts .items-row:hover .images:before{
	top: calc(50% - 20px);
}
.bm-posts .items-row .images img{
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
.bm-posts .items-row:hover .images img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.bm-posts .items-row {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	padding-bottom: 10px;
}
.bm-posts .items-row.cor0{
	border-bottom: 2px solid #c73754;
}
.bm-posts .items-row.cor1{
	border-bottom: 2px solid #26abe2; 
}
.bm-posts .items-row img{
	width: 100%;
}
.bm-posts .items-row .article_content .introtext {
	text-align: justify;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	padding: 0px 15px;
	color: #4a4847;
}
.bm-posts .items-row .article_content .page-header .moduletitle {
	position: relative;
	text-transform: unset;
	font-size: 17px;
	line-height: 24px;
	padding: 0px 10px;
	margin-bottom: 10px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: normal;
	color: #333;
	text-align:center;
}
.bm-posts .items-row .titulo {
	padding: 0px 15px;
	margin: 15px 0 10px;
	font-size: 22px;
	line-height: 26px;
	overflow: hidden;
	height: 26px;
	color: #4d585e;
}
.blog_container,
.bm-posts {
	padding: 40px 0px 0px;
}
.moduletitle.latoff{
	text-transform: uppercase;
	font-weight: 700;
}
.moduletitle.latoff:after{
	display:none;
}
.blog_container #column-right {
	width: 100%;
	padding: 0px;
}
#product-product{
	margin-top: 0;
}
.bloco_info_produto .btn-group{position:absolute;right:0;top:0;}
.bloco_info_produto h1{color: #232222;font-size: 21px;margin-bottom: 20px;margin-top:0;padding-right: 62px;}
.bloco_info_produto{position:relative;}
.bloco_info_produto .btn-group .btn-default .fa{font-size:12px;}
.bloco_info_produto .btn-group .btn-default{padding:3px 8px;}
.bloco_info_produto .preco_produto{padding: 15px 0 25px;}
.bloco_info_produto .linha_p{text-decoration:line-through;}
.bloco_info_produto .priceUpdate{color: #B51D54;font-size: 3em;font-weight:bold;line-height:40px;font-family: 'Montserrat';}
.bloco_info_produto .preco_anterior{text-align:center;color:#6b6b6b;}
.bloco_info_produto .preco_anterior .txt1{color:#0094D9;}
.bloco_info_produto .preco_produto #input-quantity{display:inline-block;width:50px;}
.info_bloco_topo {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	display: table;
	margin-bottom: 0px;
	padding: 18px 0;
	width: 100%;
}
.opcoes_produto label.control-label {/* font-weight: bold; */font-size: 14px;color: #000;}
.opcoes_produto select{font-size:14px;padding:8px 12px;height:38px;}
.opcoes_produto .form-group{margin:15px 0px;}
.btn_recomentado {
	background: #c73754 none repeat scroll 0 0;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: 7px;
	margin-right:0px;
}
.btn_fale_conosco {
	background: #eaeaea none repeat scroll 0 0;
	color: #7f7f7f;
	display: inline-block;
	padding: 0 10px;
	margin-left:30px;
	position: relative;
	top: 7px;
}
.btn_fale_conosco em, .btn_recomentado em {
	font-size: 20px;
	left: 10px;
	position: absolute;
	top: 7px;
}
.btn_fale_conosco:hover{
	background: #c73754;
	color: #fff;
}
.btn_fale_conosco .txt1, .btn_recomentado .txt1 {
	font-size: 10px;
	line-height: 10px;
	padding: 6px 0 0 25px;
}
.btn_fale_conosco .txt2, .btn_recomentado .txt2 {
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	padding: 3px 0 6px 25px;
}
.produto_selos .safe_browsing {
	margin-right: 30px;
	width: 80px;
}
.produto_selos .pag_seguro {
	margin-right: 30px;
	width: 80px;
}
.produto_selos .godaddy {
	margin-right: 30px;
	width: 160px;
}
.produto_selos {
	margin: 15px auto 30px;
	display: table;
}
.opcoes_produto{
	padding-bottom:15px;
}
.chame-btn{
	border: 1px solid #CCC;
	font-size: 10px;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	cursor: pointer;
}
#avaliacoes label input[type="radio"]
{
	display: none;
}
#avaliacoes span.fa-stack {
    font-size: 14px;
    cursor: pointer;
}
.chame-btn img{
	width:16px;
	margin-right:5px;
	color:#bbb;
}
.bloco_info_produto .plg_link_externo_facebook{
	margin-bottom:0;
	float:right;
}
.bloco_info_produto .redes-sociais-artigo > a{
	margin-top:0;
}
.descricao_box {
	border: 1px solid #CCC;
}
.descricao_box .nav-tabs{
	margin-top:-1px;
	border-bottom:1px solid #CCC;
	text-align:center;
}
.descricao_box .nav-tabs > li{
	margin-bottom:-1px;
	display: inline-block;
	float:unset;
}
.descricao_box .nav-tabs > li a{
	border-radius: 0px;
	border: unset;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	color: #8e8787;
}
.descricao_box .tab-content{
	padding:0px 15px 15px;
}
.descricao_box .nav-tabs > li:hover a,
.descricao_box .nav-tabs > li.active a{
	background: #c73754;
	color: #FFF;
	border:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border:none;
}
.bloco_produto{
	display:block;
	padding: 27px 10px 15px;
	margin-bottom: 30px;
	margin-top: 5px;
	position: relative;
	cursor: pointer;
}
.bloco_produto .img-responsive{
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 5px;
}
.bloco_produto:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.18);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.18);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.18);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,.18);
	box-shadow: 0 0 5px rgba(0,0,0,.18);
}
.img-effect a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.img-effect a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.img-effect a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.img-effect a:hover:before, .img-effect a:hover:after {
	width: 100%;
	height: 100%;
}
.produto_lista .bloco_produto:hover {
	box-shadow:unset;
}
.formas_contato .bloco .fc.fa{
	margin-left: -18px;
	font-size: 16px;
	color: #c73754;
}
#boletim_informativo2 .imgs_bi img{
	width:100%;
}
.info_bloco_topo .redes-sociais-artigo > a span{
	width:auto;
}
.info_bloco_topo .atribute_form img{
	width: 30px;
	margin-right: 10px;
}
.info_bloco_topo .atribute_form{
	float:left;
	display:table;
}
.info_bloco_topo .atribute_form div{
	float:left;
	margin-right:10px;
}
#button-cart,.button-cart {
    color: #fff !important;
    background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #ea573b 73%);
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 18px;
    border: none;
}
#product-manufacturer .row a:hover,
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color:#c73754;
}


#accordion a:hover{
	color:#c73754;
}
.conteudo_sucesso .lista_info a:hover{
	color:#c73754;
}
#cart #cart-total{
	font-size:12px;
}
#cart #cart-total-num {
    font-size: 12px;
    background: red;
    color: #fff;
    border-radius: 100%;
    margin-left: -6px;
    padding: 0px 5px;
}
.info_5d {
	font-size: 11px;
}
.info_5d:before {
	content: '*';
	color: #F00;
	margin-right: 3px;
}
.qs_titulo_fin {
	max-width: 990px;
	margin: 30px auto 10px;
	font-size: 20px;
	position: relative;
	left: -15px;
}
#modal-shipping .info_5d{
	display: inline;
	margin-left: 5px;
}
.header_topo {
	background: #c73754;
	color: #FFF;
}
.header_topo a{
	color: #FFF;
}
.header_topo .email{
	line-height: 36px;
	text-align: center;
}
.header_topo .redes{
	line-height: 36px;
	font-size: 16px;
	text-align: center;
}
.header_topo .redes a {
	border: 1px solid #FFF;
	border-radius: 100%;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 14px;
	margin-right: 3px;
	margin-left: 8px;
}
.header_topo .sep {
	position: relative;
	top: -1px;
	margin: 0px 5px;
}
.header_topo .telefone{
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	font-size: 18px;
	line-height: 36px;
}
.header_topo .telefone img {
	width: 20px;
	margin-top: -5px;
}
.header_topo .telefone em {
	font-size: 18px;
	position: relative;
	top: 2px;
	right: 3px;
}
#search{
	margin-top: 17px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	transition: .3s all;
}
.topo_imagens{
	margin: 24px 0px;
}
.topo_cart_login {
	margin-top: 9px;
	padding-left: 0;
	position: relative;
	transition: .3s all;
}
.topo_cart_login > .col-md-6 {
	background: transparent;
}
.topo_cart_login .div-btn-menu {
    /* display: none; */
}
.topo_3cmd .bloco .img {
	border-radius: 50%;
	text-align: center;
	width: 80px;
	height: 65px;
	padding: 0;
	float: left;
	margin-right: 5px;
	border: none;
}
.topo_3cmd .bloco .txts .txt1 {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	font-style: italic;
}
.topo_3cmd .bloco .txts .txt2 {
	font-size: 12px;
	color: #5d5f60;
}
.topo_2imgs{
	padding:0px 25px 0px 5px;
}
#position-4 {
	margin: 60px 0px;
	background: url("/image/catalog/banner-super-80.jpg") no-repeat center center/100%;
	height: 600px;
}
#position-5{
	margin-top: 50px;
}
.hover_image {
	background: url(/catalog/view/theme/imagine/image/img_hover.png) no-repeat scroll 0 center transparent;
	content: "";
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: 0.5s all;
	transition: 0.5s;
}
.chamadas_inicio a {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	position: relative;
}
.chamadas_inicio a:hover .hover_image {
	left: 0;
	-webkit-transition: 1s all;
}
.chamadas_inicio a {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	position: relative;
	overflow: hidden;
}
.moduletitle.efct2:after {
	content: '';
	height: 2px;
	width: 160px;
	left: 50%;
	bottom: 0;
	margin-left: -80px;
	position: absolute;
}
.noticias_mais_lidas .noticia:hover{
	color:#c73754;
}
.regioes_contato .bloco{
	background: #eaeaea;
	margin-bottom: 50px;
}
.regioes_contato .bloco .titulo {
	color: #333;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 18px;
	border-bottom: 2px solid #c73754;
	text-align: left;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
}
.regioes_contato .bloco .bc_hidden{
	display: none;
}
.regioes_contato .bloco .bc{
	padding: 10px 15px 10px;
	border-bottom: 1px dashed #CCC;
}
.regioes_contato .bloco .bc .txt1{
	font-weight: bold;
	font-size: 16px;
}
.regioes_contato .bloco .bc .txt3,
.regioes_contato .bloco .bc .txt2{
	position: relative;
	padding: 5px 0px 5px 15px;
}
.regioes_contato .bloco .bc .txt3 em,
.regioes_contato .bloco .bc .txt2 em{
	position: absolute;
	left: 0px;
	top: 10px;
	color: #c73754;
	font-size: 14px;
}
.regioes_contato .bloco .bc .txt3 em{
	top: 8px;
}
.regioes_contato .bloco .bc_veja_mais div{
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}
.regioes_contato .bloco .bc_veja_mais .vj2{
	display: none;
}
#galeria_fotos .items-row{
	border:1px solid #CCC;
	margin-top:30px;
	margin-bottom:40px;
}
#galeria_fotos .items-row.cor0{
	border-bottom:2px solid #c73754;
}
#galeria_fotos .items-row.cor1{
	border-bottom:2px solid #c73754;
}
#galeria_fotos .items-row .images{
	position:relative;
	overflow:hidden;
}
#galeria_fotos .items-row .images:after{
	content:'';
	background:rgba(42, 58, 132, 0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:-100%;
	opacity:1;
	z-index:2;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
#galeria_fotos .items-row .images:before {
	content: '+';
	color: #FFF;
	font-size: 40px;
	position: absolute;
	opacity: 1;
	z-index: 3;
	width: 100%;
	height: 40px;
	text-align: center;
	top: -50px;
	line-height: 40px;
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
#galeria_fotos .items-row:hover .images:after{
	left: 0;
}
#galeria_fotos .items-row:hover .images:before{
	top: calc(50% - 20px);
}
#galeria_fotos .items-row .images img{
	-webkit-transition:0.6s all;
	transition:0.6s all;
}
#galeria_fotos .items-row:hover .images img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
#galeria_fotos .bc_img{
	display: block;
	cursor: pointer;
}
#galeria_fotos .items-row h3{
	margin:15px 15px;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
}
.regioes_contato .bloco .bc_veja_mais div:hover{
	color:#c73754;
	text-decoration: underline;
}
#position-6 .produto_sem_carrosel {
	margin-top: 60px;
}
#content-bottom{
	padding: 20px 0px ;
}
#plugin_instagram .bs-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
#plugin_instagram .bloco{
	position: relative;
	cursor: pointer;
}
#plugin_instagram .bloco:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0);
	transition: 0.3s all;
	pointer-events: none;
}
#plugin_instagram .bloco:hover:after{
	background: rgba(255,255,255,0.70);
}
.w-100 {
	width: 100% !important;
}
.m_v_v .bloco:last-child {
	/* display: none; */
}

.title-confirm strong {

    display: flex;
    text-align: right;
    justify-content: end;

}
.carregar-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
}
.carregar-img img.loaded {
    transition:.3s all;
    opacity: 1;
    background: #eaeaea;
}
.icon-top {
    padding: 10px;
    border: 2px solid #c73754;
    color: #797674;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    font-size: 3em!important;
}
footer .sp-bdrr {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
}
.produto_sem_carrosel .row {
    display: flex;
    flex-wrap: wrap;
}
.redesSociaisFlutuante {display:none}
@media(min-width: 768px)
{
	.redesSociaisFlutuante {position: fixed;top:calc(50%);z-index: 1;display:initial;left: 0;}
	.redesSociaisFlutuante .bloco{position:relative;width: 48px;height: 48px;padding: 12px 0;text-align:center;color:#fff;display:block;transition: width .15s ease-in-out;}
	.redesSociaisFlutuante .bloco:hover{width:70px}
	.redesSociaisFlutuante .bloco em{font-size: 24px;}
	.cl-icon.facebook{background:#3B5998;}
	.cl-icon.instagram{background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
	.cl-icon.twitter{background:#1DA1F2;}
	.cl-icon.youtube{background:#FF0000;}
	.cl-icon.pinterest{background: #C92228;}
	.cl-icon.linkedin{background:#0077B5;}
}
.bloco-vagas{margin-bottom: 16px;background: #ffbb03e8;padding: 10px;color: #3c3a3a;}
.bloco-vaga-nome{cursor: pointer;font-size: 20px;}
.bloco-vaga-nome em{width: 14px;height: 22px;font-size: 26px;position: relative;color: #3c3a3a !important;}
.bloco-vaga-desc{margin-left: 55px; display: none;}
.tituloVaga{color: #3c3a3a;font-size: 22px;}
.grecaptcha-badge {display: none !important;}
.descricao_box span.fa.fa-stack {color: #c73754;font-size:7px;}
.fa.fa-stack.top {margin-top: -7px;}

.form-input
{
    width: 100%;
    max-width: 679px;
    margin: 0px 15px;
    margin-bottom: 10px;
    height: 40px;
}
.flex-center
{
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}
@media(max-width:990px)
{
	.flex-center
	{
		flex-wrap: wrap;
	}
}
select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}
.form-control[readonly]
{
    cursor: no-drop!important;
}
#collapse-shipping-method .panel-body,#collapse-checkout-confirm .panel-body,#collapse-payment-method .panel-body{
    min-height: 0;
}
#collapse-shipping-method,#collapse-payment-method,#collapse-checkout-confirm,#collapse-checkout-list_product,#collapse-checkout-option,#collapse-shipping-address {
    height: auto!important;
    display: block !important;
}

.caixa-sombreada {
    padding: 0 20px 20px;
    box-shadow: 1px 0px 5px rgba(0,0,0,0.25)!important;
}
.borda-principal {
    /* border-top: 2px solid #c73754!important; */
}
#checkout-checkout h4.panel-title {
    padding: 15px 0px;
    border-bottom: 4px solid #c73754;
    margin-bottom: 20px;
}
@media(min-width:991px)
{
	.panel.panel-default.borda-principal
	{
		margin: 9px !important;
	}
}

.borda-principal.float
{
    float:left;
    /* min-width: 200px; */
    min-width: 31%;
    max-width: 32.33%;
}
@media(max-width:990px)
{
	.borda-principal.float
	{
		float:none;
		max-width: 100%;
		width: 100% !important;
	}
	.onepainelsep, .float.b3 {
		float: none!important;
		margin: 10px 0px !important;
		max-width: 100% !important;
	}
}
.panel-heading-new .panel-title {
    text-transform:uppercase;
}
.panel-title a, .panel-title {
    color: #444444;
    font-size: 15px;
}

.identifique
{
    text-decoration: underline;
}
.identifique:hover
{
    color:#FF940F!important;
     text-decoration: underline;
}
#checkout-checkout .form-control {
    font-size:14px!important;
    height: 40px!important;
    padding: 4px 6px!important;
    border-radius: 4px!important;
    vertical-align: middle!important;
    line-height: 20px!important;
    color: #555!important;
}
.checkout-alerta-seguro {
    text-align: left;
    background-color: #fcfcfc;
    padding: 0 10px 35px 25px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 570px;
    min-height: 155px;
    margin: 56px auto 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.checkout-alerta-seguro .checkout-alerta-seguro-icon {
    position: absolute;
    font-size: 180px;
    bottom: -35px;
    right: -5px;
    color: #eaf0ea;
    z-index: 0;
}
.checkout-alerta-seguro .checkout-alerta-seguro-item .fa-check, .checkout-alerta-seguro .checkout-alerta-seguro-tit {
    color: #468847;
    z-index: 2;
    position: relative;
}
.checkout-alerta-seguro ul,.checkout-alerta-seguro li {
    list-style-type: none;
    line-height: 30px;
}
.checkout-alerta-seguro .checkout-alerta-seguro-list {
    color: #888;
    z-index: 2;
    position: relative;
    margin: 0;
	  padding-left:25px;
}
.identificacao-title {
    margin: 0 !important;
    line-height: 25px;
    text-align: center;
    margin: 0 0 20px !important;
    /*font-weight: bold;*/
    font-size: 19px;
}
.form-email-identificacao {
    padding: 25px 2%;
    font-size: 18px !important;
    box-shadow: inset 1px 1px 7px #e7e7e7;
    max-width: 500px;
    margin: 5px 0;
}
.btn.btn-vermelho:active,.btn.btn-vermelho:focus
{
	-webkit-appearance: button;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#checkout-checkout .panel-group,#checkout-checkout .panel.panel-default{
    border-radius: initial!important;
}

.radio-conteiner {
    min-height: 40px;
    width: 35px;
    float: left;
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.1);
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    position: absolute;
}
.radio-conteiner input[type="radio"]{
    margin: 0; 
}
.forma-conteiner {
    display: block;
    margin-left: 32px;
    padding: 11px 15px;
    position: relative;
    cursor: pointer;
    min-height: 40px;
    font-size: 13px;
    vertical-align: unset;
}

.radio-label {
  display: block;
  border: 1px solid;
  border-color: rgba(0,0,0,0.13);
  min-height: 40px;
  margin-bottom:5px;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.btn-edit-end {
    position: absolute;
    top: 0;
    right: -36px;
    font-size: 18px;
}
.panel.panel-default.b3 {
    width: 31.7%;
}
.panel-body.dados {
  background: #F5F5F5;
}
.dados label, #enderecoSelecionado label,#freteSelecionado label {
    font-size: 13px;
    font-weight: normal;
}
.dados label b{
    font-size: 12px;
}
.topo_3cmd .bloco .img img {
    max-height: 60px;
    max-width: 60px;
}
.menu-top .img {
    height: 33px;
    width: 50px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3px;
}
.menu-top .img img {
    max-width: 30px;
    max-height: 30px;
}
.redes-top{color: #fff;font-size: 11px;}
.redes-top a {padding: 0 8px;font-size: 16px;color: #c73754;}
footer em {
    color: #B51D54;
}
footer .contato {
    font-size: 16px;
}

 footer .contato li a,footer .contato li span {
    margin-left: 6px;
}
.cnpj_rodape .txt2 {
    font-size: 17px;
    margin-top: 10px;
    font-style: italic;
}
.cnpj_rodape .txt1 {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
.ul_rodp em {
    margin-right: 5px;
}
footer ul {
    font-weight: 200;
    font-size: 16px;
}
.moduletitle.efct strong {
    color: #000;
    font-size: 1.1em;
    letter-spacing: 4px;
}
.moduletitle.efct span {
    font-family: 'redemption';
    background: #fff;
    color: #B51D54;
    z-index: 0;
    padding: 10px 36px;
    padding-bottom: 5px;
    font-size: 3em;
    letter-spacing: 3px;
    font-style: normal;
    font-weight: 300;
    display: inline-block;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.moduletitle .part1 {
  margin: 0 0 -6px;
}
.ver-detalhes .btn {
    padding: 2px 31px;
    font-size: 17px;
}
#boletim_informativo .bloco_input .nome{width:29%;margin:0 12px;}
#boletim_informativo .bloco_input .email{width:43%;}
.chamada_inicio {
    height: 600px;
    max-width: 840px;
    color: #fff;
    position:relative;
}
.lancamentos {
    height: 600px;
    max-width: 840px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
}

.chamada_inicio:before {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 2;
    border-color: transparent transparent transparent rgba(0, 0, 0, .5);
    border-width: 0 0 508px 190px;
    right: 0px;
    width: 100px;
    height: 500px;
    background: transparent;
    border-style: solid;
    z-index: 0;
}

.chamada_inicio .bloco {
    width: 650px;
    height: 600px;
    background: rgba(0, 0, 0, .5);
    top: 0;
    position: absolute;
    padding: 144px 0;
}
.lancamentos .titulo {
    background: #fff;
    color: #000;
    padding: 0px 32px;
    font-size: 3.5em;
    text-shadow: -3px -2px 0 #fffefe;
    font-weight: bold;
    letter-spacing: 20px;
    width: auto;
    margin-left: -60px;
}

.chamada_inicio .titulo {
    background: #fff;
    color: #000;
    padding: 0px 100px;
    font-size: 4em;
    text-shadow: -3px -2px 0 #fffefe;
    font-weight: bold;
    width: 735px;
    letter-spacing: 20px;
}

.chamada_inicio .subtitulo {
    padding: 15px 100px;
    font-size: 18px;
    font-style: italic;
}

.chamada_inicio .confira {
    padding: 27px 0;
}
.chamada_inicio .confira .btn{
    padding: 10px 5px;
}
.lancamentos .confira {
    padding: 27px 15%;
}
.lancamentos .confira .btn{
    padding: 10px 12px;
}
#position-4 .container,#position-2 .container {
    width: initial !important;
    padding: 0 !important;
}
span.borda {
    position: absolute;
    width: 634px;
    height: 68px;
    z-index: 1;
    color: #000;
    margin-left: 4px;
    margin-top: 3px;
}
.lancamentos {max-width: 100%;}
.lancamentos .bloco2 {
    top: 0;
    position: relative;
    top: calc(50% - 78px);
    padding: 0;
    right: 0;
    /* position: absolute; */
    width: 45%;
}

.lancamentos:before {
    content: none;
}
.lancamentos span.borda {
	width:auto;
	height: auto;
}
.btn_carrosel{
    padding-top: 60px;
    padding-bottom: 10px;
}
.off-btn {
    margin: 0;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #d8563d 73%);
    color:#fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 16px 8px;
    z-index: 23;
    font-weight: 700;
    height: 60px;
    font-style: italic;
    width: 60px;
}
.team-body img {
    max-height: 240px;
    max-width: 240px;
}

.div-siguir {
    text-align: right;
    position: absolute;
    bottom: -100px;
    right: 0;
}

.team-wfit,.team-top,.team-body {width: 100%;display: table;}

.btn-siguir {
    border: 2px solid #c73754;
    padding: 9.5px 25px;
    padding-right: 45px;
    font-size: 17px;
    border-radius: 8px;
    position: relative;
    color: #fff !important;
    transition: all .15s ease-in-out;
}

.team-top {
    padding: 25px 0;
    color: #fff;
}

.btn-siguir em {
    color: #c73754;
    font-size: 35px;
    position: absolute;
    top: 5px;
    right: 8px;
}

.team-wfit .subtitulo {
    font-size: 2.5em;
    margin-bottom: -15px;
    font-weight: 500;
}

.team-wfit .titulo {
    font-size: 4em;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
}

.team-body .col-md-3 {
    max-width: 240px;
    max-height: 240px;
    padding: 0;
    margin: 1px;
}

.team-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#position-8:before {
    content: '';
    background: #000;
    min-height:350px;
    height: 50%;
    width: 100%;
    position: absolute;
}

.btn-siguir:hover {
    transform:scale(1.1);
}
.breadcrumb a {
    color: #313131;
}
#menu .nav > li > a label {
    text-transform: uppercase;
}
@media(min-width: 991px)
{
	#menu .nav > li > a label{/* transition: .3s all; */margin-top: 0;/* visibility: hidden; */cursor: pointer;}
	#menu .nav:hover > li >  a  label{margin-top: -0;visibility: visible;}
}

.bloco-img {
    position: relative;
    overflow: hidden;
}

.ver-detalhes {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition:.5s all;
    visibility: hidden;
}

.bloco_produto:hover .ver-detalhes {
    visibility: visible;
     bottom: 10px;
}
.bloco-img img {
    margin-left: auto;
    margin-right: auto;
}

.bloco_produto .precode_2,.preco_produto .precode_2, .preco_produto .precode {
    color: #928e89;
    text-align: center;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}
.bloco_produto .div-2 {
    text-align: center;
    margin: 5px 0;
}
.bloco_produto .preco_2,.preco_produto .preco_2{
    font-weight: 700;
}
.bloco_produto .line,.preco_produto .line{
    border-bottom: 1px solid #ececec;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 8px;
    position: relative !important;
}
.bloco_produto .line .ou,.preco_produto .line .ou{
    position: absolute;
    background-color: #fff;
    top: 50%;
    margin-top: -10px;
}
.bloco_produto .div-1 {
    text-align: center;
}

.bloco_produto .text-div-1 {
    margin-top: -10px;
}
.bloco_info_produto .line, .preco_produto .line{
    display: block;
    border-left: 1px solid #ececec;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
}
.bloco_info_produto .line .ou, .preco_produto .line .ou {
    position: absolute;
    padding: 0 5px;
    background-color: #fff;
}
#product-product .relativo_carousel .prev .fa,#product-product .relativo_carousel .next .fa {color: #c73754;}
.descricao-produto {
    position: relative;
    margin: 25px 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 21px;
}

.titulo-descricao {
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.titulo-descricao span {
    border-bottom: 2px solid #F44E7E;
}
.txt-descricao {
    color: #848484;
    font-size: 14px;
}
#product-product #crs-img-btnPrev2,#product-product #crs-img-btnNext2 {opacity: 1;}
.avaliacoes-produto {
    border: 1px solid #F44E7E;
    position: relative;
    padding: 45px 0px 30px;
    border-radius: 10px;
    margin: 40px 0;
}

.avaliacoes-produto .fa-stack {
    color: #ffb62b;
}

.avaliacao-produto {display: flex;flex-wrap: wrap;padding: 9px 0;}

.avaliacoes-name {
    font-size: 24px;
}

.avaliacoes-txt {
    font-size: 18px;
}
.avaliacoes-titulo {
    font-weight: 700;
    background-image: linear-gradient(120deg, #b61c67 15%, #c73853 52%, #ea573b 73%);
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: -15px;
    left: -2px;
    padding: 6px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.avaliacoes-btn {
    margin: 35px 0px;
    display: flex;
    justify-content: center;
}
.btn-extra {
    background: #F44E7E;
    color: #fff;
    padding: 4px 11px;
    border-radius: 5px;
    font-size: 11px;
    margin: 0 3px;
    cursor: pointer;
}

.btn-extras {
    text-align: center;
}
.fa-ruler {
    background: url("/image/ruler.png");
    height: 16px;
    width: 17px;
    margin: -3px 0;
}

.btn-extras em {
    font-size: 16px;
}
.opcoes_produto .radio input {
    display: none;
}


.opcoes_produto .form-group {
    display:flex;
}

.opcoes_produto .radio {margin-top: -10px;}

#input-option22 .radio {
    position: relative;
}

.opcoes_produto .img-thumbnail{
    border: none;
    background: none;
    max-width: 40px;
}
.div-input-radio
{
	display: flex;
    position: relative;
}
.caixa-borda {
    border: 1px solid;
    font-size: 23px;
    padding: 3px 12px !important;
    font-weight: 700 !important;
    color: #000;
    display: block;
}

.div-input-radio .radio label{padding:0;margin-left: 10px;}
.btn-extra:hover {
    background: #d03361;
}
.opcoes_produto input[type=radio]:checked + span{
  color: #B51D54 !important;
  background:#feff32;
  border: 1px solid #B51D54 !important;
}
.opcoes_produto input[type=radio]:checked + img {
  color: #B51D54 !important;
  border: 8px solid #d8d7d7 !important;
}
.border-cores {
    border: 2px solid !important;
    border-color: transparent !important;
    padding: 0;
    margin: 0;
    max-width: 35px !important;
    display: block;
    border-radius: 0px;
}

.relacionados .part1 span {
    font-size: 4.1em;
}
.relacionados .moduletitle.efct strong {
    font-size: .8em;
}
.blocos_lanca-promo {
    display: table;
    width: 100%;
    margin-bottom: 65px;
}
.blocos_lanca-promo .bloco {
    width: 50%;
    float: left;
}
.blocos_lanca-promo .bloco.bc1 {
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}
.blocos_lanca-promo .bloco.bc2 {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}
.blocos_lanca-promo .bloco .bc {
    position: relative;
    overflow: hidden;
    height: 370px;
}
.blocos_lanca-promo .bloco .bc img {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
    position: absolute;
    top: 0;
}
.blocos_lanca-promo .bloco .bc .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    color: #FFF;
    font-size: 30px;
    padding: 5px 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    z-index: 22;
    min-width: 475px;
    text-align: center;
}
.blocos_lanca-promo .bloco .bc a:after {
    content: '';
    background: rgba(181, 29, 84,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.blocos_lanca-promo .bloco .bc:hover a:after{
	opacity:1;
}
.blocos_lanca-promo .bloco .bc:hover .txt{
	opacity:1;
}
.blocos_lanca-promo .bloco .bc:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
@media(max-width:990px)
{
    .blocos_lanca-promo .bloco {
        width: 100%;
        float:none;
        border: none !important;
    }
    .blocos_lanca-promo .bloco .bc a:after,.blocos_lanca-promo .bloco .bc .txt
    {
        opacity: 1;
    }
}
.blocos_lanca-promo .bloco.bc1 img {top: 0;}
.blocos_lanca-promo .bloco.bc2 img {top: 0;}
.txt-desc {
    color: #fff;
}
#cart.btn-group.btn-block {
    cursor: pointer;
}

#cart.btn-group.btn-block:hover .dropdown-menu {
    display: block;
}
.filtrar-txt {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 4px 1rem;
}
.select-filtro {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding: 4px 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 36px;
    border: none;
    text-align: center;
    text-align-last: center;
}
.filtro-div {
    max-width: 225px;
    height: 36px;
    margin-right: 0;
    margin-left: auto;
}
.filtro-div #input-sort option {
    background-color: #EFEFEF;
    color: #000;
}
.parcelamento {
    border: 1px solid #F44E7E;
    padding: 0px 15px;
    border-radius: 10px;
    position: relative;
}

.tituloParcela {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #F44E7E;
}

.parcelaLeft,.parcelaRight {
    padding: 10px;
}

.blocoParcela {
    font-size: 14px;
    text-align: left;
}

.blocoParcela .qtdParcela {
    color: #ea3267;
    font-weight: bold;
}
.formulario-contato {
    background: #CCCCCC;
    padding: 30px 20px;
}
.tituloform {
    font-size: 2.5em;
    color: #8e8b8b;
    line-height: 47px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-top: 50px;
}
.formulario-info .txt {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 15px;
}
.formulario-info .txt-endereco a, .formulario-info .txt-social a {
    color: #4b4848;
    padding: 2px 0;
    cursor: pointer;
}
.formulario-info .txt-endereco .txt .icn, .formulario-info .blocoTelefones .txt .icn,.formulario-info .txt-social .txt .icn
{
	margin-right: 5px;
}
.formulario-info em.icn {
    font-size: 23px;
    color:#B51D54;	
}
.formulario-info .txt-endereco .txt, .formulario-info .blocoTelefones .txt, .formulario-info .txt-social .txt {
    display: flex;
}
.tracar-rota {
    background: #ff781f;
    color: #fff!important;
    text-align: center;
    padding: 2px 0!important;
    width: 135px;
    height: 31px;
    float: right;
}
.formulario-info .blocoTelefones a {
    color: #B51D54;
    padding: 2px 0;
    cursor: pointer;
}
.formulario-info a:hover {
    color: #B51D54;
}
.blocoRedesSociaisC{
	background: #a02753;
}
.blocoRedesSociaisC .info .txt1 {
	color: #fff;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2em;
	padding: 45px 15px;
}
.blocoRedesSociaisC .info .txt2 {
	padding: 0px 15px 20px;
}
.blocoRedesSociaisC .subbloco{
	padding: 0px 1px 1px;
}
.blocoRedesSociaisC .subbloco a {
	text-align: center;
	font-size: 5.5em;
	background: #fff;
	padding: 20px 0px;
	transition: 0.3s all;
	color: #B51D54;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blocoRedesSociaisC .subbloco a:hover{
	background-image: linear-gradient(120deg, #fd6447 30%,#c73853  60%, #ca3450 73%);
	color: #fff; 
}
.blocoRedesSociaisC{
	margin-bottom: 30px;
}
.blocoRedesSociaisC .subbloco a {
    text-align: center;
    font-size: 5.5em;
    background: #fff;
    padding: 20px 0px;
    transition: 0.3s all;
    color: #B51D54;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px){

	.blocoRedesSociaisC .flex{
		flex-direction: row;
	}
	.blocoRedesSociaisC .subbloco {
		padding: 1px 0px 1px 1px;
		flex-basis: 50%;
	}
	.blocoRedesSociaisC .flex .bloco {
		display: flex;
		flex-grow: 1;
		flex-direction: row;
	}
}
@media (min-width: 992px){
	.blocoRedesSociaisC .flex .info {
		min-width: 45%;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.blocoRedesSociaisC .flex .info .txt1,
	.blocoRedesSociaisC .flex .info .txt2{
		padding-left: 100px;
	}
	.blocoRedesSociaisC .subbloco a{
		font-size: 9em;
	}
}
.flex{
    display: flex;
    flex-direction: column;
}
.cadeado-btn {
    margin-right: 10px;
}
.parcelas-produto .accordion {
    margin: 0;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
    border-color: rgba(0,0,0,0.13);
    list-style-type: none;
}
.parcelas-produto .accordion .accordion-group:first-child {
    border-top-width: 0;
}
.parcelas-produto .accordion .accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 0 0;
    border-color: rgba(0,0,0,0.13);
    list-style-type: none;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.parcelas-produto .accordion .accordion-group .accordion-heading {
    line-height: 21px;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .accordion-toggle, .parcelas-produto .accordion .accordion-group .accordion-inner {
    padding: 10px 0;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
    margin-right: 10px;
    font-size: 11px;
}
.onepainelsep {
    float: left;
    min-width: 33.3%;
    max-width: 33.4%;
}
.noPdTop .carregando-div {

    margin-top: 20px;
}
.imgLoad {
    width: 41px;
    height: 41px;
    /*margin-left: 43%;*/
    /*margin-right: 43%;*/
    margin-right: 7px;
}
.bloco-info {
    padding: 20px 0 15px 0;
    color: #545151;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.noMgBottom {
    margin-bottom: 0 !important;
}

.noPdTop {
    padding-top: 0 !important;
}
.pd-center 
{
	padding: 0 24%;
}
.imgP-e
{
	cursor: pointer !important;
	padding: 5px 0;
	display: block;
	text-align: right;
}
.checkout-alerta-seguro-tit {
    margin-top: 31px;
}
.btn-email {
    height: 45px;
    font-size: 18px;
    margin: 8px 5px;
    color: #fff !important;
}
.moedaSmall {
    font-size: 70%;
}
.priceParcela {
    font-size: 20px;
}
.destaqueParcela {
    color: #B51D54;
    font-size: 2em;
    font-family: 'Montserrat';
    font-weight: bold;
}
.cepmg .form-linha.cep {
    /* margin-top: 45px; */
}
#modal-shipping .moedaSmall {
    color: #333!important;
}
#button-register {
    margin: 20px 0;
}
@media(min-width:570px)
{
    .form-email-identificacao.senha {
        max-width: 377px;
    }   
}
.div-btn-menu .fa-bars {
    color: #fff;
    font-size: 16px;
}

.div-btn-menu {
    position: absolute;
    right: 15px;
}

.div-btn-menu  .btn-navbar {
    background-image: linear-gradient(to bottom, #c73754, #b12a45);
    border-color: #c73754 #b92845 #8a142c;
}

.end_radio {
    font-size: 19px;
    cursor: pointer;
}
@media(min-width:768px)
{
	.menu_topo {
		height: 0 !important;
	}
	.topo_cart_login .div-btn-menu{display:block;}
    #menu .navbar-nav {display: block;}

    #menu .navbar-collapse {padding: 50px 0px 0px;width: 250px;height: 100%!important;position: fixed;left: -250px;top: 0px;background: linear-gradient(to bottom, #c73754, #b12a45);height: 100%;overflow: auto;z-index: 999;border-right: 1px solid rgba(0,0,0,0.4);-webkit-transition: 0.2s all;-ms-transition: 0.2s all;transition: 0.2s all;}
    #menu .navbar-collapse.in {left: 0;}
    #menu .navbar-nav li {
        width: 100%;
        display: block;
    }

   #menu .navbar-nav li a {
        width: 100%;
        height: auto;
        padding: 12px 15px;
    }

    #menu .navbar-nav li a .img {
        margin: 0;
        position: absolute;
    }

    #menu .navbar-nav li a label {
        font-size: 14px;
        margin: 4px 0 !important;
    }

    #menu .navbar-nav li:first-child, #menu .navbar-nav li{
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .close-menu {
	    position: absolute;
	    top: 0;
	    right: 0px;
	}
	#crs-img {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
}

@media(max-width:767px)
{
    #menu .navbar-nav {display: block;}

    #menu .navbar-collapse {padding: 50px 0px 0px;width: 250px;height: 100% !important;position: fixed;left: -250px;top: 0px;background: linear-gradient(to bottom, #c73754, #b12a45);height: 100%;overflow: auto;z-index: 999;border-right: 1px solid rgba(0,0,0,0.4);-webkit-transition: 0.2s all;-ms-transition: 0.2s all;transition: 0.2s all;}
    #menu .navbar-collapse.in {left: 0;}
    #menu .navbar-nav li {
        width: 100%;
        display: block;
    }

    #menu .navbar-nav li a {
        width: 100%;
        height: auto;
        padding: 12px 15px;
    }

    #menu .navbar-nav li a .img {
        margin: 0;
        position: absolute;
    }

    #menu .navbar-nav li a label {
        font-size: 14px;
        margin: 4px 0;
    }

    #menu .navbar-nav li:first-child,#menu .navbar-nav li{
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .close-menu {
	    position: absolute;
	    top: 0;
	    right: 0px;
	}
	#crs-img {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
}
.carregando-div {
    display: flex;
    text-align: left;
}
.txt-descricao ul {
    margin-left: 40px;
}
.fbButton.btn-login,.gButton.btn-login {
    float: right;
}
.fbButton {
    background: #3b5998;
    color: #fff;
    margin-right: 10px;
    position: relative;
    font-size: 11px;
    margin: 5px 13px;
    transition:.3s all;
    padding: 11px 5px 5px 30px;
    height: 39px;
}
.fbButton .fa {
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 10px;
    color: #fff;
}
.fbButton:hover{
  color: #fff;
  transform:scale(1.1);
}
.btnG {
    float: right;
}
#customBtn {
  background: white;
  color: #525151;
  border-radius: 5px;
  border: 1px solid #cec6c6;
  margin: 5px 13px;
  transition:.3s all;
  height: 39px;
}
#customBtn:hover {
  cursor: pointer;
  color: #525151;
  transform:scale(1.1);
}
span.label {
  font-weight: bold;
}
span.icon {
  background: url('/image/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 37px;
  border-right: #8e8a8a 1px solid;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.acessarFG
{
	display: block;
	width: 100%;
	min-height: 30px;
	position: relative;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#user-login .panel-body {
    box-shadow: 1px 0px 5px rgba(0,0,0,0.25) !important;
    background: #f5f5f5;
    padding: 15px !important;
}
.formulario-info .txt-endereco .endereco {
    max-width: 385px;
}
#user-login .control-label,#user-login .carregando-div {
    color: #3a3a3a !important;
}
.btn-caixa {
    background: transparent;
    font-size: 14px !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
.btn-caixa:hover {
    background: #00000026;
    color: #fff;
}


#avaliacoes span.fa-stack.cor1 {
	color: #1d1b1b;
}
#avaliacoes span.fa-stack.cor2 {
	color: #ffb62b !important;
}

/* Eventos */
.evento {
    background: #EA573B;
    padding: 5px 10px;
    color:#fff;
    font-size: 16px;
    display: block;
    width: 100%;
}
@media(min-width: 991px){
	header.scroll-on .evento {
	    position: fixed;
	}
}

.div-evento {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.div-evento .texto {
    padding: 11px 10px;
    font-weight: bold;
    text-align: center;
}
.div-evento .data-tempo {
    font-size:2em;
    padding: 0px 10px;
    font-weight: bold;
}

#crs-img #carouselVertical  img.active {
    border-left: 2px solid #B51D54;
}
#btnPrev, #btnNext {
    background: none;
    border: none;
    font-size: 30px;
    display: block;
    width: 100%;
}
.btn-img-np
{
    text-align:center;
}

#crs-img {
    padding: 0;
}
#crs-img #carouselVertical {
	text-align: center;
}
#crs-img #carouselVertical img {
    margin: 4px 0;
}
.btn-next{
    display: block;
    text-decoration: none;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: 15px center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #74a732;
    padding: 5px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    background-image: none;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: .03em;
    min-height: 55px;
    height: auto;
    line-height: 55px;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.btn-next:hover
{
    background-color: #5e941a;
    color: #fff;
}
.btn-alterar {
    cursor: pointer;
    color: #222;
    font-weight: 300;
    font-size: 1.08em;
    letter-spacing: .05em;
    text-decoration: underline;
    position: relative;
}

.btn-alterar:before {
    content: "\f0a8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
    font-size: 24px;
    margin-bottom: -5px;
    position: absolute;
    left: -26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0px;
}
.btn-alterar:hover:before
{
    left: -31px;
}

.infoBody {
    padding: 11px 0 0;
    font-size: 13px;
}
#freteSelecionado {
    padding: 15px 0 0;
}

.fundo-search {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
    top: 0;
}
.panel-body.ativo{
    box-shadow: 1px 0px 5px rgba(0,0,0,0.25) !important;
    background: #f5f5f5;
    padding: 15px !important;
    margin:15px 0;
}
.bloco-img .carregar-img:after {
    content: '';
    font-size: 5px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    background: url(/image/img-load-b-1.gif) no-repeat center center/100% 100%;
    display: block;
    left: 43%;
    z-index: -1;
}
.carregar-img{
    position:relative;
}
.carregar-img img {
   	min-height: 70px;
}
.avaliacoe-clientes .titulo {
    position: relative;
    font-size: 30px;
    color: #B51D54;
    margin-bottom: 15px;
}
.avaliacoe-clientes .titulo:after {
    height: 2px;
    width: 100px;
    content: '';
    background: #F28319;
    position: absolute;
    bottom: -3px;
    left: 0;
}


.avaliacoe-clientes .ava-nota {font-size: 14px;text-transform: uppercase;display: flex;margin: 11px 0;}

.avaliacoe-clientes .barra-valor {
    background: #e2e0e0;
    width: 200px;
    height: 30px;
    margin: 0 10px;
    position: relative;
}

.avaliacoe-clientes .barra-valor:after {content: '';background: #000;width: 0;height: 100%;position: absolute;left: 0;}

.blocos-recomendar {
    text-align: center;
}

.blocos-recomendar .txt {
    color: #2d2d2d;
    font-size: 17px;
    text-transform: uppercase;
}

.blocos-recomendar .txt-bloco {padding: 12px 0;}

.blocos-recomendar .txt-recomendam {
    border: 1px solid #d6d6d6;
    margin: 1px 0;
    padding: 5px 0;
    max-width: 227px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 14px;
}

.blocos-recomendar .txt-recomendam span {
    color: #777575;
    font-family: 'Futura Light';
    margin-left: 3px;
}

.blocos-nota .caixa-estrelas img {
    width: 25px;
}

.blocos-nota .caixa-estrelas {
    text-align: center;
}

.blocos-nota .nota {
    text-align: center;
    margin: 30px 0;
}

.blocos-nota .valor {font-size: 20px;}

.blocos-nota .qtd-avaliacoes {
    font-size: 15px;
}

.blocos-nota .btn-escrever {
    color: #fff;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0;
    font-size: 15px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.avaliacoe-clientes {
	margin: 60px 0px;
}
.opcoes_produto_avaliacoes label input:checked+.campoex {
    color: #fff;
    background: #1d1b1b;
}
.opcoes_produto_avaliacoes .campoex {
    border: 1px solid #dad9d9;
    font-size: 13px;
    padding: 9px;
    background: #fff;
    cursor: pointer;
}
.opcoes_produto_avaliacoes {
    margin: 8px 0;
}
.a-rastreio:hover {
    text-decoration: underline;
    color: #4a4847;
}