body {
	font-family: 'IBM Plex Sans', sans-serif;
	/*font-weight: 400;*/
	/*color: #777;*/
	/*font-size: 12px;*/
	/*line-height: 20px;*/
	/*width: 100%;*/
}
a:hover {
	color: #212833;
	text-decoration: none;
}
a {
	color: #212833;
}
/*h1, h2, h3, h4, h5, h6 {*/
/*	color: #444;*/
/*}*/
/* default font size */
/*.fa {*/
/*	font-size: 14px;*/
/*}*/
/* Override the bootstrap defaults */
/*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;*/
/*}*/
/*a {*/
/*	color: #23a1d1;*/
/*}*/
/*a:hover {*/
/*	text-decoration: none;*/
/*}*/
/*legend {*/
/*	font-size: 18px;*/
/*	padding: 7px 0px*/
/*}*/
/*label {*/
/*	font-size: 12px;*/
/*	font-weight: normal;*/
/*}*/
/*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;*/
/*}*/
/*.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {*/
/*	font-size: 12px;*/
/*}*/
/*.input-group .input-group-prepend, .input-group .input-group-append {*/
/*	font-size: 12px;*/
/*	height: 30px;*/
/*}*/
/* Fix some bootstrap issues */
/*span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {*/
/*	display: inline;*/
/*}*/
/**/
/*.nav-tabs {*/
/*	margin-bottom: 15px;*/
/*}*/
.required .col-form-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: #229ac8;*/
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*	background-repeat: repeat-x;*/
/*}*/
/* top */
#top {
	background-color: #24374B;
	color:#FFFFFF;
	padding: 8px 0px 8px 0;
	min-height: 36px;
	font-size: 14px;
}
#top .container {
	padding: 0 20px;
}
#top a, #form-currency .btn,
#top a, #form-language .btn {
    color:#FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#top #top-links{
	line-height: 20px;
}
#top #top-links .nav-item{
	margin-right: 15px;
}
#top #top-links .nav-item.bar{
	color:#5F738A
}
#top #top-links .nav-item svg{
	vertical-align: middle;
	margin-right: 6px;
}

/* language flags. Force size in dropdowns and nav */
#form-language > div > button > img,
.language-select img {
	width:16px;
	height:11px;
}

/*#top #form-currency .currency-select,*/
/*#top #form-language .language-select,*/
/*#top-links .nav-item {*/
/*	text-align: left;*/
/*}*/
/*#top #form-currency .currency-select:hover,*/
/*#top #form-language .language-select:hover,*/
/*#top-links .dropdown-item:hover,*/
/*#menu .dropdown-item:hover {*/
/*	text-shadow: none;*/
/*	color: #ffffff;*/
/*	background-color: #229ac8;*/
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*	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 */
.navbar-brand img {
	height:56px !important;
}
@media (max-width: 478px) {
	.navbar-brand img {
		height:40px !important;
	}
	.account .link{
		display: none;
	}
}
/* search */
/*#search {*/
/*	margin-bottom: 10px;*/
/*}*/
/*#search .form-control {*/
/*	height: 40px;*/
/*	line-height: 20px;*/
/*	padding: 0 10px;*/
/*}*/
/*#search .btn {*/
/*	font-size: 15px;*/
/*	line-height: 18px;*/
/*	padding: 18px 35px 20px 35px;*/
/*	text-shadow: 0 1px 0 #FFF;*/
/*}*/
/*#search .btn i {*/
/*  position:relative;*/
/*  top:-7px;*/
/*}*/
/* cart */
#cart {
	margin-bottom: 10px;
}
/*#cart > .btn {*/
/*	font-size: 12px;*/
/*	line-height: 18px;*/
/*	color: #FFF;*/
/*}*/
#cart.show > .btn {
	background-image: none;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #E6E6E6;*/
	/*color: #666;*/
	box-shadow: none;
	text-shadow: none;
}
#cart.show > .btn:hover {
	/*color: #444;*/
}
#cart .dropdown-menu {
	/*background: #eee;*/
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
/*#cart > button.dropdown-toggle::after {*/
/*    display:none*/
/*}*/
/* legacy 3.0 no-caret look for #menu */
#cart .dropdown-toggle::after, .sub-menu .dropdown-toggle::after {
    display:none;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 330px;
		position: absolute;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .btn-excluir{
	border: 0;
	background: none;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */

/* BEGIN legacy 3.0 hover example look/feel for #menu */

#menu .nav-link {
    color:#fff;
}

/* legacy 3.0 no-caret look for #menu */
#menu .dropdown-toggle::after {
    display:none;
}

@media (min-width: 768px) {
	/* legacy auto hover look */
	#menu .dropdown:hover > .dropdown-menu {
	    display: block;
	}
	#menu .dropdown > .dropdown-toggle:active {
	    /*Without this, clicking will make it sticky*/
	    pointer-events: none;
	}
	#menu .nav-item:hover {
	    background-color: rgba(0, 0, 0, 0.1)
	}
}

/* END legacy 3.0 hover look/feel for #menu */

/*#menu {*/
/*	background-color: #229ac8;*/
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*	background-repeat: repeat-x;*/
/*	border-color: #1f90bb #1f90bb #145e7a;*/
/*	min-height: 40px;*/
/*    padding:0;*/
/*    margin:0;*/
/*    margin-bottom: 20px;*/
/*#menu .nav > li > a {*/
/*	color: #fff;*/
/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
/*	padding: 10px 15px 10px 15px;*/
/*	min-height: 15px;*/
/*	background-color: transparent;*/
/*}*/
/*#menu .nav > li > a:hover, #menu .nav > li.open > a {*/
/*	background-color: rgba(0, 0, 0, 0.1);*/
/*}*/
/*#menu .dropdown-menu {*/
/*	padding-bottom: 0;*/
/*    margin-top: -1px;*/
/*}*/
/*#menu .dropdown-inner {*/
/*	display: table;*/
/*}*/
/*#menu .dropdown-inner ul {*/
/*	display: table-cell;*/
/*}*/
/*#menu .dropdown-inner a,*/
/*#menu .dropdown-item {*/
/*	min-width: 160px;*/
/*	display: block;*/
/*	padding: 3px 20px;*/
/*	clear: both;*/
/*	line-height: 20px;*/
/*	color: #333333;*/
/*	font-size: 12px;*/
/*}*/
/*#menu .dropdown-inner li a:hover {*/
/*	color: #FFFFFF;*/
/*}*/
/*#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;*/
/*    color:#23a1d1;*/
/*}*/
/*#menu .see-all:hover, #menu .see-all:focus {*/
/*	text-decoration: none;*/
/*	color: #ffffff;*/
/*	background-color: #229ac8;*/
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*	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 .navbar-toggler,*/
/*#menu .navbar-toggler-icon {*/
/*	color: #FFF;*/
/*	background-color: #229ac8;*/
/*	border-color: #1f90bb #1f90bb #145e7a;*/
/*}*/
/*#menu .navbar-toggler:hover, #menu .navbar-toggler:focus, #menu .navbar-toggler:active, #menu .navbar-toggler.disabled, #menu .navbar-toggler[disabled],*/
/*#menu .navbar-toggler-icon:hover, #menu .navbar-toggler-icon:focus, #menu .navbar-toggler-icon:active, #menu .navbar-toggler-icon.disabled, #menu .navbar-toggler-icon[disabled] {*/
/*	color: #ffffff;*/
/*	background-color: #229ac8;*/
/*}*/
/*#menu .navbar-nav .nav-link {*/
/*    color: rgba(255,255,255,1);*/
/*    padding: 10px 15px 10px 15px;*/
/*}*/
/*#menu .navbar-nav .nav-link:hover {*/
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*}*/
/*#menu .dropdown-toggle::after {*/
/*    display:none*/
/*}*/
/*@media (min-width: 768px) {*/
/*	#menu .dropdown:hover .dropdown-menu {*/
/*		display: block;*/
/*	}*/
/*}*/
/*@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 */
/*#content {*/
/*	min-height: 600px;*/
/*}*/
/* footer */
footer {
	padding: 56px 0 0 0;
	background-color: #303030;
	color: #FFFFFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #fff;

}
footer li {
	padding: 5px 0;

}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 24x;

}
/* alert */
/*.alert {*/
/*	padding: 8px 14px 8px 14px;*/
/*}*/
/* breadcrumb */
/*.breadcrumb {*/
/*	margin: 0 0 20px 0;*/
/*	padding: 8px 0;*/
/*	border: 1px solid #ddd;*/
/*}*/
/*.breadcrumb i {*/
/*	font-size: 15px;*/
/*}*/
/*.breadcrumb > li {*/
/*	text-shadow: 0 1px 0 #FFF;*/
/*	padding: 0 20px;*/
/*	position: relative;*/
/*	white-space: nowrap;*/
/*}*/
/*.breadcrumb > li + li:before {*/
/*	content: '';*/
/*	padding: 0;*/
/*}*/
/*.breadcrumb > li:after {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: -3px;*/
/*	right: -5px;*/
/*	width: 26px;*/
/*	height: 26px;*/
/*	border-right: 1px solid #DDD;*/
/*	border-bottom: 1px solid #DDD;*/
/*	-webkit-transform: rotate(-45deg);*/
/*	-moz-transform: rotate(-45deg);*/
/*	-o-transform: rotate(-45deg);*/
/*	transform: rotate(-45deg);*/
/*}*/
/*.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-secondary {*/
/*	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: #229ac8;*/
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*	background-repeat: repeat-x;*/
/*	border-color: #1f90bb #1f90bb #145e7a;*/
/*}*/
/*.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {*/
/*	background-color: #1f90bb;*/
/*	background-position: 0 -15px;*/
/*}*/
/*.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: #23A1D1;*/
/*	border-radius: 0;*/
/*}*/
/*.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);*/
/*}*/
/* 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: #444444;*/
/*	background: #eeeeee;*/
/*	border: 1px solid #DDDDDD;*/
/*	text-shadow: 0 1px 0 #FFF;*/
/*}*/
/* 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 rgb(230, 238, 245);
	padding: 16px;
	border-radius: 8px;
	position: relative;
	margin-bottom: 20px;
}
.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;
}
@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%;*/
/*	}*/
/*}*/
/* keep legacy OC 3 product thumbnails, but use img-fluid for main image */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	/*border: 1px solid #ddd; use img-thumbnail class instead */
}
.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;
}

/*checkout/checkout page*/
.faq #accordion .card {
	max-width: 1009px;
}
#accordion .card {
	margin-bottom:4px;
}
#accordion .card-default > .card-header {
  height:42px;
}
#accordion .card-default > .card-header > .card-title {
  font-size:16px;
}
#accordion .card-default > .card-header > .card-title a {
  color:#000;
}

/* keep bootstrap 3 align right form labels.  See: https://github.com/twbs/bootstrap/issues/20643 */
@media (min-width: 768px) {
  .form-group.row > .col-form-label {
    text-align: right;
  }
}
.btn .bx {
	vertical-align: inherit;
	margin-top: -3px;
	font-size: 1.15rem;
}

.form-control {
	height: calc(2.5rem + 2px);
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn {
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.bx.icon-single {
	font-size: 1.5rem;
}
.megamenu-li {
	position: static;
}
.swiper-viewport {
	border: 0 !important;
	box-shadow: none !important;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.searchtop input{
	height:46px;
	border-radius: 8px 0px 0px 8px;
	border: 1px solid #E6EEF5;
	color: #8D9EB2;
	font-size: 12px;

}
.searchtop form{
	box-shadow: 0px 2px 24px 0px #101C2E0F;
}
.searchtop .form-inline .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.searchtop .link{
display: inline-block;
vertical-align: super;
margin-left: 5px;
}
.searchtop .form-inline .btn {
	border-radius: 0px 8px 8px 0px;
	border: 1px solid #E6EEF5;
	background-color: #fff;
	border-left-width: 0px;
	height: 46px;
	color: #5F738A;
	font-size: 16px;
	min-width: 102px;

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.searchtop .form-inline .form-control {
		width: 210px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.searchtop.form-inline .form-control {
		width: 440px;
	}
	.navbar-brand{
		min-width: 200px;
	}
}
.swiper-viewport {
	margin: 0 !important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 768px) {
	.sub-menu.navbar-expand-md .navbar-nav .nav-link {
		padding: 13px 4px 13px 0px;
	}
}
@media (min-width: 992px){
	.searchtop .form-inline .form-control {
		width: 400px;
	}
	.sub-menu.navbar-expand-md .navbar-nav .nav-link {
		padding: 13px 1.0rem;
	}
}
@media (min-width: 1200px) {
	.searchtop .form-inline .form-control {
		width: 500px;
	}
	.navbar-brand{
		min-width: 200px;
	}
	.sub-menu.navbar-expand-md .navbar-nav .nav-link {
		padding: 13px 2.0rem;
	}
}
@media (min-width: 1250px) {
	.sub-menu.navbar-expand-md .navbar-nav .nav-link {
		padding: 13px 2.0rem;
	}
}
@media (min-width: 1268px) {
	.searchtop .form-inline .form-control {
		width: 714px;
	}
	.sub-menu.navbar-expand-md .navbar-nav .nav-link {
		padding: 13px 2.5rem;
	}
	.navbar-brand{
		min-width: 200px;
	}
}
@media (min-width: 768px){
	.navbar-expand-md .searchtop.navbar-collapse {
		display: contents !important;
	}
}
.sub-menu.navbar-light .navbar-nav .active > .nav-link,
.sub-menu.navbar-light .navbar-nav .nav-link.active,
.sub-menu.navbar-light .navbar-nav .nav-link.show,
.sub-menu.navbar-light .navbar-nav .show > .nav-link {
	border-bottom: 1px solid #212833;
	color: #007bff;
}
.sub-menu.navbar-light .navbar-nav .show svg{
	color: #007bff;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar-light .navbar-toggler:focus {
	outline: none;
}

.navbar {
	padding: 1rem;
}

.main-menu {
	position: relative;
	z-index: 3;
}
.sub-menu {
	position: relative;
	padding: 0 1rem;
	font-size: 16px;
}
.seta{
	vertical-align: top;
}
.btn .badge {
	position: absolute;
	border-radius: 100%;
	background-color: #FDC537;
	color: #212833;
	font-size: 12px;
	font-weight: 600;
	left: 20px;
	top: 1px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.sub-menu {
		padding: 0 1rem;
	}
}
.user-dropdown .nav-link {
	padding: 0.15rem 0;
}

#sidebar {
	background: #fff;
	height: 100%;
	left: -100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	position: fixed;
	transition: 0.4s ease-in-out;
	width: 84%;
	z-index: 5001;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#sidebar.active {
	left: 0;
}

#sidebar .sidebar-header {
	background: #F3F6FA;
	padding: 44px 24px 24px 24px;
}

#sidebar ul.components {
	padding: 20px 16px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 16px 4px;
	font-size: 1.1em;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
}

#sidebar ul li a:hover {
	color: #7386d5;
	background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
	color: #007bff;
	background: #e6f2ff;
	border-radius: 6px;
}

a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .links .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

section {
	padding: 6rem;
	background: #e4e4e4;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
	width: 100%;
	opacity: 0;
}

.overlay.visible {
	opacity: 1;
	z-index: 5000;
}

/* .mobiHeader .menuActive~.overlay {
    opacity: 1;
    width: 100%;
} */

ul.social-icons {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 0;
}

#sidebar ul.social-icons li a {
	font-size: 24px;
}

.utility-nav {
	background: #e4e4e4;
	padding: 0.5rem 1rem;
}

.utility-nav p {
	margin-bottom: 0;
}

.search-bar {
	position: relative;
	z-index: 2;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.search-bar .form-inline .btn {
	border-radius: 0px 8px 8px 0px;
	border: 1px solid #E6EEF5;
	background-color: #fff;
	border-left-width: 0px;
}
.search-bar input {
	border-radius: 8px 0px 0px 8px;
	border: 1px solid #E6EEF5;
	color: #8D9EB2;
}
.navbar-nav .account{
	padding: 8px;
	height: 40px;
	color: #277CD9;
}
.search-bar .form-control {
	width: calc(100% - 45px);
}

.avatar {
	border-radius: 50%;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 8px;
}

.avatar.avatar-xs {
	width: 2.25rem;
	height: 2.25rem;
}

.user-dropdown .dropdown-menu {
	left: auto;
	right: 0;
}


/* Extra large devices (large desktops, 1200px and up) */
	/* Slider */

	.arrows-buttons{
		position: absolute;
		display: inline-block;
		right: 100px;
		bottom: 30px;
		z-index: 1;
		width: 80px;
	}

	.button-prev{
		background-color: #fff;
		width: 32px;
		height: 32px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
		float: left;
		cursor: pointer;
	}
	.button-next{
		background-color: #fff;
		float: right;
		width: 32px;
		height: 32px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
		cursor: pointer;
	}
	.swiper-pagination{
		display: inline-block;
		left: 100px !important;
		bottom: 30px !important;
		z-index: 1 !important;
		width: auto !important;
	}
	.swiper-pagination-bullet{
		width: 8px !important;
		height: 8px !important;
	}

	@media (max-width: 992px) {
		.arrows-buttons{
			right: 80px;
		}
		.swiper-pagination{
			left: 80px !important;
		}
	}
	@media (max-width: 768px) {
		.arrows-buttons{
			right: 50px;
		}
		.swiper-pagination{
			left: 50px !important;
		}
	}
	@media (max-width: 576px) {

		.button-prev{
			background-color: #fff;
			width: 20px;
			height: 28px;
			line-height: 32px;
			text-align: center;
			border-radius: 5px;
			float: inline-start;
		}
		.button-next{
			background-color: #fff;
			width: 20px;
			height: 28px;
			line-height: 32px;
			text-align: center;
			border-radius: 5px;
			float: inline-end;
		}
		.swiper-pagination{
			position: relative !important;
			bottom: 0 !important;
			width: 100% !important;
			left: auto !important;
		}
		.swiper-pagination-bullet{
			background-color: #E6EEF5 !important;
		}
		.swiper-pagination-bullet-active{
			background-color: #277CD9 !important;
			width: 20px !important;
		}

	}
	.swiper-pagination-bullet-active{
		background-color: #FFFFFF !important;
		width: 20px !important;
	}
.info-top{
	margin: 24px 0;
	text-align: center;
	align-content: center;
}
.info-top .swiper-slide{
	padding-bottom: 17px;
}
.info-top .swiper-container{
	border-bottom: 1px solid #E6EEF5;
}
.info-top svg{
	margin-right: 16px;
	vertical-align: sub;
}
.brands-top{
	text-align: center;
	position: relative;
}
.brands-top .l-left-desktop{
	position: absolute;
	margin-top: 43px;
	left: 0;
}
.brands-top .l-left-mobile{
	display: none;
}
.brands-top .l-right-desktop{
	position: absolute;
	margin-top: 43px;
	right: 0;
}
.brands-top .l-right-mobile{
	display: none;
}
.brands-top-d{
	padding: 80px 24px 32px 24px;
}
.brands-top-d .card{
	min-height: 144px;
	background-color: #EFF3FA;
	border: 0;
}
.brands-top-d .card .brands-tg{
	color: #277CD9;
	font-size: 64px;
	font-weight: 600;
}
.brands-top-d .card .brands-ts{
	color: #212833;
	font-size: 15px;
	font-weight: 600;
}
.brands-img{
	display: flex;
	justify-content: space-between;
}
.search-meio{
	margin: 60px 0px;
}
.search-meio img{
	display: block;
	margin: auto;
	width: 100px;
	border-radius: 100%;
	border: 4px solid #277CD9;
}
.search-meio img:hover{
	border: 4px solid #46E385;
}
.search-meio a{
	display: block;
	text-align: center;
}
.search-meio .search-t{
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0px 23px 0px;
}
.slick-next, .slick-prev {
	width: 24px !important;
	height: 32px !important;
	border-radius: 8px !important;
	color: #fff !important;
	box-shadow: 0px 2px 16px 0px #0000001A !important;
	background-color: #fff !important;
}
.slick-next:before {
	content: '>' !important;
}
.slick-prev:before {
	content: '<' !important;
}
.slick-next:before, .slick-prev:before {
	font-family: 'IBM Plex Sans' !important;
	font-size: 20px !important;
	line-height: 32px !important;
	text-align: center !important;
	color: #277CD9 !important;
	font-weight: 400 !important;
}
.nav-tabs {
	border-bottom: 0 !important;
}
.nav-tabs .nav-link {
	border:0;
	border-bottom: 1px solid #C2D1E1;
	color: #5F738A;
	font-size: 16px;
}
.nav-tabs .nav-item{
	margin-bottom: 0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border:0;
	border-bottom: 1px solid #277CD9;
	color: #277CD9;
	font-size: 16px;
}
.all-products{
	font-weight: 600;
	boder:0 !important;
}
#nav-bestseller{
	margin-top: 23px;
}
.slick-bestseller img{
	margin: auto;
}
.slick-initialized .slick-slide {
	border-radius: 8px;
	position: relative;
	background-color: #ffffff;
}
.badge-bestseller,.badge-special {
	position: absolute;
	right: 8px;
	top: 8px;
}
.badge-bestseller .text,.badge-special .text{
	background: #E6EEF5;
	padding: 4px 5px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
}
.badge-bestseller .discount, .badge-special .discount{
	background: #E2FFEC;
	padding: 4px 5px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	color:#37B067
}
.badge-bestseller .discount svg,.badge-special .discount svg{
	vertical-align: sub;
}
.caption{
	margin-top: 6px;
}
.caption .ambiente{
	font-size: 12px;
	font-weight: 600;
	color: #5F738A;
	margin: 6px 0;
	text-transform: uppercase;
}
.caption .title{
	color: #212833;
	font-size: 16px;
	line-height: 24px;
	min-height: 100px;
	display: block;
}
.price{
	margin-top: 15px;
	min-height: 78px;
}
.price .old{
	color: #5F738A;
	font-size: 16px;
	display: block;
}
.price .new{
	color: #277CD9;
	font-size: 24px;
}
.price .avista{
	font-size: 12px;
	margin-left: 5px;
	color: #212833;
}
.price .parcelas{
	font-size: 12px;
	color: #212833;
	display: block;
}
.btn-comprar .btn{
	width: 100%;
	text-align: center;
	color: #212833;
	background-color: #46E385;
	min-height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
}
.btn-comprar svg{
	vertical-align: sub;
}
.reviews{
	margin-bottom: 80px;
}
.reviews-label{
	font-weight: 600;
	display: flex;
	line-height: 32px;
}
.reviews-label img{
	margin-right: 8px;
}
.reviews .swiper-slide{
	padding: 16px 24px !important;
	box-shadow: 0px 4px 12px 0px #0000001A;
	border:0;
	min-height: 176px;
	margin: 8px 0px;
	border-radius: 8px;
}
.reviews-right-mobile{
	display: none;
}
.swiper-container{
	padding: 8px;
}
.reviews-stars{
	margin-top: 16px;
}
.reviews-title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 32px;
}
.category-tab{
	margin-bottom: 80px
}
.category-tab img{
	width: 280px
}
.category-tab .swiper-slide{
	border: 1px solid rgb(230, 238, 245);
	padding: 16px;
	border-radius: 8px;
}
.category-tab .swiper-container{
	padding: 0 0 0 24px;
}
.category-tab .arrows-buttons{
	right: auto;
	bottom: 50%;
	z-index: 1;
	width: 100%;
}
.category-tab .arrows-buttons .bestseller-prev{
	float: left;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px;
	margin-left: -7px;
	border-radius: 8px;
	cursor: pointer;
}
.category-tab .arrows-buttons .bestseller-next{
	float: right;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px 4px;
	border-radius: 8px;
	cursor: pointer;
}
.category-tab .swiper-pagination{
	display: none;
	position: unset;
}
.category-tab .all-products-mobile{
	display: none;
}
.category-tab .swiper-slide{
	border: 1px solid rgb(230, 238, 245);
	padding: 16px;
	border-radius: 8px;
}
.category-tab .swiper-container{
	padding: 0 0 0 24px;
}
.category-tab .arrows-buttons{
	right: auto;
	bottom: 50%;
	z-index: 1;
	width: 100%;
}
.category-tab .arrows-buttons .bestseller-prev{
	float: left;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px;
	margin-left: -7px;
	border-radius: 8px;
	cursor: pointer;
}
.category-tab .arrows-buttons .bestseller-next{
	float: right;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px 4px;
	border-radius: 8px;
	cursor: pointer;
}
.category-tab .swiper-pagination{
	display: none;
	position: unset;
}
.category-tab .all-products-mobile{
	display: none;
}




#promocoes .swiper-slide{
	border: 1px solid rgb(230, 238, 245);
	padding: 16px;
	border-radius: 8px;
}
#promocoes .swiper-container{
	padding: 0 0 0 24px;
}
#promocoes .arrows-buttons{
	right: auto;
	bottom: 50%;
	z-index: 1;
	width: 100%;
}
#promocoes .arrows-buttons .bestseller-prev{
	float: left;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px;
	margin-left: -7px;
	border-radius: 8px;
	cursor: pointer;
}
#promocoes .arrows-buttons .bestseller-next{
	float: right;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px 4px;
	border-radius: 8px;
	cursor: pointer;
}
#promocoes .swiper-pagination{
	display: none;
	position: unset;
}
#promocoes .all-products-mobile{
	display: none;
}
#gallery-videos .impar a svg{
	position: absolute;
	bottom: 16px;
	right: 16px;
}
#gallery-videos .par a svg{
	position: absolute;
	bottom: 16px;
	right: 16px;
}
#gallery-videos .impar:hover a svg, #gallery-videos .par:hover a svg {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: gallery;
}
@keyframes gallery {
	from {bottom: 16px;
		right: 16px;}
	to {bottom: 32px;
		right: 32px;}
}
.gallery{
	padding: 55px 0;
	position: relative;
}
.gallery .gallery-subtitle {
	color: #277CD9;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
}
.gallery .gallery-title {
	font-family: IBM Plex Sans;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 55px;
}
.gallery #gallery-videos{
	margin-bottom: 55px;
}
.gallery .all-projects{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
.gallery .all-projects svg{
	vertical-align: middle;
}
.gallery .impar{
	margin-top: 17px;
}
.svg-left-gallery{
	position: absolute;
	top: 103px;
	left: 0;
}
.svg-rigth-gallery{
	position: absolute;
	top: 4px;
	right: 0;
}
.cinza{
	background-color: #f0f2f4;
}
.cinza .container{
	padding: 64px 60px;
}
.cinza .title-paineis{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
}
.cinza .card{
	min-height: 140px;
	background-color: #E7EAED;
	border: 0;
	border-radius: 8px;
	margin: 16px 0;
	padding: 24px;
}
.cinza .card .paineis-tg{
	color: #277CD9;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	text-align: center;
}
.cinza .card .paineis-ts{
	color: #90A4BC;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
.cinza .card svg{
	margin-top: 8px;
	vertical-align: text-top;
 }
.promocoes{
	padding: 56px 0;
	background-color: #24374b;
}
.promocoes h3{
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	color:#F8FAFF;
}
.promocoes .all-promocoes{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 16px 0 56px 0;
	color: #F8FAFF;
}
.promocoes .arrows-buttons{
	right: auto;
	bottom: 50%;
	z-index: 1;
	width: 100%;
}
.promocoes .arrows-buttons .promocoes-prev{
	float: left;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px;
	margin-left: -25px;
	border-radius: 8px;
	cursor: pointer;
}
.promocoes .arrows-buttons .promocoes-next{
	float: right;
	box-shadow: 0px 2px 16px 0px #0000001A;
	background-color: #FFFFFF;
	padding: 8px 4px;
	margin-right: -25px;
	border-radius: 8px;
	cursor: pointer;
}
.promocoes .swiper-pagination{
	display: none;
	position: unset;
}
.all-promocoes svg{
	vertical-align: middle;
}
.banner-carousel{
	margin: 56px 0;
}
#product-search .product-layout{
	padding: 0;
}

.promocoes .swiper-viewport{
	background-color: rgba(255, 255, 255, 0);
}
.promocoes .swiper-slide{
	background-color: #FFFFFF;
	padding: 16px;
	border: 1px	solid #E6EEF5;
	border-radius: 8px;
	position: relative;
}
.servicos .swiper-viewport {
	background: #fff0;
}
.servicos .swiper-slide{
	min-width: 348px;
	padding: 16px 24px;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.servicos .servicos-label svg{
	margin-right: 24px;
}
.servicos-label{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	display: flex;
	line-height: 40px;
}
.servicos .servicos-text{
	margin-top: 24px;
	display: block;
}
.servicos{
	background-color: #2065B0;
	position: relative;
	display:flex;
}
.svg-left-servicos img{
	position: absolute;
	width: 548.64px;
	top: 24px;
	left: 0;
}
.svg-rigth-servicos{
	position: absolute;
	top: 36px;
	right: 0;
}
.servicos-subtitle{
	padding-top: 80px;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.servicos-title{
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.servicos p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 24px;
	color: #fff;
}
.servicos-contato{
	text-align: center;
	margin: 24px 0 56px 0;
}
.servicos-contato a{
	background-color: #46E385;
	padding: 12px 24px;
	min-width: 208px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 8px;
}
.servicos-contato a svg{
	vertical-align: middle;
}
.equipe{
	position: relative;
}
.equipe .imagem{
	max-width: 1158px;
	float: right;
}
.equipe .imagem-mobile{
	display: none;
}
.equipe-title-page{
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	color: #212833;
	text-align: center;
}
.sobre-title{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #277CD9;
	display: block;
	margin-bottom: 9px;
}
.sobre-subtitle{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	display: block;
	max-width: 648px;
	margin: 0 auto 31px auto;
}
.sobre-text{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: #5F738A;
}
.equipe2-title-page{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #277CD9;
}
.equipe-subtitle-page{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #5F738A;
}
.equipe-title{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #277CD9;
}
.equipe-subtitle{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}
.equipe .card{
	border: 0;
	position: absolute;
	max-width: 312px;
	margin-top: 32px;
	padding: 24px;
	box-shadow: 0px 4px 32px 0px #0000000D;
}
.equipe li span{
	font-family: IBM Plex Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #277CD9;
}
.equipe li{
	margin-top: 16px;
}
.equipe-saiba a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #277CD9;
}

.equipe svg{
	vertical-align: sub;
}
.midia{
	padding: 56px 60px;
}
.midia-title{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	margin-bottom: 24px;
}
.midia .swiper-slide{
	background-color: #F3F6FAFF;
	padding: 24px;
}
.midia img{
	height: 30px;
}
.title-midia{
	margin-top: 8px;
	margin-bottom: 24px;
}
.midia .swiper-slide a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;

}
.midia .swiper-slide svg{
	vertical-align: sub;
}
.blogshome{
	background-color: #24374B;
	padding: 56px 60px;
	position: relative;
}
.blogshome-title{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
	color: #F8FAFF;
}
.blogshome a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #F8FAFF;

}
.blogshome a svg{
	vertical-align: sub;
}
.blogshome .swiper-viewport{
	background: none;
}
.blogshome .swiper-slide{
	background-color: #FFFFFF;
	border-radius: 8px;
}
.blogshome-left{
	position: absolute;
	left: 0;
	bottom: 120px;
}
.blogshome .arrows-buttons{
	float: right;
	display: flex;
	position: relative;
	bottom: 0;
	right: 0;
	width: auto;
	margin-top: 24px;
}
.blogshome-button-prev {
	background-color: #fff;
	width: 32px;
	height: 32px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	float: left;
	cursor: pointer;
	margin-right: 16px;
}
.blogshome-button-next {
	background-color: #fff;
	float: right;
	width: 32px;
	height: 32px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}
.title-categorie-blogshome{
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #5F738A;
}
.title-blogshome{
	margin: 4px 0 16px 0;
}
.caption-bloghome{
	padding: 24px 16px;
}
.caption-bloghome a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #212833;
}
.faq{
	padding: 72px;
}
.faq-title{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	margin-bottom: 24px;

}
.faq #accordion{
	margin: auto;
}
.faq .btn{
	padding: 0;
}
.faq .btn-link{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color:#212833;
	margin-right: 30px;

}
.faq .card{
	background-color: #F3F6FA;
	border: 0;
	border-radius: 10px;
}
.faq .card-header{
	border: 0;
	padding: 16px;
}
.faq .btn-link:hover {
text-decoration: none;
}
.bg-dark {
	background-color: #24374B !important;
	margin-top: 48px;
}
footer #txtemail{
	width: 100%;
	margin: 24px 0 8px 0;
}
footer #subscribe{
	width: 100%;
	background-color: #2065B0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	border-radius: 8px;
	height: 48px;
	border: 0;
}
footer #subscribe svg{
	vertical-align: sub;
	margin-left: 16px;
}
footer .copy{
	float: left;

}
footer .social{
	float: right;
}
footer .social a{
	margin-right: 12px;
}
main-menu{
 border-bottom: 1px solid #E9EEF5;
}
@media (max-width: 992px) {
.arrows-buttons{
right: 80px;
}
.swiper-pagination{
left: 80px !important;
}
}
@media (max-width: 768px) {
.arrows-buttons{
right: 50px;
}
.swiper-pagination{
left: 50px !important;
}
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
}
.breadcrumb {
	background-color: #FFFFFF;
}
/* pagina do carrinho */
#checkout-cart .cart-calc-frete-t{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#5F738A;
}
#checkout-cart .cart-calc-frete-p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#212833;
}
#checkout-cart .card{
	padding:24px;
	background-color: #F3F6FA;
	border-radius: 8px;
	border:0;
	margin-bottom: 16px;
}
#checkout-cart .card .img-thumbnail {
	border: 0;
}
#checkout-cart .card .model{
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	color: #277CD9;
	margin-bottom: 4px;
}
#checkout-cart .card .name {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #212833;
	margin-bottom: 24px;
}
#checkout-cart .card .minus{
	border: 1px solid #C2D1E1;
	background-color: #fff;
	border-right: 0;
	padding: 8px;
	border-radius: 4px 0px 0px 4px;
}
#checkout-cart .card .plus{
	border: 1px solid #C2D1E1;
	background-color: #fff;
	border-left: 0;
	padding: 8px;
	border-radius: 0px 4px 4px 0px;
}
#checkout-cart .card .quantity{
	display: inline-flex;
	margin-bottom: 6px;
}
#checkout-cart .card .quantity #score{
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
#checkout-cart .card .old {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #5F738A;
	text-align: right;
	text-decoration: line-through;
}
#checkout-cart .card .new {
	font-size: 24px;
	font-weight: 700;
	line-height: 48px;
	text-align: right;
	color:#277CD9;
}
#checkout-cart .card .avista {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: right;
	color:#5F738A;
	margin-left: 8px;
}
#checkout-cart .card .parcelas{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color:#5F738A;
}
#checkout-cart .card .subtotal{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	position: absolute;
}
#checkout-cart .card .subitens .new{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: right;
	color: #212833;
}
#checkout-cart .card .subitens .old{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #8D9EB2;
}
#checkout-cart .card .subitens .avista, #checkout-cart .card .subitens .parcelas{
	display: none;
}
#checkout-cart .card .und{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #8D9EB2;
	width: 138px;
	text-align: center;
}
#checkout-cart .card .totals .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 19px;
}
#checkout-cart .card .totals .value{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: right;
	color: #5F738A;
	margin-bottom: 19px;

}
#checkout-cart .card .totals .total{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;

}
.calc-frete a, .coupon a{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: #212833
}
.calc-frete a svg, .coupon a svg{
	float: right;
}
#collapse-shipping #input-postcode, #collapse-coupon #input-coupon{
	height: 56px;
	padding: 16px;
	border: 1px solid #C2D1E1;
	margin-right: 8px;
}
#collapse-shipping #button-quote, #collapse-coupon #button-coupon{
	width: auto;
	height: 56px;
	padding: 16px 24px;
	border-radius: 4px;
	background-color: #5F738A;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border: 0;
}
#checkout-cart .card .totalgeral .old{
	display: none;
}
#checkout-cart .card .totalgeral .new{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	display: block;
}
#checkout-cart .card .totalgeral .new{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	color: #212833;

}
#checkout-cart .btn-checkout{
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	color: #212833;
	margin-bottom: 8px;
	background-color: #46E385;
	font-weight: 600;
}
#checkout-cart .btn-continue{
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #2065B0;
}
#checkout-cart .card .totalgeral .avista{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
#checkout-cart .card .totalgeral .parcelas{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
#checkout-cart .card>hr {
	margin: 13px 0 25px 0;
	border-color: #E6EEF5;
}
#steps {
	width: 800px;
	text-align: center;
	margin: 40px auto 80px auto;
}
.step svg{
	vertical-align: sub;
}
.step {
	width: 48px;
	height: 48px;
	background-color: #2065B0;
	display: inline-block;
	border-radius: 50%;
	color: #cdd0da;
	font-weight: 600;
	text-align: center;
	line-height: 48px;
}
.step:nth-child(n+2) {
	line-height: 48px;
}

.step:nth-child(n+2) {
	margin: 0 0 0 280.5px;
}

.step:nth-child(n+2):before {
	width: 200.5px;
	height: 1px;
	display: block;
	background-color: #C2D1E1;
	transform: translate(-245px, 40px);
	content: "";
}

.step:after {
	width: 150px;
	display: block;
	transform: translate(-55px, 3px);
	color: #212833;
	content: attr(data-desc);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;

}

.step:first-child:after {
	transform: translate(-55px, -1px);
}

.step.active {
	border-color: #73b5e8;
	color: #8D9EB2;
	background-color: #143050;
}

.step.active:before {
	background-color: #C2D1E1;
}

.step.active:after {
	color: #8D9EB2;
}

.step.done {
	background-color: #58bb58;
	border-color: #58bb58;
	color: white;
}

.step.done:before {
	background-color: #58bb58;
}
@media (max-width: 576px) {
	#steps{
		width: auto;
	}
	.step{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.step svg{
		width: 18px;
		height: 18px;
	}
	.step:nth-child(n+2) {
		margin: 0 0 0 80px;
	}
	.step:nth-child(n+2) {
		line-height: 36px;
	}
	.step:nth-child(n+2):before {
		width: auto;
		transform: translate(-60px, 30px);
	}
	.step:after {
		width: 140px;
	}
}
/* product page */
.vehicle-detail-banner .car-slider-desc {
	max-width: 180px;
	margin: 0 auto;
}
.banner-slider .slider.slider-for {
	max-width: 84%;
	padding-right: 35px;
}
.banner-slider .slider.slider-nav {
	max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
	width: 100%;
	float: left;
}
.banner-slider .slider.slider-nav {
	height: 610px;
	overflow: hidden;

}
.slider-banner-image {
	height: 610px;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
	max-width: 178px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
	height: 100%;
	width:100%;
	object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
	border: 0;
	outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
	border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current {
	border: 1px solid #277CD9;
}
.slider-nav .slick-slide {
	text-align: center;
	border: 1px solid rgba(39, 124, 217, 0);
}
.slider-nav .slick-slide span {
	font-size: 14px;
	display: block;
	padding: 5px 0 15px;
}
.slick-arrow {
	display: none;
}
.slick-prev {
	display: none;
}
.slick-next {
	display: none;
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
		max-width: 100%;
		float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
		height: 500px;
	}
	.slider.slider-nav.thumb-image {
		padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		display: none;
	}
	.slick-prev {
		display: none;
	}
	.slick-next {
		display: none;
	}
	.vehicle-detail-banner .car-slider-desc {
		max-width: 340px;
	}
	.bid-tag {
		padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
		white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
		height: 400px;
	}
	.slider.slider-nav.thumb-image {
		padding: 0px 20px 0;
		margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
		background-position: center 10px;
	}
	.slick-next.slick-arrow {
		background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
		font-size: 12px;
		white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
		height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
		height:280px;
	}
}

.gallery-thumbs {
	float: left;
	width: calc(16% - 20px);
	height: 536px;
	margin-right: 20px;
}

.gallery-thumbs .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide img {
	height: 88px;
	border: 0;
}

.gallery-thumbs .swiper-slide-active img {
	border: 1px solid #277CD9;
	border-radius: 4px;
}

.gallery-thumbs .swiper-slide:hover img {
	opacity: 1;
}

.gallery-top {
	float: right;
	width: 84%;
	height: 536px;
}

.gallery-top .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.gallery-top .swiper-slide img {
	height: 536px;
}
#product-product .model{
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	color: #277CD9;
	margin-bottom: 8px;
}
#product-product .title{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	color: #212833;
}
.stars{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color:#5F738A;
}
.preco{
	position: relative;
	margin-bottom: 24px;
}
.preco .old{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #5F738A;
	width: 100%;
	display: block;
	text-decoration: line-through;
}
.preco .new{
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	color: #277CD9;
}
.preco .avista{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #5F738A;
	margin-left: 8px;
}
.preco .parcelas{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #5F738A;
	display: block;
}
#product #button-cart{
	height: 48px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	background-color: #2065B0;
	border: 0;
	margin-right: 8px;
	border-radius: 8px;

}
#product #button-checkout{
	height: 48px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	background-color: #46E385;
	border: 0;
	margin: 0;
	border-radius: 8px;
	color: #212833
}
.funcionalidades{
	position: relative;
}
.funcionalidades h4{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color:#5F738A;
	margin-bottom: 24px;
}
.funcionalidades .swiper-slide{
	padding: 16px 24px 16px 24px;
	border-radius: 8px;
	background-color: #F3F6FA;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.funcionalidades-arrows-buttons{
	display: flex;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
.funcionalidades-button-prev{
	cursor: pointer;
	margin-right: 8px;
}
.funcionalidades-button-next{
	cursor: pointer;
}
#product hr{
	border-top: 1px solid #C2D1E1;
	margin: 32px 0 !important;
}
.estimativa-frete label{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #8D9EB2;
}
.estimativa-frete #input-postcode{
	width: 260px;
	height: 56px;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid #C2D1E1;
	background-color: #F3F6FA;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.estimativa-frete #button-quote{
	width: 110px;
	height: 56px;
	padding: 16px 24px 16px 24px;
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #5F738A !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
#tab-specification{

}
#tab-specification .text-left{
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	color: #0b2e13;
}
#tab-specification .text-right{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #5F738A;
}
#tab-specification .table td{
	border:0;
}
#tab-specification .table-striped tbody tr:nth-of-type(odd){
	background-color: #F3F6FA;
}
.dimensoes{
	display: flex;
	justify-content: space-between;
}
.dimensoes .itens{
	text-align: center;
	display: block;
}
.dimensoes .itens span{
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin-top: 14px;
	margin-bottom: 8px;

}
.dimensoes .itens small{
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #5F738A;

}
#form-review .nota{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 32px;
}
#form-review .nota span{
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	color: #8D9EB2;
}
#review .card{
	background-color: #F3F6FA;
	padding: 24px;
}
#review .card .autor{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212833;
	margin-bottom: 8px;
}
#review .card .data{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 16px;
	color: #8D9EB2;
}
#review .card p{
	font-family: IBM Plex Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#5F738A;
}
#form-review #button-review{
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	background-color: #46E385;
	color: #0b2e13;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	border: 0;
	width: 100%;
}
#form-review{
	color:#5F738A;
}
#form-review h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}
#form-review p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 36px;
}
#form-review p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}
#form-review label{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 8px;
}
#form-review input{
	margin-bottom: 16px;
	height: 52px;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #C2D1E1;
}
.infos-products{
	margin-top: 32px;
}
.infos-products .nav{
	justify-content: space-between;
}
.infos-products .nav{
	justify-content: space-between;
	margin-bottom: 32px;
}
@media (max-width: 576px) {
	.dimensoes{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#product-product .model{
		margin-top: 24px;
	}
.slider-product{
	display: flex;
	flex-direction: column-reverse;
}
	.gallery-top {
		width: 100%;
		height: auto;
	}
	.gallery-thumbs{
		float: none;
		width: 100%;
		height: auto;
		margin-right: 20px;
	}
	.gallery-thumbs .swiper-slide{
		display: contents;
	}
	.gallery-thumbs .swiper-slide img{
		width: 88px;
	}
	.gallery-top .swiper-slide img{
		height: auto;
	}

}
/* Página de Login/Cadastre-se */

#account-login .col-sm-6:first-child:after {
	position: absolute;
	right: 0;
	top: 69px;
	width: 1px;
	height: 168px;
	display: block;
	background-color: #C2D1E1;
	content: "";
}
#account-login .well {
	margin-left: 124px;
}
#account-login .well:first-child {
	margin-right: 124px;
}
form h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212833;
	margin-bottom: 24px;
}
form label{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #5F738A;
	margin-bottom: 8px;
}
form .form-control{
	height: 46px;
	border-radius: 8px;
	border: 1px solid #E6EEF5;
	color: #8D9EB2;
}
select.form-control:not([size]):not([multiple]){
	height: 46px;
}
form .form-group a{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: right;
	color: #8D9EB2;
	display: block;
	margin-top: 16px;
}
#account-login .btn-primary{
	width: 100%;
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	background-color: #46E385;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border: 0;
	color: #0b2e13;
}
#cart .addproduct span{
	background-color: #E2FFEC;
	width: 100%;
	display: block;
	text-align: center;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
}
#cart .addproduct svg{
	border: 2px solid #3dc473;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
#cart .img-thumbnail{
	padding: 0;
	border: 0;
}
#cart .list .avista, #cart .list .parcelas{
	display: none;
}
#cart .list .old {
	font-size: 12px;
	line-height: 16px;
	color: #5F738A;
	text-decoration: line-through;
}
#cart .list .old {
	font-size: 12px;
	line-height: 16px;
	color: #5F738A;
	text-decoration: line-through;
}
#cart .list .new {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #277CD9;
	margin-left: 8px;
}
#cart .list .new {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #277CD9;
	margin-left: 8px;
}
#cart .totals .title, #cart .totals .value .new,#cart .totals .value{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #212833 !important;
}
#cart .totals .value .old, #cart .totals .value .avista, #cart .totals .value .parcelas{
	display: none;
}
#cart .totals .totalgeral.title, #cart .totals .totalgeral.value .new, #cart .totals .totalgeral.value{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
	color: #277CD9 !important;
}
#cart .btn-checkout{
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	display: block;
	width: 100%;
	background-color: #46E385;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
#cart .btn-continue{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #277CD9;
	text-align: center;
	display: block;
}
#cart .card-price{
	margin: 4px 0 0 0 !important;
}
#cart .card-qtd{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	margin: 16px 0 0 0 !important;
}
#cart .card-qtd a{
	color: #C93636;
	margin-left: 24px;
}
#cart .card-options{
	margin: 16px 0 0 0 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
}
#cart .card-options small{
	display: block;
}
#cart .list{
	padding: 4px;
}
#cart ::-webkit-scrollbar {
	width: 4px;
}
#cart ::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #24374B;
}
#cart ::-webkit-scrollbar-track {
	background: #C2D1E1;
}
.bf-layout-id-51 .box{
	border: 0;
	padding: 0 !important;
	background-color: #ffffff !important;
	margin: 0 !important;
}
#blog-home .left{
	position: absolute;
	left: 0;
	top: 122px;
}
#blog-home{
	position: relative;
}
#blog-home .left{
	position: absolute;
	left: 0;
	top: 122px;
}
#blog-home .right{
	position: absolute;
	right: 0;
	top: 36px;
}
#blog-home .blog-title{
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	text-align: center;
}
#blog-home .blog-subtitle{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #5F738A;
}
#blog-home img{
	border: 1px solid #C2D1E1;
	border-radius: 8px;
	max-width: 100%;
}
#blog-home iframe{
	max-width: 100%;
}
#blog-home .featured-categorie{
	margin: 24px 0 16px 0;
	display: inline-block;
	border: 1px solid #C2D1E1;
	padding: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: #5F738A;
}
#blog-home .post-categorie{
	margin: 18px 0 8px 0;
	display: inline-block;
	border: 1px solid #C2D1E1;
	padding: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: #5F738A;
}
#blog-home .post-categorie, #blog-home .tag-blog li{
	margin: 18px 0 8px 0;
	display: inline-block;
	border: 1px solid #C2D1E1;
	padding: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: #5F738A;
}
#blog-home .featured-title{
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 16px;
}
#blog-home .featured-title{
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 16px;
}
#blog-home .featured-description{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 16px;
	color: #5F738A;
}
#blog-home .featured-date{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #212833;
}
#blog-home .post-title{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 8px;
	color: #212833;
}
#blog-home .post-date{
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 32px;
}
#blog-home .category-blog{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #212833;
	margin-bottom: 24px;
	display: block;
}
#blog-home .coments-blog{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #212833;
	margin-bottom: 24px;
	display: block;
}
#blog-home .tags-blog{
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	color: #5F738A;
	margin-bottom: 24px;
	display: block;
}
#blog-home .coments-blog img{
	border: 0;
	margin-right: 16px;
}
#blog-home .coments-blog li{
	display: flex;
	margin-bottom: 24px;
}
#blog-home .coments-blog .coment-title{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 8px;
	display: block;
}
#blog-home .coments-blog .coment-name {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #8D9EB2;
	display: block;
}
#blog-home .category-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	text-align: left;
	margin-bottom: 16px;
}
.captcha legend, .captcha label{
	display:none
}
.btn.focus, .btn:focus{
	box-shadow: none !important;
}
#todos-projetos #myTabContent .video a svg {
	position: absolute;
	bottom: 32px;
	right: 32px;
}
#todos-projetos #myTabContent .video:hover a svg {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: gallery;
}
@keyframes gallery {
	from {bottom: 32px;
		right: 32px;}
	to {bottom: 48px;
		right: 48px;}
}
.newsletter-img{
	position: absolute;
	top: -25px;
}
.newsletter-text{
	padding: 72px 0 120px 0;
}
.newsletter{
	background-color: #F3F6FA;
	position: relative;
	margin-top: 48px;
}
.newsletter h5{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 16px;
}
.newsletter-title{
	font-size: 40px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 16px;
}
.newsletter-subtitle{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.newsletter form{
	padding-top: 72px;
}
.newsletter form input{
	height: 52px;
}
.newsletter #subscribe{
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	background-color: #46E385;
	color: #212833;
	border: 0;
	width: 100%;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.post-title-name{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}
#blog-home ul.list-inline li{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #5F738A;
}
#blog-home ul.list-inline li svg{
	vertical-align: bottom;
}
#blog-home .list-inline-item:not(:last-child){
	margin-right: 2rem;
}
.coments-name{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #277CD9;
}
.coments-name{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #277CD9;
}
.coments-date{
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #212833;
	margin-bottom: 16px;
}
.coments{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #212833;
}
.leave-coment{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212833;
	margin-bottom: 32px;
}
.comment-form input, .comment-form textarea{
	height: 64px;
	padding: 24px 16px 24px 16px;
	border-radius: 4px;
	border: 1px solid #C2D1E1;
}
.comment-form label{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #212833;
}
.comment-form button{
	height: 48px;
	padding: 12px 24px 12px 24px;
	border-radius: 8px;
	background-color: #2065B0;
	color: #FFFFFF;
}
.title-faq{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	color: #212833;
	display: block;
	margin-bottom: 8px;
}
.text-faq{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #5F738A;
	display: block;
	max-width: 604px;
	margin: auto;
	margin-bottom: 36px;
}
#faq .faq-top{
	background-color: #F3F6FA;
	border-radius: 8px;
	padding: 36px 24px 36px 24px;
	margin-bottom: 96px;
}
#faq .faq-top .img-faq{
	position: absolute;
	bottom: 0;
	left: 24px;
}
#faq .faq-top .img-faq{
	position: absolute;
}
#faq .faq-top form{
	max-width: 604px;
	margin: auto;
}
#faq .card-header, #faq .card{
	border: 0;
}
#faq .card{
	background-color: #F3F6FA;
}
#faq .card h5 button{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #277CD9;
	white-space: normal;
}
@media (max-width: 576px) {
	#faq .faq-top .img-faq{
		position: relative;
		text-align: center;
		left: auto;
	}
	#todos-projetos #myTabContent a svg{
		bottom: 30px;
	}
}
#information-contact .card{
	padding: 32px;
	background-color: #F3F6FA;
	border: 0;
	border-radius: 8px;
}
#information-contact legend{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	color: #212833;
}
#information-contact input{
	height: 64px;
	border: 1px solid #C2D1E1;
}
#information-contact textarea{
	height: 213px;
	border: 1px solid #C2D1E1;
}
#information-contact label{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #212833;
}
#information-contact button{
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #2065B0;
	width: 100%;
	border: 0;
}
#information-contact .text-contact .contact-title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	color: #212833;
}
#information-contact .text-contact .contact-subtitle{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #277CD9;
}
#information-contact ul.list-group{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #212833;
}
#information-contact ul.list-group li{
	margin-bottom: 16px;
}
#information-contact ul.list-group li svg{
	vertical-align: middle;
	margin: 0 8px 0 16px;
}
#information-contact ul.list-inline li svg{
	margin-right: 24px;
}
@media screen and (max-width : 991px) {
	.faq #accordion .card .btn{
		white-space: normal;
	}
	.brands-img {
		justify-content: center;
		flex-wrap: wrap;
	}
	.brands-top-d .card .brands-tg {
		font-size: 44px;
	}
	.brands-top-d .card {
		min-height: 124px;
	}
	.container {
		max-width: 100%;
	}
	.svg-left-servicos img {
		display: none;
	}
	.midia-title{
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.brands-img {
		justify-content: center;
		flex-wrap: wrap;
	}
	.faq #accordion .card .btn{
		white-space: normal;
	}
	.container {
		max-width: 100%;
	}
}
@media (max-width: 576px){
	.container {
		max-width: 100%
	}
}

@media (max-width: 576px) {
	footer h5 {
		margin: 32px 0 24px 0;
	}
	footer li {
		padding: 6.5px 0;
	}
	.banner-carousel {
		margin: 20px 0;
	}
	.banner-carousel img{
		border-radius: 8px;
	}

	.servicos {
		background-color: #ffffff;
		padding-top: 40px;
	}
	.servicos .container{
		background-color: #2065B0;
	}
	.svg-left-servicos{
		position: absolute;
		right: 0;
		top: 0;
	}
	.svg-left-servicos img{
		width: 282px;
		position: relative;
		top: 0;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	.svg-rigth-servicos {
		display: none;
	}
	.servicos .swiper-slide{
		max-width: 300px;
		min-width: auto;
		padding: 16px 24px;
		background-color: #FFFFFF;
		border-radius: 8px;
		min-height: 210px;
	}
	.servicos p{
		text-align: left;
	}
	.servicos-label{
		font-size: 15px;
	}
	.servicos-subtitle{
		padding-top: 56px;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		color: #fff;
		text-align: left;
	}
	.servicos-title{
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
		color: #fff;
		text-align: left;
	}
	.equipe .imagem{
		display: none;
	}
	.equipe .imagem-mobile{
		display: block;
	}
	.equipe .card{
		position: relative;
		border: 0;
		max-width: 100%;
		margin-top: 0px;
		padding: 24px;
	}
	.faq{
		padding: 16px;
	}
	.faq-title{
		font-size: 32px;
		font-weight: 400;
		line-height: 48px;
		text-align: center;
		margin-bottom: 24px;

	}
	.faq #accordion{
		margin: auto;
	}
	.faq .btn{
		padding: 0;
		white-space: normal;
	}
	.faq .btn-link {
		font-size: 18px;
	}
	footer .copy{
		float: none;
		text-align: center;
		margin: 24px 0;

	}
	footer .social{
		margin-bottom: 56px;
		float: none;
	}
	main-menu{
		border-bottom: 0;
	}
	.search-bar ::placeholder {
		font-size: 12px;
		color: #8D9EB2;
		opacity: 1; /* Firefox */
	}

	.search-bar ::-ms-input-placeholder { /* Edge 12-18 */
		font-size: 12px;
		color: #8D9EB2;
	}
	.search-bar .form-inline .btn{
		height: 46px;
		min-width: 64px;
	}
	.search-bar .form-control {
		width: calc(100% - 64px);
		height: 46px;
		border-radius: 8px 0px 0px 8px;
	}
	.search-bar {
		box-shadow: none;
	}
	.arrows-buttons{
		right: 20px;
		width: 90%;
		bottom: 50%;
		text-align: center;
	}
	.swiper-pagination{
		position: relative !important;
		bottom: 0 !important;
		width: 100% !important;
		left: auto !important;
	}
	.swiper-pagination-bullet{
		background-color: #E6EEF5 !important;
	}
	.swiper-pagination-bullet-active{
		background-color: #277CD9 !important;
		width: 20px !important;
	}
	.info-top .swiper-slide{
		width: auto;
	}
	.info-top{
		margin: 24px 0 0 0;
	}
	.brands-top{
		position: relative;
		background-color: #F3F6FA;
		padding: 40px 0;
	}
	.brands-top .card{
		background-color: #FFFFFF;
	}
	.brands-top .l-left-desktop{
		display: none;
	}
	.brands-top .l-left-mobile{
		display: block;
		position: absolute;
		top: 14px;
		left: 0;
	}
	.brands-top .l-right-desktop{
		display: none;
	}
	.brands-top .l-right-mobile{
		display: block;
		position: absolute;
		top: 131px;
		right: 0;
	}
	.brands-top .col-6.one{
		padding: 0 4px 0 16px;
	}
	.brands-top .col-6.two{
		padding: 0 16px 0 4px;
	}
	.brands-top .col-12{
		margin-top: 8px;
		padding: 0 16px;
	}
	.brands-top .col-12.brands-img{
		padding: 0;
	}
	.brands-top-d .card .brands-tg svg {
		width: 24px;
		height: 24px;
		vertical-align: top;
	}
	.brands-bootom-d{
		margin-top: 32px;
		color: #5F738A;
		line-height: 24px;
		text-align: center;
	}
	.brands-top-d{
		padding: 0;
	}
	.brands-top-d .card{
		min-height: 55px;
		background-color: #ffffff;
		border: 0;
	}
	.brands-top-d .card .brands-tg{
		color: #277CD9;
		font-size: 24px;
		line-height: 24px;
		font-weight: 600;
		padding: 8px;
	}
	.brands-top-d .card .brands-ts{
		color: #212833;
		font-size: 12px;
		line-height: 14px;
		font-weight: 600;
		padding-bottom: 8px;
	}
	.brands-img{
		display: flow-root;
	}
	.brands-img .swiper-viewport{
        background-color: #f3f6fa;
	}
	.search-meio img{
		width: 72px;
	}
	.search-meio a{
		display: inline-block;
	}
	.search-meio .swiper-slide{
		width: auto;
	}
	.search-meio {
		margin: 40px 0px;
	}
	.search-meio .search-t {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
	}
	.brands-bootom-d{
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;

	}
	.category-tab .swiper-slide{
		max-width: 271px
	}
	.category-tab .swiper-pagination{
		display: block;
		position: unset;
	}
	.category-tab .arrows-buttons{
		display: none;
	}
	.promocoes .swiper-pagination{
		display: block;
		position: unset;
	}
	.promocoes .arrows-buttons{
		display: none;
	}
	.category-tab .swiper-container {
		padding: 0;
	}
	.category-tab .all-products {
		display: none;
	}
	.category-tab .all-products-mobile{
		display: block;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		padding: 0;
		margin-top: 30px;
	}
	.category-tab .all-products-mobile svg{
		vertical-align: sub;
	}
	.reviews .swiper-slide{
		max-width: 300px;
		min-height: 235px;
		background-color: #ffffff;
	}
	.reviews-right-mobile{
		display: block;
		position: absolute;
		top: 230px;
		right: 2px;
	}
	.reviews{
		position: relative;
	}
	.reviews .swiper-viewport{
		background-color: rgba(255, 255, 255, 0);
	}
	.svg-rigth-gallery, .svg-left-gallery{
		display: none;
	}
	.gallery .all-projects{
		text-align: left;
	}
	.gallery .swiper-slide{
		width: 312px;
	}
	.gallery{
		padding: 0 0 48px 0;
	}
	.gallery .gallery-title{
		margin-bottom: 24px;
	}
	.cinza .container {
		padding: 64px 16px;
	}
	.cinza .title-paineis {
		margin-bottom: 32px;
	}
	.servicos .swiper-container {
		padding: 0;
	}
	.servicos-contato{
		text-align: left;
	}
	.midia {
		padding: 56px 0px;
	}
	.midia .swiper-slide {
		max-width: 280px;
		border-radius: 8px;
	}
	.blogshome {
		padding: 56px 0px;
	}
	.blogshome .swiper-slide {
		max-width: 312px;
		min-height: 417px;
	}
	.blogshome .arrows-buttons{
		display: none;
	}
	#account-login .well:first-child {
		margin-right: 5px;
	}
	#account-login .well {
		margin-left: 5px;
	}
}
.bf-form > .bf-attr-block:first-of-type{
	padding: 10px;
}
.bf-c-1{
	padding: 8px !important;
}