@font-face {
  font-family: 'julius_sans_oneregular';
  src: url('/fonts/julius-sans-one-webfont.woff2') format('woff2'),
  url('/fonts/julius-sans-one-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
  Navbar
*/
.navbar-default { 
  min-height:38px;
  background-color: #BA1156;
  margin-bottom:5px;
}
.dropdown:hover .dropdown-menu {
   display: block;
}
.navbar-default .navbar-brand {
  padding: 0 12px;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #FFFFFF;
}
.navbar-item {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 38px; 
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 38px; 
  color: #FFFFFF;
}
.navbar-default .navbar-toggle {
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 8px 9px;
}
.navbar-default .navbar-form {
  margin-top: 2px;
  margin-bottom: 0px
}
@media (min-width: 768px) and (max-width: 880px) {
   .collapse {
       display: none !important;
   }
}
/*
  Logo links
*/
.logo-menu{
  font-size: 11px;
}
/*
  Search
*/
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

/*
  Carousel
*/
.carousel-inner {
  width:100%;
  height:100%;
  max-width:1000px;
  max-height:350px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

#estilo-da-mulher.carousel.slide {
  width: 100%; 
  max-width: 1000px; !important
}
/*
  Product Left Table
*/
.left-bar {
  height: auto;
  width: 100%;
  border: 1px solid #CCCCCC;
}

.left-bar h3 {
  color: #CCCCCC;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-left: 0px;
}
.left-bar ul {
  font-size: 12px;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #CCCCCC;
}
.left-bar ul li a {
  padding: 0px 0px 5px 0px;
  display: block;
}
.left-bar h3 a {
  color: #BA1156;
}
.left-bar li a {
  color: #A9A9A9;
}

/*
  Main
*/
body{
  padding-top: 0px;
  font-size: 14px;
  font-family: Verdana;
}
div {
  font-size: 14px;
}
.carousel{
  width: 80%;
  height: 28%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 80%;
    height: 28%;
    margin-left: auto;
    margin-right: auto;
}

#images{
  height: 150px;
  width: 150px;
}
@media (max-width: 767px) {
  #logo{
    width: 90%;
    height: 90%;
  }
}

#footer{
  margin-top: 50px;
}

#quantity{
  margin-left: -16px;
}

#quantity-label{
  margin-left: -16px;
}

#add-product-btn{
    margin-top: -35px;
}
#modal_image{
  width: 800px;
  height: 800px;
}
img.details{
  width: 400px;
  height: 400px;
}

.table-auto{
    width:60%;
    margin:0 auto;
}
.bottom-column {
  padding-bottom: 10px;
}
.saved-image img{
    width: 400px;
    height: 400px;
}
#contact-font{
    font-size: 11px;
    color: #808080;
}
#login-form{
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.6);
    padding: 20px;
    background-color: #fff;
}
#formularioDoUsuario{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.menu{
    list-style: none;    
}
.padding-0{
    padding-right:0;
    padding-left:0;
    padding-top:0;
    padding-bottom:0;
}
/*
  Category name bar
*/
.product-table-size{
  color: #ffffff;
  background-color: #BA1156;
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 2px;
  font-size:18px;
}
.details-order-bar{
  color: #544F5E;
  background-color: #F8F8F8;
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 2px;
  font-size:18px;
}
/*
  Category name bar
*/
.barra-central-de-relacionamento{
  color: #ffffff;
  background-color: #BA1156;
  text-align: center;
  font-size:18px;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.row:before, .row:after{
  display: none;
}
.row-same-height {
  display: table;
  width: 100%;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
/*
  Thumbail
*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.thumbnail{
  font-size: 12px;
  color: #666666;
  
}
.row .thumbnail {
    border:0;
    box-shadow:0;
    border-radius:0;
}
.btn-product{
  width: 100%;
  background-color: default;
}
.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .thumbnail {
    height: 100%;
  }
  .thumbnail button {
    display: inline;
    vertical-align: bottom; 
  }
  .thumbnail{ 
    display:block; 
  }
  .bottom-align {
    bottom: 0;
    width: 80%;
    padding-left: 10%;
    position: absolute;
  }
}
/*
  Footer
*/
.btn-footer{
  background-color:#999999;
  color:#ffffff;
  font-size:11px;
}
/*
  Button
*/
.btn-outline-primary {
    color: @btn-primary-bg;
    &:hover {
      background-color: @btn-primary-bg;
          border-color: @btn-primary-border;
    }
}
/*
  floating banner 
*/
.floating-banner {
  position: fixed;
  top: 30%;
  right: 0;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
}