.chosen-product {
    width: 100%;
    height: 607px;
    position: relative;
    padding-top: 24px;
    box-sizing: border-box;
}
.chosen-product .product-image-holder
{
    margin-top: unset !important;
}
.top-product-box
{
    width: 305px;
    height: 450px;
    background: white;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}
.top-product-holder
{
    position: relative;
    z-index: 2;
}
.top-product-holder .product-image-holder
{
    margin-top: unset !important;
    height: 311px !important;
}
.chosen-product  .discount-product-title
{
    line-height: unset !important;
    margin-bottom: 16px;
    margin-top: -30px;
}
.top-product-price
{
    font-family: IRS-Fa-ExtraBlack;
    color: #E42121;
    font-size: 16px;
    margin-top: -15px;
}
.chosen-product .discount-box-footer
{
    height: 159px;
    background-image: unset !important;
}
.sw-chosen
{
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}