@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
.usr-drpdwn {
    display: none;
    position: absolute;
    top: 55px;
    left: 35px;
    text-align: center;
    background-color: #5b5ebe;
    width: 100px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 17pxx;
}
.shop-card {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    min-width: 230px;
    width: 100%;
    background: #ffffff;
    text-align: left;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 20em;
    perspective: 20em;
    cursor: pointer;
}
.shop-card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.shop-card img {
    width: 100%;
    vertical-align: top;
    position: relative;
}
.edit {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.12);
    width: 0;
    overflow: hidden;
    transition: ease 200ms;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.edit i {
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.edit span {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}
.shop-card > div:hover > .edit {
    width: 100%;
}
.shop-card figcaption {
    padding: 20px;
}


.shop-card figcaption div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.shop-card figcaption div i{
    font-size: 1.4rem;
    cursor: pointer;
}
.shop-card h3,
.shop-card p {
    margin: 0;
}
.shop-card h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.shop-card p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
}
.shop-card .price {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 48px;
    letter-spacing: 1px;
}
.shop-card .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.9em;
}
.shop-card a {

}
.shop-card:hover .add-to-cart,
.shop-card.hover .add-to-cart {
    /*opacity: 1;*/
    /*-webkit-transform: rotateX(0deg);*/
    /*transform: rotateX(0deg);*/
}
.shop-card:hover .add-to-cart i,
.shop-card.hover .add-to-cart i {
    background-color: #2980b9;
}



.more-btn {
    margin: auto;
    background-color: #0d6efd;
    color: white;
    width: 120px;
    height: 40px;
    padding: 10px 20px;
    cursor: pointer;
}




/*\



*/


.width-auto {
    width: auto;
}

.text-lg {
    font-size: 2rem;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    /* background: #28a745; */
}

