/* Card Styles */

.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin: 10px 0;
    /* background:linear-gradient(to right bottom, #b00808, #c12572, #9566bc, #5190d3, #53abc4); */
}


.card-image img {
    height: 150px;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}


.card-promo{
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
    opacity: 75%;
}
.card-promo::before,
.card-promo::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid red;
}
.card-promo span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 2px 0;
    background-color: #b00808;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  .promo-top-left {
    top: -10px;
    left: -10px;
  }
  .promo-top-left {
    top: -10px;
    left: -10px;
  }
  .promo-top-left::before,
  .promo-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .promo-top-left::before {
    top: 0;
    right: 0;
  }
  .promo-top-left::after {
    bottom: 0;
    left: 0;
  }
  .promo-top-left span {
    right: -20px;
    top: 35px;
    transform: rotate(-45deg);
  }


 /* .card-promo {
    position: relative;
    width: 300px;
    height: 400px;
    background: #fff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
} */
/* 
.card-promo span {
    position: absolute;
    width: 150px;
    height: 25px;
    top: 20px;
    left: 0px;
    background: #b00808;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: white;
    opacity: 75%;
}

.card-promo span::before {
    content: '';
    position: absolute;
    top: 23px;
    width: 15px;
    height: 15px;
    background: #880808;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
    left: 0px;
}

.card-promo span::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 15px;
    height: 15px;
    background: #b00808;
    z-index: 1;
    left: 0px;
} */



/*----------------*/

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff;
    background: #E26D5C;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    height: 60px;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    /* background-color: #1F487E; */
    background-color: #4991a6;
    /* background-color: #b00808; */
    color: #fff !Important;
    ;
    border-radius: 0 0 8px 8px;
}

.card-button:hover {
    text-decoration: none;
    /* background-color: #1D3461; */
    background-color: #b00808;
    color: #fff;

}

.searchbar {
    background-color: #f1f1f1;
    height: 35px;
    border-radius: 8px;
    outline: none;
    padding-left: 10px;
    padding-right: 0px;
    font-family: "Montserrat", sans serif;
    /* border-style: solid #d0d0d0; */
    border-style: none;
}

.searchbar-icon {
    font-size: 20px;
    color: black;
}


.card-sl-modal {
    /* width: 500px; */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    /* background:linear-gradient(to right bottom, #b00808, #c12572, #9566bc, #5190d3, #53abc4); */
}


.card-image-modal img {
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-heading-modal {
    font-size: 20px;
    font-weight: bold;
    background: #fff;
}
.card-button-modal {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    /* background-color: #1F487E; */
    background-color: #4991a6;
    /* background-color: #b00808; */
    color: #fff !Important;
    ;
    border-radius:8px;
}

.card-button-modal:hover {
    text-decoration: none;
    /* background-color: #1D3461; */
    background-color: #b00808;
    color: #fff;

}
.product-description-modal{
    max-height: 300px;

}

.text-truncate-container p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-cut {
    white-space: break-spaces !important;
    overflow: hidden;
}


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}