.souvenirWrapper {
    width: 100%;
    padding: 10px 0 0 0;
    .souvenirHeader {
        background: #ffffff;
        border-radius: 8px;
        padding: 10px 20px;
        margin: 10px 0 10px 0;
        overflow: hidden;
        .leftSec {
            float: left;
            svg {
                color: #DC7D5F;
                font-size: 28px;
                margin: 0 10px 0 0px;
            }
            span {
                font-size: 1.25rem;
                color: #000000;
                font-weight: 600;
            }
            p {
                font-size: 14px;
                color: #555555;
                margin-left: 40px;
            }
        }
        .rightSec {
            float: right;
            position: relative;
            top: 15px;
            .popupbtn {
                border: 1px solid rgba(0, 0, 0, 0.2);
                width: 36px;
                line-height: 32px;
                height: 36px;
                border-radius: 6px;
                top: 25px;
                text-align: center;
                svg {
                    float: none;
                    margin: 0;
                    font-size: 1.25rem;
                    color: #B1B1B1;
                }
            }
        }
    }
    .souvenirInnerWrap {
        background: #ffffff;
        border-radius: 8px;
        padding: 30px;
        margin: 10px 0 10px 0;
        .productsWrap {
            .card {
                background: #fff;
                padding: 0;
                border: 1px solid #e3e3e3;
                box-shadow: none;
                border-radius: 10px;
                margin-bottom: 25px;
                opacity: 1;
                transform: translateZ(0);
                transition-timing-function: ease;
                transition-duration: 1.2s;
                transition-property: opacity,transform;
                .prod-widget {
                    .prod-img {
                        border-radius: 10px 10px 0 0;
                        overflow: hidden;
                        position: relative;
                        z-index: 1;
                        img {
                            transform: translateZ(0);
                            transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
                            width: 100%;
                            &:hover {
                                transform: scale(1.35) rotate(15deg);
                            }
                        }
                        .featured-product {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            padding: 20px;
                            z-index: 1;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            font-size: 14px;
                            cursor: pointer;
                            .featured-text {
                                background: #4c82f7;
                                padding: 7px 10px;
                                border-radius: 5px;
                                color: #fff;
                            }
                            .action-icon{
                                position: absolute;
                                right: 0;
                                color: #dc7d5f;
                                .actionedit{
                                    min-width: 24px;
                                    display: inline-block;
                                }
                                .actiondelete{
                                    min-width: 24px;
                                    display: inline-block;
                                }
                            }
                        }
                    }
                    .product-content {
                        .card-body {
                            position: relative;
                            padding: 25px;
                            .product-detail {
                                h6 {
                                    margin: 0 0 15px;
                                    width: 100%;
                                    color: #0d233e;
                                    font-size: 18px;
                                    white-space: nowrap;
                                    text-overflow: ellipsis;
                                    overflow: hidden;
                                    padding: 0;
                                    a {
                                        color: #0d233e;
                                    }
                                }
                                .section-text {
                                    color: #9c9c9c;
                                    font-size: 14px;
                                    display: -webkit-box;
                                    max-width: 260px;                                    
                                     line-clamp: 3;
                                    -webkit-line-clamp: 3;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                     a {
                                        color: #c10037;
                                        font-size: 14px;
                                        text-decoration: none;
                                        margin-left: 5px;
                                        &:hover {
                                            text-decoration: underline;
                                        }
                                    }
                                }
                            }                           
                            .productfeaturelink {
                                display: flex;
                                margin: 15px 0;
                                align-items: center;
                                justify-content: space-between;
                                .product-author {
                                    position: absolute;
                                    top: -18px;
                                    z-index: 2;
                                    border-radius: 50px;
                                    img {
                                        border-radius: 50px;
                                        width: 40px;
                                        height: 40px;
                                        margin: 0 3px 0 0;
                                    }
                                }
                                .product-features {
                                    margin: 0 15px 0 0;
                                    span {
                                        color: #9c9c9c;
                                        font-size: 13px;
                                        cursor: pointer;
                                        display: flex;
                                        align-items: center;
                                        svg {
                                            margin: 0 3px 0 0;
                                        }
                                        &:hover {
                                            color: #c10037;
                                        }
                                    }
                                }
                                .product-viewed {
                                    // display: flex;
                                    // align-items: center;
                                    // text-align: right;
                                    span {
                                        font-size: 13px;
                                        color: #9c9c9c;
                                        cursor: pointer;
                                        display: flex;
                                        align-items: center;
                                        svg {
                                            margin: 0 5px 0 0;
                                        }
                                        &:hover {
                                            color: #c10037;
                                        }
                                    }
                                }
                            }
                            .amount-details {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                                width: 100%;
                                .amount {
                                    font-size: 14px;
                                    color: #9c9c9c;
                                    .validrate {
                                        color: #c10037;
                                        font-size: 20px;
                                        font-weight: 600;
                                        text-decoration: none;
                                        margin-right: 3px;
                                    }
                                    span {
                                        text-decoration: line-through;
                                    }
                                }
                                .ratings {
                                    color: #9c9c9c;
                                    font-size: 14px;
                                    span {
                                        background: #ff823b;
                                        color: #fff;
                                        padding: 2px 9px;
                                        margin: 0 6px 0 0;
                                        border-radius: 4px;
                                        font-size: 14px;
                                    }
                                }
                            }
                            .btnWrapper {
                                .buyBtn {
                                    min-width: 140px;
                                    border-radius: 22px;
                                    background: #ff823b;
                                    border: 1px solid #ff823b;
                                    &:hover {
                                        background: #fa7529;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
   
}