.logoBar {
    min-height: 100px;
}

.updateprogress {
  background: rgba(0, 0, 0, 0) url("loader.gif") no-repeat center;
  color: #ffffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  border-bottom: solid 1px #777;
  z-index: 1100;
  width: 100%;
  height: 100%;
}
	
.updateprogress img { 
	 display: none
} 

.updateprogress .ulabel { 
	font-size: 18pt; 
	top: 50%;
	left: 50%; 
	position: absolute; 
	margin-top: -15px; 
	margin-left: -60px; 
}

html,
body {
        background: #ffffff !important;
        height: 100% !important
}

.pageCart .bkgColor {
    background: #ffffff !important;
	border: 0px #000000 !important;
}

.container .catalogPage {
    max-width:none;
}

.checkbox label, .radio label {

    min-height: 20px;
	padding-left: 13px;
	margin: 2px 0 15px 0;
    font-weight: 400;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 10.5px;
	float: initial;
    color: #333;
}

footer {
    margin-top: 100px;
}

 .responsive {
  width: 100%;
  height: auto;
}

.carousel-inner .item {
	/* transition: all 0.5s ease !important;*/
	max-height: 460px;
}

.carousel .carousel-inner img {
  width: 100%;
  /* height: auto !important; */
  object-fit: cover;
  overflow: hidden;
}

/* Esconder botão "Aqui" das páginas de login */
div.login a[href^="/Store_US/store/agform.aspx" i] {
	display: none;
}