.btn-wish{
	width: 103px !important;
}

.masony {
	-webkit-column-width: 18em;
	-moz-column-width: 18em;
	column-width: 18em;
	-moz-column-gap: 1em;
	-webkit-column-gap:1em;
	column-gap:1em;
	-moz-column-fill: balance;
}
.masony-item {
	display: inline-block;
	padding:  .25rem;
	width:  100%;
}

.brand-img{
	width: 171px;
	height: 73px;
}
/* .sizes .brand-img{
	margin:0 auto;
} */
.sc-circle{
	border: 1px solid #cecece;
	border-radius: 1em;
	margin-left: 2px;
}
.sc-circle:first-child{
	margin-left: 10px;
}

.no-padding{
	padding:  0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.small-yamm-content {
	padding: 20px !important;
}
.small-yamm-dropdown-menu {
	background: #B41D1D !important;
	min-width: 215px !important;
}
.small-yamm-content h5 {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 300 !important;
}
.btn-copyaddress{
	font-size: 12px;
	float: right;
	padding: 2px 8px;
	margin-top: 5px;
}

.dropdown i.lnr-header{
	font-size: 17px;
}

/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */

#top .stackicons-font {
	padding: 0px;
	font-size: 87%;
	text-align: center;
	top: 10px;
	position: relative;
}


.fa-cart-back {
	color: #b41d1d;
}

/*
.media {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.media-image {
	display: block;
	width: 100%;
}

.media-body {
	background: rgba(180, 29, 29, 0.7);
	width: 100%;
	bottom: 0;
	color: white;
	font-size: 1em;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 3.75em 3em;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.media-body:hover { opacity: 1; }

.media-body:after,
.media-body:before {
	border: 1px solid rgba(255, 255, 255, 0.7);
	bottom: 1em;
	content: '';
	left: 1em;
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.6s 0.2s;
	transition: 0.6s 0.2s;
}

.media-body:before {
	border-bottom: none;
	border-top: none;
	left: 2em;
	right: 2em;
}

.media-body:after {
	border-left: none;
	border-right: none;
	bottom: 2em;
	top: 2em;
}

.media-body:hover:after,
.media-body:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.media-body h2 {
	margin-top: 0;
	color: #ffffff;
	line-height: 1.5em;
}
.media-body p { margin-bottom: 1.5em; } */
/*
.btn-for-header:hover,
.btn-for-header:focus {
	color: #870000;
}
*/
#form-newsletter label{
	background: none;
	filter: progid:none;
	padding: 0;
	border: 0;
	margin: 25px 30px 0 0;
	float: left;
	max-width: 150px;
	font-size: 14px;
}
#form-newsletter input{
	float: left;
	padding: 6px;
	color: #999999;
	background: #fff;
	border: none;
	box-shadow: none;
	width: 260px;
	border: 1px solid;
	margin-top: 18px;
}
#sub-footer {
	padding: 30px 0 110px;
	color: #999999;
	text-align: center;
}
#sub-footer h4 {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #333;
	margin-bottom: 30px;
}
#subsub-footer{
	padding-bottom: 25px;
	padding-top: 25px;

}
#subsub-footer p{
	color: #999999;
}
#sub-footer .media .media-object{
	width: 80px;
	height: 57px;

}
#sub-footer .media .media-body {
	font-size: 12px;
	text-align: left;
}
#sub-footer .media .media-body a {
	float: right;
	color: #999999;
}
#sub-footer .media .media-body p{
	margin-bottom: 0;
}
#sub-footer .btn-newsletter{
	color: #b41d1d;
	border: 1px solid #999999;
	margin-top: 17px;
	padding: 6px 12px;
}
.box .box-footer {
	background: #f7f7f7;
	margin: 30px 0 -20px;
	padding: 20px;
	border-top: solid 1px #eeeeee;
	text-align: center;
}

#footer .email-link:hover{
	color: #163e04;
}

.modal-list li{
	border: none;
}

.big-blocks .media{
	margin-top: 50px;
}

.info-blocks{
	border-radius: 5px;
	background-color: #f8f8f8;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border: 2px solid #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	height: 56px;
}
.info-block-text{
	float: right;
	text-transform: uppercase;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 4px;
	padding-left: 5px;
}

.info-blocks .hidden-xs{
	margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
		-moz-transition: all 1s 0s linear;
		-o-transition: all 1s 0s linear;
		-webkit-transition: all 1s 0s linear;
		overflow: hidden;
}

.info-blocks .fa-circle, .info-blocks .fa-circle-o{
	color: #4d4d4d;
}
.fa-circle-thinner {
	box-sizing: border-box;
	display: block;
	width: 46px;
	height: 45px;
	padding-top: 0.3em;
	text-align: center;
	border-radius: 100%;
	border: 3px solid #4d4d4d;
	position: absolute;
	top: 5px;
	left: 5px;
}

.info-block-line{
	/*border-bottom: 5px solid #b41d1d;*/
	margin: 0 14px;
}
.info-block-line:hover {
	border-bottom: 5px solid transparent;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	-webkit-transition: all 0.5s 0s linear;
}
.text-before-foot{
	margin: 30px 0 40px 0;
}
.text-before-foot h3{
	color: #B41D1D;
}
.text-before-foot h5{
	line-height: 19px;
}

.contact ul li{
	color: #333;
}

.owl-prods .product,
.owl-prods-msell .product {
	background: #fff;
		/*border: solid 1px #b41d1d;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 60px;
		overflow: hidden;
		text-align: center;
}

/* .img-zoom {
	width: 400px !important;
	height: 220px !important;
} */
.img-zoom .image1 {
	width: 180px !important;
	height: 220px !important;
	overflow: hidden !important;
}

.sizes .list-group-item {
	position: relative;
	display: inline-block;
	padding: 0 110px;
	margin-bottom: -1px;
	background-color: #fff;
	border: none;
	width: 200px;
	text-align: center;
}
.sizes .selectize-input {
	border: none;
	padding: 8px 8px;
	display: inline-block;
	width: 64%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* .sizes .selectize-control {
	width: 100% !important;
} */

.product h3{
	margin-bottom: 5px;
}
.product button{
	margin-bottom: 10px;
}

.search-new{
	width: 300px;
	float: right;
}
@media (max-width: 768px) {
	.search-new{
		width: 250px;
	}
}
@media (max-width: 767px){
	#top .login {
    	float: right;
	}
}
.search-new input{
	outline: none;
	font-size: 12px;
	line-height: 18px;
	color: #818181;
	margin: 0px;
	border: none;
	background: none;
	padding: 6px 7px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 7px 0px;
}
.search-new input:focus{
	border-color: #d9d9d9;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
	box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);

}

.search-new .input-group-btn:focus{
	position: relative;
	font-size: 0;
	white-space: nowrap;
	outline: 0
}
.search-new button{
	outline: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 7px 0px;
}
.search-new button:focus{
	outline: 0;
}
.search-new .btn.btn-default {
	/*color: #b41d1d;*/
	background-color: #fff;
	border-color: #ccc;
	width: 48px;
}

.box.shipping-method h3{
	margin-bottom: 23px !important;
		text-align: center;
		margin: 0;
		font-size: 21px;
		position: relative;
		top: 0;
}

.userAccount .box h3{
	margin-bottom: 0 !important;
		text-align: center;
		margin: 0;
		font-size: 19px;
		position: relative;
		top: 0;
}

.userAccount .box .selectize-control {
	position: initial;
	margin-bottom: 10px;
	float: none;
	width: 100%;
}

.box .list-group{
	text-align: left;
}
.box .list-group li{
	padding-left: 0;
}
.box .list-group li h5{
	text-align: left;
	margin-left: 8px;
}

.box div{
	text-align: left;
}

.sizes .selectize-input{
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

.sizes .price small{
	font-size: 18px;
}

.box .selectize-control {
	position: relative;
	margin-bottom: 10px;
	/* float: left; */
	width: 180px;
	display: inline-flex;
}

.product .image {
	overflow: hidden;
	width: auto;
	height: 100%;
}

.product-img {
	width: 100%;
	height: 215px;
}

.product .text {
	text-align: center;
}
.product .text h3 {
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.product .textref {
	text-align: left;
	margin-left: 10px;
	color: #365899;
}

.product .price{
	font-size: 18px;
}

.product button {
	margin-bottom: 10px;
	padding: 4px 12px;
	font-size: 12px;
	margin-top: 10px;
}
.owl-brand .product {
	border-bottom: none;
	margin-bottom: 0;
	border: none;
}

#thumbs a {
	display: block;
	border: solid 1px transparent;
	margin-bottom: 10px;
}


.panel.sidebar-menu {
	background: #fff;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
/*     margin: 10px 0 0 0;
	padding: 10px 0 0 0; */
}

.sizes .stock{
	text-align: left;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 4px;
}

.btn-cart{
	border-radius: 5px;
	font-size: 1.2em;
	background-color: #acacac;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	/* min-width: 200px; */
	padding: 12px 24px;
	font-weight: 400;
	height: 55px;
	margin-top: -8px;
}
.btn-cart:hover{
	/*background-color: #b41d1d;*/
	color: #ffffff;
}
/*
.addToWish{
	border-radius: 5px;
	font-size: 1.2em;
	background-color: #efefef;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	min-width: 200px;
	padding: 12px 24px;
	font-weight: 400;
	height: 55px;
	margin-top: -8px;
}*/

.cat-box .panel-heading {
	text-transform: uppercase;
	margin-bottom: 10px;
	background: none;
	padding: 0;
	letter-spacing: 0.08em;
	border-bottom: none;
	width: 300px;
}

.cat-box .panel-body {
	padding: 0;
	width: 300px;
}
.tab-content .box{
	margin-bottom: 0;
	padding-bottom: 0;
}
#product-social {
	text-align: center;
	margin-bottom: 10px;
}
#product-social p a.facebook {
	/*background: #b41d1d;*/
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: none;
	padding: 3px 0 0 0;
}

.owl-brand .product .image {
		overflow: hidden;
		height: 108px !important;
}




.st-multi-color .st-icon-facebook:before, .st-multi-color.st-icon-facebook:before {
	text-shadow: none;
	content: "\e002";
	/*color: #b41d1d !important;*/
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
	position: absolute !important;
	top: 81% !important;
	margin-top: -10px !important;
}

.drawer-change .product{
	border: 1px solid #eeeeee !important;
}

.box .reviewtext{
	color: #b41d1d !important;
	margin-top: 20px !important;
	font-size: 18px !important;
	padding: 5px 15px;
}

.products-header h1{
	margin-top: 4px;
	margin-bottom: 0;
}
.products-header hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.products-header .list-group li{
	position: relative;
	padding: 10px 0 0 0;
	margin-bottom: -1px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	display: inline-flex;
	width: 205px;
}
.products-header .selectize-control>.selectize-input input{
	font-size: 13px;
}
.products-header .list-group-item span{
	margin: 0 5px;
}
.products-header .selectize-control {
	position: relative;
	margin: 0 5px 0 5px;
	top: -7px;
}

#ordenar + .selectize-control>.selectize-input{
	width: 95px;
	height: 34px;
	padding: 5px 11px;
	text-overflow: ellipsis;
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#showx + .selectize-control>.selectize-input{
	width: 70px;
	height: 34px;
	padding: 5px 11px;
	text-overflow: ellipsis;
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#grid, #list{
	width: 32px;
	top: -5px;
	position: relative;
}

#showx + .selectize-control>.selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	font-size: 13px;
}
.products-header .selectize-control .selectize-dropdown [data-selectable] {
	padding: 5px 8px;
	font-size: 12px;
}
.products-header .list-group li:nth-child(1){
	width: 180px;
}
.products-header .list-group li:nth-child(2){
	width: 175px;
}
.products-header .list-group li:nth-child(3){
	width: 190px;
}
.products-header .list-group li:nth-child(4){
	width: 125px;
	float: right
}


.prod-det{
	margin-bottom: 35px;
}

.prod-title h3 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1F338D;
}

.desc-border1 .quantidade>label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 0;
	margin-bottom: -18px;
}

/* Products List Grid */
.products .list-products{
	margin-bottom: 30px;
}

.products .list-products .image {
	overflow: hidden;
	height: 215px !important;
	width: 35%;
	margin: 15px 0 15px 30px;
}

.products .list-products .img-pending {
	margin-top: 0;
}

.products .list-products .text {
	padding: 25px;
	width: 50%;
	left: 375px;
	top: 0;
	position: absolute;
}

.products .list-products .text h3 {
	font-size: 19px;
	font-weight: 700;
	height: 35.6px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.products .list-products  button {
	margin-bottom: 25px;
	padding: 4px 12px;
	font-size: 12px;
	margin-top: 10px;
}

.products .list-products a{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.desc-border{
	border: 1px solid #c0c0c0;
	padding: 5px 15px;
	height: 187px;
	border-bottom: none;
}
.desc-border1{
	border: 1px solid #c0c0c0;
	padding: 5px 15px;
	height: 112px;
	border-top: none;
}

.pagination {
	margin: 0 0 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 0;
}
.info-block-img{
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1.5em;
	vertical-align: middle;
}
.info-block-img .fa-circle{
	font-size: 1.5em;
	margin-left: 3px;
}
.info-block-img .fa-truck,
.info-block-img .fa-thumbs-o-up{
	margin-left: 5px;
	font-size: 24px;
}

.info-block-img .fa-circle-thinner {
	box-sizing: border-box;
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 0.3em;
	text-align: center;
	border-radius: 100%;
	border: 3px solid #4d4d4d;
	position: absolute;
	top: 5px;
	left: 5px;
}

.info-block-img .fa-clock-o,
.info-block-img .fa-heart{
	margin-left: 8px;
	font-size: 24px;
	margin-top: 2px;
}

#coupon-code{
	border-right: 1px solid #163e04;
}

.pagination>li>a, .pagination>li>span {
	/*border-radius: 0% !important;*/
	margin: 0 5px;
}

.pagination > li > a, .pagination > li > span {
	padding: 4px 10px;
	line-height: 1.42857143;
	text-decoration: none;
	/*color: #b41d1d;*/
	background-color: #F2F2F2;
	border: 1px solid #dddddd;
}

.sizes .error{
	float: left;
	color: #d85d5d;
	font-size: 13px;
	line-height: .15em;
	margin: 9px 0 0 41px;
	font-style: italic;
	font-weight: 900;
	text-transform: capitalize;
	display: none;
}

.delay-content{
	display: none;
}

.produ-relacionas{
	font-size: 12px;
	text-align: center;
	margin: 5px 0 10px 0;
	top: -24px;
	position: relative;
	text-decoration: underline;
	color: #999999;
}

#productMain .price {
    margin-top: 0;
    margin-bottom: 5px;
    color: #e95668;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.info-block-line {
		border-bottom: 5px solid #b41d1d;
		margin: 0;
	}
	.info-block-text {
		float: right;
		text-transform: uppercase;
		font-size: 16px;
		color: #4d4d4d;
		line-height: 43px;
		padding-left: 5px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #ffffff;
		font-size: 13px;
	}
	.badge-cart {
	position: relative;
		padding: 2px 5px;
		/* top: 29px; */
		left: 47px;
		background: #B41D1D;
		z-index: 999;
		color: #ffffff;
		font-size: 12px;
	}
	.desc-border1 {
		border: 1px solid #c0c0c0;
		padding: 5px 15px;
		height: 139px;
		border-top: none;
	}
	.ribbon.sale .theribbon {
		width: 100px;
	}
}


@media only screen and (max-width : 992px) {
	.badge-cart {
		position: relative;
		padding: 2px 5px;
		/* top: 29px; */
		left: 586px;
		background: #B41D1D;
		z-index: 999;
		color: #ffffff;
		font-size: 12px;
	}
	#productMain .price {
		font-size: 40px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 5px;
		color: #000;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #ffffff;
		font-size: 13px;
	}
	#productMain .price {
		font-size: 40px;
		text-align: left;
		margin-top: 0;
		margin-bottom: 5px;
		color: #000;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.badge-cart {
		left: 271px;
	}
	.ribbon.sale .theribbon {
		width: 100px;
	}
/*   #mainImage {
		margin-bottom: 40px;
		width: 285px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	} */
	.desc-border .form-group{
	margin-top: 37px;
	}
	.desc-border1 {
		border: 1px solid #c0c0c0;
		padding: 5px 15px;
		height: 150px;
		border-top: none;
	}
	#basket .table tbody tr td input{
		width: 65px;
		text-align: right;
		margin-left: 100px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.products-header .list-group li:nth-child(2) {
		width: 200px;
	}
	.products-header .list-group li:nth-child(3) {
		width: 200px;
	}
	.desc-border .form-group {
		margin-top: 89px;
	}
	.desc-border1 {
		border: 1px solid #c0c0c0;
		padding: 5px 15px;
		height: 193px;
		border-top: none;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 355px) {
	.btn-cart {
		border-radius: 5px;
		font-size: 1.2em;
		background-color: #efefef;
		color: #000000;
		padding-left: 25px;
		padding-right: 25px;
		/* min-width: 200px; */
		padding: 12px 24px;
		font-weight: 400;
		height: 45px;
		margin-top: -8px;
		margin-bottom: 15px;
	}
	.desc-border .form-group {
		margin-top: 138px;
	}
	.desc-border1 {
		border: 1px solid #c0c0c0;
		padding: 5px 15px;
		height: 245px;
		border-top: none;
	}
}

.no-padding{
	padding-left:0px!important;
	padding-right:0px!important;
}

.addresses h3 {
	margin-bottom: 25px !important;
	text-align: center;
	font-size: 21px;
	position: relative;
	top: 0;
}
#checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input {
	width: 65px;
	text-align: right;
}
#basket .product{
	border: none;

}
.produ-relac{
	top: -32px;
	position: relative;
}
.produ-relac .image{
	overflow: hidden;
	height: 250px !important;
}
.produ-relac img{
	width: 100%;
	height: 250px;
}

.sel-country .selectize-input{
	padding: 2px 8px;
}

.specialClearFix{
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    /* float: right; */
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
    top: 10px;
    position: absolute;
    left: 135px;
}
.dropdown3level{
	position: absolute !important;
	left: 155px !important;
	top: 0 !important;
}
.dropdown3level>li>a:focus, .dropdown3level>li>a:hover {
    background-color: transparent !important;
}

/*=== about page ===*/
.bar.background-image-about {
    background-repeat: no-repeat;
    background-image: url(/admin/images/about/about-hd-full.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}
.bar.background-image-fix {
    background-repeat: no-repeat;
    background-image: url(/admin/images/about/about-fix-full.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}
.bar.background-image-do {
    background-repeat: no-repeat;
    background-image: url(/admin/images/about/about-what-we-do.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}
.texto_negro {
    line-height: 31px;
    font-weight: 400;
    color: #333333;
    font-size: 20px;
}
  /*=== soluções ===*/
  .bar.background-image-call-center {
    background-repeat: no-repeat;
    background-image: url(/admin/images/assistencia/assistencia-call-center.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}
.bar.background-image-assistencia {
    background-repeat: no-repeat;
    background-image: url(/admin/images/assistencia/assistencia-hd-full.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}
.bar.background-image-assistencia-reparacao {
    background-repeat: no-repeat;
    background-image: url(/admin/images/assistencia/assistencia-reparacao.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding:185px 0;
    /*width: 100%;
    height: 100%;*/
}

.box{
	border: none;
}
#customer-orders table tr th,
#customer-orders table tr td {
  vertical-align: baseline;
}
#customer-order .table tfoot th {
  font-size: 14px;
  font-weight: 400;
}
#customer-order .addresses {
  text-align: left;
  margin-bottom: 30px;
}
#customer-order .addresses p {
  font-size: 18px;
  font-weight: 300;
}
#customer-order .box-order,
#order-infos .box-infos,
.box-observacoes{
	border: 1px solid #dfdfdf;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	background: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
}
#order-infos .box-infos ul{
	list-style: none;
	padding-left: 0;
}
#customer-account {
  margin-bottom: 30px;
}