.read-more-text {
    display: none !important;
}

.read-more-text--show {
    display: inline !important;
}

.read-more-text--hidden {
    display: none !important;
}

.img-detail {
    width: 350px;
    z-index: 1;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
}

.product-catagory {
    height: 230px;
    width: 230px;
    object-fit: fill;
    background-color: #ffffff;
    border-radius: 500px;
    padding-top: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-catagory h5 {
    letter-spacing: 3px;
}

.product-catagory img {
    width: auto;
    height: auto;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
}

.background-img-overlay {
    height: 500px;
    width: 500px;
    border-radius: 500px;
}

.product-thumb {
    width: auto;
    padding: 15px;
    box-shadow: 1px 1px 20px #efefef;
}

.product-title {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-content {
    padding-left: 30px;
}

.product-content ul {
    list-style: none;
}

.product-content li::before {
    content: ">";
    padding-right: 8px;
}

@media only screen and (min-width: 360px) and (max-width: 512px) {
    .background-img-overlay {
        height: 350px;
        width: 350px;
    }
}

@media only screen and (min-width: 512px) and (max-width: 767px) {
    .background-img-overlay {
        height: 400px;
        width: 400px;
    }
}
