<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    align-items: flex-end;
    justify-content: space-around;
    padding-bottom: 6px;
    z-index: 20;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 02px -2px 8px rgba(0, 0, 0, 0.08);
    height: 70px;
}

.mobile-bottom-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #101010;
}

.mobile-bottom-menu a svg {
    margin-bottom: 10px;
    width: 20px;
}

.mobile-bottom-menu a span {
    font-size: 12px;
}

.mobile-bottom-menu-addpost {
    background-color: #9c27b0;
    padding: 15px 15px 5px 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
}

.mobile-bottom-menu-addpost svg {
    width: 40px !important;
    height: 40px !important;
}

.bottom-tools {
    display: none;
}

@media (max-width:873px) {
    .mobile-bottom-menu {
        display: flex;
    }
}

@media (min-width:873px) {
    .bottom-tools {
        display: block;
    }
}


.new-hero-section-bg .container-margin {
    margin-top: 70px;
}

.new-hero-section-bg {
    min-height: 90vh;
    background-image: linear-gradient(107.47deg, #2D2D2D 0.46%, rgba(100, 100, 100, 0.73) 100%), url(../images/hero-section-image-new-min.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-hero-section-bg h1,.new-hero-section-bg h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 74px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.new-hero-section-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-hero-section-cta a {
    background: rgba(156, 39, 176, 0.36);
    border: 4px solid #9C27B0;
    color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 35px;
    margin-left: 30px;
}

.new-hero-section-cta form {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 5px;
}

.new-hero-section-cta form input {
    background: transparent;
    border: none;
    width: 260px;
    font-family: dana;
    font-size: 14px;
    color: #797979;
    padding: 15px 12px 13px;
}

.new-hero-section-cta form button,.newBtn1 {
    background: #9C27B0;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 10px 10px;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
}

@media (max-width:873px) {
    .mobile-bottom-menu {
        display: flex;
    }

    .new-hero-section-cta {
        flex-direction: column;
    }

    .new-hero-section-cta a {
        display: none;
    }

    .new-hero-section-bg h1,.new-hero-section-bg h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 48px;
    }
}


@media (max-width:420px) {
    .new-hero-section-cta form button {
        padding: 10px 8px 10px;
    }

    .new-hero-section-cta form input {
        width: 170px;
    }



}

@media (min-width:873px) {
    .bottom-tools {
        display: block;
    }
}

.btn-telegram-login {
    background-color: #229ED9;
    color: #fff;
}
.new-story-section-container {
    margin-bottom: 120px;
}

.new-story-section-container h2 {
    color: #4d4d53;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.new-story-section-container h2 svg {
    margin-left: 10px;
}

.new-story-section-stories a {
    height: 270px;
    background-size: cover !important;
    background-position: center !important;
    margin: 0 15px;
    border: 2px solid #fff;
    box-shadow: 0 0 0px 2px #8D8D8D;
    border-radius: 13px;
    display: block;
    transition: box-shadow 0.4s;
}

.new-story-section-stories a {
    height: auto !important;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.new-story-section-stories a:first-child {
    margin: 0 0 0 15px;
}

.new-story-section-stories a:last-child {
    margin: 0 15px 0 0;
}

.new-story-section-stories a:hover {
    box-shadow: 0 0 0px 4px #8D8D8D;
}

.new-story-section-stories .new-story-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.new-story-navigation span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 50px;
}

.navbar-menu-item .dropdown-menu-items {
    width: 220px !important;
    padding: 0 10px;
    top: 48px;
}

.navbar-menu-item .dropdown-menu-items li a {
    padding-left: 0;
}

.navbar-menu-item .dropdown-menu-items li:first-child {
    border-radius: 13px 13px 0 0;
}

.navbar-menu-item .dropdown-menu-items li:last-child {
    border-radius: 0 0 13px 13px;
}


@media screen and (max-width: 672px) {
    .store-details-new-section {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .store-details-new-section-buttons {
        display: flex;
    }

    .store-details-col h4 {
        margin-bottom: 16px;
    }

    .store-details-col .store-category-profile {
        margin-bottom: 14px;
        margin-right: 16px;
    }

    .container--tabs {
        margin: 0.75rem auto 2rem;
    }

    .store-details-content {
        margin-bottom: 6px;
    }
}



.store-profile-header-image {
    position: relative;
}

.store-profile-header-image a {
    position: absolute;
    bottom: 14px;
    left: 5px;
    background: #7f7f7fba;
    display: flex;
    background-color: rgba(127, 127, 127, 0.893);
    padding: 4px;
    border-radius: 8px;
}

.store-profile-header-image a svg {
    width: 25px;
    height: 25px;
}

.new_product_content_wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    max-width: 900px;
    width: 900px;
    margin-bottom: 5em;
    overflow: hidden;
}

.new_product_content_wrapper_iamge {
    width: 50%;
}

.new_product_content_wrapper_detail {
    width: 50%;
}

.new_product_content_wrapper_detail_title {
    font-size: 22px;
    font-weight: 800;
    font-family: dana;
    margin-bottom: 10px;
}

.new_product_content_wrapper_detail_content {
    color: #706f6f;
    font-size: 15px;
    font-weight: 400;
    line-height: 190.6%;
}

@media only screen and (max-width: 700px) {
    .new_product_content_wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5em;
    }
}

@media only screen and (max-width: 1100px) {
    .new_product_content_wrapper_detail_content {
        color: #706f6f;
        font-size: 14px;
        font-weight: 400;
        line-height: 180.6%;
    }
}

@media only screen and (max-width: 873px) {
    .new_product_content_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .new_product_content_wrapper_iamge {
        width: 100%;
    }

    .new_product_content_wrapper_detail {
        width: 100%;
    }
}


.product_profile_links {
    padding: 30px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.product_profile_links a {
    padding: 8px 20px;
    color: #fff;
}

.product_profile_links a:first-child {
    border-radius: 6px;
    background: #E1BFFF;
    color: #000;
}

.chattop {
    z-index: 10;
}

.mainchat {
    position: relative;
}

.mainchat-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-image: url("../images/newpattern.svg");
    background-color: rgba(0, 136, 204, 0.1);
    z-index: -1;
    filter: blur(0.5px);
}

.mainchat-alignment {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
}

.mainchat-pins-chat {
    position: sticky;
    top: 100px;
}

.mainchat-pins .text-box .smallstyle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainchat-pins .text-box .smallstyle svg {
    margin-left: 10px;
}

.mainchat-pins .text-box {
    color: #ffffff;
    background-color: #212D3B;
}

.pin-img {
    overflow: visible;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.pin-img img {
    width: 40px;
    height: 40px;
}

.pin-text p {
    max-width: 70%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;

}

#chat_box {
    background-color: transparent !important;
    background-image: linear-gradient(0deg, rgba(254, 245, 255, 0.9) 0%, rgba(254, 245, 255, 0.9) 100%), url("../images/newpattern.svg");
}

.new-articles-tab-container {
    column-count: 4;
    column-gap: 15px;
    margin-top: 30px;
}

.new-articles-tab-container a {
    display: inline-block;
    width: 100%;
   /* margin-bottom: 20px; ***/
}
.new-articles-tab-container a:not(.btn-outlined) {
    text-align: right;
}

.new-articles-tab-container a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.new-store-product-cart {
    border-radius: 15px;
}

.new-store-product-cart-detail p {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    text-wrap: wrap;
}

.new-store-product-cart-detail p span {
    font-size: 16px;
    font-weight: 500;
    color: #706f6f;
    padding: 5px;
}

@media (max-width: 1100px) {
    .new-articles-tab-container {
        column-count: 3;
        column-gap: 15px;
        margin-top: 30px;
    }


}

@media (max-width: 873px) {
    .new-articles-tab-container {
        column-count: 2;
        column-gap: 15px;
        margin-top: 30px;
    }


    .new-store-product-cart-detail p {
        font-size: 16px;
    }

    .new-store-product-cart-detail p span {
        font-size: 14px;
    }
}
@media (min-width:390px) {
    .gmetas{
        padding: 10px 15px;
        display: inline-block;
        width: 48.5%;
        margin: 2px;
    }

    .container--tabs .nav-tabs &gt; li &gt; a {
        float: left;
        margin-right: 0;
        color: #9C27B0;
        line-height: 1.42857143;
        padding: 10px 3px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        font-size: 14px;
    }

}

@media (min-width:873px) {
    .gmetas{
        padding: 10px 15px;
        display: inline-block;
        width: 24.2%;
        margin: 2px;
    }
}


.mobile-bottom-menu a {
    width: 18%;
}

.mobile-bottom-menu-addpost {
    width: 20%;
}

@media screen and (max-width: 672px) {
    .store-details-new-section {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mainchat-bg {
    background-image: linear-gradient(148deg, rgba(189,200,90,0.9) 0%, rgba(87,173,144,0.9) 100%) ,url(../images/telepattern-neww.svg);
}

.mainchat .side-profile img {
    width: 50px !important;
    height: 50px !important;
}

.mainchat .chat-hm .side-profile {
    min-width: 50px;
}

.mainchat .side-profile {
    width: 50px;
    height: 50px;
}

.chat-h small {
    font-size: 14px;
    margin: 2px 0;
}

.chat-h h6 {
    font-size: 17px;
    margin: 4px 0;
}

.text-box p, .mtext-box p {
    font-size: 13px;
    font-weight: 500;
}

.mainchat {
    padding-bottom: 30px;
}

.chat-hm {
    padding: 0.375rem 0.35rem !important;
}

.new_product_content_wrapper_iamge,.new_product_content_wrapper_detail {
    width: 100%;
}

.new_product_content_wrapper {
    flex-direction: column;
    row-gap: 30px;
}

.new_product_content_wrapper_detail_content {
    font-size: 18px;
    line-height: 170.6%;
}

.new-store-product-cart-detail p div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_product_content_wrapper video {
    border-radius: 10px;
    width: 100%;
}
.new_product_content_wrapper img {
    border-radius: 10px;
    width: 100%;
}
.new-product-video {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 60px;
}

.product-box-container22 {
    width: auto;
    -webkit-column-break-inside: avoid;
}

.new-store-product-cart-detail div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-store-product-cart-detail {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    text-wrap: wrap;
}

.new-store-product-cart-detail span {
    font-size: 16px;
    font-weight: 500;
    color: #706f6f;
    padding: 5px;
}

@media (max-width: 873px) {
    .new-store-product-cart-detail {
        font-size: 16px;
    }

    .new-store-product-cart-detail span {
        font-size: 14px;
    }
}

.article-admin-footage .author img {
    width: 52px;
    height: 52px;
}

.new-articles-tab-container a {
   /* margin-bottom: 12px;***/
}

.new-articles-tab-container a:nth-child(1) {
    /*margin-bottom: 5px;*/
}

a.product-box-follow-btn {
    width: 90px !important;
}

.article-admin-footage .col {
    width: 100% !important;
}


#new-advance-search-button {
    display: none;
}

@media screen and (max-width: 950px) {
    .new-search-advance-field {
        display: none;
    }

    .search-box-section-container {
        padding: 15px;
    }

    .new-advance-search-title {
        margin-bottom: 10px;
    }

    #new-advance-search-button {
        display: block;
        color: #fff;
        text-decoration: underline;
    }
}

.search-result-item .article-admin-footage .author p {
    width: 70% !important;
}

@media (max-width: 873px) {
    .mobile-bottom-menu {
        align-items: flex-start;
    }
}

.mobile-bottom-menu a {
    aspect-ratio: 1;
    justify-content: flex-start;
}

.mobile-bottom-menu-addpost {
    width: fit-content;
}

.mobile-bottom-menu {
    padding: 8px 0;
    height: 70px;
}

.new-search-field-simple-search {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin-top: 6px;
}

.search-box-section-container .tab-sm-col .auth-col input[type="text"] {
    background-color: #fff !important;
    color: #484848 !important;
}

.auth-col .new-search-field-simple-search input[type="text"] {
    padding: 10px 15px;
    border: none;
    background-color: #fff !important;
    color: #484848 !important;
}

.new-search-field-simple-search input::placeholder {
    color: #575757 !important;
}

.new-search-field-simple-search .btn {
    padding: 10px 20px;
    background-color: #9C27B0;
    color: #fff;
}

@media screen and (min-width: 951px) {
    .new-search-page-mobile-button {
        display: none;
    }

    .new-search-page-desktop-label {
        display: block;
    }

    .new-search-field-simple-search {
        margin-top: 0;
    }
}

@media screen and (max-width: 950px) {
    .new-search-page-desktop-button {
        display: none;
    }

    .new-search-page-desktop-label {
        display: none;
    }
}

.new-story-navigation span {
    padding: 0 0 10px 0;
    font-size: 16px;
}

.new-story-navigation svg {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .new-story-navigation span {
        padding: 0 0 5px 0;
        font-size: 15px;
    }

    .new-story-navigation svg {
        width: 18px;
        height: 18px;
    }
}

.talar-ai-cta-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.talar-ai-cta-wrapper a {
    display: block;
    text-decoration: none;
    background-color: #9C27B0;
    color: #fff;
    border-radius: 60px 60px 60px 10px;
    padding: 30px 40px 30px 80px;
    position: relative;
    animation: pulse 1s infinite;
}

.talar-ai-cta-wrapper a svg {
    position: absolute;
    top: 0;
    left: 0;
}

.talar-ai-cta-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.talar-ai-cta-content span:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
}

.talar-ai-cta-content span:nth-child(2) {
    font-size: 17px;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(156, 39, 176, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(156, 39, 176, 0);
    }

    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(156, 39, 176, 0);
    }
}

@media screen and (max-width: 951px) {
    .talar-ai-cta-wrapper {
        bottom: 10px;
        left: 10px;
    }

    .talar-ai-cta-wrapper a {
        padding: 20px 35px 20px 50px;
        border-radius: 45px 45px 45px 10px;
    }

    .talar-ai-cta-content span:nth-child(1) {
        font-size: 17px;
    }

    .talar-ai-cta-content span:nth-child(2) {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .talar-ai-cta-wrapper a {
        padding: 15px 25px 15px 40px;
        border-radius: 35px 35px 35px 10px;
    }

    .talar-ai-cta-content span:nth-child(1) {
        font-size: 15px;
    }

    .talar-ai-cta-content span:nth-child(2) {
        font-size: 13px;
    }

    .talar-ai-cta-content {
        row-gap: 4px;
    }
}
.mobile-bottom-menu-addpost {
    width: 69px !important;
    margin-top: -15px !important;
}

.mobile-bottom-menu-addpost svg {
    width: 34px !important;
    height: 34px !important;
}

.teletalar-special-item {
    margin-top: 80px;
    /* position: fixed; */
    /* left: 15px; */
    /* right: 15px; */
    z-index: 100;
    width: 100%;
}

.teletalar-special-item a {
    display: flex;
    align-items: center;
    background-color: #9C27B0;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    text-decoration: none;
}

.teletalar-special-item-image {
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-left: 25px;
}

.teletalar-special-item-title {
    display: flex;
    flex-direction: column;
}

.teletalar-special-item-title span:nth-child(2) {
    font-size: 14px;
}

.videos-slider-container {
    margin-bottom: 120px;
}

.videos-slider-header h2 {
    color: #4d4d53;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.videos-slider-header h2 svg {
    margin-left: 10px;
}

.videos-slider-section {
    position: relative;
}

.videos-slider-item&gt;img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.videos-slider-item {
    position: relative;
}

.videos-slider-item-overlay {
    position: absolute;
    top: 0;
    bottom: 8px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.videos-slider-item-overlay img {
    width: 40%;
    height: auto;
}

.videos-slider-item-title {
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-product-video {
    max-height: 490px;
}

.product-is-video {
    position: relative;
    display: block;
}

.product-is-video::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-image: url(../images/icon-play-big.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.store-details-col button {
    padding: 6px 12px;
}


.hchart *{
    font-family: dana !important;
}
.swal2-image{
    margin:unset;
}
.swiper-button-next, .swiper-button-prev{
    z-index: 2;
}
.about-store-text p {
    line-height: 30px !important;
    text-align: justify;
}
.breadcrumb-single-product-section{
    margin-bottom:0px !important;
}
.navbar{
    z-index: 99;
}
.dropdown-menu-items{
    width: auto !important;
}
.account-setting-dropdown-items{
    right: unset !important;
    left: 0 !important;
}
.sidebar-latest-post-item .latest-post-content h5{
    text-align: right;
    text-wrap: wrap;
}
.opened-details-list-box{
    text-align: right;
}
#summary-toggler{
    color: #8b229e;
}
p{word-break: break-word;}

.product_content_wrapper img {
    max-width: 100%;
}

.dropdown-menu-items li{
    padding: 5px 10px;
}
.dropdown-menu-items li:hover{
    background-color: #eee;
    outline: medium none;
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
}
.dropdown-menu-items li a{
    padding-left: 100%;
}

.product-store-name{
    height: 25px;
    overflow: hidden;
}
.store-card-thumbnail {
    width: 100%;
    min-height: 160px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    height: 100%; /* Full height */

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {height: 100%;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.rainbowText {
    color: #fff;
    background-color: #f35626 !important;
    background: linear-gradient(92deg, #f35626 0%,#feab3a 100%) ;
    background: -webkit-linear-gradient(92deg, #f35626 0%,#feab3a 100%);
    background: -o-linear-gradient(92deg, #f35626 0%,#feab3a 100%);
    background: -moz-linear-gradient(92deg, #f35626 0%,#feab3a 100%);
    background: -webkit-linear-gradient(92deg,#f35626 0%,#feab3a 100%); /* worked for me*/
    background-attachment: fixed; /* worked for me */
    /*-webkit-background-clip: text !important;*/
    /* background-clip: text;*/

    /* -webkit-text-fill-color: transparent !important;*/
    animation: hue 20s infinite linear  !important;
}

@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}

.category-box-container:hover{
    color: purple;
}
.category-box-container i {
    font-size: 45px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.discountlabel{
    background-color: #db3030 !important;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: 5px 5px 3px;
    font-size: 11px;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 7px;
}</pre></body></html>