/*
Custom Css
*/
.box{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
}
.imagencard{
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
}

.imagencard img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.boxcategory{
 display: inline-block;
 position: relative;
 width: 275px;
 height: 275px;
 overflow: hidden;
 border-radius: 50%;
}

.boxcategory img{
  width: 100%;
  height: 100%;
}

.carrouselimagen{
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
}

.carrouselimagen img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carrouselmin {
  width: 100%;
  height : 100px;
  display: flex;
  justify-content: center;
}

.carrouselminimg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carrito {
  width: 200px;
  height : 200px;
  display: flex;
  justify-content: center;
}

.carrito-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_server {
  padding: 10px;
  text-align: center;
  decoration: none;
}

.box-tubnail{
  display: inline-block;
  border: 1px solid #555;
  text-align: center;
  padding: 2px;
  margin: 10px;
  font-size: 200%;

  width: 100px;
  height: 100px;
}
.btn-del-img{
  border-radius:1.2em;
}


.dz-remove
{
    display:inline-block !important;
    width:1.3em;
    height:1.3em;

    position:absolute;
    top:5px;
    right:5px;
    z-index:1000;

    font-size:1.2em !important;
    line-height:1em;

    text-align:center;
    font-weight:bold;
    border:1px solid gray !important;
    border-radius:1.2em;
    color:black;
    background-color:red;
    text-decoration:none !important;

}

.dz-remove:hover
{
    text-decoration:none !important;
    opacity:1;
}

/*STORE */
.cmn-divfloat {
    position: fixed !important;
    bottom: 60px;
    right: 15px;
    
}
.cmn-btncircle {
    width: 60px !important;
    height: 60px !important;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
}
