/* your styles go here */

.form-control-dark {
	background-color:#495057;
	border-color: #495057;
    color: #FFFFFF;
}

.capitalize { 
	text-transform: capitalize;
}

.missing-img { 
	border: dashed 1px gray;
}

.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.cart-refresh {
  color: #495057;
  font-size: 0.7875rem;
}

.navbar-icon-link-badge-info {
	background-color: #17a2b8;
}

/* MOD - ATH Movil Button for Checkout */

.btn-athmovil {
	background-color: #f67b02;
	padding: 10px;
}
.img-athmovil {
	width: 50%;
}

/*
* ===================================================
*     Login area
* ===================================================
*/
.login-area-wrapper {
  display: none;
}

.login-area {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

/*
* ===================================================
*     Sticky Footer
* ===================================================
*/
.sticky-admin {
  position: relative;
  min-height: 100%;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/*
* ===================================================
*     Danger Disabled Box (Product, Size)
* ===================================================
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled-danger {
  color: #ffffff;
  background-color: #dc3545;
}
*/
