.cogAdmin{
    position: absolute;
    margin-left: -40px;
}

.myCard{
    border-radius: 4px;
    text-align: center;
}
.colItem{
    margin-top: 30px;
}
.myCardForShopItems{
    margin: 18px;
    margin-top: 12px;
    border: 1px solid rgb(204, 204, 204);
    border-image: linear-gradient(to top, rgb(197, 197, 197) , white);
    border-image-slice: 1;
}
.myCard-body{
    padding-left: 0;
    padding-right: 0;
}
.myCard-section{
    height: 100px;
}
.selVaris{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: rgb;
    background-color: rgb(201, 221, 238);
}
.selVaris:hover{
    background-color: rgb(48, 117, 134);
    color: white;
    cursor: pointer;
}
.optVari{
    background-color: rgb(74, 133, 148);
    cursor: pointer;
    height: 30px;
}
.listVari{
    border-bottom: 1px solid rgb(231, 171, 102);
}
.listVari:hover{
    border: 1px solid rgb(6, 61, 75) !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.prodName{
    color: rgb(58, 137, 255);
}
.rangoPrecios{
    font-size: 18px !important;
}
.variOpts{
    background-color: rgb(231, 241, 250);
    width: 100%;
    text-align: right;
    padding-right: 2px;
}
.variPrecio,.variCantid,.variCarro{
    margin-right: 20px;
    width: 30px;
    left: -3
}
.variPrecio{
    color: rgb(63, 96, 122);
}
.variCantid>input{
    width: 58px;
}
.variCarro{
    padding: 4px 14px;
    border: 1px solid rgb(200,200,200);
    border-radius: 10px;
    cursor: pointer;
    color: rgb(63, 96, 122);
    background-color: rgb(252, 252, 252);
}
.variCarro:hover{
    border: 1px solid rgb(63, 96, 122);
    border-radius: 10px;
    cursor: pointer;
    color: rgb(11, 59, 97);
    background-color: white;
}
.myCardImg{
    height: 300px;
    position: relative;
    vertical-align: middle;
}
.myCardImg>img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px;
}
.myCardImg>img:hover{
    padding: 0;
}
.outSess:hover{
  color: black;
}
.colPagination{
  padding-top: 5px;
  text-align: right;
}
.paginationBot{
    margin-top: 48px;
}
.spanTextPagin{
  font-size: 14px;
  color: rgb(80,80,80)
}
.btn-pagination{
  border: 1px solid rgb(202, 202, 202);
}
.btn-pagination:hover{
  border: 1px solid rgb(100,100,100);
}
.inputCurrentPage{
  display: inline-block;
  max-width: 40px;
  max-height: 36px;
  border: 1px solid rgb(202, 202, 202);
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.colBuscador{
    padding: 3px;
}
.divBuscador{
    margin:0 !important;
}
.btn-outline-secondary{
    border: 1px solid rgb(200,200,220);
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.forResults{
    max-height: 300px;
    overflow-y: auto;
}
.forProdResults{
    display: none;
    position: absolute;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 38px;
    background-color: white;
    border: 1px solid rgb(200,200,200);
    z-index: 1;
    padding-top: 8px;
}
.possibleProd{
    padding: 8px;
    cursor: pointer;
}

.imgProd{
    cursor: pointer;
}
.rowGoUp{
    text-align: center;
}
.rowGoUp > .col-12 > .fa{
    cursor: pointer;
    font-size: 32px;
    background-color: rgb(250, 251, 253);
    border: 1px solid rgb(224, 255, 251);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    padding: 20px;
}
.rowGoUp > .col-12 > .fa:hover{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(38, 146, 132);
}
/* Recuadro del SKU que se muestra en las variaciones de shop.php y product.php */
.shopSku{
    position: absolute;
    color: rgb(100,100,100);
    margin-left: -50px;
    z-index: 99;
    background-color: rgba(250,250,250);
    bottom: 0;
}
/* Stock de la variaci�n seleccionada */
.variStock{
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}
.variStock span:nth-child(1){
    color: rgb(100,100,100);
    font-size: 14px;
}
.variStock span:nth-child(2){
    padding-left: 3px;
    font-weight: bold;
}

/* Descuentos -> arrow icons, cuadritos editables, minus and plus */
.descuentos{
    position: absolute;
    padding-top: 1px;
}
.colDesc{
    margin-right: 26px;
    padding: 0;
}
.descKeeper{
    cursor: pointer;
    width: 70px;
    padding-right: 13px;
    padding-bottom: 1px;
    margin-top: 2px;
    border: 1px solid white;
    border-radius: 2px;
}
.descKeeper:hover{
    border: 1px solid rgb(109, 165, 218);
    border-radius: 2px;
}
.colDescsTxt{
    padding-top: 7px;
}
.descuento{
    border: 2px solid rgb(177, 155, 30);
    border-radius: 3px;
    padding: 2px 5px;
    width: 34px !important;
    display: inline-block;
}
.descuentoTotal{
    color: rgb(172, 172, 172);
    position: absolute;
    margin-top: -26px;
    margin-left: 30px;
    width: 69px;
}
.descArrow{
    font-size: 20px;
    padding-right: 2px;
}
.colDesc1 .descuento{
    background-color: rgb(197, 196, 191);
    color: rgb(99, 99, 99);
}
.minPlu{
    position: absolute;
    margin-top: 5px;
    margin-left: -5px;
    width: 70px;
}
.minus{
    border: 1px solid orange;
    margin-right: 3px;
}
.plus{
    border: 1px solid green;
}
.minus,.plus{
    padding: 4px 6px;
    border-radius: 3px;
    cursor: pointer;
}
.minus:hover,.plus:hover{
    border-width: 2px !important;
    padding: 3px 5px;
}
.descAplicado{
    border-color: rgb(30, 129, 187);
    color:rgb(0, 81, 148) !important;
}

.agotado{
    background-color: rgb(151, 151, 151) !important;
    color:rgb(218, 218, 218);
}