.sticky1-container{
    padding:0px;
    margin-left: 15px;
    position:fixed;
    right: 20px;
    top:70%;
    width:65px;
    z-index: 1100;
}
.sticky1 li{
    list-style-type:none;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky1 li:hover{
    margin-left:5px;
}
.sticky1 li a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    float:right;
    margin-bottom: 15px;
}
.btn-verde{
    background-color: #25d366!important;
    color: #fff!important;
}

.btn-naranja{
    background-color: #1c5fa8!important;
    color: #fff!important;

}

.sticky1 li i{
  font-size: 40px;
  margin: 10px 13px;
}
.sticky1 li p{
    padding-top:5px;
    margin:0px;
    line-height:36px;
    font-size:11px;
}
.sticky1 li a p{
    text-decoration:none;
    color:#FFFFFF;
}
.sticky1 li a p:hover{
    text-decoration:underline;
}

@media only screen and (max-width: 600px) {
    div.esconder{
        display:none !important;
    }
}

.product-item {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px #e5e5e5;
    position: relative;
    border-radius: 4px;
}
.product-item:hover {
    box-shadow: 0 5px 10px #ccc;
}
.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height:0;
}
.btn-primary{
  background: #1c5fa8 !important;
  border-color: #1c5fa8 !important;
}
.btn-successs{
  background: #28a745 !important;
  border-color: #28a745 !important;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
    background: url('../img/cintillo_.png') no-repeat;
    background-size: 100%;
    left: auto;
    right: 0;
}
.pi-img-wrapper {
    position: relative;
}
.pi-img-wrapper div {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
    display: block;
}
.pi-img-wrapper div .btn {
    padding: 3px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: -13px 5px 0;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 12px;
}
.product-item .btn:hover {
    background: #1c5fa8;
    border-color: #1c5fa8;
}

.product-item h3 {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}
.product-item h3 a {
    color: #3e4d5c;
}
.add2cart{
  color: white !important;
}
.product-item h3 a:hover {
    color: #1c5fa8;
    text-decoration: none;
}
.pi-price {
    color: darkred;
    font-size: 18px;
    float: left;
    padding-top: 1px;
}
.product-item .add2cart {
    float: center;
    color: #a8aeb3;
    border: 1px #ededed solid;
    padding: 3px 6px;
    text-transform: uppercase;
}
        .product-item .add2cart:hover {
            color: #fff;
            background: darkred;
            border-color: darkred;
        }