@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Pacifico&display=swap');

@font-face {
    font-family: "un-ganganee";
    src: url("/fonts/un-ganganee.otf") format('opentype');
}

@font-face {
    font-family: "nitro-normal";
    src: url("/fonts/NotoSansSinhala-Regular.woff2") format('woff2');
}

@font-face {
    font-family: "nitro-semibold";
    src: url("/fonts/NotoSansSinhala-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: "nitro-bold";
    src: url("/fonts/NotoSansSinhala-Bold.woff2") format('woff2');
}

.nitro-normal {
    font-family: nitro-normal ,sans-serif;
}
.nitro-semibold {
    font-family: nitro-semibold ,sans-serif;
}
.nitro-bold {
    font-family: nitro-bold ,sans-serif;
}


/** {
    user-select: none;
}*/

.note-editable {
    height: 300px;
    background-color: white;
    color: black;
}

p {
    /*color: black;*/
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.nav-link img {
    float: left;
    width: 30px;
    margin-top: -3px;
    margin-right: 6px;
}

.quection-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#generateText {
}

#mainBidWapper {
    margin-top: 115px;
}

#bidUnlimitedNav .login-button-home, #bidUnlimitedNav .profile-button-home {
    font-size: 17px !important;
    font-weight: bold !important;
    gap: 10px;
    border-radius: 8px;
    padding: 8px 24px;
    background-image: linear-gradient(45deg, #3900a9, #ff001f);
    color: white;
    border-radius: 50px;
}

#bidUnlimitedNav .navbar-nav {
    gap: 15px;
}

.site-nav-logo {
    margin-bottom: -6px;
    margin-top: -6px;
}

.nav-second-row {
    background-color: #dc202f;
}

.nav-second-row .nav-link {
    padding: 7px 15px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.5s;
}

.nav-second-row .nav-link:hover {
    background-color: #b50015;
    transition: 0.5s;
}

.mr-5px {
    margin-right: 5px;
}

.mr-3px {
    margin-right: 3px;
}

.nav-second-row .navbar-nav .dropdown-menu {
    border-radius: 0 0 10px 10px !important;
    border: 2px solid #d51d32;
    top: -3px !important;
    border-top: 0;
    color: white;
    padding: 0;
}

.nav-second-row .dropdown-item:focus, .nav-second-row .dropdown-item:hover {
    background-color: #ff879542;
}

.changeLanguage {
    font-family: 'un-ganganee', 'Secular One', sans-serif !important;
}

.bid-wapper {
    text-align: center;
}

.bid-wapper img {
    border-radius: 15px;
}

.bid-wapper:before {
    background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
}

.bid-wapper:hover:before {
    animation: SidebarCreate_rainbowSlide-zxLzf .75s linear infinite;
}

.bid-wapper {
    position: relative;
    margin-top: 15px;
    /*padding-top: 25px;*/
}

.bid-wapper .content-wapper {
    /*    margin: 0 auto;
        width: calc(100% - 2.75rem);*/
    text-align: center;
    position: relative;
    /*border-radius: 6px;*/
    box-sizing: border-box;
    color: var(--cp-color-1);
    display: block;
    z-index: 2;
    overflow: hidden;
    padding: 7px;
}

.bid-wapper .content-wapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 50% 100%;
    animation: SidebarCreate_rainbowSlide-zxLzf .75s linear infinite;
}

.bid-wapper .content-wapper div {
    position: relative;
    z-index: 2;
    padding: 0.875rem 0;
    font-size: 1.1rem;
    align-items: center;
    background: #ffffffd6;
    border-radius: 3px;
    /*display: block;*/
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.exclusive-wapper {
    display: flex;
}

.exclusive-wapper .item-image {
    height: 480px !important;
    width: 100% !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.exclusive-wapper .container {
    display: flex;
    background-color: transparent !important;
}

.exclusive-wapper .container .item-image {
    width: 50% !important;
}

.exclusive-wapper .container .item-data {
    width: 50% !important;
}

.exclusive-wapper h6{
    font-family: 'Bungee Inline', cursive;
    color: #ff0645;
    font-size: 19px;
    margin-top: 23px;
}

.exclusive-wapper .ex-item {
    background-color: transparent !important;
}

.exclusive-wapper .ex-item .wrap, .exclusive-wapper .ex-item .wrap .countdown, .exclusive-wapper .ex-item .wrap .countdown .bloc-time {
    background-color: transparent !important;
}

@keyframes SidebarCreate_rainbowSlide-zxLzf{
    to{
        transform:translateX(-50%)
    }
}

.wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 310px;
}

.countdown {
    width: 720px;
    margin: 0 auto;
}
.countdown .bloc-time {
    float: left;
    margin-right: 45px;
    text-align: center;
}
.countdown .bloc-time:last-child {
    margin-right: 0;
}
.countdown .count-title {
    display: block;
    margin-bottom: 15px;
    font: normal 0.94em "Lato";
    color: #1a1a1a;
    text-transform: uppercase;
}
.countdown .figure {
    position: relative;
    float: left;
    height: 110px;
    width: 100px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
    margin-right: 0;
}
.countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 5.94em/107px "Lato";
    font-weight: 700;
    color: #de4848;
}
.countdown .figure .top:after, .countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: perspective(200px);
    -ms-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}
.countdown .figure .bottom {
    z-index: 1;
}
.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(200px) rotateX(180deg);
    -ms-transform: perspective(200px) rotateX(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content{
    margin: 0 21px;
    overflow: hidden;
    /*border-radius: 25px;*/
}
.card{
    border-radius: 25px;
    background-color: #FFF;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*    background-color: #4070F4;*/
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    /*background-color: #4070F4;*/
}
.overlay::after{
    border-radius: 0 25px 0 0;
    /*background-color: #FFF;*/
}

.overlay img{
    border-radius: 12px;
}

.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /*background: #FFF;*/
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: #265DF2;
}

.swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: #9c27b0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #9c27b0;
}

.swiper {
    margin-left: unset;
    margin-right: unset;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }

    #privacyPage {
        height: auto!important;
    }

    .privacy-wrapper{
        margin-top: 85px!important;
    }

    .privacy-title{
        text-align: center;
        margin-top: -1px;
        font-size: 25px!important;
    }

    .privacy-detail, .main-privacy-detail{
        text-align: justify;
    }

    .win-main-wapper-pg{
        margin-bottom: 90px!important;
        margin-top: 83px!important;
    }

    .win-left{
        margin-left: 0!important;
        margin-top: -27px;
    }

    .win-option-wapper .winner-info{
        right: 60px!important;
        font-size: 20px!important;
    }

    .win-top{
        margin-top: 34px!important;
    }/*

    .win-option-wapper {
        margin-top: -39px!important;
    }*/

}


/*/*/

.exclusive-wapper .wrapper {
    display: flex;
    gap: 0;
    min-width: 255px;
    width: 75%;
    min-height: 90px;
    height: calc(25vw);
    justify-content: space-between;
}

.exclusive-wapper .options {
    display: flex;
    gap: 2vw;
    min-width: 255px;
    width: 75%;
    justify-content: space-between;
    text-align: center;
    padding-block-end: 20px;
}

.exclusive-wapper form, .exclusive-wapper .options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exclusive-wapper input {
    height: 30px;
    font-family: var(--fontBase);
    font-size: 1.5rem;
    border: none;
    border-radius: 2vw;
    padding-inline: 10px;
    background-color: rgba(255,255,255, 0.4);
    color: white;
    outline: none;
    margin-block-end: 20px;
}

.exclusive-wapper input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* button {
    background-color: green;
    text-align: center;
    border: none;
    padding-block: 2vw;
    padding-inline: 4vw;
    font-size: 4vw;
    border-radius: 1vw;
    color: white;
    font-weight: bold;
    margin-block-end: 20px;
}*/

.exclusive-wapper .begin,
.exclusive-wapper .stop {
    height: 30px;
    padding-block: 5px;
    padding-inline: 10px;
    margin-inline: 10px;
    font-size: 1.5rem;
}

.exclusive-wapper button:hover {
    cursor: pointer;
}

.exclusive-wapper small {
    color: white;
    font-size: 2.5vw;
}

.exclusive-wapper .begin {
    display: none;
}


/**/

.item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3%;
    width: 22%;
}

.item span {
    color: var(--white);
    font-size: 3.4vw;
}

.item .number span {
    font-family: 'Signika Negative', sans-serif;
}

.item .number span {
    font-size: 117px;
    line-height: 4.7rem;
    font-weight: 600;
}

.ex-item div{
    background-color: transparent!important;
}

.item-data .wrapper .item {
    border: 3px solid #ffffff;
    background-color: #ffffff57 !important;
    box-shadow: 3px 3px 8px #0000002b;
    border-radius: 150px;
    height: 130px;
    width: 130px;
    padding: 5px;
}

.item-data .wrapper .item .number {
    padding: 0;
    height: 65px;
}

.item-data .wrapper {
    gap: 10px;
}

@media screen and (min-width: 768px) {
    small {
        font-size: 1.7vw;
    }

    .options,
    form {
        flex-direction: row;
    }

    .limit button,
    .repeat button {
        padding-block: 2vw;
        padding-inline: 2vw;
        font-size: 2.6vw;
    }

    input {
        height: 40px;
        font-size: 1.6rem;
        width: 350px
    }

    .begin,
    .stop {
        height: 40px;
        padding-block: 12px;
        padding-inline: 20px;
        margin-inline: 20px;
        font-size: 1.6rem;
    }

    .terms-wrapper .timeline-split .timeline, .timeline-centered .timeline {
        display: table;
    }
    .terms-wrapper .timeline-split .timeline-item, .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .terms-wrapper .timeline-split .timeline-info, .timeline-centered .timeline-info,
    .terms-wrapper .timeline-split .timeline-marker,
    .terms-wrapper .timeline-centered .timeline-marker,
    .terms-wrapper .timeline-split .timeline-content,
    .terms-wrapper .timeline-centered .timeline-content,
    .terms-wrapper .timeline-split .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .terms-wrapper .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
        position: relative;
    }
    .terms-wrapper .timeline-split .timeline-content, .timeline-centered .timeline-content {
        padding-left: 30px;
    }
    .terms-wrapper .timeline-split .timeline-info, .timeline-centered .timeline-info {
        padding-right: 30px;
    }
    .terms-wrapper .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

@media (min-width: 992px) {
    .terms-wrapper .timeline-centered,
    .terms-wrapper .timeline-centered .timeline-item,
    .terms-wrapper .timeline-centered .timeline-info,
    .terms-wrapper .timeline-centered .timeline-marker,
    .terms-wrapper  .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .terms-wrapper .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .terms-wrapper .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .terms-wrapper .timeline-centered .timeline-info,
    .terms-wrapper .timeline-centered .timeline-content {
        width: 50%;
    }
    .terms-wrapper .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .terms-wrapper .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .terms-wrapper .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .terms-wrapper .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .terms-wrapper .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .terms-wrapper .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }
    .terms-wrapper .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .terms-wrapper .timeline-centered .period .timeline-title {
        left: auto;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        width: 800px;
        height: 285px;
    }
    .options {
        width: 800px;
    }

    .item span {
        font-size: 16px;
    }

    .item .number span {
        font-size: 60px;
    }

    small {
        font-size: 1.8rem;
    }

    .limit button,
    .repeat button {
        padding-block: 2rem;
        padding-inline: 2rem;
        font-size: 2.4rem;
    }
}

.bid-button .btn{
    padding: 15px!important;
    width: 28%!important;
    background-image: linear-gradient(45deg, #3900a9, #ff001f)!important;
    border: none!important;
    border-radius: 50px;
    padding-block: 2vw;
    padding-inline: 4vw;
    margin-block-end: 20px;
}

.ex-description {
    font-size: 15px !important;
    padding: 5px 30px !important;
    width: 100%;
}

/* winner auction */
#win-auction img {
    height: auto;
    max-width: 100%;
}

#win-auction a {
    color: #29b6f6;
    text-decoration: none;
}
#win-auction a:hover {
    text-decoration: underline;
}

#win-auction .site__wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

#win-auction .site__info {
    clear: both;
    display: block;
    font-variant: small-caps;
    letter-spacing: 2px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
}

#win-auction .grid {
    float: none;
    width: 100%;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.4em;
}
@media screen and (min-width: 40.063em) {
    #win-auction .grid {
        float: left;
        width: 33.333%;
    }
}

#win-auction .card__image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}
#win-auction .card__image > img {
    display: block;
    margin-bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#win-auction .card__image:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#win-auction .card__title {
    color: white;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#win-auction .card__title:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

#win-auction .card__overlay {
    content: "";
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

#win-auction .card__overlay--indigo {
    background-image: linear-gradient(to bottom, rgba(92, 107, 192, 0.1), rgba(92, 107, 192, 0.8));
    z-index: 2;
}

#win-auction .card__overlay--blue {
    background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgba(41, 182, 246, 0.8));
    z-index: 2;
}

#win-auction .card__overlay-content {
    position: absolute;
    bottom: 0;
    padding: 1.5em;
    z-index: 3;
}

#win-auction .card__meta {
    margin: 0;
    margin-right: -1em;
    margin-bottom: 0.75em;
}
#win-auction .card__meta.card__meta--last {
    margin-bottom: 0;
}
#win-auction .card__meta li {
    color: #f8f8f8;
    display: inline;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 1em;
    font-size: 0.85em;
    font-variant: small-caps;
    letter-spacing: 1px;
}
#win-auction .card__meta li:not(:last-child):after {
    content: "●";
    font-style: normal;
    position: relative;
    color: rgba(255, 255, 255, 0.25);
    right: -0.6em;
}
.card__meta li > a {
    color: #f8f8f8;
}

#upcommingAuctions {
    position: relative;
    background: #c9c9c942;
    border-radius: 26px;
}

#upcommingAuctions .swiper-button-prev, #upcommingAuctions .swiper-button-next {
    top: 50%;
    background-color: white;
    border-radius: 72px;
    padding: 31px 33px;
}

#upcommingAuctions .swiper-button-prev {
    left: 0px;
    box-shadow: 13px 1px 8px #00000040;
}

#upcommingAuctions .swiper-button-prev::after {
    margin-left: 4px;
}

#upcommingAuctions .swiper-button-next::after {
    margin-left: 4px;
}


#upcommingAuctions .swiper-button-next {
    right: 0px;
    box-shadow: -13px 1px 8px #00000040;
}

.upcomming-auctions-title {
    font-family: OpenSans-Bold;
    font-weight: 400;
    font-size: 27px;
    /* background: linear-gradient(45deg, #5726b8, #ec2433); */
    /* color: white; */
    text-align: center;
    /* padding: 10px; */
    margin-top: 20px;
    border-radius: 54px;
    padding-top: 25px;
    text-shadow: 1px 2px 3px #bfbfbf;
    line-height: 30px;
}

#wk-winners .swiper-button-next::after {
    color: #c0004c;
    /* margin-left: -8px; */
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
}

#wk-winners .swiper-button-prev::after {
    color: #c0004c;
    /* margin-left: -8px; */
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}

#wk-winners .swiper-slide .auction-card-wrapper{
    border-radius: 9px;
    border: 3px solid #d51d329e;
    background: white;
    padding: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background: radial-gradient(#e91e63 0%, #9c27b0 100%);*/
}

.weekly-item {
    display: flex;
    background-color: white;
    box-shadow: 0 0 3px #cfcfcf;
    border-radius: 10px;
    padding: 30px;
    background-image: linear-gradient(135deg, #ffffff, #ffffff, #ee002942)!important;
    margin-bottom: 25px;
    gap: 30px;
}

.wining-bid-value {
    background: linear-gradient(102deg, #e91e63 0%, #7f0095 100%);
    border-radius: 60px;
    width: 120px;
    /*height: 75px;*/
    border: 2px solid white;
    position: absolute;
    right: 15px;
    bottom: 65px;
}

.winning-title {
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    line-height: 1;
    margin-bottom: -5px;
}

.winning-bid-amount {
    font-size: 27px;
    font-weight: bold;
    color: white;
    font-family: 'OpenSans-Bold';
}

.wk-item-timmer {
    margin-bottom: 15px;
}

.wk-item-timmer .countdown-timmer {
    display: flex;
    gap: 10px;
}

.wk-item-description {
    margin-bottom: 15px;
    width: 60%;
}

.wk-item-des {
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Merriweather Sans', sans-serif;
}

.wk-item-timmer .countdown-timmer .item .number span {
    font-size: 40px;
    line-height: 1;
}

.wk-item-timmer .countdown-timmer .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: white;
    border: 0;
    border-radius: 10px;
    border-radius: 50px;
    justify-content: center;
    gap: 0;
    margin-bottom: 25px;
}

.wk-item-title {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Merriweather Sans', sans-serif;
}

.wk-item-img{
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    margin-top: -7px;
    width: 400px;
    height: 350px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #ededed;
    position: relative;
}

.wk-item-more-info {
    border: 0;
    padding: 10px 15px;
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'Merriweather Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.winner-info-wapper .winner-address {
    margin-bottom: 5px;
}

.winner-info-wapper .winner-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: -3px;
    font-family: 'OpenSans-Bold';
}

.winner-info-wapper {
    text-align: left;
    margin-left: 90px;
}

.auction-img {
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -7px;
    background-size: contain;
}

.auction-title{
    font-size: 24px;
    /*font-weight: bold;*/
    line-height: 28px;
    font-family: 'Caprasimo', cursive;
    color: #5c5a59;
}

.auction-des{
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    height: 65px;
}

.auction-bottom{
    font-size: 17px;
    font-weight: bold;
}

.upcomming-auctions-title span{
    font-size: 18px;
    font-family: 'OpenSans';
}

.winner-info {
    /*box-shadow: 3px -4px 9px 0px #00000066;*/
    background: linear-gradient(102deg, #e91e63 0%, #7f0095 100%);
    color: white;
    border-radius: 10px;
}

.win-auction {
    display: flex;
    gap:20px;
    /*background-color: #f1f1f1;*/
    padding: 40px;
}

.win-option-wapper {
    /*position: relative;*/
    transition: 0.5s;
    border-radius: 35px;
}

/*.win-option-wapper:hover {
    scale: 1.02;
    transition: 0.5s;
        box-shadow: 4px 6px 20px #00000078;
}*/

.win-option-wapper .winner-info {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
}

.win-page-info{
    position: absolute;
    /* right: 236px; */
    width: 79%;
    /* text-align: center; */
    margin-top: -20px;
    padding-left: 17px;
    /* padding-top: 2px; */
    box-shadow: 0 15px 15px -15px #000000;
    background: linear-gradient(102deg, #e91e63 0%, #9c27b0 100%);
    color: white;
    border-radius: 15px;
    text-align: center;
    padding: 1px;
    /* margin-right: -20px; */
    margin-left: -144px;
}

.win-auction .win-option-wapper img {
    width: 100%;
    /*    border: 5px solid #ffffff;*/
    border-radius: 29px;
}

.win-left{
    margin-left: -15px;
}
/*.win-left{
    transform: rotate(-10deg);
    transform-origin: 100% 0%;
}*/

.win-auction .win-option-wapper .winner-info .winner-image {
    background-image: url(/img/user-icon.jpg);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 6px;
    background-size: cover;
    border-radius: 50px;
    top: -20px;
    box-shadow: 1px 0px 10px #00000070;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border: 3px solid white;
}

.win-auction span{
    margin: 0px;
    font-size: 17px;
}

.win-title h3{
    padding-top: 30px;
    color: white;
    font-size: 26px;
    font-family: 'OpenSans-Bold';
    text-shadow: 2px 3px 2px #0000008a;
    background: linear-gradient(45deg, #c20e85, #ff0000ad);
    padding: 15px;
}

.pulsate-fwd {
    -webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
    animation:pulsate-fwd .5s ease-in-out infinite both
}

.swiper-slide {
    transition: 0.5s;
}

/*.swiper-slide:hover {
    scale: 0.98;
    transition: 0.5s;
}*/

.win-main-wapper {
    background: linear-gradient(90deg, rgba(242,104,41,1) 0%, rgba(158,0,255,1) 100%);
    padding-bottom: 90px;
}

@-webkit-keyframes pulsate-fwd{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes pulsate-fwd{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@media screen and (max-width: 575.98px) {
    #mainBidWapper {
        margin-top: 64px !important;
    }

    .site-nav-logo {
        width: 90px !important;
        position: absolute;
        left: 45px;
        top: 15px;
    }

    .navbar-brand {
        margin-left: 0 !important;
    }

    .mshadow-10 {
        box-shadow: 0px 5px 10px #00000024;
    }

    .mp-0 {
        padding:0 !important;
    }

    #bidUnlimitedNav {
        display: block !important;
    }

    .user-profile-dropdown {
        display: block !important;
    }

    #usernameWapper {
        display: none !important;
    }

    .user-bid-count-wapper {
        position: absolute;
        right: 45px;
        top: 13px;
    }

    #topNavDropdown {
        right: 0 !important;
    }

    .user-bid-count {
        font-size: 20px !important;
    }

    #bidUnlimitedNav .profile-button-home {
        position: absolute;
        right: -15px;
        top: -52px;
        font-size: 28px !important;
    }

    #bidUnlimitedNav .login-button-home {
        position: absolute;
        right: 0;
        top: 14px;
        border-radius: 50px;
        padding: 6px 20px;
    }

    .bid-wapper .content-wapper div{
        font-size: 21px!important;
        width: 99%;
    }

    .bid-button .btn{
        width: 80%!important;
    }

    .bid-wapper .content-wapper {
        margin: 0;
        width: 100%;
    }

    .nav-second-row .navbar-nav {
        margin-bottom: 0 !important;
    }

    .ex-item .number span {
        font-size: 30px;
    }

    .item-data .wrapper {
        gap: 5px;
    }

    .exclusive-wapper {
        flex-direction: column;
    }

    .ex-item .number {
        padding: 0 !important;
    }

    .item-data .wrapper .item {
        border-radius: 15px;
        width: 35%;
        padding: 0 !important;
    }

    .item span {
        font-size: 10px !important;
        font-weight: bold;
    }

    .item .number span {
        font-size: 28px !important;
    }

    .exclusive-wapper .container .wrapper {
        /*        flex-wrap: wrap !important;
                gap: 10px;*/
        padding: 0;
    }

    .win-auction {
        flex-direction: column;
    }

    .win-option-wapper{
        margin-top: 15px;
    }

    .upcomming-auctions-title span{
        font-size: 15px;
    }

    .upcomming-auctions-title{
        font-size: 20px;
    }

    .bid-easy-step-four{
        margin-top: 35px!important;
        border-radius: 10px;
    }

    .step-wrapper{
        flex-direction: column;
    }

    .navbar-toggler{
        display: none;
    }

    .nav-second-row{
        display: none;
    }

    .auction-title{
        font-size: 28px;
        line-height: 23px;
    }

    .auction-des{
        font-size: 14px;
        margin-top: 6px;
    }

    .auction-img {
        height: 170px;
        margin-top: 0px;
    }

    .bid-faq-wrapper{
        margin-top: 125px!important;
    }

    .set-order-2{
        order: 2;
    }

    .set-order{
        order: 1;
    }

    .bid-faq-img{
        margin-top: -45px;
    }

    .item-image {
        padding: 25px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .item-data h2 {
        font-size: 17px;
    }

    .exclusive-wapper h6 {
        padding: 0px 15px;
        margin-top: 10px;
    }

    .wrapper {
        padding: 15px;
        padding-top: 0;
    }

    .wrapper .item {
        padding: 15px !important;
        padding-top: 0 !important;
    }
    .item .number span {
        line-height: 1.5 !important;
    }
    .make-bid {
        margin-bottom: 0!important;
    }
    .profile-button-home {
        /*background-image: unset !important;*/
        color: red !important;
        font-size: 26px !important;
        font-weight: bold !important;
        padding: 7px 15px;
        border-radius: 6px;
        background: linear-gradient(45deg, #dc2234, #5d00b7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .profile-button-home:after {
        display: none !important;

    }

    .navbar-menu-trigger {
        display: block !important;
    }

    .navbar-menu-trigger {
        padding-top: 8px !important;
    }

    .navbar-menu-trigger i {
        font-size: 25px !important;
    }

    .terms-wrapper{
        margin-top: 30px!important;
    }

    .terms-title {
        font-size: 27px!important;
        margin-top: 38px;
    }

    .terms-header {
        margin-bottom: 30px!important;
    }

    .terms-header p {
        font-size: 13px!important;
    }

    .bid-login-wrapper{
        padding: 23px!important;
        margin-top: 20px;
    }

    .hw-bid-details {
        margin-top: 60px!important;
        margin-left: 20px;
        padding-bottom: 32px;
    }

    .h-bid-wrapper {
        margin-top: 30px!important;
    }

    .hw-bid-img-wrapper img{
        width: 100%;
    }

    .hw-mob{
        margin-top: 23px !important;
    }

    .log-detail-left p{
        font-size: 14px!important;
    }

    .log-detail-left h4{
        font-size: 20px!important;
    }

    .wk-item-title{
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin-top: -15px;
    }

    .wk-item-des{
        font-size: 11px;
        width: 100%;
        text-align: center;
    }

    .wk-item-button {
        text-align: center;
    }

    .weekly-item{
        flex-direction: column;
        padding: 30px 15px;
    }

    .wk-item-img{
        /*margin-left: -12px;*/
        margin-top: -15px;
        width: 100%;
        height: calc(44vw - -71px);
    }

    .wk-item-description {
        width: 100%;
    }

    .wk-item-timmer .countdown-timmer{
        justify-content: center;
    }

    .wk-item-timmer .countdown-timmer .number span{
        line-height: 0 !important;
    }

    .item{
        padding: 12px;
    }

    .wk-item-timmer .countdown-timmer .item .number span {
        font-size: 30px;
    }

    .wk-item-timmer .countdown-timmer .item {
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }

    .wk-item-button .btn{
        width: 300px!important;
    }

    .exclusive-wapper .container {
        flex-direction: column;
    }

    .exclusive-wapper .container .item-image {
        width: 100% !important;
        height: 250px !important;
    }

    .exclusive-wapper .container .item-data {
        width: 100% !important;
    }

    .item-data .wrapper .item {
        border-radius: 100px;
        height: 75px;
        width: 75px;
    }

    .item-data .wrapper .item .number {
        height: 35px !important;
    }

    .bb-count {
        display: none;
    }

    .bid-title {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .back-btn {
        width: 175px;
    }

    .mtm-80 {
        margin-top: 60px !important;
        padding: 0 !important;
    }

    .ui-main-wapper {
        padding: 10px 10px !important;
    }

    .bb-count-m {
        display: inherit !important;
    }

    .admin-summery-cards .col-sm-3 {
        width: 50%;
    }

    .admin-summery-cards .col-sm-3 .card-title {
        font-size: 11px;
    }

    .win-option-wapper .winner-info{
        left: 1px;
        margin-top: -6px;
    }

    .swiper-navBtn{
        display: none;
    }

    .winner-pg-wrapper{
        padding: 0!important;
        background: none!important;
    }

    .win-page-info{
        width: 80%;
        margin-top: -45px;
        margin-left: 16px;
    }

    .g-win-info-det{
        margin-top: -2px;
    }

    .gwk-item-img{
        margin-top: -50px;
    }

    .g-win-home-page h3{
        font-size: 24px !important;
        margin-top: -22px !important;
    }

    .ft-con{
        font-size: 15px;
        margin-top: 13px;
        margin-bottom: -46px;
        color: #db497a!important;
    }
}

.page-headder {
    display: flex;
    justify-content: space-between;
}

.table {
    /*font-family: OpenSans-Bold !important;*/
}

.bb-count-m {
    background-color: #9d0070;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 4px;
    color: white;
    display: none;
}


@media (max-width: 992px) and (min-width: 575.98px) {
    .navbar-toggler {
        display: none;
    }

    #bidUnlimitedNav {
        display: block!important;
        flex-basis: auto;
    }

    #bidUnlimitedNav .profile-button-home {
        position: absolute;
        right: -15px;
        top: -52px;
        font-size: 28px !important;
    }

    #bidUnlimitedNav .login-button-home {
        position: absolute;
        right: 0;
        top: 20px;
    }

}

.step-wrapper {
    display: flex;
    gap: 10px;
}

.step-item{
    text-align: center;
    background-color: #eae9ff;
    width: 100%;
    /* padding: 15px 0; */
    border-radius: 15px;
}

.step-item h5{
    border-radius: 10px 10px 0 0;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
    border-bottom: 2px solid whitesmoke;
}

.step-item img {
    width: 150px;
    padding: 25px;
}

.footer-bottom{
    color: white;
    padding: 7px;
    background-image: linear-gradient(45deg, #3900a9, #ff001f);
}

.step-to-win span{
    font-size: 27px;
    color: #9c27b0;
    font-weight: bolder;
    padding: 5px;
    margin-top: 40px;
    line-height: 37px;
}

.bid-easy-step-four{
    background: #c50047;
    margin-top: 15px;
    color: white;
    border-radius: 15px;
}

.bid-easy-step-four h5 {
    border-bottom: 0;
    padding: 20px;
}

.step-title{
    font-size: 35px;
}

.register-button, .extra-chance-buy-button {
    background-image: linear-gradient(45deg, #3900a9, #ff001f);
    color: white !important;
    font-weight: bold !important;
    padding: 12px 30px !important;
    width: 290px;
    border: 0 !important;
    border-radius: 50px !important;
}

.save-name-button {
    background-image: linear-gradient(45deg, #3900a9, #ff001f);
    color: white !important;
    font-weight: bold !important;
    padding: 12px 30px !important;
    width: 200px;
    border: 0 !important;
}

.register-close, .user-name-later {
    color: gray;
    text-decoration: underline;
    font-size: 15px;
}

.modal-header{
    border-bottom: 0 !important;
}

.modal-footer{
    border-top: 0 !important;
}

.user-name-label {
    font-family: OpenSans-Bold;
    padding-top: 15px;
    padding-bottom: 10px;
}

.user-name-input-wapper {
    padding: 5px 35px;
}

.user-name-input {
    height: 53px;
    border: 2px solid #ff005c !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #e60038 !important;
    text-align: center !important;
    font-family: 'Merriweather Sans' !important;
}

.user-name-input:focus, .bid-input:focus {
    box-shadow: unset !important;
}

.user-name-input::placeholder, .bid-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7c7c7 !important;
    opacity: 1!important; /* Firefox */
}

.user-name-input:-ms-input-placeholder, .bid-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7 !important;
}

.user-name-input::-ms-input-placeholder, .bid-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7c7c7 !important;
}

.note-editor, .note-toolbar {
    border-radius: 0px !important;
}

.badge {
    padding: 1px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px #b1b1b1;
}


.user-name-input::placeholder, .bid-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7c7c7 !important;
    opacity: 1!important; /* Firefox */
}

.user-name-input:-ms-input-placeholder, .bid-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7 !important;
}

.user-name-input::-ms-input-placeholder, .bid-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7c7c7 !important;
}

.note-editor, .note-toolbar {
    border-radius: 0px !important;
}

.badge {
    padding: 1px 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px #b1b1b1;
}

.user-bid-count {
    font-size: 26px !important;
    font-weight: bold !important;
    padding: 7px 15px;
    border-radius: 6px;
    background: linear-gradient(45deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff819f transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal-body {
    padding-bottom: 0 !important;
}

.extra-charge-text {
    font-size: 10px;
    color: #ff1f1f;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mr-7 {
    margin-right: 7px;
}

.error-description {
    padding: 15px;
    font-weight: bold;
    color: black;
    padding-top: 0;
}

#bidModalBody {
    padding-top: 0 !important;
    padding: 0;
}

.invalid-number-error {
    display: block;
    margin-top: 4px;
    border-radius: 5px;
    color: #e60037;
    font-size: 13px;
}

.bid-modal-product-image {
    height: 180px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bid-modal-product-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bid-modal-product-description {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 20px;
    padding-top: 25px;
    background-color: #ff980033;
    /*padding-bottom: 15px;*/
    margin-top: 30px;
    padding-top: 5px;
}

.bid-modal-product-description .description {
    display: none;
}

#bidModal .modal-footer {
    background-color: #ff980033;
}

.bid-title {
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 13px 0;
    border-radius: 6px;
    background: linear-gradient(45deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bid-input {
    width: 100% !important;
    /*margin-bottom: 10px !important;*/
    border-radius: 5px !important;
    border: 2px solid #E91E63 !important;
    font-size: 55px !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 75px !important;
    color: #b70000 !important;
    border-radius: 13px !important;
    background-color: white !important;
    border-radius: 50px !important;
    font-family: 'OpenSans-Bold' !important;
}

.bid-now-button {
    background-image: linear-gradient(45deg, #3900a9, #ff001f);
    border: 0 !important;
    width: 100% !important;
    font-weight: bold !important;
    padding: 12px !important;
    height: auto !important;
    font-size: 22px !important;
    border-radius: 50px !important;
}

.bid-now-button.complete {
    background-image: linear-gradient(45deg, #008f06, #8BC34A) !important;
}


.invalid-bid-amount-error {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px;
    color: #eb1961;
    font-weight: bold;
    font-size: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.bid-faq-wrapper{
    margin-top: 160px;
    min-height: 800px;
    padding-bottom: 25px;
}

.bid-faq-wrapper #faq {
    max-width: 700px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

.bid-faq-wrapper section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

.bid-faq-wrapper #faq ul {
    text-align: left;
}
.bid-faq-wrapper .transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
}

.bid-faq-wrapper #faq .no-select, #faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.bid-faq-wrapper #faq h1 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.bid-faq-wrapper #faq h2 {
    color: #cc071e;
    font-family: 'hm_light', sans-serif;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
    margin-top: 11px;
}

.bid-faq-wrapper #faq p {
    color: #5a5454;
    text-align: left;
    font-family: 'hm_light', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    /*max-height: 250px;*/
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 13px;
    margin-bottom: 15px;
    padding: 0 4px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
    text-align: justify;
    width: 96%;
}

.bid-faq-wrapper #faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.bid-faq-wrapper #faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

.bid-faq-wrapper #faq ul li + li {
    margin-top: 15px;
}
.bid-faq-wrapper #faq ul li:last-of-type {
    padding-bottom: 0;
}

.bid-faq-wrapper #faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 32px;
    right: 30px;
}

.bid-faq-wrapper #faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #cc071e;
    width: 3px;
    height: 9px;
}

.bid-faq-wrapper #faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.bid-faq-wrapper #faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.bid-faq-wrapper #faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.bid-faq-wrapper #faq ul li input[type=checkbox]:checked ~ h2 {
    color: #000;
}

.bid-faq-wrapper #faq ul li input[type=checkbox]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.bid-faq-wrapper #faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.bid-faq-wrapper #faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.bid-faq-img{
    text-align: center;
}

.bid-history-wapper {
    background-color: #ffeacc;
    padding: 0 30px;
    padding-top: 15px;
}

.past-bid-main-wapper {
    display: flex;
    flex-direction: column;
    width: 24%;
    background-color: #FFC107;
    border-radius: 5px;
    padding: 5px;
}

.bid-history-wapper {
    background-color: #ffeacc;
    padding: 0 30px;
    padding-top: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.past-bid-amount {
    font-size: 15px;
    font-weight: bold;
}

.past-bid-date {
    font-size: 10px;
    background-color: #ffe79d;
    border-radius: 4px;
}

.past-bidding-title {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.past-bid-main-wapper {
    display: flex;
    flex-direction: column;
    width: 23.5%;
    background-color: #FFC107;
    border-radius: 5px;
    padding: 5px;
}

.bid-history-wapper {
    background-color: #ffeacc;
    padding: 0 20px;
    padding-top: 15px;
}

.past-bid-amount {
    font-size: 15px;
    font-weight: bold;
}

.past-bid-date {
    font-size: 10px;
    background-color: #ffe79d;
    border-radius: 4px;
}

.past-bidding-title {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.past-bidding-title {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.scale-in-center{
    -webkit-animation:scale-in-center .2s cubic-bezier(.25,.46,.45,.94) both;
    animation:scale-in-center .2s cubic-bezier(.25,.46,.45,.94) both
}

.remaining-bid-value {
    font-size: 16px;
}

@-webkit-keyframes scale-in-center{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}

@keyframes scale-in-center{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}

.extra-success-title {
    width: 100%;
    /*font-weight: 700;*/
    font-size: 25px;
    margin-top: 15px;
}

.extra-success-body {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
}

.faild-extra-bid svg {
    width: 122px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100px !important;
}

.try-again-btn{
    border-radius: 5px;
    margin-bottom: 22px;
}

.rs-flag {
    font-size: 10px;
}

.bid-history-body {
    padding-top: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.navbar-menu-trigger {
    border: 0;
    margin-right: 15px;
    padding-top: 5px;
    background: linear-gradient(189deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-menu-trigger i {
    font-size: 35px;
}

.navbar-menu-trigger {
    display: none;
}

.moby .moby-close{
    padding: 15px !important;
    background-color: white !important;
    /* position: absolute; */
    font-size: 25px !important;
    right: 20px;
    text-align: right;
    justify-content: end;
}

.side-nav-logo-wapper{
    margin-top: -56px;
    background-color: #ededed;
    padding: 45px;
}

.moby-menu ul, .moby-menu ul li a {
    padding: 0 !important;
}

.moby-menu ul li a {
    background-color: #ff929236;
    margin: 10px;
    border-radius: 5px;
}

.moby-menu ul li a div i {
    width: 35px;
}

.side-nav-icon {
    margin: 10px;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-size: 21px;
    border-radius: 10px;
    background: linear-gradient(155deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
}

.fa:after, .fas:after {
    display: none;
}

.drodown-menu-user {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.drodown-menu-user .dropdown-header {
    font-size: 16px;
    font-weight: bold;
    color: black;
    padding: 0;
    text-align: left;
}

.user-profile-dropdown .dropdown-item {
    background: linear-gradient(155deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
}

.user-profile-dropdown .li-item {
    background-color: #ff00001a;
    border-radius: 5px;
    margin-bottom: 10px;
}

.user-profile-side-nav .nav-item a {
    margin: 10px;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-size: 21px;
    border-radius: 10px;
    background: linear-gradient(155deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
}

.user-profile-side-nav .nav-item {
    background-color: #ff929236;
    border-radius: 5px;
    width: 100%;
}

.user-profile-side-nav {
    gap: 10px;
}

.user-profile-side-nav .nav-link{
    padding: 10px 5px !important;
    font-size: 18px !important;
}

.main-sidebar:hover .sidebar .nav-item p {
    display: contents !important;
}

.mt-125 {
    margin-top: 150px;
}

.link-option-wapper {
    background-color: #ff00001a;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.link-option-text {
    background: linear-gradient(155deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
}

.user-details-wapper {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    border: 3px solid red;
    /*display: none;*/
}

.terms-header h1 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 20px;
}

.terms-title {
    background: -webkit-linear-gradient(#690088, #d3003e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-transform: uppercase;
}

.terms-header p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.terms-header {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #E4EAEC;
    padding: 26px;
}

.terms-header p {
    margin: 0 auto;
    font-size: 16px;
    max-width: 400px;
}


.terms-wrapper  .timeline {
    list-style: none;
    padding: 0;
}
.terms-wrapper .timeline-item {
    padding-left: 40px;
    position: relative;
}
.terms-wrapper .timeline-item:last-child {
    padding-bottom: 0;
}

.terms-wrapper .timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.terms-wrapper .timeline-marker:before {
    background: #d51d32;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.terms-wrapper .timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}
.terms-wrapper .timeline-item:last-child .timeline-marker:after {
    content: none;
}
.terms-wrapper .timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #FF6B6B;
}

.terms-wrapper .timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.terms-wrapper .period .timeline-info {
    display: none;
}

.terms-wrapper .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    /*border-bottom: 3px solid #CCD5DB;*/
}

.terms-wrapper{
    margin-top: 110px;
}

.footer-bottom a{
    color: white;
    font-size: 14px;
}

.footer-bottom a:hover{
    color: white;
}

.footer-bottom{
    font-size: 12px;
}

.privacy-wrapper{
    margin-top: 125px;
}

.privacy-title{
    text-transform: uppercase;
    font-size: 35px;
    font-family: sans-serif;
    line-height: 32px;
}

.privacy-title span{
    text-transform: capitalize;
    font-weight: bold;
    background: -webkit-linear-gradient(#690088, #d3003e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-wrapper{
    margin-top: 110px;
}

.bid-amount-range {
    width: 100%;
    margin-bottom: 7px;
    margin-top: 4px;
}

#privacyPage{
    height: 1100px;
}

.privacy-detail-title h4{
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
}

.privacy-detail{
    margin-left: 22px;
}

.privacy-detail, .main-privacy-detail{
    font-family: sans-serif;
}

.moby-language-change {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ededed;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moby-language-change select {
    border-radius: 0;
}

.breadcrumb-wapper .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wapper {
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #dee2e673;
    margin-top: -16px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 13px;
}

.user-detail {
    padding: 5px;
    text-align: center;
    background-color: white;
    margin-bottom: 15px;
}

.ui-main-wapper {
    display: flex;
    gap: 25px;
    background-color: white;
    padding: 10px 25px;
    min-height: 600px;
}

.user-bid-history-headding {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 5px solid #9b0674;
    align-items: center;
}

.user-bid-history-headding .bid-title {
    background: linear-gradient(155deg, #dc2234, #5d00b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold !important;
    font-size: 25px !important;
}

.user-info-wapper .form-control {
    border: 2px solid #9c0072;
}

.user-info-wapper .form-control:focus {
    box-shadow: unset;
    border: 2px solid #9c0072;
}

.user-info-wapper {
    width: 100%;
}

.user-bid-history-table .table-headding {
    background-color: #9c0072;
    color: white;
    font-weight: bold;
    text-align: center;
}

.btn-action {
    background-image: linear-gradient(180deg, #dd43b1, #9d0070, #dd43b1);
    color: white !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    padding: 5px 15px !important;
    font-size: 15px !important;
}

.text-right {
    text-align: right;
}

.user-bid-history-table td {
    vertical-align: middle;
}

.back-btn {
    border: 2px solid #b70082;
    padding: 5px;
    padding-left: 8px;
    border-radius: 7px;
    font-size: 20px;
    margin-right: 15px;
}

.bid-login{
    margin-top: 90px!important;
}

.bid-login-wrapper{
    min-height: 900px;
}
.bid-login{
    margin-top: 100px!important;
}

.bid-login-wrapper{
    min-height: 900px!important;
}

.admin-nav-link{
    padding: 7px 12px!important;
}


.week-bid-button {
    background-image: linear-gradient(45deg, #3900a9, #ff001f)!important;
    border: 0 !important;
    padding: 10px 35px !important;
    font-weight: bold !important;
    border-radius: 50px !important;
    font-size: 20px !important;
}

.item-grid {
    flex-direction: column;
    margin: 0;
}

.item-grid .wk-item-img {
    height: 350px;
    background-size: contain !important;
    width: 100%;
}

#loginModal .modal-content {
    border-radius: 25px;
}

.bid-end-note {
    font-size: 15px;
    font-weight: bold;
    color: red;
    font-family: 'Merriweather Sans', sans-serif;
    background-color: #ff525229;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
}

.admin-summery-cards .card {
    border: 0;
    color: black;
    background-color: white;
}

.h-bid-wrapper{
    margin-top: 120px;

}

.h-bidding-section{
    min-height: 800px;
}

.hw-bid-deta-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.log-detail-left{
    margin-left: 17px;
    line-height: 17px;
}

.hw-bid-details{
    margin-top: 40px;
}

.log-detail-left h4{
    font-size: 24px;
    font-weight: 500;
    color: #ba1db3;
}

.log-detail-left p{
    font-size: 20px;
    color: #585555;
    line-height: 25px;
}

.hw-mob{
    margin-top: 50px;
}


.inCategory h4 {
    padding: 10px 0;
}

.inCategory .btn-success {
    border-radius: 50px !important;
    padding: 7px 20px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link {
    padding: 10px 0 !important;
}

.badge-success {
    background-color: #138857;
}

.Categories td .product-title {
    font-family: 'Merriweather Sans', sans-serif;
    color: black;
    font-weight: bold;
}

.Categories td .badge {
    font-family: 'Merriweather Sans', sans-serif;
    color: white !important;
    font-weight: bold;
}

.product-back-image {
    height: 150px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    position: relative;
}

.winning-bid-admin {
    background-color: #198754;
    padding: 2px 10px;
    /* margin: 5px; */
    /* margin-top: 7px; */
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 0 5px 5px;
}

.admin-product-timmer .countdown-timmer .time-wapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #dee2e6;
    width: 75px;
    border-radius: 10px;
}

.admin-product-timmer .countdown-timmer .time-wapper .time-label {
    font-weight: 100;
    font-size: 12px;
}

.admin-product-timmer .countdown-timmer {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.bid-start-end-time {
    font-size: 13px;
    margin-top: 10px;
}

.time-number {
    font-weight: bold !important;
}

.btn-outline-danger:hover {
    color: white !important;
}

#defaultData>:not(caption)>*>* {
    padding: 1.5rem 0.5rem;
}

.bid-count-td {
    vertical-align: middle;
}

.bid-count-data {
    font-size: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/*.mainBidWapper{
    min-height: 900px;
}*/

.bid-item-details-wapper {
    display: flex;
    gap: 20px;
}

.bid-item-details-wapper .product-image {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f2f4;
    border-radius: 10px;
}

.bid-item-details-wapper .image {
    background-position: center;
    background-size: contain;
    height: 150px;
    width: 200px;
    background-repeat: no-repeat;
}

@media (max-width: 1999px) and (min-width: 991px) {
    .exclusive-wapper h6 {
        font-size: 23px;
    }

    .item-data .wrapper .item {
        height: 115px;
        width: 115px;
    }

    .item .number span {
        font-size: 60px !important;
    }
}

.show-cart li {
    display: flex;
}

.win-card-w {
    margin-bottom: 20px;
    padding: 12px;
    border-image: linear-gradient(#cc157b, #eb4763) 30!important;
    border-width: 3px !important;
    border-style: solid !important;
}

.card-img-top {
    width: 100%!important;
    height: 329px;
    align-self: center;
}

.win-main-wapper-pg{
    margin-top: 155px;
    min-height: 800px;
}

.weekly-winner-img{
    border: 1px solid purple;
    padding: 13px;
    background: purple;
}

.win-main-wapper-pg-nxt{
    min-height: 500px;
}

.winner-pg-wrapper{
    background: #1e1c1c17;
    padding: 13px;
}

.w-p{
    font-size: 16px!important;
}


.g-winner-sh-wrapper{
    display: flex;
}

.gwk-item-img{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.g-win-info{
    width: 400px !important;
    height: 300px!important;
    /*border: 3px solid #d51d329e;*/
    border-radius: 20px !important;
}

.g-win-home-page h3{
    background: -webkit-linear-gradient(#690088, #d3003e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-transform: uppercase;
}

.g-win-image{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
}

.g-win-info-det{
    background: linear-gradient(102deg, #e91e63 0%, #7f0095 100%)!important;
    color: white;
    border-radius: 10px !important;
    height: 70px!important;
}

.g-win-info-det-wrap{
    display: flex;
    margin-top: -26px;
}

.g-win-info-amount{
    font-size: 23px!important;
    margin-top: -7px;
}

/*.g-win-info-det-wrap{
    margin-top: -60px;
}*/

.bid-wapper .content-wapper div  div {
    background-color: transparent !important;
}

.ft-con{
    margin-top: 18px;
    font-size: 22px !important;
    margin-bottom: -30px;
    color: #d10c6c;
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.mobitel-data-notice {
    line-height: 14px;
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: #3e3e3e;
}