﻿
.flash{
   animation: blinkingBackground 2s infinite;
   color:white;
}

@keyframes blinkingText{
    0%{     background-color: orange;    }
    49%{    background-color: orange; }
    60%{    background-color: transparent; }
    99%{    background-color:transparent;  }
    100%{   background-color: orange;    }
}
.blink {
    animation: blink 1s linear infinite;
    background: orange;
    display: block;
    color: white;
    padding: 5px;
}

@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;
    }


.shaded-border {
    border-top: 1px solid #444 !important;
    border-bottom: 1px solid #232323 !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: white;
    font-size: 9px;
    background: black;
    padding: 1px 6px;
    position: absolute;
right:0px;
    top: 5px;
}

    .notify:empty{
        display:none;
    }


    .top-header .header-links a {
        padding-left: 0px;
    }

.t-icons{
    padding:9px 0px;
 
  

}

    .t-icons a {
        color: var(--d-grey);
        font-size: 15px;
        
    }

    .t-icons img {
        height: 30px !important;
       width:30px !important;
    }

/*----------Mobile Css-------------*/

@media screen and (max-width: 768px) {


    .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
    }


    .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;
    }
    .notify {
      
       right:15px;
    }
    }






/*------------------------------------------------------------------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: 80%;
        max-height: 100px;
    }


.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);
        }

/*----------Mobile Css-------------*/

@media screen and (max-width: 768px) {

    .main-header {
        padding: 0px 0px;
      
        width: 100%;
        z-index: 1000;
    }

    .mobile-icons{
        border-top:solid 1px #eee
    }

    .main-header .logo {
        height: 50px;
    }

        .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: 768px) {

    .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: 768px) {
    
   


    .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%
}