﻿
.flash{
   animation: blinkingBackground 2s infinite;
   color:white;
}
svg {
    position: relative;
}

.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
}

.activebidders {
    max-height: 200px;
    overflow-y: hidden;
}

.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: white
}
.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: "TIME LEFT";
        color: white !important;
        font-size:13px;
        font-weight:200;
        display:block;
        line-height:30px
    }

.upcoming .bidder-info-box:after {
    content: "Auction Starting Soon";
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    position: absolute;
}
.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 {
    width: 450px !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 10px
        
    }

    .t-icons img {
        height: 30px !important;
       width:30px !important;
    }


    .t-icons svg {
        height: 28px !important;
        width: 26px !important;
        fill:var(--d-grey);
    }


.bids-badge{
    background:var(--d-grey);
    font-weight:300;
    color:white;
    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 0px
}

.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%;
    }




}




/*----------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: 18px;
        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);
    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 .form-control {
    background:var(--white-smoke);
    border:none !important
}
.header-search .btn-default {
    background: var(--white-smoke);
    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(--theme-color);
}


@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: 40px;
        height: 40px;
        border: solid 1px #eee !important;
    }


    @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
    }
}