﻿
.bodyoverlap {
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    left: 0;
    right: 0;
}

.d-tabs {
    display: none
}
.mobile-user-menu {
    display: none
}



@media screen and (max-width: 1026px) {

    .btn {
        white-space: initial;
    }

    .currentbidtext {
        color: var(--black)
    }


    .currentbidprice {
        color: var(--green)
    }

    .t-icons a{
        text-align:center;
    }
    .cart-icon {
        display: none;
    }

    .icon-text {
        font-size: 11px;
        line-height: 10px;
        display:block;
    }

    .other-bidder img {
        width: 40px;
        height: 40px;
    }
        .getfreebids a {
        float: initial;
        margin-top: 5px;
    }
    .homepage-category .category_list .first-level-ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .homepage-category .category_list .first-level-ul .first-level-li {
        width: 38%;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.07);
        background: #fff;
        color: #000000 !important;
        box-shadow: -1px 0px 6px -2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin: 15px 0px 25px 0px;
        padding: 10px 0px !important;
        width: 121px;
        float: initial;
        text-align: center;
    }
        .homepage-category .category_list .first-level-ul .first-level-li .first-level-a .c-name {
       display:block;
       height:35px;
       overflow:hidden
            
        }
        .homepage-category .category_list .first-level-ul .first-level-li .first-level-a {
            height: 80px;
            text-align: center;
            line-height: 15px;
            font-size: 11px;
            padding: 8px;
            text-wrap: auto;
        }

    .homepage-category .category_dropdown .first-level-icon {
        width: 38px;
        height: 35px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .auction-filter .f-type label {
        padding: 5px 11px;
        font-size: 11px;
        min-width: 59px;
        text-align: center;
    }

    .auction-filter .f-type {
        text-align: center !important;
    }

    .b-bid-box {
        display: flex;
        justify-content: space-between;
    }

        .b-bid-box .b-img-box {
            height: 102px;
            width: 37%;
        }

            .b-bid-box .b-img-box img {
                max-height: 108px;
                max-width: 100%;
            }

    .b-detail {
        width: 58%;
    }




    .auction-badge {
        margin: auto;
    }
    .mobile-user-menu {
        display: initial
    }

.mobile-user-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000001;
    visibility: hidden;
    display: none
}
    .mobile-user-menu:target {
        visibility: visible;
        display: block;
    }

    .mobile-menu .userdetail img {
        width: 36px !important;
        height: 36px !important;
        margin-right: 5px !important;
        border-radius: 100%;
        object-fit: cover;
        object-position: top;
    }


    .m-box-center {
        display: flex !important;
        justify-content: center;
        align-content: center
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    .bodyoverlap {
        background: none;
        position: relative;
    }

    body {
        padding-top: 47px;
        padding-bottom: 73px;
        background: none;
        background: white !important;
    }

    .sub-bottom3 {
        position: fixed !important;
        bottom: 73px !important;
        right: 0px;
        left: 0px;
        z-index: 100;
        background: white;
        padding: 10px;
    }

    .body-content {
        padding-left: 0px;
        padding-right: 0px;
        scrollbar-width: none;
        overflow: scroll;
        position: absolute;
        left: 0;
        bottom: 54px;
        top: 53px;
        right: 0;
        background: white !important;
        min-height: initial;
    }

    .activebidders {
        max-height: 100%;
        overflow-y: scroll;
        scrollbar-width: none;
    }


/*Slider view*/

    .slide-view {
        background: white;
        margin: 0px;
        border-radius: 9px;
    }


        .slide-view .row {
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .slide-view .row .col-lg-3 {
                display: inline-block;
                color: #000 !important;
                border-radius: 8px;
                float: initial;
                width: 33%;
            }

    .home-heading {
        font-size: 15px;
        margin-bottom: 3px;
        margin-top: 6px;
        background: none;
        padding: 0px 10px;
        font-weight: 500;
    }
    /*---------------Large block--------------------*/
    .slide-view.large-view .col-lg-3 {
        width: 33% !important;
        display: block !important;
        margin-bottom: 5px;
        float: left;
    }

    .slide-view {
        background: var(--white-smoke) !important;
    }

        .slide-view .product-box {
            background: white;
            padding: 10px;
            border: none !important;
        }

        .slide-view .p-title{
            font-size:12px
        }

        .slide-view .buynprice .price {
            font-size: 17px
        }

        .slide-view .p-img img {
            max-height: 140px !important
        }




    .home-products {
        background: var(--white-smoke);
    }

    .product-box {
        border: solid 1px var(--l-grey);
        border-radius: 4px;
        padding: 5px;
        position: relative
    }

    .p-title {
        font-size: 12px;
        font-weight: 500;
        height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-align: left;
        padding: 4px 0px;
    }

    .p-img {
        height: 149px !important;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .p-img img {
            display: block;
            object-fit: contain;
            height: auto !important;
            width: 100%;
            border-radius: 10px;
            max-height: 100px !important;
        }

    .p-price {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
        text-align: left;
        color: black;
        display: block;
    }
    .pagination2 {
        text-align: center;
        margin-bottom: 10px;
        height: 39px;
        display: block;
        width: 100%;
    }

        .pagination2 a, .pagination2 span{
            float:initial
        }

        .buynprice {
            text-align: left;
            margin-bottom: 10px
        }
        .buynprice .btn {
            font-size: 12px !important;
            padding: 2px 7px;
        }
        .home-p-detail {
            height: 70px;
        }

    .home-timer {
        float: right;
        margin-top: -37px !important
    }

    .buynprice .price {
        float: right;
        font-size: 12px;
     
    }

    .biidername {
        text-align: left;
    }

    .bidnow {
        color: var(--f-theme);
        background: var(--theme-color) !important;
        font-size: 13px !important;
        padding: 5px 12px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        width: 100%;
        display: block;
        margin-top: 5px;
        border-radius: 8px !important;
    }

    .blink,
    #dvTimer,
    #dvtimer15,
    #dvtimer5 {
        color: #ff7a09 !important;
        background: none !important;
        font-size: 16px;
    }
    #lblname, #MainContent_lblbidsmessage,
    #lbltagline {
        color: black !important
    }
    .d-content .activebidders .l-grey-c{
        color:black !important
    }
    .sold_out::before {
        margin: -0.3em -1.8em;
    }

    .win {
        color: #090909;
        background: #b5b3b3 !important;
        font-size: 11px !important;
        padding: 6px 12px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        width: 100%;
        display: block;
        border-radius: 4px !important;
    }

    .startsoon {
        color: #fff;
        background: #000 !important;
        font-size: 11px !important;
        padding: 6px 12px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        width: 100%;
        display: block;
        border-radius: 4px !important;
    }

    .homepage-category {
        display: block;
        z-index: 100;
        position: relative;
    }

        .homepage-category .category_dropdown {
            display: block !important;
            height: initial
        }

        .homepage-category .category_list {
            display: block !important;
            position: relative;
            top: 0;
            right: initial;
            left: initial;
            width: 100%;
            min-height: initial;
            box-shadow: none;
            min-width: initial;
            border-radius: 0;
            background: none;
            float: initial
        }

            .homepage-category .category_btn,
            .homepage-category .category_list h3 {
                display: none
            }

        .homepage-category .category_dropdown .second-level-ul {
            display: none !important;
        }


    
            
    .swiper-slidecos img {
        border-radius: 10px
    }


    .m-search {
        position: fixed;
        top: 56px;
        left: 4px;
        right: 3px;
        z-index: 100;
    }

    .bids-badge {
        display: block
    }

    .bids-badge {
        font-weight: 300;
        color: #fff;
        padding: 5px 10px;
        border-radius: 40px;
        margin: 6px !important;
        float: right;
        z-index: 10001;
        position: fixed;
        top: 3px;
        right: 2px;
        font-size: 13px;
    }

        .bids-badge .bids {
            background: var(--theme-color);
            color: white;
            font-weight: 400;
            border-radius: 100px;
            padding: 2px 10px;
            font-size: 10px;
            height: 18px;
            min-width: 18px;
            display: inline-block;
            text-align: center;
        }

    .tiksluscarousel ul.carousel {
        border: none
    }



    .d-price {
        font-size: 13px;
        color: var(--d-grey) !important;
        font-weight: bold;
        margin-right: 5px;
    }

    .d-title {
        font-size: 14px;
        color: var(--d-grey) !important;
        width: 100%;
        font-weight: 700;
        border-bottom: solid 1px #eee;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .d-bid-btn {
        background: white;
        padding: 10px;
    }

        .d-bid-btn .btn {
            width: 72% !important;
            float: left;
            font-size: 15px;
        }

    .d-tabs {
        display: block;
        list-style: none;
        margin: 0px;
        float: left;
        white-space: nowrap;
        display: block;
        overflow-y: scroll;
        width: 100%;
        scrollbar-width: none;
        position: fixed;
        top: 50px;
        left: 0px;
        right: 0px;
        height: 40px;
        z-index: 10001;
        background: var(--l-grey);
        padding: 10px;
    }


        .d-tabs a {
            color: var(--black);
            cursor: pointer;
            font-size: 12px;
            padding: 12px 6px;
        }

    .p-detail {
        margin-top: 40px
    }

    /*.d-content {
        display: none;
    }*/

        .d-content:target {
            display: block;
            /*position: fixed;*/
            z-index: 1000001;
            top: 91px;
            background: white;
            left: 0;
            right: 0;
            padding: 10px;
            bottom: 0;
        }

    .last-bid {
        float: initial !important;
        margin-left: 50px;
        margin-top: -9px;
        font-weight: 600;
    }

    .bidder-info-box {
        margin: 0px -10px;
        border-radius: 0px !important;
        padding: 0px 10px 0px 10px !important;
        background: white !important;
        border-top: solid 1px #eee;
    }

    .bid-user-detail small {
        font-size: 10px !important
    }

    .bidder-info {
        padding: 10px;
        margin: 10px -10px;
        border-bottom: solid 1px #eee;
    }

    .tiksluscarousel ul.carousel img {
        max-width: 100% !important;
        height: 200px !important;
        width: auto !important;
    }

    .tiksluscarousel ul.carousel {
        height: 220px !important;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100001;
        display: none;
        overflow: auto;
        overflow-y: auto;
        overflow-y: scroll;
        background: white;
    }

    .modal-dialog {
        margin: 0px !important;
        box-shadow: 0px !important;
        padding: 0px
    }

    .modal-content {
        border: none;
        box-shadow: none;
    }

    .e-bid-btn {
        position: absolute;
        right: 4px;
        top: 80px;
        padding: 5px;
        font-size: 12px;
    }

  

    .bidder-info-box h5 {
        margin-bottom: 5px !important;
    }

    .d-bid-btn .bidprocessing {
        width: 100% !important
    }

    .upcoming .bidder-info-box {
       height:100px;
        background: none !important;
    }

    .upcoming #startingsoonlabel {
        background: #060606;
        color: white;
        position: fixed;
        height: initial;
        width: 100%;
        top: initial;
        left: 0;
        right: 0;
        bottom: 49px;
        border-radius: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 15px;
        padding: 11px;
        text-align: left;
    }

    .upcoming #MainContent_lblbidsmessage {
        color: #000 !important;
    }

    .upcoming .upcoming-timer::after {
        display: none;
    }

    .upcoming .upcoming-timer {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        position: fixed;
        bottom: 59px;
        left: inherit;
        right: 16px;
        z-index: 10001;
    }

    .m-w-100 {
        float: initial;
        width: 100%;
    }

    /*.m-table table thead > tr > th,
    .m-table table tbody > tr > th,
    .m-table table tfoot > tr > th,
    .m-table table thead > tr > td,
    .m-table table tbody > tr > td,
    .m-table table tfoot > tr > td {
        border:solid 1px #ccc
    }*/

    .m-table table tbody > tr > th{
        display:none
           
    }
    .m-table table tbody > tr > td{
        display:block;
        width:100%;
        border:none !important;
        font-size:12px;
        color:var(--grey)
    }

    .m-table table tbody > tr {
        border: solid 1px #fff;
        border-bottom: solid 1px #ccc
    }

    
        .m-table table tbody > tr td:nth-child(6) {
          display:none
        }
    .m-table table > tbody > tr:last-child{
        border: solid 1px #fff !important
    }
        .m-table table > tbody > tr:last-child td {
            display: flex;
            float: left;
            width: auto;
            margin: 0 auto;
            justify-content: flex-end;
            align-content: center;
        }
    .m-table table tbody > tr:last-child td:before {
        display: none
    }
    .alert {
        padding: 10px;
        margin-bottom: 11px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 10px;
    }











    /*.real-menu{
   display:none
}*/

    .backmenu-row {
        display: none;
    }

    .user-detail ul,
    .usermenu-links ul {
        list-style: none;
        margin: 0px;
        padding: 0px
    }

    .usermenu-links ul {
        display: flex;
        flex-wrap: wrap
    }

        .usermenu-links ul li {
            background: white;
            width: 10%;
            border-radius: 10px;
            padding: 17px 9px;
            margin: 5px;
            height: 100px;
            text-align: center;
        }

            .usermenu-links ul li svg {
                display: block;
                height: 30px;
                width: 30px;
                margin: 0px auto;
                fill: var(--grey);
            }

    .real-menu ul li a {
        color: var(--grey)
    }




    .footermenu ul li {
        display: block;
        width: 30%;
        float: left;
        position: relative;
        background: white;
        height: initial;
        text-align: left;
    }

    .footermenu .submenu li {
        width: 95%;
        height: initial;
        text-align: left;
        padding: 5px;
    }

    .footermenu .submenu {
        width: 100%;
    }

    .usermenu-links .current-plan,
    .usermenu-links .header-credit {
        display: none
    }


    @media screen and (max-width: 991px) {
        .avatar-slider img {
            width: 51px;
        }

        .m-top-margin {
            margin-top: 38px !important;
        }
        .herobanner .swiper-slide a{
            padding:0px 8px
        }

        .herobanner .swiper-slide img {
            height: auto
        }
        /*------------------------Push sidebar----------------------------------*/
        .mobile-menu {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            scrollbar-width: none;
            overflow: scroll;
            bottom: 0;
        }

            .mobile-menu ul {
                transition: 350ms all;
                display: block;
            }

            .mobile-menu li {
                margin: 0;
            }

                .mobile-menu li a {
                    color: #ffffff;
                    display: block;
                    position: relative;
                    padding: 15px 20px;
                }

                    .mobile-menu li a:hover {
                        color: #ff5252;
                    }

                    .mobile-menu li a .navtrigger {
                        position: absolute;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        width: 30px;
                        background: #3d3d3d;
                        border: 1px solid #404040;
                    }

                        .mobile-menu li a .navtrigger:before {
                            content: "";
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            height: 8px;
                            width: 8px;
                            border-right: 2px solid #000;
                            border-bottom: 2px solid #000;
                            transform: translate(-50%, -50%) rotate(-45deg);
                        }

                .mobile-menu li .submenu {
                    position: absolute;
                    top: 0;
                    left: 100%;
                    width: 100%;
                    background: #333;
                    height: 100%;
                    transition: 350ms all;
                    z-index: 1;
                }

                    .mobile-menu li .submenu li {
                        font-size: 14px;
                    }

                    .mobile-menu li .submenu .backmenu-row {
                        position: relative;
                        padding: 20px;
                        padding-left: 50px;
                        background: #333;
                        font-size: 16px;
                        display: block;
                    }

                        .mobile-menu li .submenu .backmenu-row .back-trigger {
                            padding: 0;
                            position: absolute;
                            left: 0;
                            top: 0;
                            bottom: 0;
                            width: 30px;
                            display: block;
                            background: #3d3d3d;
                            border: 1px solid #404040;
                        }

                            .mobile-menu li .submenu .backmenu-row .back-trigger:before {
                                content: "";
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                height: 8px;
                                width: 8px;
                                border-right: 2px solid #000;
                                border-bottom: 2px solid #000;
                                transform: translate(-50%, -50%) rotate(135deg);
                            }

                        .mobile-menu li .submenu .backmenu-row em {
                            font-style: normal;
                            color: #ffffff;
                        }

                .mobile-menu li.sub-open > .submenu {
                    left: 0;
                }


        .mobile-user-menu .bids-badge {
            background: none;
            font-weight: 300;
            color: var(--grey);
            padding: 11px 10px;
            border-radius: 40px;
            margin: 6px !important;
            float: right;
            z-index: 10001;
            position: fixed;
            top: 70px;
            right: -23px;
            font-size: 12px;
            width: 150px;
            display: flex !important
        }
            .mobile-user-menu .bids-badge .bids {
                background: var(--theme-color);
                color: white;
                font-weight: 400;
                border-radius: 100px;
                padding: 2px 7px;
                font-size: 10px;
                height: 18px;
                min-width: 18px;
                display: inline-block !important;
                text-align: center;
                margin:0px 5px

            }
        /*-----------------user menu----------------------*/

        .usermenu-links .mobile-menu {
            background: white;
            overflow: auto;
            /*    -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;*/
            scrollbar-width: none;
        }


            .usermenu-links .mobile-menu ul {
                list-style: none;
                margin: 0px;
                padding: 0px;
            }

                .usermenu-links .mobile-menu ul li {
                    background: white;
                    width: 100% !important;
                    border-radius: 0;
                    padding: 0 !important;
                    margin: 0;
                    height: initial !important;
                    text-align: initial !important;
                    display: inline-block;
                    float: initial;
                    position: initial;
                }

            .usermenu-links .mobile-menu li a {
                color: #555;
                padding: 10px 20px;
                border-bottom: solid 1px #eee;
                font-size: 15px;
            }

            .usermenu-links .mobile-menu li .submenu {
                background: white;
                position: fixed;
                z-index: 10000001;
                scrollbar-width: none;
                overflow: scroll;
                bottom: 0;
            }

            .usermenu-links .mobile-menu li a svg {
                width: 20px;
                height: 20px;
                fill: var(--grey);
                margin-right: 20px;
                display: none;
            }

            .usermenu-links .mobile-menu li a .navtrigger {
                background: transparent;
                border: none;
                left: 0;
                width: 100%;
            }

                .usermenu-links .mobile-menu li a .navtrigger::before {
                    left: initial;
                    right: 10px;
                }

            .usermenu-links .mobile-menu li .submenu .backmenu-row {
                background: var(--l-grey);
                position: sticky;
                top: 0;
                z-index: 1;
            }

                .usermenu-links .mobile-menu li .submenu .backmenu-row em {
                    color: var(--black)
                }

                .usermenu-links .mobile-menu li .submenu .backmenu-row .back-trigger {
                    background: var(--l-grey);
                    border: none;
                }


        .real-menu ul li {
            background: white;
            width: 100% !important;
            border-radius: 0;
            padding: 0 !important;
            margin: 0;
            height: initial !important;
            text-align: initial !important;
            display: inline-block;
            float: initial;
            position: initial;
        }


        .mobile-menu .logout a::before{
            margin:0px
        }


        .real-menu .mobile-menu {
            background: white;
            top: 43px;
            overflow: scroll;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: var(--animate-duration);
            animation-duration: var(--animate-duration);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            scrollbar-width: none;
            margin-bottom: 9px;
            position: fixed;
            bottom: 65px;
        }

            .real-menu .mobile-menu ul {
                list-style: none;
                margin: 0px;
                padding: 0px;
            }


            .real-menu .mobile-menu li a {
                color: var(--grey);
                padding: 10px 20px;
                border-bottom: solid 1px #eee;
                font-size: 15px;
            }

                .real-menu .mobile-menu li a svg {
                    width: 20px;
                    height: 20px;
                    fill: var(--grey);
                    margin-right: 20px;
                    display: inline-block;
                }



            .real-menu .mobile-menu li .submenu {
                background: #fff;
                position: fixed;
                bottom: 0px;
                height: initial;
                z-index: 100
            }

            .real-menu .mobile-menu li a .navtrigger {
                background: rgb(255, 255, 255);
                border: none;
            }

            .real-menu .mobile-menu li .submenu .backmenu-row {
                background: var(--l-grey);
            }

                .real-menu .mobile-menu li .submenu .backmenu-row em {
                    color: var(--black)
                }

                .real-menu .mobile-menu li .submenu .backmenu-row .back-trigger {
                    background: var(--l-grey);
                    border: none;
                }

        .user-detail .top-account-link {
            color: var(--grey);
            margin: 2px 0px !important;
        }

            .user-detail .top-account-link img {
                width: 34px;
                height: 34px;
                border-radius: 100%;
                margin: 3px;
            }

            .user-detail .top-account-link svg {
                width: 40px;
                height: 40px;
                background: var(--l-grey);
                padding: 9px;
                border-radius: 100%;
                fill: var(--black)
            }

        .user-detail {
            position: fixed;
            top: 0;
            right: 45px;
            left: 0;
            z-index: 10;
            padding: 2px 15px 2px 15px;
            background: var(--white);
            border-bottom: solid 1px #eee;
        }


        .usermenu-links .current-plan,
        .usermenu-links .header-credit {
            display: block
        }


            .usermenu-links .current-plan .subs-btn,
            .usermenu-links .current-plan .expiry,
            .usermenu-links .current-plan .subs-price {
                display: none
            }


        .usermenu-links .mobile-menu .header-credit {
            float: initial;
        }


            .usermenu-links .mobile-menu .header-credit a {
                background: var(--d-grey);
                color: var(--white) !important;
                padding: 5px 15px !important;
                margin: 0px !important;
                float: right;
                font-size: 11px
            }


            .usermenu-links .mobile-menu .header-credit li {
                padding: 9px 20px !important;
                border-bottom: solid 1px #eee;
            }

                .usermenu-links .mobile-menu .header-credit li::before {
                    content: "Credits";
                    color: var(--grey);
                    font-size: 15px;
                    margin-top: 8px;
                    display: inline-block;
                }

            .usermenu-links .mobile-menu .header-credit .credit-icon {
                display: none
            }

        .usermenu-links .mobile-menu .current-plan {
            color: var(--grey);
            font-size: 15px;
            display: inline-block;
            padding: 9px 20px !important;
            border-bottom: solid 1px #eee;
            width: 100%;
        }


            .usermenu-links .mobile-menu .current-plan::before {
                content: "Current Plan";
                color: var(--grey);
                font-size: 15px;
                display: inline-block;
            }

            .usermenu-links .mobile-menu .current-plan .subs-name {
                float: right;
                color: var(--d-grey);
                font-size: 14px;
                font-weight: 500
            }

        .wel-box {
            width: 100%;
            margin: 0px;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            font-size: 12px;
            background-image: url('../Images/warehouse.jpg');
            background-position: center;
            background-size: cover;
        }

            .wel-box .m-flex {
                display:flex;
                justify-content:space-between;
                margin:5px 0px
            }

        .wel-img {
          display:none
        }


        .wel-header {
            padding: 10px;
            background: white;
        }
        .wel-box .or-div span {
            background-color: white;
            color: var(--black);
        }
        .wel-box .close{
            display:none
        }
        .wel-box .or-div {
            border-bottom: 1px solid #dcdcdd4f;
            margin: 9px 0 15px 0px;
        }
        .wel-header img {
            width: 150px;
            filter: none;
        }

        .wel-img {
            width: 50%;
        }


        .wel-text {
            width: 100%;
            background: #00000073;
            position: absolute;
            bottom: 0;
            top: 0;
        }

            .wel-text h2 {
                text-align: center;
                /*! border-top: solid 1px #ccc; */
                padding-top: 50px;
                color: white;
            }

                .wel-text h2 .head1 {
                    font-size: 15px;
                    text-shadow: 1px 1px #0a0a0a !important;
                    color:white;
                }

                .wel-text h2 .head2 {
                    display: block;
                    font-size: 24px;
                    color: white;
                    line-height: 33px;
                    
                }

        .w-btn-login {
            background: var(--theme-color);
            width: 49%;
            display: block;
            border-radius: 8px;
            border: solid 1px #ddd;
            padding: 10px 0px;
            margin: 5px 0px 0px 0px;
            box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.17);
            float: left;
            font-size: 12px;
            color: var(--f-theme);
        }

        .w-btn-reg {
            background: black;
            width: 49%;
            display: block;
            border-radius: 8px;
            border: solid 1px var(--theme-color);
            padding: 10px 0px;
            margin: 5px 0px 0px 0px;
            box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.17);
            color: var(--f-theme);
            float: right;
            font-size: 12px;
        }

        .w-action-btn {
            padding: 7px 15px;
            text-align: center;
            background: var(--white);
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            color: #000;
        }

        .w-o-btn{
            color:var(--black)
        }
        .master-acution-list {
            margin: 0px 3px;
        }
        .auction-box {
            padding: 3px;
            width: 50%;
            float: left;
        }
    }












}


@media screen and (max-width: 510px){

    .slide-view.large-view .col-lg-3 {
        width: 100% !important;
    }
   
    .slide-view .row .col-lg-3 {
        display: inline-block;
        color: #000 !important;
        border-radius: 8px;
        width: 200px;
        float: initial;
    }
    .tiksluscarousel ul.carousel img {
   
        height: 110px !important;
    
    }

    .tiksluscarousel ul.carousel {
        height: 123px !important;
    }


    .m-col-2 .slide-view.large-view .col-lg-3 {
        width: 50% !important;
        float: left;
    }

    .slide-view .product-box {
        padding: 0px 5px;
        border-radius: 10px;
    }
    .slide-view .buynprice .price {
        font-size: 14px;
        font-weight: bold;
    }
    .buy-now-product .p-title {
        font-size:14px !important
    }
    .buy-now-product .home-p-detail {
        height: 125px;
        padding: 6px;
    }
}


