﻿
.offerpopup .chooseprize {
    background: #FDF4C6;
    padding: 20px;
    margin: 15px 0px;
    border-radius: 10px;
}
    .offerpopup .chooseprize h3{
        color:var(--theme-color);
        text-align:center
    }
    .offerpopup .chooseprize img {
        max-width: 100%;
        height: 112px;
        border: 2px solid #F9DE53;
        margin: 0 auto;
        display: block;
        border-radius: 10px;
    }
    .offerpopup .chooseprize .selected img {

        border: 2px solid var(--theme-color);
    }
    .offerpopup .chooseprize .btn {
        border-radius: 30px;
        padding: 4px;
        width: 200px;
        margin: 20px auto;
        display: block;
        color: #F9DD4C;
        font-size:20px;
        font-weight:500

    }
.chooseprize h4 {
    font-size: 14px;
    line-height: 13px;
    
}
.chooseprize .oldamount:after {
    content: "/";
    color: #F9DD4C;
    font-size: 17px;
    margin-right: 20px;
    margin-left: -21px;
}
.flash {
    animation: blinkingBackground 2s infinite;
    color: white;
}
svg {
    position: relative;
}
.line-break {
    line-break: anywhere;
}

.attribute-image {
    border-radius: 4px;
    max-width: 50px;
    max-height: 50px;
    border: solid 1px #ccc;
    padding: 3px;
}



    .attribute-active .attribute-image {
         border: solid 1px var(--theme-color);
    }

        .footer-web-menu ul {
            margin: 0px;
            padding: 0px
        }
    .footer-web-menu ul li{
        list-style:none
    }

.footer-web-menu .heading{
    font-weight:bold
}
.footer-web-menu .menu{
    float:left;
    margin-bottom:20px;
    width:25%;
}

.home-products {
    background: white;
}
.homepage-category{
    display:none
}
.product-box {
    border: solid 1px var(--l-grey);
    border-radius: 4px;
    width:100%;
}

.activebidders {
    max-height: 200px;
    overflow-y: hidden;
}
.other-bidder img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px #ccc;
    margin: 2px;
    object-fit: cover;
    object-position: top center;
}

.currentbidtext{
    color:var(--l-green)
}


.currentbidprice {
    color: var(--l-green)
}

/*#btnmakebid {
    background: linear-gradient(rgb(255, 218, 68), rgb(254, 170, 0)) !important;
    color: black !important;
}*/
.p-title {
    color: var(--d-grey);
    font-size: 14px;
    max-height: 47px;
    text-align: center;
    line-height: 20px;
    margin: 0px;
    padding: 5px;
    font-weight: var(--l-bold);
    overflow: hidden
}

.p-img {
    height: 180px !important;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .p-img img {
        max-height: 180px !important;
        max-width: 100%
    }
.p-price {
    color: var(--green);
    font-size: 24px;
    font-weight:bold;
}
.last-bid {
    float: initial !important;
    margin-left: 50px;
    margin-top: -9px;
    font-weight: 600;
}

.d-bid-btn .bidprocessing {
    background: var(--d-grey) !important;
    color: var(--white) !important;
    width: 100% !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
}
.nocredit {
    background: var(--d-grey) !important;
    color: var(--white) !important;
    font-size:11px;

}
.page a{
    color:var(--theme-color)
}
/*.bidder-info .active {
    background: white;
    border-radius: 4px;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    color:var(--grey) !important
}*/
@keyframes blinkingText {
    0% {
        background-color: #ff7a09;
    }
    49% {
        background-color: #ff7a09;
    }
    60%{    background-color: transparent; }
    99%{    background-color:transparent;  }
    100% {
        background-color: #ff7a09;
    }
}
.blink {
    animation: blink 1s linear infinite;
    background: #ff7a09;
    display: block;
    color: white;
    padding: 4px;
    font-size: 18px;
    border-radius: 3px;
    line-height:20px
}
#dvTimer {
    padding: 4px;
    font-size: 18px;
    line-height: 20px;
    height:40px
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.d-block{
    display:block;
}

.d-none{
    display:none;
}

.heading1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

.heading2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.heading3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.heading4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.heading5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.heading6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
}

    .heading1 small, .heading2 small, .heading3 small, .heading4 small, .heading5 small, .heading6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

.buy-now-btn {
    float: right;
    font-size: 13px;
    padding: 5px 12px;
    background: var(--theme-color) !important;
    color: var(--f-theme) !important;
    border: solid 1px var(--theme-color);
    font-weight:bold
}
.upcoming .e-bid-btn,
.upcoming .bidder-info-box .bidder-info,
.upcoming .bidder-info-box .d-bid-btn {
    display: none
}

.upcoming .bidder-info-box {
    background: #060606 !important;
    color: white !important;
    height: 460px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 80px !important;
    flex-wrap: wrap;
}
.upcoming #MainContent_lblbidsmessage {
    color: black;
}
.upcoming .upcoming-timer {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
}
    .upcoming .upcoming-timer:after {
        content: " ";
        color: white !important;
        font-size:13px;
        font-weight:200;
        display:block;
        line-height:30px
    }

.auction-detail {
    background: white;
}

#startingsoonlabel {
    display: none
}

.yellowbtn {
    background-image: linear-gradient(rgb(255, 218, 68), rgb(254, 170, 0));
}

.upcoming #startingsoonlabel {
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    display:block;
}
.home-p-detail{
    height:75px
}
.buynprice {
    text-align: center;
    margin-bottom: 10px
}
.shaded-border {
    border-top: 1px solid #fff !important;
}
.biidername {
    text-align: center;
    color: var(--grey);
    font-size: 12px !important;
}

.tiksluscarousel{
    margin-top:10px
}

.tiksluscarousel ul.carousel img {
    max-width: 100% !important;
    max-height: 347px !important;
}

.thumbnails_wrapper{
    margin:5px 0px
}
    .thumbnails_wrapper .thumbnails li img {
        border: solid 1px #ccc;
        border-radius: 4px;
    }
.tiksluscarousel ul.carousel {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 5px !important;
    height: 347px !important
}

/*------------------------------------------------------------------Auction------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.bidnow {
    color: var(--f-theme);
    background: var(--theme-color) !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: block;
}



.fla {
    color: var(--white);
    background: var(--orange) !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: block;
}

.startsoon {
    color: var(--white);
    background: var(--grey) !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: block;
}
.sold {
    color: var(--white);
    background: var(--grey) !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    display: block;
  
}
.win {
    color: white;
    background: black !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: block;
}

.sold_out {
    /*top: 1.5em;
    color: #b31010;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
   
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index: 10;
    font-size: 50px;
    font-weight: bold;
    font-family: Stencil;*/
    top: 7em;

    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 20px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index: 10;
    width:300px;
}

    .sold_out:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: -0.3em -5em;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        border: 2px rgba(255,255,255,0.7) dashed;
    }

    /*.sold_out:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: -0.3em -5em;
        -webkit-transform: scale(0.7);
    }*/

.user-top-img {
    /*border: solid 1px #eee;*/
    padding: 1px 8px;
    margin: 0px 2px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    display:block;

}
    .user-top-img img {
    border-radius:100%;
    /*border:solid 1px #eee;*/
 padding:2px;
}
/*------------------------------------------------------------------TOP HEADER-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.swiper-slidecos img {
    width: 100%;
   
}

.top-header {
    background-color: var(--top-h-bg);
    color: var(--top-h-c);
    font-size: 13px;
}

    .top-header ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    .top-header .pull-left li {
        float: left;
    }

    .top-header a {
        color: var(--top-h-c);
        padding: 8px;
        display: inline-block;
        text-decoration: none;
    }


        .top-header a:hover {
            color: var(--grey);
        }

   

    .top-header .pull-right li {
      
        float: left;
    }

    .top-header i {
        color: var(--grey);
        margin-right: .5rem;
    }

    .top-header .pull-right li img {
        height: 18px;
    }

.notify {
    border-radius: 10px;
    text-align: center;
    color: var(--f-theme);
    font-size: 9px;
    background: var(--theme-color);
    padding: 1px 6px;
    position: absolute;
    right: -3px;
    top: 0px;
}

    .notify:empty{
        display:none;
    }


    .top-header .header-links a {
        padding-left: 0px;
    }

.t-icons {
    padding: 6px 16px;
    display: flex;
    justify-content: flex-end;
    float: right;
    width: 178px;
}

    .t-icons a {
        color: var(--grey);
        font-size: 15px;
        position:relative;
        padding:0px 4px
        
    }

    .t-icons img {
        max-height: 63px !important;
        max-width: 30px !important;
    }


    .t-icons svg {
        height: 28px !important;
        width: 26px !important;
        fill:var(--d-grey);
    }


.bids-badge {
    background: var(--grad);
    font-weight: 500;
    color: var(--f-theme);
    padding: 5px 10px;
    border-radius: 40px;
    margin: 6px;
    float: right
}

    .bids-badge .bids{

        color:#fff;
        font-weight:700;
        border-radius:100px;

        font-size:12px
    }

        .bids-badge .bids:empty {
            display: none
        }

.home-heading {
    border-radius: 10px;
    padding: 15px;
    margin: 15px 6px;
    background: white;
    width: 100%;
    display: inline-block;
    font-weight: 800;
    font-size: 20px;
}

.productnorecord {
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
    color:var(--grey)
}

.top-menu{
    display:none
}
.mobile-menu .dropdown-menu svg{
    display:none
}
.mobile-menu .userdetail {
    padding: 5px 15px;
    position: relative;
    display: block;
}




.fireworks:before,
.fireworks:after {
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.fireworks:after {
    content: "";
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

.fireworks .win-msg {
    font-size: 30px;
    font-weight: bold;
    color: red;
    margin-top: -28px;
    line-height: 29px;
    display: inherit;
}

.fireworks #MainContent_lblaboutbidmessage{
    display:none
}

@-webkit-keyframes bang {
    to {
        box-shadow: 247px 45.3333333333px #d5ff00, 220px -9.6666666667px #6600ff, -121px -78.6666666667px #00fffb, 3px -185.6666666667px #ff0084, 26px 23.3333333333px #ffaa00, -115px -39.6666666667px #00ffdd, 173px -118.6666666667px #ff9100, -73px -226.6666666667px #00ffd5, 225px -286.6666666667px #bb00ff, -56px -99.6666666667px #ff6200, 111px -390.6666666667px #ff2f00, 110px -408.6666666667px #00ffc4, -167px -224.6666666667px #00ff91, -7px -82.6666666667px #00aaff, -233px -1.6666666667px #fff200, 203px -377.6666666667px blue, -151px -75.6666666667px #1eff00, -64px 29.3333333333px #5100ff, -24px -67.6666666667px #91ff00, -41px -360.6666666667px #d5ff00, 46px -161.6666666667px #d5ff00, -215px -369.6666666667px #00ffd0, -242px -239.6666666667px #aeff00, -1px -352.6666666667px #aa00ff, 189px -82.6666666667px #00ff15, 164px -200.6666666667px #00ddff, -150px -338.6666666667px #1500ff, 30px -139.6666666667px #ff001e, -75px -343.6666666667px #6f00ff, -131px -364.6666666667px #ff5500, -141px -348.6666666667px #ff3700, 53px 70.3333333333px #ff5500, -190px -106.6666666667px #1e00ff, -232px -2.6666666667px #fb00ff, -101px -69.6666666667px #9dff00, 72px -403.6666666667px #00ff62, 129px 16.3333333333px #ea00ff, 203px 80.3333333333px #2f00ff, 221px -127.6666666667px #3300ff, -243px -27.6666666667px #00ff37, -177px 76.3333333333px #ffaa00, 82px -268.6666666667px #ff00ea, 0px -348.6666666667px #77ff00, 236px -84.6666666667px #2200ff, 236px -253.6666666667px #ff1e00, -93px -75.6666666667px #5100ff, -75px -102.6666666667px #dd00ff, 128px -265.6666666667px #ff9500, 231px -330.6666666667px #ff007b, 58px -13.6666666667px #0095ff, -2px -263.6666666667px #bfff00;
    }
}

@-moz-keyframes bang {
    to {
        box-shadow: 247px 45.3333333333px #d5ff00, 220px -9.6666666667px #6600ff, -121px -78.6666666667px #00fffb, 3px -185.6666666667px #ff0084, 26px 23.3333333333px #ffaa00, -115px -39.6666666667px #00ffdd, 173px -118.6666666667px #ff9100, -73px -226.6666666667px #00ffd5, 225px -286.6666666667px #bb00ff, -56px -99.6666666667px #ff6200, 111px -390.6666666667px #ff2f00, 110px -408.6666666667px #00ffc4, -167px -224.6666666667px #00ff91, -7px -82.6666666667px #00aaff, -233px -1.6666666667px #fff200, 203px -377.6666666667px blue, -151px -75.6666666667px #1eff00, -64px 29.3333333333px #5100ff, -24px -67.6666666667px #91ff00, -41px -360.6666666667px #d5ff00, 46px -161.6666666667px #d5ff00, -215px -369.6666666667px #00ffd0, -242px -239.6666666667px #aeff00, -1px -352.6666666667px #aa00ff, 189px -82.6666666667px #00ff15, 164px -200.6666666667px #00ddff, -150px -338.6666666667px #1500ff, 30px -139.6666666667px #ff001e, -75px -343.6666666667px #6f00ff, -131px -364.6666666667px #ff5500, -141px -348.6666666667px #ff3700, 53px 70.3333333333px #ff5500, -190px -106.6666666667px #1e00ff, -232px -2.6666666667px #fb00ff, -101px -69.6666666667px #9dff00, 72px -403.6666666667px #00ff62, 129px 16.3333333333px #ea00ff, 203px 80.3333333333px #2f00ff, 221px -127.6666666667px #3300ff, -243px -27.6666666667px #00ff37, -177px 76.3333333333px #ffaa00, 82px -268.6666666667px #ff00ea, 0px -348.6666666667px #77ff00, 236px -84.6666666667px #2200ff, 236px -253.6666666667px #ff1e00, -93px -75.6666666667px #5100ff, -75px -102.6666666667px #dd00ff, 128px -265.6666666667px #ff9500, 231px -330.6666666667px #ff007b, 58px -13.6666666667px #0095ff, -2px -263.6666666667px #bfff00;
    }
}

@-o-keyframes bang {
    to {
        box-shadow: 247px 45.3333333333px #d5ff00, 220px -9.6666666667px #6600ff, -121px -78.6666666667px #00fffb, 3px -185.6666666667px #ff0084, 26px 23.3333333333px #ffaa00, -115px -39.6666666667px #00ffdd, 173px -118.6666666667px #ff9100, -73px -226.6666666667px #00ffd5, 225px -286.6666666667px #bb00ff, -56px -99.6666666667px #ff6200, 111px -390.6666666667px #ff2f00, 110px -408.6666666667px #00ffc4, -167px -224.6666666667px #00ff91, -7px -82.6666666667px #00aaff, -233px -1.6666666667px #fff200, 203px -377.6666666667px blue, -151px -75.6666666667px #1eff00, -64px 29.3333333333px #5100ff, -24px -67.6666666667px #91ff00, -41px -360.6666666667px #d5ff00, 46px -161.6666666667px #d5ff00, -215px -369.6666666667px #00ffd0, -242px -239.6666666667px #aeff00, -1px -352.6666666667px #aa00ff, 189px -82.6666666667px #00ff15, 164px -200.6666666667px #00ddff, -150px -338.6666666667px #1500ff, 30px -139.6666666667px #ff001e, -75px -343.6666666667px #6f00ff, -131px -364.6666666667px #ff5500, -141px -348.6666666667px #ff3700, 53px 70.3333333333px #ff5500, -190px -106.6666666667px #1e00ff, -232px -2.6666666667px #fb00ff, -101px -69.6666666667px #9dff00, 72px -403.6666666667px #00ff62, 129px 16.3333333333px #ea00ff, 203px 80.3333333333px #2f00ff, 221px -127.6666666667px #3300ff, -243px -27.6666666667px #00ff37, -177px 76.3333333333px #ffaa00, 82px -268.6666666667px #ff00ea, 0px -348.6666666667px #77ff00, 236px -84.6666666667px #2200ff, 236px -253.6666666667px #ff1e00, -93px -75.6666666667px #5100ff, -75px -102.6666666667px #dd00ff, 128px -265.6666666667px #ff9500, 231px -330.6666666667px #ff007b, 58px -13.6666666667px #0095ff, -2px -263.6666666667px #bfff00;
    }
}

@-ms-keyframes bang {
    to {
        box-shadow: 247px 45.3333333333px #d5ff00, 220px -9.6666666667px #6600ff, -121px -78.6666666667px #00fffb, 3px -185.6666666667px #ff0084, 26px 23.3333333333px #ffaa00, -115px -39.6666666667px #00ffdd, 173px -118.6666666667px #ff9100, -73px -226.6666666667px #00ffd5, 225px -286.6666666667px #bb00ff, -56px -99.6666666667px #ff6200, 111px -390.6666666667px #ff2f00, 110px -408.6666666667px #00ffc4, -167px -224.6666666667px #00ff91, -7px -82.6666666667px #00aaff, -233px -1.6666666667px #fff200, 203px -377.6666666667px blue, -151px -75.6666666667px #1eff00, -64px 29.3333333333px #5100ff, -24px -67.6666666667px #91ff00, -41px -360.6666666667px #d5ff00, 46px -161.6666666667px #d5ff00, -215px -369.6666666667px #00ffd0, -242px -239.6666666667px #aeff00, -1px -352.6666666667px #aa00ff, 189px -82.6666666667px #00ff15, 164px -200.6666666667px #00ddff, -150px -338.6666666667px #1500ff, 30px -139.6666666667px #ff001e, -75px -343.6666666667px #6f00ff, -131px -364.6666666667px #ff5500, -141px -348.6666666667px #ff3700, 53px 70.3333333333px #ff5500, -190px -106.6666666667px #1e00ff, -232px -2.6666666667px #fb00ff, -101px -69.6666666667px #9dff00, 72px -403.6666666667px #00ff62, 129px 16.3333333333px #ea00ff, 203px 80.3333333333px #2f00ff, 221px -127.6666666667px #3300ff, -243px -27.6666666667px #00ff37, -177px 76.3333333333px #ffaa00, 82px -268.6666666667px #ff00ea, 0px -348.6666666667px #77ff00, 236px -84.6666666667px #2200ff, 236px -253.6666666667px #ff1e00, -93px -75.6666666667px #5100ff, -75px -102.6666666667px #dd00ff, 128px -265.6666666667px #ff9500, 231px -330.6666666667px #ff007b, 58px -13.6666666667px #0095ff, -2px -263.6666666667px #bfff00;
    }
}

@keyframes bang {
    to {
        box-shadow: 247px 45.3333333333px #d5ff00, 220px -9.6666666667px #6600ff, -121px -78.6666666667px #00fffb, 3px -185.6666666667px #ff0084, 26px 23.3333333333px #ffaa00, -115px -39.6666666667px #00ffdd, 173px -118.6666666667px #ff9100, -73px -226.6666666667px #00ffd5, 225px -286.6666666667px #bb00ff, -56px -99.6666666667px #ff6200, 111px -390.6666666667px #ff2f00, 110px -408.6666666667px #00ffc4, -167px -224.6666666667px #00ff91, -7px -82.6666666667px #00aaff, -233px -1.6666666667px #fff200, 203px -377.6666666667px blue, -151px -75.6666666667px #1eff00, -64px 29.3333333333px #5100ff, -24px -67.6666666667px #91ff00, -41px -360.6666666667px #d5ff00, 46px -161.6666666667px #d5ff00, -215px -369.6666666667px #00ffd0, -242px -239.6666666667px #aeff00, -1px -352.6666666667px #aa00ff, 189px -82.6666666667px #00ff15, 164px -200.6666666667px #00ddff, -150px -338.6666666667px #1500ff, 30px -139.6666666667px #ff001e, -75px -343.6666666667px #6f00ff, -131px -364.6666666667px #ff5500, -141px -348.6666666667px #ff3700, 53px 70.3333333333px #ff5500, -190px -106.6666666667px #1e00ff, -232px -2.6666666667px #fb00ff, -101px -69.6666666667px #9dff00, 72px -403.6666666667px #00ff62, 129px 16.3333333333px #ea00ff, 203px 80.3333333333px #2f00ff, 221px -127.6666666667px #3300ff, -243px -27.6666666667px #00ff37, -177px 76.3333333333px #ffaa00, 82px -268.6666666667px #ff00ea, 0px -348.6666666667px #77ff00, 236px -84.6666666667px #2200ff, 236px -253.6666666667px #ff1e00, -93px -75.6666666667px #5100ff, -75px -102.6666666667px #dd00ff, 128px -265.6666666667px #ff9500, 231px -330.6666666667px #ff007b, 58px -13.6666666667px #0095ff, -2px -263.6666666667px #bfff00;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }




}


.auction-badge {
    background: white;
    border-radius: 30px;
    padding: 21px 10px 10px 10px;
    width: 88%;
    margin: 0 auto 20px 0px;
    position:relative
}

    .auction-badge p {
        height: 60px;
        color: var(--grey);
        font-size: 12px;
        padding: 0px 22px;
    }

    .auction-badge img {
        width: 100px;
        height: 100px;
        filter: grayscale(100%);
        margin-bottom: 20px;
        margin-left: 31px;
    }

    .auction-badge.active img {
        filter: grayscale(0%) !important;
    }

    .auction-badge.active:after {
        content: "Win";
        position: absolute;
        top: 0px;
        right: 0;
        background: #d50000;
        color: white;
        padding: 7px 17px;
        border-radius: 6px 101% 0px 10px;
        font-size: 12px;
    }

    .auction-badge h5 {
        margin: 0px
    }






/*------------------------------------------------------------------MAIN HEADER-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.main-header {
    background-color: var(--white-smoke);
    color: var(--main-h-c);
    padding: 10px 0px;

    top: 0;
    z-index: 10000;
    transition: all 1s;
    
}

.main-header .logo{
    width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 66px;
}

    .main-header .logo img {
        max-width: 100%;
        max-height: 100px;
    }

.header-search .input-group {
    border: solid 1px #e9e9e9;
    border-radius: 5px;
}

.header-search .form-control {
    background: var(--white);
    border: none !important
}
.header-search .btn-default {
    background: var(--white);
    border:none !important
}
.header-search .clearsearch {
    font-size: 12px;
    float: right;
    color: var(--theme-color);
    position: absolute;
    right: 17px;
}
.searchform {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 40%;
    display: table;
    margin: 6px;
    float: right;
}


    .searchform input {
        background: #fefefe;
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        margin-right: 2px;
        padding: 7px;
        width: 90.2%;
        border-radius: 0px;
        border-right: 1px solid #d3d3d3;
        float: left;
    }

    .searchform select {
        background: var(--l-grey);
        border: none;
        margin-right: 2px;
        padding: 6px;
        border-radius: 4px 0px 0px 4px;
        color: var(--d-grey);
        float: left;
        width: 30.5%;
    }

    .searchform img{
        width:33px;
    }

    .searchform a {
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color) !important;
        cursor: pointer;
        width: 9.8%;
        display: inline-block;
        float: left;
        text-align: center;
        margin:0px -2px
    }

        .searchform a:hover {
            background-color: var(--theme-color);
            border: 1px solid var(--theme-color) !important;
            color: var(--theme-color);
        }


.overlay-view {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    /*transition: opacity 500ms;*/
    z-index: 10001;
}




.popup {
    margin: 6% auto;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    /*animate*/
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*animate style*/
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}


    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /*transition: opacity 500ms;*/
    z-index: 1000001;
    visibility: hidden;
    display: none
}



    .overlay:target {
        visibility: visible;
        display: block;
    }



.pagination > .active > span {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.pagination2{
    text-align:center;
    margin-bottom:10px
}
.pagination2 a,
.pagination2 span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.pagination2 span {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color:var(--f-theme)
}


.verticle-product {
    position: relative;
    width: 19%;
    right: 3%
}

.verticle-product .col-lg-3 {
    width: 100%;
}


.verticle-product .p-img {
    height: 100px !important
}


.verticle-product .p-img img{
    height: 100px !important
}

.verticle-product .p-price {
    font-size: 17px
}



/*------------------------------------------------------------------multi level dropdown-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.c-product{
    height:600px;
    overflow:hidden;
}

.p-status {
    height: 245px;
    overflow: hidden;
}


.category {
    padding: 15px;
    display: block;
    width: 220px;
    text-align: center;
    color: white ;
  
   
    background: var(--d-grey);
}

    .category i {
        color: white;
    }

    .homepage {
        float: left;
    }

    .homepage .dropdown-menu {
        border-radius: 0px;
        margin: 0px;
        width: 220px;
        padding: 0px;
        box-shadow: none;
    }


    .homepage .dropdown-menu li{
        display:block
    }

.t-icons .dropdown-menu{
    text-align:left !important;
}

.mega-dropdown {
    min-width: 950px;
    min-height: 400px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 1px #eee;
    position: absolute;
    background: white;
    left: 219px;
    padding: 15px;
    top: 0px;
}

.h-c-banner {
    float: right;
    height: 361px;
    object-position: center;
    object-fit: cover;
    width:140px;
}

.cat0 {
    /*font-weight: bold;
    color: black;
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;*/
}



    .cat1 {
        color: var(--d-grey); 
        margin-left: 0px;
    }




    .cat2 {
        color: var(--grey);
        margin-left:10px;
    }



.d-hover {

    display: inline-block;
}

.d-hover-content {
    display: none;
}

.d-hover:hover .d-hover-content {
    display: block;
}

.c-banner img{
    width:100%;
    height:600px;
    object-position:top center;
    object-fit:cover;
}







    /*------------------------------------------------------------------Search page-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    .list-view-button,
    .grid-view-button {
        cursor: pointer
    }


.grid-view-filter li {
   list-style:none;
}

.list-view-filter li {
    width: 100% !important;
    list-style: none;
}



.btn-small{
    padding:2px 10px;
}
/*------------------------------------------------------------------Other-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.alert-dismissible:empty button {
    display: none;
}


.slider {
    padding-left: 25px !important;
    padding: 0px;
}

        .slider img {
            width: 100%;
            height: 400px;
        }


    .m-block {
        display: none;
    }


    .cart img{
        height:50px;
        max-width:100%;
    }


#AutoCompleteEx_completionListElem li {
    padding:5px !important;
}



.number span {
    cursor: pointer;
}

.minus, .plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 100%;
    padding: 4px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.number input {
    height: 30px;
    width: 51px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}



.sub-header {
    background: var(--black);
    border-radius: 6px;
}


.c-badge {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    right: 10px;
    top: 15px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

    .c-badge:empty{
        display:none;
    }


    .home .brand {
        background: white;
        padding: 5px;
        height: 80px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .home .brand img {
            max-width: 100%;
            max-height: 70px;
        }


.search .brand {
    background: white;
    padding: 5px;
    height: 50px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .search .brand img {
        max-width: 100%;
        max-height: 40px;
    }

.d-new .col-lg-3,
.d-new .col-md-3,
.d-new .col-sm-4,
.d-new .col-xs-6 {
    width:100%
}

/*-----------------------------------------dropdown-category------------------------------------------*/
.category_dropdown {
 
    height: 50px;

}

    .category_dropdown .category_btn {
        display: inline-block;
    }

        .category_dropdown .category_btn svg {
            height: 23px;
            width: 23px;
            fill: var(--f-theme);
        }

    .category_dropdown h3 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        line-height: 36px;
        height: 35px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .category_dropdown .category_icon {
        width: 40px;
        height: 40px;
        text-align: center;
        display: inline-block;
    }

        .category_dropdown .category_icon svg {
            width: 22px;
            height: 17px;
            fill: black;
            margin: 13px 0px;
        }


.category_list {
    min-width: 160px;
    box-shadow: 4px 2px 12px 3px rgba(0, 0, 0, 0.44);
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    width: 252px;
    float: left;
    background: white;
    border-radius: 8px;
    position: absolute;
    font-size: 13px;
    top: 54px;
    display: none;
    min-height:300px
}

    .category_list .first-level-ul {
        padding: 0px;
    }

        .category_list .first-level-ul .first-level-li {
            list-style: none;
            width: 100%
        }


.category_dropdown:hover .category_list {
    display: block;
}




.category_dropdown .first-level-icon {
    width: 38px;
    height: 35px;
    text-align: center;
    display: inline-block;
}

.category_dropdown .first-level-ul .first-level-a {
    line-height: 36px;
    height: 30px;
    width: 100%;
    display: block;
    padding:0px 10px;
}

.category_dropdown .first-level-ul .first-level-li:hover .first-level-a {
    box-shadow: -11px 1px 19px -8px rgba(0, 0, 0, 0.28);
    background: white;
    z-index: 100000;
    width: 100%;
    position: relative;
    border-radius: 6px 0px 0px 6px;
}

.category_dropdown .first-level-icon img {
    width: 20px;
   height: 24px;
}

.category_dropdown .second-level-ul {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1000;
    margin: 0px;
    left: 250px;
    top: 35px;
    width: 236px;
    min-height: 354px;
    box-shadow: 0px -1px 11px -3px rgba(0, 0, 0, 0.28);
    padding: 10px;
    border-radius: 8px;
}

    .category_dropdown .second-level-ul .second-level-li {
        list-style: none;
        width: 100%;
      
    }

    .category_dropdown .second-level-ul .second-level-a {
        color: black;
        padding: 5px 0px;
        text-decoration: none;
        display: block;
    }

        .category_dropdown .second-level-ul .second-level-li :hover {
            background-color: whitesmoke;
            border-radius:4px;
        }

.category_dropdown .first-level-li:hover .second-level-ul {
    display: block;
}

.category_dropdown .third-level-ul {
    padding: 0px;
}

    .category_dropdown .third-level-ul .third-level-li {
        list-style: none;
        width: 100%;
        padding: 0px;
    }

    .category_dropdown .third-level-ul .third-level-a {
        color: black;
        padding: 2px 16px;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }



.bid-user-detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

    .bid-user-detail img {
        object-fit: contain;
        width: 103px;
        height: 109px;
        border: none !important;
        border-radius: 8px;
        padding: 6px 20px;
        background: white;
        margin-right: 10px !important;
    }

.scroll-off {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: 109px;
}

.scroll-on {
    position: relative;
    overflow-x: scroll;
    display: flex;
    scroll-snap-type: x mandatory;
    height: 109px;
    width: 100%;
    margin: 0 auto;
}

    .scroll-on ul {
        display: flex;
        width: auto;
        height: 109px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .scroll-on li {
        scroll-snap-align: start;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60px;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .scroll-on li img {
            width: 60px;
            height: 109px
        }

.scroll-overlay {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 5;
    pointer-events: none;
    transition: opacity 200ms ease;
}

    .scroll-overlay:first-of-type {
        left: 0;
        opacity: 0;
        background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
        padding: 20px 5px;
        font-size: 40px;
    }

    .scroll-overlay:last-of-type {
        right: 0;
        background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
        padding: 20px 5px;
        font-size: 40px;
        text-align: right
    }


.scroll-on li a:hover{
    border:solid 1px #ccc;
    border-radius:8px;
}

.buy-now-products.home-p-detail {
    height: 56px;
}

.overview-box {
    border: solid 1px var(--l-grey);
    border-radius: 4px;
    text-align: center;
    padding: 30px 15px;
    margin: 5px;
    height: 151px;
}


    .overview-box svg {
        display: block;
        margin: 0px auto;
        width: 33px;
        height: 30px;
        fill: var(--d-grey)
    }

.o-username svg {
    width: 50px;
    height: 50px;
    fill: var(--theme-color);
    display: inline-block;
}



.blog-box {
    background-color: var(--white);
    border-radius: 5px;
    border: solid 1px var(--l-grey);
    font-size: 16px;
    color: black;
    box-shadow: 0px 2px 12px -4px rgb(0 0 0 / 10%);

}
    .blog-box .blog-box-data {
        height: 139px;
    }

.blog-box .blog-box-data h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    max-width: 100% !important;
    display: block ruby;
}


    .blog-box img {
        height: 194px;
        width: 100%;
        object-fit: cover;
        border-radius: 5px 5px 0px 0px;
        object-position: top;
        border-bottom: solid 1px #ccc;
    }

    .blog-box p {
        font-size: 13px;
        overflow: hidden;
        color: #505050 !important;
        line-height: 19px;
        margin-bottom: 0px;
        margin-top: 4px;
    }




/*-----------------------------------------------------------------------mdia details -------------------------------------------------------------------------*/
.blog-detail {
    background: var(--white) !important;
    display: inline-block;
}

    .blog-detail .title {
        line-height: 45px;
        margin-top: 0px;
    }

    .blog-detail .b-image {
        float: left;
        margin: 0px 15px 0px 0px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1) !important;
        border: solid 1px #e0dede;
        border-radius: 8px;
        margin-bottom: 30px;
    }

.progress-circle {
    width: 40px;
    height: 40px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    font-size: 9px;
    float: right;
}

    .progress-circle:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 7px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-circle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-circle .progress-left {
        left: 0;
    }

    .progress-circle .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 7px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ffb43e;
    }

    .progress-circle .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-circle .progress-right {
        right: 0;
    }

        .progress-circle .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 75px;
            border-bottom-left-radius: 75px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress-circle .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 300;
    }

        .progress-circle .progress-value div {
            margin-top: -8px;
        }

        .progress-circle .progress-value span {
            font-size: 10px;
            text-transform: uppercase;
        }

    /* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
    .progress-circle[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .progress-circle[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .progress-circle[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .progress-circle[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .progress-circle[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-1 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-3 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-4 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-5 1.5s linear forwards 1.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}

.designby .am-color {
    color: #983ccf;
    font-size: 11px;
    font-weight: bold;
}

.dash-link .dash-none {
    display: none;
}

.dash-link li {
    list-style: none;
    float: left;
    padding: 5px 23px;
    border-radius: 16px;
    margin: 5px;
    background: var(--l-grey);
}

.special-offer {
    box-shadow: 2px 0px 26px 0px var(--theme-color) !important;
 
}
.red-shadow {
    box-shadow: 2px 0px 26px 0px var(--red) !important;
}
.offer-end {
    background: red;
    padding: 6px;
    color: white;
    margin: 10px;
    border-radius: 8px;
}

.dash-badges {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}
    .dash-badges img {
        display: inline-block;
        color: #000 !important;
        border-radius: 8px;
        width: 100px;
        float: initial;
        margin:5px;
    }

.unmute,
.mute {
    float: right;
    color: var(--d-grey);
    font-size: 15px;
    position: relative;
    padding: 0px 10px;
    width: 28px;
    height: 40px;
    margin: 1px 8px 0px -5px;
    border: none;
    z-index: 100001;
}

.unmute {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDAuNzQyMSAxNC42OTY0QzQxLjIxMDYgMTQuOTYzMSA0MS41IDE1LjQ2MDggNDEuNSAxNlY0OEM0MS41IDQ4LjUzOTIgNDEuMjEwNiA0OS4wMzY5IDQwLjc0MjEgNDkuMzAzNkM0MC4yNzM1IDQ5LjU3MDMgMzkuNjk3OCA0OS41NjUxIDM5LjIzNDIgNDkuMjg5OEwyMy41ODgyIDQwSDIwQzE2Ljk2MjQgNDAgMTQuNSAzNy41Mzc2IDE0LjUgMzQuNVYyOS41QzE0LjUgMjYuNDYyNCAxNi45NjI0IDI0IDIwIDI0SDIzLjU4ODJMMzkuMjM0MiAxNC43MTAyQzM5LjY5NzggMTQuNDM0OSA0MC4yNzM1IDE0LjQyOTcgNDAuNzQyMSAxNC42OTY0Wk0zOC41IDE4LjYzNTFMMjQuNzY1OCAyNi43ODk4QzI0LjUzNDEgMjYuOTI3NCAyNC4yNjk1IDI3IDI0IDI3SDIwQzE4LjYxOTMgMjcgMTcuNSAyOC4xMTkzIDE3LjUgMjkuNVYzNC41QzE3LjUgMzUuODgwNyAxOC42MTkzIDM3IDIwIDM3SDI0QzI0LjI2OTUgMzcgMjQuNTM0MSAzNy4wNzI2IDI0Ljc2NTggMzcuMjEwMkwzOC41IDQ1LjM2NDlWMTguNjM1MVoiIGZpbGw9ImJsYWNrIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNDMuODI3NiAyNS45NTAyQzQ0LjQwNzQgMjUuMzU4NSA0NS4zNTcxIDI1LjM0ODggNDUuOTQ4OCAyNS45Mjg2QzQ3LjUyMTQgMjcuNDY5NyA0OC41IDI5LjYyMTkgNDguNSAzMkM0OC41IDM0LjM3ODEgNDcuNTIxNCAzNi41MzAzIDQ1Ljk0ODggMzguMDcxNEM0NS4zNTcxIDM4LjY1MTIgNDQuNDA3NCAzOC42NDE1IDQzLjgyNzYgMzguMDQ5OUM0My4yNDc4IDM3LjQ1ODIgNDMuMjU3NCAzNi41MDg1IDQzLjg0OTEgMzUuOTI4NkM0NC44Njk2IDM0LjkyODYgNDUuNSAzMy41MzkzIDQ1LjUgMzJDNDUuNSAzMC40NjA3IDQ0Ljg2OTYgMjkuMDcxNCA0My44NDkxIDI4LjA3MTRDNDMuMjU3NCAyNy40OTE1IDQzLjI0NzggMjYuNTQxOCA0My44Mjc2IDI1Ljk1MDJaIiBmaWxsPSJibGFjayIvPjxwYXRoIGQ9Ik00OS41Mjk0IDIyLjQzNzVDNDguOTQyNiAyMS44NTI3IDQ3Ljk5MjggMjEuODU0NCA0Ny40MDggMjIuNDQxMkM0Ni44MjMzIDIzLjAyOCA0Ni44MjQ5IDIzLjk3NzcgNDcuNDExNyAyNC41NjI1QzQ5LjMyMTEgMjYuNDY1MyA1MC41IDI5LjA5MzYgNTAuNSAzMkM1MC41IDM0LjkwNjQgNDkuMzIxMSAzNy41MzQ3IDQ3LjQxMTcgMzkuNDM3NUM0Ni44MjQ5IDQwLjAyMjMgNDYuODIzMyA0MC45NzIgNDcuNDA4IDQxLjU1ODhDNDcuOTkyOCA0Mi4xNDU2IDQ4Ljk0MjYgNDIuMTQ3MyA0OS41Mjk0IDQxLjU2MjVDNTEuOTgwNSAzOS4xMTk4IDUzLjUgMzUuNzM2IDUzLjUgMzJDNTMuNSAyOC4yNjQgNTEuOTgwNSAyNC44ODAyIDQ5LjUyOTQgMjIuNDM3NVoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mute {
 
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiB3aWR0aD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjUgMTguMjU3NFYxNkM0MS41IDE1LjQ2MDggNDEuMjEwNiAxNC45NjMxIDQwLjc0MjEgMTQuNjk2NEM0MC4yNzM1IDE0LjQyOTcgMzkuNjk3OCAxNC40MzQ5IDM5LjIzNDIgMTQuNzEwMkwyMy41ODgyIDI0SDIwQzE2Ljk2MjQgMjQgMTQuNSAyNi40NjI0IDE0LjUgMjkuNVYzNC41QzE0LjUgMzcuNDU4IDE2LjgzNTEgMzkuODcwNSAxOS43NjI0IDM5Ljk5NUwyMi43NTc0IDM3SDIwQzE4LjYxOTMgMzcgMTcuNSAzNS44ODA3IDE3LjUgMzQuNVYyOS41QzE3LjUgMjguMTE5MyAxOC42MTkzIDI3IDIwIDI3SDI0QzI0LjI2OTUgMjcgMjQuNTM0MSAyNi45Mjc0IDI0Ljc2NTggMjYuNzg5OEwzOC41IDE4LjYzNTFWMjEuMjU3NEw0MS41IDE4LjI1NzRaIiBmaWxsPSJibGFjayIvPjxwYXRoIGQ9Ik00MS41IDI2Ljc0MjZMMzguNSAyOS43NDI2VjQ1LjM2NDlMMjguNjk3OCAzOS41NDQ4TDI2LjUwODYgNDEuNzM0TDM5LjIzNDIgNDkuMjg5OEMzOS42OTc4IDQ5LjU2NTEgNDAuMjczNSA0OS41NzAzIDQwLjc0MjEgNDkuMzAzNkM0MS4yMTA2IDQ5LjAzNjkgNDEuNSA0OC41MzkyIDQxLjUgNDhWMjYuNzQyNloiIGZpbGw9ImJsYWNrIi8+PHBhdGggZD0iTTQ5LjUyOTQgMjIuNDM3NUM0OC45NDI2IDIxLjg1MjcgNDcuOTkyOCAyMS44NTQ0IDQ3LjQwOCAyMi40NDEyQzQ2LjgyMzMgMjMuMDI4IDQ2LjgyNDkgMjMuOTc3NyA0Ny40MTE3IDI0LjU2MjVDNDkuMzIxMSAyNi40NjUzIDUwLjUgMjkuMDkzNiA1MC41IDMyQzUwLjUgMzQuOTA2NCA0OS4zMjExIDM3LjUzNDcgNDcuNDExNyAzOS40Mzc1QzQ2LjgyNDkgNDAuMDIyMyA0Ni44MjMzIDQwLjk3MiA0Ny40MDggNDEuNTU4OEM0Ny45OTI4IDQyLjE0NTYgNDguOTQyNiA0Mi4xNDczIDQ5LjUyOTQgNDEuNTYyNUM1MS45ODA1IDM5LjExOTggNTMuNSAzNS43MzYgNTMuNSAzMkM1My41IDI4LjI2NCA1MS45ODA1IDI0Ljg4MDIgNDkuNTI5NCAyMi40Mzc1WiIgZmlsbD0iYmxhY2siLz48cGF0aCBkPSJNNDUuOTQ4OCAyNS45Mjg2QzQ1LjM1NzEgMjUuMzQ4OCA0NC40MDc0IDI1LjM1ODUgNDMuODI3NiAyNS45NTAyQzQzLjI0NzggMjYuNTQxOCA0My4yNTc0IDI3LjQ5MTUgNDMuODQ5MSAyOC4wNzE0QzQ0Ljg2OTYgMjkuMDcxNCA0NS41IDMwLjQ2MDcgNDUuNSAzMkM0NS41IDMzLjUzOTMgNDQuODY5NiAzNC45Mjg2IDQzLjg0OTEgMzUuOTI4NkM0My4yNTc0IDM2LjUwODUgNDMuMjQ3OCAzNy40NTgyIDQzLjgyNzYgMzguMDQ5OUM0NC40MDc0IDM4LjY0MTUgNDUuMzU3MSAzOC42NTEyIDQ1Ljk0ODggMzguMDcxNEM0Ny41MjE0IDM2LjUzMDMgNDguNSAzNC4zNzgxIDQ4LjUgMzJDNDguNSAyOS42MjE5IDQ3LjUyMTQgMjcuNDY5NyA0NS45NDg4IDI1LjkyODZaIiBmaWxsPSJibGFjayIvPjxwYXRoIGQ9Ik00OS4wNjA3IDE3LjA2MDdDNDkuNjQ2NCAxNi40NzQ5IDQ5LjY0NjQgMTUuNTI1MSA0OS4wNjA3IDE0LjkzOTNDNDguNDc0OSAxNC4zNTM2IDQ3LjUyNTEgMTQuMzUzNiA0Ni45MzkzIDE0LjkzOTNMMTQuOTM5MyA0Ni45MzkzQzE0LjM1MzYgNDcuNTI1MSAxNC4zNTM2IDQ4LjQ3NDkgMTQuOTM5MyA0OS4wNjA3QzE1LjUyNTEgNDkuNjQ2NCAxNi40NzQ5IDQ5LjY0NjQgMTcuMDYwNyA0OS4wNjA3TDQ5LjA2MDcgMTcuMDYwN1oiIGZpbGw9ImJsYWNrIi8+PC9zdmc+');
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.buynow .swiper-slide {
    width: 25%;
}
.buynow .swiper-slide .product-box {
    border: solid 1px #e1e1e1;
    border-radius: 13px;
    background: white;
}

.buynow .swiper-slide .p-title {
    color: var(--d-grey);
    font-size: 14px;
    max-height: 47px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 45px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.buynow .swiper-slide .home-p-detail {
    height: 135px;
    padding: 14px;
}

.buynow .swiper-slide .p-price {
    color: var(--green);
    font-size: 19px;
    font-weight: bold;
}

.buynow .swiper-slide .heading4 {
    margin-bottom: 10px
}

.buynow .swiper-slide .p-img img {
    max-height: 158px !important;
    max-width: 100%;
    border-radius: 10px;
}

/*---------------------------------show password---------------------------------------*/



.show_password input[type=checkbox],
.show_password input[type=radio] {
    display: none;
}

    .show_password input[type=checkbox] + label {
        width: 20px;
        height: 20px;
        background-image: url('../Images/eyeclose.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .show_password input[type=checkbox]:checked + label {
        background-image: url('../Images/eyeopen.png');
    }

/*welcome popup*/

.wel-box {
   display:flex;
    width:50%;
    margin:5% auto;
    background:white;
      
}

.wel-img {
    background-image: url('../Images/warehouse.jpg');
    background-position: bottom center;
    background-size: cover;
}

.wel-header {
    padding: 10px;
    position:relative
}

    .wel-header img {
        width: 150px;
        filter: none;
    }

.wel-img {
    width: 50%;
}


.wel-text {
    width: 50%;
    
}

    .wel-text h2 {
        text-align: center;
        /*! border-top: solid 1px #ccc; */
        padding-top: 20px;
        color: white;
    }
    .wel-text .close {
        color: black;
        margin: 10px;
        right: 12px;
    }
    .wel-text h2 .head1 {
        font-size: 15px;
        color: black;
    }

        .wel-text h2 .head2 {
            display: block;
            font-size: 24px;
            color: var(--theme-color);
            line-height: 33px;
            text-shadow: 1px 1px #000 !important;
        }

.w-btn-login {
    background: white;
    width: 92%;
    display: block;
    border-radius: 8px;
    border: solid 1px #ddd;
    padding: 10px;
    margin: 31px auto 10px auto;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.17);
}

.w-btn-reg {
    background: var(--theme-color);
    width: 92%;
    display: block;
    border-radius: 8px;
    border: solid 1px var(--theme-color);
    padding: 10px;
    margin: 0px auto 40px auto;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.17);
    color: var(--f-theme)
}

.w-action-btn {
    padding: 5% 0px;
    text-align: center
}
.master-acution-list{
    margin:0px -10px
}
.auction-box{
    padding:10px
}

.auction-box .a-box {
    background: white;
    border: solid 1px #eee;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    border-radius:8px;
    height:295px;
   
}
    .auction-box .a-box .a-buy-now{
        padding:0px 8px;
    }
    .auction-box .a-title {
        height: 37px;
        font-size: 12px;
        line-height: 14px;
        padding: 8px;
        text-align: left;
        overflow: hidden;
        color: var(--black);
    }

    .auction-box .a-img {
        padding: 3px;
        text-align: center;
        height: 145px;
    }
.auction-box .a-img img {
    max-height: 125px;
}

    .auction-box .a-bidder {
        text-align: left;
        padding: 5px;
        /*height: 80px;*/
        overflow:hidden
    }

    .auction-box .blink {
        background-image: linear-gradient(100.19deg, #079BE5 -15.61%, #3307E5 100%) !important;
        color: white !important;
        width: 96px;
        border-width: 1px;
        padding: 8px;
        position: absolute;
        top: 11px;
        left: 11px;
        border-radius: 8px 0px;
        text-align:center
    }

/*--------------------Live auction-------------------------*/
    .auction-box .a-bidder .a-bid-price {
        color: #2D9607;
        font-size: 16px;
        font-weight: 600;
    }

    .auction-box .a-bidder .a-bidder-name {
        text-shadow: rgb(255, 255, 255) 1px 1px 1px;
        color: rgb(85, 85, 85);
        font-size: 12px;
        font-weight: 500;
        height: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .auction-box .a-bidder .red-c {
        font-weight: 500;
        text-shadow: rgb(213, 213, 213) 1px 1px 1px;
        color: rgb(255, 0, 0);
        font-size: 19px;
    }

    .auction-box .a-bid-btn {
        background-image: var(--grad);
        color: white;
        font-weight: 500;
        text-transform: capitalize;
        padding: 8px;
        text-align: center;
        height: 37px;
        font-size: 1em;
        overflow: hidden;
        white-space: normal;
        margin: 7px;
        border-radius: 8px;
    }

    }
        
        .auction-box .a-buy-now {
            text-shadow: rgb(247, 247, 247) 1px 1px 0px;
            color: rgb(0, 0, 0);
            font-size: 12px;
            font-weight: 400;
            padding: 5px;
            text-align: right;
            height:27px;
           
        }

    .auction-box .a-buy-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        float: left;
        text-align: left;
        width: 39%;
    }

    .auction-box .a-buy-price-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        float: right;
        width: 39%;
        text-align: right;
    }
/*-------------------- Upcoming Auction -----------------------------*/
.auction-box .a-bidder .a-upcoming-datetime {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 500;
    text-shadow: rgb(182, 182, 182) 1px 1px 1px;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .auction-box .a-bidder .a-upcoming-text {
        color: rgb(85, 85, 85);
        font-size: 12px;
        font-weight: 500;
        line-height: 13px;
        height: 27px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-top:5px;
    }

    .auction-box .a-bidder .a-upcoming-timeleft {
        font-weight: 500;
        text-shadow: rgb(182, 182, 182) 1px 1px 1px;
        color: rgb(85, 85, 85);
        font-size: 15px;
        line-height: 28px;
        margin-top:-53px;
    }

    .auction-box .a-startsoon-btn {
        font-size: 1em;
        font-weight: 500;
        text-transform: capitalize;
        padding: 8px;
        text-align: center;
        background-image: linear-gradient(rgb(105, 110, 119), rgb(74, 76, 83));
        text-shadow: rgb(51, 51, 51) 1px 1px 0px;
        color: rgb(213, 213, 213);
        letter-spacing: -1px;
        height: 37px;
        font-size: 0.92em;
        overflow: hidden;
        white-space: normal;
        margin:7px;
        border-radius:8px;
    }

/*------------------sold-------------------------*/

    .auction-box .a-bidder .a-sold-price {
        color: rgb(0, 166, 81);
        font-size: 19px;
        font-weight: bold;
        text-shadow: rgb(213, 213, 213) 1px 1px 1px;
    }
    .auction-box .a-bidder .a-sold-bidder-name {
        text-shadow: rgb(255, 255, 255) 1px 1px 1px;
        color: rgb(85, 85, 85);
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height:21px
    }
    .auction-box .a-bidder .a-sold-text {
        text-shadow: rgb(255, 255, 255) 1px 1px 1px;
        color: rgb(85, 85, 85);
        font-size: 12px;
        font-weight: 500;
    }
    .auction-box .a-sold-btn {

        font-weight: 500;
        text-transform: uppercase;
        padding: 5px;
        text-align: center;
        background-image: linear-gradient(rgb(234, 221, 221), rgb(213, 213, 213));
        color: rgb(85, 85, 85);
        padding: 5px;
        text-align: center;
        height: 30px;
        font-size: 1em;
        overflow: hidden;
        white-space: normal;
    }


       

        .auction-box .a-sold-btn:before {
            content: "SOLD";
            color: red;
            position: absolute;
            top: 62px;
            font-size: 52px;
            rotate: -31deg;
            left: 32px;
            font-weight: bold;
            font-family: 'Algerian';
        }


    /*------------------buy now-------------------------*/

    .auction-box .a-bidder .a-buynow-price {
        color: rgb(0, 166, 81);
        font-size: 19px;
        font-weight: bold;
        text-shadow: rgb(213, 213, 213) 1px 1px 1px;
    }



    .auction-box .a-bidder .a-buynow-text {
        text-shadow: rgb(255, 255, 255) 1px 1px 1px;
        color: rgb(85, 85, 85);
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.auction-box .a-addtocart-btn {
    background: var(--grad);
    color: var(--f-theme);
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px;
    text-align: center;
    height: 37px;
    font-size: 1em;
    overflow: hidden;
    white-space: normal;
    margin: 7px;
    border-radius: 8px;
    cursor:pointer
}

    /*--------------------Bids package-------------------------*/

.b-bid-box {
    background: white;
    border-radius: 10px;
    padding: 10px 17px;
    text-align: center;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
}

    .b-bid-box .b-img-box {
        height: 139px;
    }

        .b-bid-box .b-img-box img {
            max-height: 139px;
            max-width: 100%;
        }

    .b-bid-box .b-title {
        color: var(--f-theme2);
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .b-bid-box .b-des {
        color: #666;
        font-size: 13px;
        font-weight: 400;
    }

    .b-bid-box .b-price {
        border-radius: 8px;
        background: var(--theme-color);
        padding: 8px;
        color: var(--f-theme);
        font-size: 20px;
        font-weight: 600
    }

.auction-filter {
    padding: 10px 0px;
}

    .auction-filter .f-type label {
        padding: 5px 11px;
        display: inline-block;
        background: #7a7878;
        border-radius: 15px;
        color: white;
        font-size: 13px;
        min-width: 78px;
        text-align: center;
    }
    .auction-filter .f-type{
        text-align:right
    }

    .auction-filter .f-type .active {
        background: var(--black)
    }

    .auction-filter .badge {
        display: inline-block;
        min-width: 10px;
        padding: 7px 7px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: #000;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: white;
        border-radius: 10px;
        border: solid 1px #ccc;
        margin: 5px 5px 0px 0px;
    }

.auction-filter .badge a{

margin:0px 5px;
}

.dashboard-affiliate .col-md-2 {
    width: 36%;
    text-align: center;
}
.herobanner {
    padding: 10px 0px !important;
}
    .herobanner .swiper-slide a{
        width:100%
    }
    .herobanner .swiper-slide img {
        width: 100% !important;
        height: 250px;
        border-radius:6px
    }

.avatar-slider{
    margin-top:20px;
    padding-bottom:20px !important;
    border-bottom:solid 1px #ccc
}

.avatar-slider img {
    width: 76px;
}
.avatar-slider .swiper-button-next{
    margin-right:-10px
}



.avatar-slider .swiper-button-prev {
    margin-left: -10px
}

.getfreebids {
    background:var(--l-grey);
    padding:20px;
    border-radius:20px;
    line-height:25px;
}

.getfreebids a{
    float:right;
    margin-top:-34px;
}

.icon-text{
    display:none
}

.bids-badge svg {
    fill: #f9dc51;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 3px;
}

.gradient-text {
    background: linear-gradient(95.02deg, #F29900 0%, #F27500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.free-box.auction-box .a-bidder .a-buynow-price {
    font-size: 17px;
    text-shadow: none !important
}

.free-box.auction-box .a-bidder {
    text-align: left;
    padding: 5px;
    height: 24px;
    overflow: hidden;
}

.free-box.auction-box .freebadge {
    background-image: linear-gradient(100.19deg, #079BE5 -15.61%, #3307E5 100%) !important;
    color: white !important;
    width: 60px;
    border-width: 1px;
    padding: 3px;
    position: absolute;
    top: 11px;
    left: 11px;
    border-radius: 8px 0px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.free-box.auction-box .oldamount {
    text-decoration: line-through;
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.free-box.auction-box .a-box {
    height: 235px;
}

.free-heading {
    text-align:center
}


.free-heading .badge{
    padding:10px 20px;
    font-size:15px;
    border-radius:30px;
    margin:10px 0px;
}

    .free-popup h4 {
        font-size: 26px;
        font-weight: 500;
        margin: 60px 0px;
        text-align:center
    }

.popup.free-popup{
    background:none;
    padding:30px;
}
    .popup.free-popup .popup-body {
        padding-top: 50px;
    }
    .freecart {
    position:fixed;
    bottom:0px;
left:0px;
right:0px;
padding:10px;
background:white;
z-index:10001
}

.freecart .row{
    width:400px;
    margin:0 auto
}

        .freecart img {
            border: 1px solid rgba(242, 117, 0, 1);
            width: 75px;
            border-radius: 10px;
            margin: 10px;
            padding: 10px;
            height: 75px;
            margin-right: 4px;
            color: rgb(242, 117, 0);
            text-align: center;
            font-size: 23px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.free-box.selected-item {
    background-color: initial !important;
    border: none !important;
    box-shadow: none;
}



.remove-item {
    cursor: pointer;
    color: #888585;
    margin-left: 5px;
    background: white;
    padding: 2px;
    font-size: 13px;
    border-radius: 0px 10px 0px 7px;
    position: absolute;
    top: 1px;
    right: 5px;
}

.freecart .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67px;
    margin-top: 10px;
}

.free-box.auction-box.selected-item .a-addtocart-btn {
display:none
}

.free-box.auction-box .selected-btn {
    display:none
}
    .free-box.auction-box.selected-item .selected-btn {
    background: #fff5e3;
    color: var(--theme-color);
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px;
    text-align: center;
    height: 37px;
    font-size: 1em;
    overflow: hidden;
    white-space: normal;
    margin: 7px;
    border-radius: 8px;
    cursor: pointer;
    border: solid 1px var(--theme-color);
    display:block
}


        .free-box.auction-box.selected-item .selected-btn:after {
            content: "";
            width: 20px;
            height: 20px;
            float: right;
            background-size: contain;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjU0MDAwIDI1NDAwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iIj48Zz48ZyBmaWxsPSIjNDhiMDJjIj48cGF0aCBkPSJtOTYyMjkgMTYyNjQ0IDg5NTEwLTg5NTA5YzI2MzctMjYzOCA2OTY3LTI2MTEgOTU3OCAwbDg2NDIgODY0MmMyNjExIDI2MTEgMjYxMSA2OTY4IDAgOTU3OGwtODk1MDkgODk1MTBjLTI2MTEgMjYxMS02OTQxIDI2MzgtOTU3OSAwbC04NjQyLTg2NDJjLTI2MzgtMjYzOC0yNjM4LTY5NDEgMC05NTc5eiIgZmlsbD0iI2YyNzUwMCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzQ4YjAyYyIgY2xhc3M9IiI+PC9wYXRoPjxwYXRoIGQ9Im02ODI3MCAxMDgwODkgNTQ1MjUgNTQ1MjVjMjYzNyAyNjM4IDI2MDYgNjk3MyAwIDk1NzlsLTg2NDIgODY0MmMtMjYwNiAyNjA1LTY5NzMgMjYwNS05NTc5IDBsLTU0NTI1LTU0NTI1Yy0yNjA2LTI2MDYtMjYzNy02OTQxIDAtOTU3OWw4NjQyLTg2NDJjMjYzOC0yNjM3IDY5NDEtMjYzNyA5NTc5IDB6IiBmaWxsPSIjZjI3NTAwIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjNDhiMDJjIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=)
        }



/* Popup Container */
.getpopup .popup-container {
    position: fixed;
    top: 34%;
    left: 50%;
    transform: translate(50%, -26%) rotate(-40deg);
    width: 400px;
    background: linear-gradient(135deg, #fff, #f8f8f8);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    z-index: 1000;
    border-top: 4px solid rgba(255, 166, 0, 0.8);
    border-bottom: 4px solid rgba(255, 166, 0, 0.8);
    animation: freeProd 0.7s ease forwards;
}

@keyframes freeProd {
    from {
        transform: translate(50%, -26%) rotate(-40deg);
    }
    to {
        transform: translate(-53%, -52%) rotate(-5deg);
    }
}

/* Popup Header */
.getpopup .popup-content h2 {
    color: #ff9800;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Popup Text */
.getpopup .popup-content p {
    font-size: 16px;
    color: #444;
    margin: 5px 0;
}

.getpopup .popup-highlight {
    font-weight: bold;
    color: #000;
}

.getpopup .popup-note {
    font-size: 14px;
    color: #888;
}

/* Curved Arrow */
.getpopup .arrow-container {
    position: absolute;
    left: 20%;
    top: 95%;
    width: 150px;
    height: 100px;
    transform: scale(0) rotate(-45deg);
    animation: freeProdArrow 0.7s ease forwards 0.3s;
}
@keyframes freeProdArrow {
    from {
        transform: scale(0) rotate(-45deg);
    }

    to {
        transform: scale(1) rotate(-10deg);
    }
}


.getpopup .curved-arrow {
    width: 100%;
    height: 100%;
    animation: drawArrow 2s infinite linear;
}

@keyframes drawArrow {
    0% {
        stroke-dashoffset: 50;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* Button Styling */
.getpopup .popup-button {
    position: absolute;
    bottom: -198px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff9800;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    overflow: hidden;
}

    .getpopup .popup-button:hover {
        background: #e68900;
    }

/* Click Effect */
.getpopup .click-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 0.4s, height 0.4s, opacity 0.4s;
}

.getpopup .popup-button:active .click-effect {
    width: 120px;
    height: 120px;
    opacity: 1;
}


.getpopup .arrow-container img {
    fill: white;
    transform: translate(-32%, -9%) rotate(29deg);
    height: 177px;
}
.freeproduct-select{
    text-align:center;
    margin-block:40px;
}

.freeproduct-select img {
    border: 1px solid rgba(242, 117, 0, 1);
    width: 70px;
    border-radius: 10px;
    height: 70px;
    margin-right: 4px;
    color: rgb(242, 117, 0);
    text-align: center;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
}

.freeproduct-select .row{
    display:flex;
    justify-content:center
}

    .freeproduct-select .remove-item {
        display: none
    }

.free-p-pkg {
    padding: 10px;
    border-radius: 8px;
    margin: 10px;
    background: #f9f9f9;
}


.free-p-pkg .freebadge {
    background-image: linear-gradient(100.19deg, #079BE5 -15.61%, #3307E5 100%) !important;
    color: white !important;
    width: 68px;
    border-width: 1px;
    padding: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 9px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    right: 0;
}
    .free-p-pkg img {
        border: 1px solid rgba(242, 117, 0, 1);
        border-radius: 10px;
        margin-right: 4px;
        color: rgb(242, 117, 0);
        text-align: center;
        font-size: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        width: 97px;
        height: 110px;
    }

.free-p-pkg .p1{
    float:left;
    position:relative
}
.staricon{
    position:relative
}

.staricon:after,
.staricon:before {
    background-image: url('../images/star2.gif');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    display:inline-block;
}


    .staricon:after{
        right:-16px;
        top:-10px
    }
    .staricon:before{
        left:-16px;
        bottom:-10px
    }

.getpopup:before {
    background-image: url('../images/congbg.gif');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 35%;
}


.user-available {
    float: right;
    position: relative;
    padding-right: 22px;
    font-size: 10px;
    color: var(--green);
}
.user-available:after {
    content:"";
    width: 15px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiM0YmFlNGYiIGQ9Ik0yNTYgMEMxMTQuOCAwIDAgMTE0LjggMCAyNTZzMTE0LjggMjU2IDI1NiAyNTYgMjU2LTExNC44IDI1Ni0yNTZTMzk3LjIgMCAyNTYgMHoiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiM0YmFlNGYiIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzc5LjggMTY5LjdjNi4yIDYuMiA2LjIgMTYuNCAwIDIyLjZsLTE1MCAxNTBjLTMuMSAzLjEtNy4yIDQuNy0xMS4zIDQuN3MtOC4yLTEuNi0xMS4zLTQuN2wtNzUtNzVjLTYuMi02LjItNi4yLTE2LjQgMC0yMi42czE2LjQtNi4yIDIyLjYgMGw2My43IDYzLjcgMTM4LjctMTM4LjdjNi4yLTYuMyAxNi40LTYuMyAyMi42IDB6IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position:absolute;
    right:0
}


.user-un-available {
    float: right;
    position: relative;
    padding-right: 22px;
    font-size: 10px;
    color: var(--red);
}
    .user-un-available:after {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnIGRhdGEtbmFtZT0iRmxhdCBDb2xvciI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiIGZpbGw9IiNlNjM5NDYiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiNlNjM5NDYiIGNsYXNzPSIiPjwvY2lyY2xlPjxwYXRoIGZpbGw9IiNlZGViZWEiIGQ9Im0xMy40MSAxMiAyLjMtMi4yOWExIDEgMCAwIDAtMS40Mi0xLjQyTDEyIDEwLjU5bC0yLjI5LTIuM2ExIDEgMCAwIDAtMS40MiAxLjQybDIuMyAyLjI5LTIuMyAyLjI5YTEgMSAwIDAgMCAwIDEuNDIgMSAxIDAgMCAwIDEuNDIgMGwyLjI5LTIuMyAyLjI5IDIuM2ExIDEgMCAwIDAgMS40MiAwIDEgMSAwIDAgMCAwLTEuNDJ6IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjZWRlYmVhIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        right: 0
    }

.line-through {
    text-decoration: line-through;
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
