﻿
.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: initial;
    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
    }

#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(--d-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(--theme-color);
    font-weight: 300;
    color: var(--f-theme);
    padding: 5px 10px;
    border-radius: 40px;
    margin: 6px;
    float: right
}

    .bids-badge .bids{
        background:white;
        color:var(--theme-color);
        font-weight:600;
        border-radius:100px;
        padding:2px 5px;
        font-size:11px
    }

        .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
    }
/*----------Mobile Css-------------*/
@media screen and (max-width: 1026px) {
    .fireworks .win-msg {
        font-size: 17px;
        font-weight: bold;
        color: red;
        margin-top: 0px;
        line-height: 25px;
        display: flex;
        justify-content: center;
        align-content: center;
        position: fixed;
        right: 0;
        bottom: 51px;
        left: 0;
        background: #e0dfdf;
    }



    .tiksluscarousel ul.carousel img {
        max-width: 100% !important;
        height: 150px !important;
        width:auto !important
    }
    .mobile-menu .dropdown-menu li a{
        display: flex;
        align-items: center;
        border-bottom: solid 1px #f2ecec;
        padding:15px 10px
    }

    .all-categories .category_dropdown{
        display:block !important;
    }
    .all-categories .category_list {
        min-width: 100%;
        box-shadow: none;
        z-index: 100;
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
        background: white;
        border-radius: 0px;
        position: relative;
        font-size: 13px;
        top: inherit;
        display: block !important;
        min-height: auto;
    }

    .all-categories .category_btn {
        display: none !important
    }

    .all-categories .category_list h3{
        display:none !important
    }
    .all-categories .category_dropdown .second-level-ul {
        display: block;
        position: relative;
        background-color: white;
        min-width: 100%;
        z-index: 1000;
        margin: 0px;
        padding-left: 55px !important;
        top: initial;
        width: 100%;
        min-height: auto;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        left:initial
    }

    .all-categories .category_dropdown .first-level-ul .first-level-li:hover .first-level-a {
        box-shadow: none;
        background: none;


    }
    .all-categories .category_dropdown .first-level-ul .first-level-a {
        line-height: 36px;
        height: 37px;
        width: 100%;
        display: block;
        padding: 0px 0px;
        font-weight: 500;
        font-size: 15px;
    }
    .all-categories .category_dropdown .second-level-ul .second-level-li:hover,
    .all-categories .category_dropdown .second-level-ul .second-level-a {
        box-shadow: none;
        background-color: none !important;
        font-size: 14px;
        font-weight: 400;
        color:var(--grey)
    }
        .all-categories .category_dropdown .second-level-ul .second-level-a:before {
            content: ">";
            position: absolute;
            left: 16px;
            font-size: 20px;
            margin-top: -3px;
        }

        .home-products .heading5 {
            font-size: 11px;
            font-weight: 500 !important;
            line-height: 1.1 !important;
            height: 36px !important;
            overflow: hidden;
        }
        #moveup {
            display: none !important
        }

    .home-heading {
        border-radius: 0px;
        padding: 10px;
        margin: 0px
    }
    .sold_out {
        width: 156px;
        top: initial;
        padding: 0;
    }
    .top-menu {
        position: fixed;
        top: 0;
        right: 0px;
        left: 0;
        z-index: 1001;
        padding: 7px 15px 5px 3px;
        background: white;
        display: flex;
        height: 49px;
        justify-content: flex-start;
        align-items: center;
    }
    
    .back-btn {
        margin-top: 7px;
        
    }
        .back-btn svg{
            width:30px;
            height:30px
        }

    .bids-badge {
        margin: 13px 8px 8px 8px;
    }



    .title-heading {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        color: black;
        margin-left: 10px
    }
    .mobile-menu .top-menu {
        background: var(--theme-color);
        right: 0;
        display:block !important;
        z-index:10000001;
        padding:10px;
    }

    .mobile-menu .userdetail {
        display: flex;
        align-items: center;
        background: var(--d-grey);
        color:var(--white);
        right: 0;
        z-index: 10000001;
        padding: 10px;
    }
        .mobile-menu .userdetail svg {
            fill: var(--f-theme);
            width: 36px !important;
            height: 36px !important;
            margin:0px 5px
        }
        .mobile-menu .userdetail a{
            position:absolute;
            right:10px;
            border:none !important
        }
    .mobile-menu .dropdown-menu svg {
        display: inline-block !important;
        width: 30px;
        height: 30px;
        fill: #c3c3c3;
        margin-right: 10px;
    }
    .mobile-menu .logout a:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNNzUuOCw4MS41SDQzLjVjLTMsMC01LjQtMi40LTUuNC01LjRWNjAuNGMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxdjE1LjdjMCwxLjksMS41LDMuNCwzLjQsMy40aDMyLjMgICBjMS45LDAsMy40LTEuNSwzLjQtMy40VjIzLjljMC0xLjktMS41LTMuNC0zLjQtMy40SDQzLjVjLTEuOSwwLTMuNCwxLjUtMy40LDMuNHYxNi4zYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xVjIzLjkgICBjMC0zLDIuNC01LjQsNS40LTUuNGgzMi4zYzMsMCw1LjQsMi40LDUuNCw1LjR2NTIuMkM4MS4zLDc5LjEsNzguOCw4MS41LDc1LjgsODEuNXoiLz48L2c+PGc+PHBhdGggZD0iTTUzLjksNTEuMkgxOS44Yy0wLjYsMC0xLTAuNC0xLTFzMC40LTEsMS0xaDM0LjFjMC42LDAsMSwwLjQsMSwxUzU0LjUsNTEuMiw1My45LDUxLjJ6Ii8+PC9nPjxnPjxwYXRoIGQ9Ik0xOS43LDUxLjJjLTAuMywwLTAuNS0wLjEtMC43LTAuM2MtMC40LTAuNC0wLjQtMSwwLTEuNGw3LjQtNy40YzAuNC0wLjQsMS0wLjQsMS40LDBzMC40LDEsMCwxLjRsLTcuNCw3LjQgICBDMjAuMyw1MS4xLDIwLDUxLjIsMTkuNyw1MS4yeiIvPjwvZz48Zz48cGF0aCBkPSJNMjcuNiw1OWMtMC4zLDAtMC41LTAuMS0wLjctMC4zTDE5LjEsNTFjLTAuNC0wLjQtMC40LTEsMC0xLjRzMS0wLjQsMS40LDBsNy44LDcuOGMwLjQsMC40LDAuNCwxLDAsMS40ICAgQzI4LjEsNTguOSwyNy44LDU5LDI3LjYsNTl6Ii8+PC9nPjwvc3ZnPg==);
        content: "";
        width: 30px;
        height: 30px;
        fill: var(--grey);
        margin-right: 10px;
        filter: contrast(0%);
    }

    .top-menu a {
        color: white;
    }

    .user-top-img {
        border: none;
        padding: 5px 8px;
        margin: 0px 6px;
        border-radius: 4px;
        text-align: center;
       
    }

    .user-top-img img {
        border-radius: 100%;
        /*border: solid 1px #eee;*/
        padding: 0px;
        width:30px !important;
        height:30px !important
    }
    .mobile-menu {
        display:none;
    }
        .mobile-menu:target {
            display: block;
            position: fixed;
            top: 0px;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 10001;
            background: white;
            
        }


        .mobile-menu .dropdown-menu {
            display: block;
            position: fixed;
            top: -7px;
            bottom: 0;
            left: 0;
            right: 0 !important;
            z-index: 10001;
            border-radius: 0px !important
        }

        .navbar-inverse {
            background: var(--theme-color);
        }

    .top-header .header-links {
        display: none;
    }

    .t-icons a {
        padding:0px 3px;
    }
        .top-header i {
        display: none;
    }

    .top-header .pull-right {
       float:left !important
    }

    .t-icons img {
        height: 30px;
        vertical-align: bottom;
      
    }


    #demo {
        position: fixed;
        top: 80px;
        z-index: 1000;
        width: 100%;
    }

    .top-header .pull-right li {
        float: initial !important;
    }

    .sub-header .dropdown-menu > li > a {
       display:inline-block;
        width: 80%;
    }

    .sub-header .dropdown-menu > li > span > i {
        margin-right: 10px;
    }

    .t-icons .dropdown-menu {
        right: initial;
    }

    .btn-lg {
        padding: 6px 9px;
    }
   
    }






/*------------------------------------------------------------------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.7);
    /*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
}

/*----------Mobile Css-------------*/
@media screen and (max-width: 1026px) {
    .overlay{
        overflow:scroll
    }

    .popup {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        overflow: auto
    }

    .sub-bottom-fix {
        position: fixed !important;
        bottom: 47px !important;
        right: 0px;
        left: 0px;
        z-index: 100;
        background: white
    }

    .bottom-fix2 {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1001;
        display: block;
        height: 69px;
    }
    body {
        padding: 48px 0px;
    }
    .main-header {
        position: fixed;
        top: 0;
        z-index: 101;
        right: 0;
        left: 0;
        padding: 0px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    }

    .mobile-icons{
        border-top:solid 1px #eee;
        width:100%
    }

    .main-header .logo {
        height: 50px;
        justify-content:flex-start
    }

        .main-header .logo img {
            max-width: 130px;
            padding: 5px;
            max-height:50px;
        }

        .main-header .navbar-toggle {
            padding: 0px;
            float: initial;
        }

            .main-header .navbar-toggle i,
            .main-header .navbar-toggle span {
                margin: 6px 10px;
                color: var(--f-theme);
            }


    .searchform {
        background: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 0px;
        padding: 0px;
        width:100%;
        margin:0px;
    }

        .searchform input {
            background: #fefefe;
            border: none;
            margin-right: 2px;
            padding: 7px;
            width: 100%;
            border-radius: 0px;
            border-right: 1px solid #d3d3d3;
        }

        .searchform select {
            background: #fefefe;
            border: none;
            margin-right: 2px;
            padding: 6px;
            display:none;
        }

        .searchform img {
            width: 33px;
        }

        .searchform a {
            width: 20.8%;
        }

        .searchform input {
            width: 79%;
        }
}

/*------------------------------------------------------------------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;
}


@media screen and (max-width: 1026px) {

    .heading2 {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.1;
    }


    .t-icons {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10001;
        background: white;
        box-shadow: 0 -1px 4px rgba(0,0,0,0.08);
        justify-content: space-around;
    }


    .h-c-banner {
        display: none;
    }

    .c-product {
        height: auto;
        overflow: initial;
    }

    .p-status {
        height: auto;
        overflow: initial;
    }
    .category {
        width: 100%;
        background: none;
        color: var(--d-grey);
    }

    .homepage{
        float:initial;
    }
    /*.homepage .dropdown-menu {

        width: 100%;
      display: block !important;
    }*/
    .mega-dropdown {
        min-width: 0px;
        min-height: 0px;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        position: initial;
        background: white;
        left: 0px;
        padding: 5px 20px;
        top: 0px;
    }

    .d-hover-content {
        display: block;
    }

}





    /*------------------------------------------------------------------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;
}


@media screen and (max-width: 1026px) {
    
   


    .main-header .col-md-3{
        position:initial !important
    }

    .cart img {
        height: 25px;
        max-width: 100%;
    }
        .m-block {
            display: initial;
        }

        .m-none {
            display: none !important;
        }

        .slider {
            padding-left: 0px !important;
            padding: 0px;
        }

            .slider img {
                width: 100%;
                height: 150px;
            }

        .side-collapse-container {
            width: 100%;
            position: relative;
            left: 0;
            transition: left .4s;
        }

            .side-collapse-container.out {
                left: 200px;
            }

    .side-collapse {
        top: 0px;
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        overflow-y: auto;
        transition: width .4s;
        box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        -webkit-box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        -moz-box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        background: #fff;
        z-index: 10003;
    }

  

            .side-collapse.in {
                width: 0;
            }

        .navbar {
            min-height: auto !important;
        }

    .m-deals {
        border-color: var(--d-grey);
        position: absolute;
        background: var(--theme-color);
        width: 100%;
        padding: 10px;
        overflow: hidden;
        
    }

        .collapse {
            display: none !important;
        }


  


    .modal-dialog {
     
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 22%;
    }
    }


.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 {
    max-width: 20px;
    max-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;
}

@media screen and (max-width: 1026px) {
    .bid-svg {
        float: left !important;
        margin: 0px !important;
    }
        .bid-svg:after {
            content: ">";
            position: absolute;
            right: 15px;
            color: var(--grey);
            font-size: 23px;
            top: 22px;
        }

        .bid-svg svg {
            width: 58px !important;
            height: 43px !important;
            margin: 7px;
        }

    .category_dropdown {
        display: none !important
    }
}


.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;
 
}

.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 #ccc;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    border-radius:5px;
   
}

.auction-box .a-title {
    height: 37px;
    font-size: 11px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    overflow: hidden;
}

    .auction-box .a-img {
        padding: 3px;
        text-align: center;
        height: 120px;
    }
.auction-box .a-img img {
    max-width: 100%;
    max-height: 112px;
}

    .auction-box .a-bidder {
        background-image: linear-gradient(rgb(221, 221, 221), rgb(254, 254, 254));
        text-align: center;
        padding: 5px;
        height: 81px;
        overflow:hidden
    }

    .auction-box .blink {
        background-image: linear-gradient(rgb(234, 202, 74), rgb(238, 220, 88)) !important;
    }

/*--------------------Live auction-------------------------*/
    .auction-box .a-bidder .a-bid-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-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: linear-gradient(rgb(255, 218, 68), rgb(254, 170, 0));
        color: black;
        font-weight: 500;
        text-transform: uppercase;
        padding: 5px;
        text-align: center;
        height: 30px;
        font-size: 1em;
        overflow: hidden;
        white-space: normal;

    }
        
        .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: 10px;
        font-weight: 500;
        line-height: 13px;
        height: 27px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .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;
    }

    .auction-box .a-startsoon-btn {
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase;
        padding: 5px;
        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: 30px;
        font-size: 0.92em;
        overflow: hidden;
        white-space: normal;
    }

/*------------------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(--theme-color);
        color: var(--f-theme);
        font-weight: 500;
        text-transform: uppercase;
        padding: 5px;
        text-align: center;
        height: 30px;
        font-size: 1em;
        overflow: hidden;
        white-space: normal;

    }

    /*--------------------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;
}